blob: 3b08a6e82da0519cd9aeb3c1d84260ca863e1432 (
plain) (
tree)
|
|
html,
body {
background: #eddad2;
color: #000;
font-family: arial, helvetica, "nimbus sans l", sans-serif;
}
.rep {
color: #000;
}
a,
.nav label {
color: #af0a0f;
}
a:hover,
.nav label:hover {
color: #d00;
}
#logo {
color: #af0a0f;
}
.replymode,
.extramode {
background: #57463f;
color: #fff;
}
.postblock,
.reply {
background: #d9af9e;
border: 1px solid #ca927b;
}
input,
input[type="text"],
input[type="password"],
textarea {
background: #e6cbc0;
border: 1px solid #ca927b;
}
input[type="submit"],
input[type="button"] {
border-style: outset;
padding: 3px 10px;
}
input[type="submit"]:active,
input[type="button"]:active {
border-style: inset;
}
.q {
color: #707070;
}
.subj {
color: #0f0c5d;
}
.info > .name {
color: #228854;
}
.info > .trip {
color: #117743;
}
.omitted,
.abbrev {
color: #444;
}
#q-p {
background: #d9af9e;
border: 0;
}
.highlight {
background: #5b5f69;
}
.managertable td {
background: #e6cbc0;
}
.managertable th {
background: #d9af9e;
}
hr {
border: none;
border-top: 1px solid #d9af9e;
height: 0;
}
.yt {
background: #c39e8e;
border: 1px solid #8d6656;
}
.quoted {
border-color: #ca927b;
}
#main_nav.mob {
background: #d9af9e;
}
|