blob: 0b991dbf54b032d96ef38c410c205396525a887b (
plain) (
tree)
|
|
html,
body {
background: #1b3345;
color: #fff;
font-family: initial;
}
a,
a .name,
.nav label {
color: #efd279;
}
a.rep {
color: #fff;
}
a:hover,
a:hover .name,
.nav label:hover {
color: #d00;
}
.logo {
color: #ccffcc;
}
.replymode,
.extramode {
color: #fff;
}
.replymode {
background: #1d7548;
}
.extramode {
background: #0040e0;
}
.postblock {
background: #95cbe9;
color: #2c5700;
}
.q {
color: #bdf46c;
}
.fs {
text-decoration: none;
}
.subj {
color: #de9d7f;
font-weight: bold;
}
.name {
color: #afd775;
}
.omitted {
color: #909090;
}
.reply,
#q-p {
background: #3b6b94;
color: #fff;
}
.abbrev {
color: #bbb;
}
.highlight {
background: #5b8bb4;
outline: 1px dashed #afd775;
}
.managertable td {
background: #3b6b94;
color: #fff;
}
.managertable th {
background: #aaf;
color: #fff;
}
#catalog .thread:hover {
background: #3b6b94;
box-shadow: 0 0 5px 5px #3b6b94;
}
#catalog .replies {
color: #aaa;
font-weight: bold;
}
.yt {
background: #2f587a;
border: 1px solid #1b2933;
}
.quoted {
border-color: #1b3345;
}
|