324 lines
5.7 KiB
SCSS
324 lines
5.7 KiB
SCSS
// PUT custom styles here ONLY
|
|
|
|
a#manage-labels {
|
|
margin-bottom: 10px;
|
|
}
|
|
article a.edit_label {
|
|
color: #FFF;
|
|
}
|
|
|
|
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; // TODO broken issue page
|
|
float: left;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-left: 2px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
article div.activity .top .buttons {
|
|
display: block;
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
article div.activity .top div.text {
|
|
float: left;
|
|
font-size: 12px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
article div.activity .top .imaged {
|
|
margin-left: 44px;
|
|
}
|
|
|
|
article div.activity .top div.text .name {
|
|
font-weight: 700;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
article div.activity .top div.text .date {
|
|
font-size: 11px;
|
|
float: left;
|
|
}
|
|
|
|
article div.activity div.fulltext {
|
|
font-size: 12px;
|
|
padding-top: 10px;
|
|
display: block;
|
|
}
|
|
|
|
article div.activity div.fulltext.alone {
|
|
padding-top: 0px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
div.activity .fulltext p {
|
|
margin: 5px;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.date_select {
|
|
select {margin:3px 0px; padding:0px;}
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
#repo-wrapper div.comment {
|
|
background: none repeat scroll 0 0 #DCECFA;
|
|
border: 1px solid #B3CCE0;
|
|
border-radius: 4px 4px 4px 4px;
|
|
margin-bottom: 10px;
|
|
margin-top: 15px;
|
|
padding: 6px;
|
|
text-align: left;
|
|
}
|
|
|
|
#repo-wrapper div.view {
|
|
display: block;
|
|
}
|
|
|
|
#repo-wrapper div.comment div.wrapper {
|
|
border: 1px solid #DEDEDE;
|
|
border-radius: 4px 4px 4px 4px;
|
|
color: #575756;
|
|
background: #FFFFFF;
|
|
font-size: 12px;
|
|
height: 110px;
|
|
margin: 10px 0;
|
|
padding: 5px;
|
|
}
|
|
|
|
#repo-wrapper div.comment div.wrapper textarea {
|
|
border: none;
|
|
color: #575756;
|
|
font-family: Tahoma,Geneva,Helvetica,sans-serif;
|
|
width: 100%;
|
|
height: 100%;
|
|
resize: none;
|
|
}
|
|
|
|
div.comment div.comment-left {
|
|
float: left;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
div.comment div.comment-right {
|
|
float: right;
|
|
}
|
|
|
|
#repo-wrapper div.file div.data .formatted {
|
|
overflow-x: auto;
|
|
overflow-y: none;
|
|
}
|
|
|
|
table.tablesorter tbody td a .issue_title {
|
|
color: #58595B;
|
|
}
|
|
|
|
.syntaxhighlighter {
|
|
padding: 11px;
|
|
}
|
|
|
|
#output.formatted {
|
|
width: auto;
|
|
font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
|
|
padding: 10px 5px 0px;
|
|
margin-left: 45px;
|
|
}
|
|
|
|
#output.formatted pre {
|
|
font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
div.gutter {
|
|
border-right: 1px solid #CCCCCC !important;
|
|
}
|
|
|
|
table.tablesorter tr td.centered {
|
|
text-align: center;
|
|
}
|
|
|
|
/* TODO change this */
|
|
header div.user div.avatar img {
|
|
border: 1px solid #DDDDDD;
|
|
}
|