Skip to content
Create a gist now

Instantly share code, notes, and snippets.

anonymous /edu's CSS (02-06-2014)
Created

img.flag
{
opacity: 0.3;
}
span.heading
{
color: #fa9a9a !important;
}
a
{
color: #66FFFF !important;
}
a:hover
{
color: #cca !important;
}
span.spoiler
{
background: #bbb;
color: #bbb;
}
body
{
background: #1d1f21 none;
color: #fff;
font-family: monospace;
}
hr
{
border-top: 1px dashed black;
}
div.post.reply
{
background: #1d1f21 !important;
color: #fff;
border-left: 5px solid #1d1f21;
border-style: solid none none none;
}
span.capcode
{
color: #FF4040 !important;
}
header div.subtitle, h1
{
color: #afafaf;
}
div.blotter
{
color: #fff;
}
form table tr th
{
background: darkgray !important;
}
div.pages
{
color: #999;
background: none;
}
iframe
{
opacity: 0.1;
}
div.banner
{
background: #999;
}
span.mord
{
opacity: 0.4 !important;
}
.options_tab_icon {
padding: 5px;
color: white;
cursor: pointer;
}
.options_tab {
padding: 10px;
position: absolute;
top: 0px;
bottom: 0px;
left: 81px;
right: 0px;
text-align: left;
font-size: 12px;
overflow-y: auto;
background: #1d1f21;
}
#options_tablist {
padding: 0px 5px;
left: 0px;
width: 70px;
top: 0px;
bottom: 0px;
height: 100%;
border-right: 1px solid black;
background: #1d1f21;
color: white;
}
div.boardlist {
background-color: #1d1f21!important;
color:#C5C8C6
}
p.intro span.subject {
color: #0066FF;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.