mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Added simple theming system
This commit is contained in:
193
themes/default/less/files.less
Normal file
193
themes/default/less/files.less
Normal file
@@ -0,0 +1,193 @@
|
||||
.source-view {
|
||||
width: 100%;
|
||||
margin-bottom: @baseLineHeight;
|
||||
border: 1px solid @treeHeaderBorder;
|
||||
|
||||
.source-header {
|
||||
padding: 8px;
|
||||
line-height: @baseLineHeight;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
#gradient > .vertical(@treeHeaderHighlight, @treeHeader);
|
||||
border-bottom: 1px solid lighten(@treeHeaderBorder, 5%);
|
||||
font-weight: bold;
|
||||
color: @gray;
|
||||
text-shadow: 1px 1px 1px rgba(255,255,255,1);
|
||||
height:28px;
|
||||
.meta {
|
||||
float: left;
|
||||
padding: 4px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 12px;
|
||||
border: none;
|
||||
}
|
||||
#sourcecode {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
width:100%;
|
||||
height:600px;
|
||||
}
|
||||
.source-diff {
|
||||
background-color: #f5f5f5;
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 0 0 0 6px;
|
||||
border: none;
|
||||
.border-radius(0);
|
||||
|
||||
&:hover {
|
||||
background-color: #ffc;
|
||||
}
|
||||
}
|
||||
table td {
|
||||
padding: 0px;
|
||||
}
|
||||
.new {
|
||||
background-color:#DFD;
|
||||
}
|
||||
.old {
|
||||
background-color:#FDD;
|
||||
}
|
||||
.chunk {
|
||||
background-color:darken(#f5f5f5, 5%);
|
||||
color:@grayLight;
|
||||
}
|
||||
.lineNo {
|
||||
color: #aaa;
|
||||
background-color: #e8e8e8;
|
||||
padding: 0 6px;
|
||||
text-align: right;
|
||||
border-right: 1px solid #ddd;
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
.image-blob {
|
||||
padding:10px;
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
.blame-view {
|
||||
width: 100%;
|
||||
background-color: #f5f5f5;
|
||||
td {
|
||||
vertical-align:top;
|
||||
padding:8px;
|
||||
}
|
||||
tr {
|
||||
border-bottom:1px solid lighten(@grayLight, 20%);
|
||||
}
|
||||
tr:last-child {border-bottom:0}
|
||||
.line {
|
||||
font-weight:700;
|
||||
border-right:1px solid lighten(@grayLight, 20%);
|
||||
}
|
||||
.commit {
|
||||
font-weight:700;
|
||||
border-right:1px solid lighten(@grayLight, 20%);
|
||||
}
|
||||
pre {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:none;
|
||||
.border-radius(0);
|
||||
}
|
||||
}
|
||||
|
||||
.commit-view {
|
||||
width: 100%;
|
||||
margin-bottom: @baseLineHeight;
|
||||
border: 1px solid @treeHeaderBorder;
|
||||
.border-radius(4px);
|
||||
.commit-header {
|
||||
padding: 8px;
|
||||
line-height: @baseLineHeight;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
#gradient > .vertical(@treeHeaderHighlight, @treeHeader);
|
||||
border-bottom: 1px solid lighten(@treeHeaderBorder, 5%);
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px 1px rgba(255,255,255,1);
|
||||
h4 {
|
||||
padding: 4px 0;
|
||||
}
|
||||
}
|
||||
.commit-body {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.commit-list {
|
||||
list-style-type:none;
|
||||
li {
|
||||
padding:8px 5px 8px 5px;
|
||||
font-size:14px;
|
||||
font-weight: 700;
|
||||
border-bottom: 1px solid lighten(@treeHeaderBorder, 5%);
|
||||
.meta {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
color: @grayLight;
|
||||
}
|
||||
}
|
||||
li:last-child {border-bottom:0;margin-bottom:25px;}
|
||||
}
|
||||
|
||||
.repository {
|
||||
margin-bottom: @baseLineHeight;
|
||||
border: 1px solid lighten(@treeHeaderBorder, 5%);
|
||||
.border-radius(4px);
|
||||
|
||||
.repository-header {
|
||||
border-bottom: 1px solid lighten(@treeHeaderBorder, 5%);
|
||||
text-shadow: 1px 1px 1px rgba(255,255,255,1);
|
||||
padding: 8px;
|
||||
font-weight: 700;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
.repository-body {
|
||||
padding: 8px;
|
||||
background-color: lighten(@treeHeader, 5%);
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.readme-view {
|
||||
border: 1px solid @treeHeaderBorder;
|
||||
}
|
||||
|
||||
.md-view {
|
||||
width: 100%;
|
||||
margin-bottom: @baseLineHeight;
|
||||
}
|
||||
|
||||
.md-header {
|
||||
padding: 8px;
|
||||
line-height: @baseLineHeight;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
#gradient > .vertical(@treeHeaderHighlight, @treeHeader);
|
||||
border-bottom: 1px solid lighten(@treeHeaderBorder, 5%);
|
||||
font-weight: bold;
|
||||
color: @gray;
|
||||
text-shadow: 1px 1px 1px rgba(255,255,255,1);
|
||||
height:28px;
|
||||
.meta {
|
||||
float: left;
|
||||
padding: 4px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
#md-content {
|
||||
padding: 30px;
|
||||
color: @black;
|
||||
}
|
||||
Reference in New Issue
Block a user