body {background-color:#401000; } img {opacity:.5; filter:alpha(50) } /* Normal, standard links. */ a:link, a:visited { color: #005177; background-color: transparent; text-decoration: none; } a:hover { color: #0044cc; background-color: transparent; text-decoration: none; } /* Navigation links - for the link tree. */ .nav, .nav:link, .nav:visited { color: #401000; background-color: transparent; text-decoration: none; } a.nav:hover { font-weight: bold; color: #0044cc; background-color: transparent; text-decoration: underline; } /* Tables should show empty cells too. */ table { empty-cells: show; } /* By default (td, body..) use Verdana in black. */ body, td, th { color: #401000; font-size: small; font-family: verdana, sans-serif; } /* Input boxes - just a bit smaller than normal so they align well. */ input, textarea { font-size: 9pt; color: #000044; font-family: verdana, sans-serif; background-color: #f0ffdd; } /* Checkboxes shouldn't have a background color. */ input.check { background-color: transparent; } /* Selects are a bit smaller, because it makes them look even better 8). */ select { font-size: 8pt; font-weight: normal; color: #000000; font-family: verdana, sans-serif; background-color: #afc6db; } /* Standard horizontal rule.. */ hr { color: #6394bd; background-color: transparent; } /* A more colorful hr.. */ .hrcolor { height: 1px; border: 0; color: #6394bd; background-color: #6394bd; } /* A quote, perhaps from another post. */ .quote { color: #000040; background-color: #dee7ef; border: 1px inset #000040; margin: 1px; padding: 1px; font-size: x-small; } /* A code block - maybe even PHP ;). */ .code { color: #000040; background-color: #f0ffdd; border: 1px solid #000040; margin: 1px; padding: 1px; font-size: x-small; line-height: 1.3em; font-family:monospace; } /* The "Quote:" and "Code:" header parts... */ .quoteheader, .codeheader { color: #000040; text-decoration: none; font-style: italic; font-weight: bold; font-size: x-small; line-height: 1.2em; } /* Generally, those [?] icons. */ .help { cursor: help; background-color: transparent; } /* /me uses this a lot. */ .meaction { color: orange; background-color: transparent; } /* The main post box - this makes it as wide as possible. */ .editor { width: 100%; } /* Highlighted text - such as search results. */ .highlight { background-color: #ffff88; font-weight: bold; color: #000044; } /* Alternating backgrounds... */ .windowbg { color: #001020; background-color: #a99a70; } .windowbg2 { color: #001020; background-color: #e0d58e; } /* Titles - such as table headers. */ .titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited { font-weight: bold; font-style: normal; color: #ffffd0; background-color: #401000; } .titlebg a:hover, .titlebg2 a:hover { color: #fffff0; text-decoration: underline; } /* The category headers, page indexes, and such things. */ .catbg, .catbg3 { font-weight: bold; background-color: #a99a70; background-image: url(images/catbg.gif); color: #401000; } /* The borders around things. */ .bordercolor { background-color: #005177; } .tborder { border: none; } /* Default font sizes. */ .smalltext { font-size: x-small; } .normaltext { font-size: small; } .largetext { font-size: large; } /* No image should have a border when linked */ a img{ border: outset 1px gray; } a img:active{ border:inset 1px gray; }