Pinkish theme. Based upon Aristotle's theme.
body {
color: #000;
background-color: #fdd;
font-family: "Bitstream Vera Sans", Verdana, Arial, Lucida, Helvet
+ica, sans-serif;
}
td, th {
color: #000;
font-family: "Bitstream Vera Sans", Verdana, Arial, Lucida, Helvet
+ica, sans-serif;
vertical-align: top;
}
a:link {
color: #906;
}
a:visited {
color: #309; /*#c39;*/
}
a:hover {
color: #f09;
}
h3.other, h3.superdoc, h3.categorized_answer, h3.categorized_question
+{
font-size: 34px;
font-style: italic;
font-family: Georgia, serif;
padding: 10px;
}
pre, tt {
font-family: "Bitstream Vera Sans Mono", monospace;
}
tt {
font-size: 14px;
}
textarea {
height: 25em;
}
input, select {
margin: 3px;
font-size: 9pt;
font-family: "Bitstream Vera Sans", Verdana, Arial, Lucida, Helvet
+ica, sans-serif;
}
input[type="submit"] {
border: 1px solid #000;
background-color: #dfc8df;
color: #000;
font-family: "Bitstream Vera Sans", Verdana, Arial, Lucida, Helvet
+ica, sans-serif;
font-size: 12px;
font-weight: normal;
padding: .2em;
}
table[bgcolor="#000066"] {
border: solid 1px black;
background-color: #603; //#069;
}
.code {
color: #303;
}
tr.post_head, tr.reply {
background-color: #caa;
}
td.section_title {
color: #fff;
background-color: #603; //#069;
font-size: 26px;
font-family: Georgia, serif;
font-weight: bold;
font-style: italic;
}
tr.titlebar, td.titlebar, table.titlebar {
background-color: #603; //#069;
font-size: 30px;
font-family: Georgia, serif;
font-style: italic;
padding-right: 1em;
}
tr.add-root-blurb td{
background-color: #603;
font-family: Georgia, serif;
font-style: italic;
padding-right: 1em;
}
table[bgcolor="#B64234"], table.nodelet_container {
background-color: #603; //#069;
}
tbody.nodelet th, th.nodehead{
color: #fff;
background-color: #603; //#069;
padding-right: 0.5em;
text-align: right;
font-family: Georgia, serif;
font-style: italic;
}
tbody.nodelet td, td.nodebody {
background-color: #fee;
}
#approval_nodelet input[type="text"] {
background: #fcc;
}
input, textarea {
border: 1px solid #300;
background-color: #fee;
}
textarea {
font-family: monospace;
}
textarea[name="note_doctext"], input[name="note_title"] {
width: 80%;
}
.spacer[height~="75"], a[href="http://pair.com"] {
display: none;
}
|