blob: 1d14f7ecbca3d2db8bad73542a14d4f334d72d36 [file] [log] [blame]
/*
////////////////////////////////////////////////////////////////////////////////
//
// Color.
//
////////////////////////////////////////////////////////////////////////////////
*/
h1, h2, #main a, #main .project strong, .local .local-title .toggle a, #table-of-content a strong {
color: #E8590A!important;
}
/*
////////////////////////////////////////////////////////////////////////////////
//
// Background Color.
//
////////////////////////////////////////////////////////////////////////////////
*/
#navigation .selected a {
background: #E8590A!important;
}
#navigation a:hover {
background: #777777!important;
}
#navigation .selected a:hover, #navigation .active .button {
background: #E8590A!important;
}
#table-of-content a {
border-right-color: #E8590A!important;
}
/*
////////////////////////////////////////////////////////////////////////////////
//
// Background Image.
//
////////////////////////////////////////////////////////////////////////////////
*/
.wiki-table th, #navigation {
background: #F17A2F!important;
}
#navigation .separator {
background: none!important;
}
@media print
{
#col2 {display:none!important;}
}
.li-nested-content {
margin: .75em 0 .75em 32px
}