| ... | @@ -202,6 +202,10 @@ a:focus { |
... | @@ -202,6 +202,10 @@ a:focus { |
|
|
color:$style_color;
|
|
color:$style_color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
.nav-tabs > .active > a {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
/** COLORS **/
|
|
/** COLORS **/
|
|
|
.cgray { color:gray; }
|
|
.cgray { color:gray; }
|
|
|
.cred { color:#D12F19; }
|
|
.cred { color:#D12F19; }
|
| ... | @@ -443,6 +447,13 @@ form { |
... | @@ -443,6 +447,13 @@ form { |
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
|
|
|
|
|
|
|
&.small {
|
|
|
|
line-height: 28px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height:28px;
|
|
|
|
text-shadow: 0 1px 1px white;
|
|
|
|
}
|
|
|
|
|
|
|
form {
|
|
form {
|
|
|
padding:9px 0;
|
|
padding:9px 0;
|
|
|
margin:0px;
|
|
margin:0px;
|
| ... | @@ -628,13 +639,6 @@ h3.page_title { |
... | @@ -628,13 +639,6 @@ h3.page_title { |
|
|
line-height: 28px;
|
|
line-height: 28px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
pre.logs {
|
|
|
|
|
.log {
|
|
|
|
|
font-size:12px;
|
|
|
|
|
line-height:18px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* File content holder
|
|
* File content holder
|
|
|
*
|
|
*
|
| ... | @@ -676,10 +680,10 @@ pre.logs { |
... | @@ -676,10 +680,10 @@ pre.logs { |
|
|
}
|
|
}
|
|
|
.file_content {
|
|
.file_content {
|
|
|
background:#fff;
|
|
background:#fff;
|
|
|
color:#514721;
|
|
|
|
|
font-size: 11px;
|
|
font-size: 11px;
|
|
|
|
|
|
|
|
&.wiki {
|
|
&.wiki {
|
|
|
|
font-size: 13px;
|
|
|
code {
|
|
code {
|
|
|
padding:0 4px;
|
|
padding:0 4px;
|
|
|
}
|
|
}
|
| ... | @@ -730,6 +734,33 @@ pre.logs { |
... | @@ -730,6 +734,33 @@ pre.logs { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
&.logs {
|
|
|
|
background:#eee;
|
|
|
|
max-height: 700px;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
ol {
|
|
|
|
margin-left:40px;
|
|
|
|
padding: 10px 0;
|
|
|
|
border-left: 1px solid #CCC;
|
|
|
|
margin-bottom:0;
|
|
|
|
background: white;
|
|
|
|
li {
|
|
|
|
color:#888;
|
|
|
|
p {
|
|
|
|
margin:0;
|
|
|
|
color:#333;
|
|
|
|
line-height:24px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background:$hover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Code file
|
|
* Code file
|
|
|
*/
|
|
*/
|
| ... | |
... | |
| ... | | ... | |