214 lines
3.8 KiB
SCSS
214 lines
3.8 KiB
SCSS
// PUT custom styles here ONLY
|
|
header div.information div.user {
|
|
float: left;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
header div.user div.avatar {
|
|
padding: 6px 10px 10px 10px;
|
|
}
|
|
|
|
header menu ul li a {
|
|
padding: 15px 8px 15px 8px;
|
|
}
|
|
|
|
div.description-top input.name {
|
|
width: 350px;
|
|
padding: 0;
|
|
}
|
|
|
|
div.description-top div.name input {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
article div.activity {
|
|
border: 1px solid #D6D6D6;
|
|
border-radius: 5px 5px 5px 5px;
|
|
color: #333333;
|
|
margin-top: 15px;
|
|
padding: 6px;
|
|
}
|
|
|
|
article div.messages div.activity {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
article div.activity .top div.image {
|
|
position: absolute;
|
|
float: left;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-left: 2px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
article div.activity .top div.text {
|
|
float: left;
|
|
font-size: 12px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
article div.activity .top div.text.imaged {
|
|
margin-left: 44px;
|
|
}
|
|
|
|
article div.activity .top div.text .name {
|
|
font-weight: 700;
|
|
}
|
|
|
|
article div.activity .top div.text .date {
|
|
font-size: 11px;
|
|
}
|
|
|
|
article div.activity .top div.text {
|
|
font-size: 12px;
|
|
}
|
|
|
|
article div.activity .fulltext {
|
|
font-size: 12px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
article div.activity .fulltext.hidden {
|
|
display: none;
|
|
}
|
|
|
|
div.activity .data-expander {
|
|
margin-left: 10px;
|
|
display: inline-block;
|
|
width: 12px;
|
|
}
|
|
|
|
div.activity .data-expander.collapsed {
|
|
background: #FFF image-url('expand-gray.png') no-repeat;
|
|
background-position: 0 2px;
|
|
}
|
|
|
|
div.activity .data-expander.expanded {
|
|
background: #FFF image-url('expand-gray2.png') no-repeat;
|
|
background-position: 0 2px;
|
|
}
|
|
|
|
table.blob td.lines pre {
|
|
background-color: #ECECEC;
|
|
border-right: 1px solid #DDDDDD;
|
|
color: #AAAAAA;
|
|
padding: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
textarea#code {
|
|
width: 845px;
|
|
resize: none;
|
|
height: 30em;
|
|
}
|
|
|
|
article div.date-block {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
article div.year {
|
|
margin-top: 0;
|
|
}
|
|
|
|
article h3 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
article div.date-block div.date {
|
|
height: 52px;
|
|
}
|
|
|
|
article div#repo-wrapper div.hr {
|
|
width: 100%;
|
|
}
|
|
|
|
article table.commit_stats {
|
|
line-height: 1.4em;
|
|
margin-top: 12px;
|
|
width: 100%;
|
|
border-spacing: 0;
|
|
border-top: 1px solid #DDDDDD;
|
|
margin: 10px 0;
|
|
padding: 0;
|
|
font-size: 90%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
article table.commit_stats td {
|
|
border-bottom: 1px solid #DDDDDD;
|
|
padding: 0.4em 5px;
|
|
}
|
|
|
|
article table.commit_stats .diffstat {
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
padding-right: 0;
|
|
width: 1%;
|
|
}
|
|
|
|
article div.file div.diff_data {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
article div.file table {
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#repo-wrapper table.diff td.line_numbers {
|
|
-moz-user-select: none;
|
|
font-size: 12px;
|
|
padding: 0 0.5em;
|
|
background-color: #ECECEC;
|
|
border-right: 1px solid #DDDDDD;
|
|
color: #999999;
|
|
text-align: right;
|
|
}
|
|
|
|
#repo-wrapper table.diff td.line_numbers,
|
|
#repo-wrapper table.diff td.header,
|
|
#repo-wrapper table.diff td.code {
|
|
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
|
|
}
|
|
|
|
#repo-wrapper table.diff td.header {
|
|
background-color: #ECECEC;
|
|
color: #999999;
|
|
width: 100%;
|
|
line-height: 1.4em;
|
|
font-size: 90%;
|
|
}
|
|
|
|
#repo-wrapper table.diff td.code, #repo-wrapper table.diff td.header {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#repo-wrapper table.diff pre {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#repo-wrapper table.diff .diff-content {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#repo-wrapper table.diff tr td.code.del {
|
|
background-color: #FFDDDD;
|
|
}
|
|
|
|
#repo-wrapper table.diff tr td.code.del .idiff {
|
|
background-color: #F2ACAD;
|
|
}
|
|
|
|
#repo-wrapper table.diff tr td.code.ins {
|
|
background-color: #DDFFDD;
|
|
}
|
|
|
|
#repo-wrapper table.diff tr td.code.ins .idiff {
|
|
background-color: #BAFBAD;
|
|
}
|