Skip to content

Instantly share code, notes, and snippets.

@sliwey-zz
Last active September 29, 2015 07:57
Show Gist options
  • Save sliwey-zz/66406a4f8ba7265d7cd3 to your computer and use it in GitHub Desktop.
Save sliwey-zz/66406a4f8ba7265d7cd3 to your computer and use it in GitHub Desktop.
#Top{
background-color: #006284;
border-bottom: 0;
}
#Top .content img{
-webkit-filter: invert(1);
filter: invert(1);
}
#Tabs{
background-color: #006284 !important;
}
a:link, a:visited, a:active, a.dark:link, a.dark:visited, a.dark:active{
color: #bdc0ba;
}
a.dark:hover{
color: #91989f;
}
a.top:link, a.top:visited{
color: #dfe1e1;
}
a.tab:link, a.tab:visited, a.tab:active{
color: #dfe1e1;
}
a.tab_current:link, a.tab_current:visited, a.tab_current:hover, a.tab_current:active, a.tab:hover{
color: #fff;
background-color: #58b2dc;
border-radius: 5px;
}
a.count_livid:link, a.count_livid:active{
background-color: #78c2c4;
}
a.count_blue:visited, a.count_green:visited, a.count_orange:visited, a.count_livid:visited{
background-color: #2b5f75;
}
#Wrapper{
background-color: #78c2c4;
}
#Main .box:nth-child(2) .inner + .cell{
background-color: #006284 !important;
border-top: 1px solid #9a9a9a;
border-bottom: 0;
}
#Bottom{
background-color: #006284;
border-top: 0;
}
.box{
background-color: #3d798e;
}
.item_title, .item_hot_topic_title{
text-shadow: none;
}
.header{
background-color: #006284;
}
h1{
color: #dfe1e1;
}
.topic_content, .reply_content{
color: #fcfaf2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment