I messed around with the css a little bit using dreamweaver. I'm using safari, so its not a fix for me, but here's what I came up with:
http://www.pschost.com/testcss/psc5.html
http://www.pschost.com/testcss/entry.html
There are a few bugs, but this was just a quick test. I'm liking gray a lot better than white. Much better on the eyes.
Here's the CSS I used if anyone is interested. The first one is the original, and the second one is my edited version.
Original:
Code:
td{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
color: #000000;
}
a:hover{
text-decoration: none;
}
.nav{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #276AFF
}
a.nav:link{
color: #276AFF;
text-decoration: none;
}
a.nav:visited{
color: #276AFF;
text-decoration: none;
}
a.nav:hover{
color: #276AFF;
text-decoration: none;
}
.adv_nav{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #276AFF
}
a.adv_nav:link{
color: #276AFF;
text-decoration: none;
}
a.adv_nav:visited{
color: #276AFF;
text-decoration: none;
}
span.redfont{
color: #F33;
text-decoration: none;
}
a.adv_nav:hover{
color: #FF0000;
text-decoration: none;
}
.grey{
color: #999999;
}
.tiny{
font-size: 10px;
color: #999999;
}
.sitemap{
font-size: 13px;
color: #999999;
}
.textbox{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #276AFF;
background-color:#F1F1F1;
border: 1px solid #DDDDDD;
}
.text_ad{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #515151;
}
.text_ad_link{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
.button{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#276AFF;
border: 1px solid #DDDDDD;
background-color:#F1F1F1;
}
.green_button{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#495A7B;
border: 1px solid #DDDDDD;
background-color:#B4EEB4;
}
.red_button{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#495A7B;
border: 1px solid #DDDDDD;
background-color:#FFE5E5;
}
.thin_border{
border: 1px solid #CCCCCC;
}
.grey_font{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #999999;
}
table.greybox {
border-width: 0px 1px 1px 0px;
border-spacing: 2px;
border-style: outset outset outset outset;
border-color: white #D5D5D5 #D5D5D5 white;
border-collapse: collapse;
background-color: #F1F1F1;
}
div.topnav{
border-bottom: 1px solid #EEEEEE;
border-top: 0px;
margin-top: 0px;
margin-bottom: 5px;
height:22px;
padding: 0px;
background-color: #F9F9F9;
font-family: Trebuchet MS, Arial, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
}
#navlist, #navlist a, #navlist a:link, #navlist a:visited
{
margin: 0px;
border: 1px solid #F9F9F9;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 14px;
color: #276AFF;
font-weight: bold;
text-decoration: none;
}
#navlist a:hover, #navlist a:active, #navlist a:focus, #navlist #current a:hover
{
color: #276AFF;
text-decoration: none;
border: 1px solid #276AFF;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
background-color: #FCFCFC;
}
#navlist li
{
padding-left: 0px;
padding-right: 1px;
display: inline;
font-size: 0.6em;
}
#navlist ul
{
margin: 0px;
padding: 0px;
}
#navlist #current a
{
background-color: #FCFCFC;
border: 1px solid #EEEEEE;
}
/*dropdown_menu_start*/
#navlist {
width:776px;
}
#navlist ul {
padding: 0;
margin: 0;
list-style: none;
}
#navlist a {
display: block;
}
#navlist li {
float: left;
}
#navlist li ul {
border:1px solid #CCF;
position: absolute;
left: -999em;
background:#FCFCFC;
}
#navlist li ul#subs li {
width:6em;
display:inline;
}
#navlist li:hover ul, #navlist li.sfhover ul {
left: auto;
}
/*dropdown_menu_end*/
div.base {
background: #F9F9F9;
padding: 5px;
border: 1px solid #EEEEEE;
margin-bottom: 10px;
text-align: left;
}
div.header {
background: #F9F9F9;
padding-top: 4px;
border: 0px;
margin-bottom: 0px;
text-align: center;
}
div.toplinks {
width: 92%;
color: #666666;
background: #F9F9F9;
padding: 3px;
border: 1px solid #EEEEEE;
margin-bottom: 4px;
text-align: center;
}
div.error {
width: 95%;
color: #666666;
background: #FFE5E5;
padding: 3px;
border: 1px solid #FF0000;
margin-bottom: 4px;
text-align: center;
}
div.newsindex {
width: 90%;
padding: 3px;
margin-left: 10px;
margin-bottom: 20px;
text-align: left;
}
div.searchresults {
width: 100%;
color: #999999;
background: #F1F1F1;
padding: 3px;
border: 1px solid #DDDDDD;
margin-bottom: 4px;
text-align: left;
}
div.chatbody {
color: #444444;
background: #F9F9F9;
padding: 3px;
border: 1px solid #EEEEEE;
margin-top: 1px;
margin-bottom: 14px;
text-align: left;
}
.headline{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
span.pagetitle{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
span.contesttitle{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #276AFF;
font-weight: bold;
text-decoration: none;
}
span.bigblue{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 20px;
color: #276AFF;
font-weight: bold;
text-decoration: none;
}
span.boldblue{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
color: #276AFF;
font-weight: bold;
text-decoration: none;
}
span.formtext{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
color: #666666;
font-weight: bold;
text-decoration: none;
}
a.psclogo-dark{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #132243;
font-weight: bold;
text-decoration: none;
}
a.psclogo-light{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #276AFF;
font-weight: bold;
text-decoration: none;
}
span.psclogo-small{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 11px;
color: #AAAAAA;
font-weight: normal;
text-decoration: none;
}
li.advantage{
margin-top: 10px;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
span.bottomtitle{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 13px;
color: #999999;
font-weight: bold;
text-decoration: none;
}
span.copyright{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
color: #999999;
text-decoration: none;
}
.cal-other-month{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#F1F1F1;
border: 1px solid #DDDDDD;
width: 90px;
height: 90px;
text-align: right;
}
.cal-current-month{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#FCFCFC;
border: 1px solid #DDDDDD;
width: 90px;
height: 90px;
text-align: right;
}
.cal-prize-day{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #EFFCFF;
border: 1px solid #DDDDDD;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-posted{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#DAFFDA;
border: 1px solid #DDDDDD;
width: 40px;
height: 40px;
text-align: right;
}
.adv-cal-posted-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#DAFFDA;
border: 1px solid #DDDDDD;
width: 15px;
height: 13px;
text-align: right;
}
.adv-cal-dark{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #ECECEC;
border: 1px solid #DDDDDD;
width: 40px;
height: 40px;
text-align: right;
}
.adv-cal-dark-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#ECECEC;
border: 1px solid #DDDDDD;
width: 15px;
height: 13px;
text-align: right;
}
.adv-cal-normal{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#FCFCFC;
border: 1px solid #DDDDDD;
width: 40px;
height: 40px;
text-align: right;
}
.adv-cal-big-posted{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#DAFFDA;
border: 1px solid #DDDDDD;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-big-posted-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #DAFFDA;
border: 1px solid #DDDDDD;
width: 15px;
height: 13px;
text-align: right;
}
.adv-cal-big-normal{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#FCFCFC;
border: 1px solid #DDDDDD;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-big-dark{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #ECECEC;
border: 1px solid #DDDDDD;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-big-dark-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #ECECEC;
border: 1px solid #DDDDDD;
width: 15px;
height: 13px;
text-align: right;
}
div.register {
width: 400;
padding: 3px;
text-align: left;
}
/* tourny stuff */
.bracket_top{
width:169px;
font-size:11px;
float:left;
border-bottom:1px solid #666666;
margin:0px;
padding:0px;
margin-top:5px;
height:14px;
}
.bracket{
font-weight:bold;
width:170px;
font-size:11px;
float:left;
border:0px solid red;
margin:0px;
padding:0px;
height:120px;
text-indent:10px;
}
.bracket_middle{
width:169px;
height:80px;
float:left;
margin:0px;
padding:0px;
border-right:1px dashed black;
}
.bracket_bottom{
width:169px;
font-size:11px;
float:left;
border-top:1px solid #666666;
margin:0px;
padding:0px;
margin-bottom:5px;
height:14px;
}
.round{
float:left;
width:170px;
margin:0px;
padding:0px;
background: url("/images/site/round_bg.gif") repeat-y;
}
.round p{
font-size:9px;
padding-left:10px;
}
.round h1{
padding-left:10px;
}
body {
font-family: "Trebuchet MS", sans-serif;
background: white;
margin: 0;
padding: 1px;
}
img {
border: none;
}
h1#hheader {
font-family: "Trebuchet MS", sans-serif;
position: absolute;
top: 0px;
left: 20px;
margin-right: 340px;
}
p#pheader {
font-family: "Trebuchet MS", sans-serif;
position: absolute;
top: 40px;
left: 100px;
margin-right: 340px;
}
h2 {
font-family: "Trebuchet MS", sans-serif;
margin: 0px;
font-size: 170%;
}
h3 {
font-family: "Trebuchet MS", sans-serif;
}
p, li {
font-family: "Trebuchet MS", sans-serif;
}
p.titleish {
font-weight: bold;
}
p.info {
background: #F1F1F1;
}
p.small {
font-size: 70%;
}
p.postbodytopinfo {
padding-bottom: 2px;
margin: 0px;
font-size: 85%;
border-bottom: 1px dashed silver;
}
a {
color: #276AFF;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a:visited {
color: #276AFF;
}
a.psclogo-dark{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #132243;
font-weight: bold;
text-decoration: none;
}
a.psclogo-light{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #276AFF;
font-weight: bold;
text-decoration: none;
}
span.psclogo-small{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 11px;
color: #AAAAAA;
font-weight: normal;
text-decoration: none;
}
.alignedright {
text-align: right;
}
.centered {
text-align: center;
}
textarea {
font-family: "Trebuchet MS", sans-serif;
}
div.right {
font-family: "Trebuchet MS", sans-serif;
background: #F1F1F1;
border: 1px solid silver;
padding: 10px;
float: right;
line-height: 150%;
width: 250px;
clear: both;
margin-bottom: 10px;
}
div.catrow {
font-family: "Trebuchet MS", sans-serif;
background: #F1F1F1;
padding: 5px;
margin-bottom: 10px;
border: 1px solid silver;
text-align: left;
}
div.forumrow {
background: white;
border: 1px solid silver;
margin: 8px;
padding: 5px;
}
div.base {
background: #F1F1F1;
padding: 5px;
border: 1px solid silver;
margin-bottom: 10px;
text-align: left;
}
div.text {
background: white;
margin: 10px;
padding: 5px;
border: 1px solid silver;
overflow: auto;
}
div.topics {
background: #F1F1F1;
border: 1px solid silver;
padding: 3px;
text-align: center;
}
table.topics {
margin-bottom: 5px;
padding: 5px;
margin-left: auto;
margin-right: auto;
background: white;
border: 1px solid silver;
width: 95%;
text-align: left;
}
table.topics td {
font-family: "Trebuchet MS", sans-serif;
}
div.bottom {
font-family: "Trebuchet MS", sans-serif;
font-size: 80%;
color: silver;
text-align: center;
clear: both;
}
div.posts {
background: #F1F1F1;
border: 1px solid silver;
padding: 10px;
}
div.postbody {
background: white;
border: 1px solid silver;
font-family: "Trebuchet MS", sans-serif;
padding: 5px;
padding-left: 135px;
overflow: auto;
text-align: left;
}
div.postbody li {
font-size: 100%;
}
div.spacer {
height: 5px;
}
div.postbodyleft {
width: 130px;
height: 130px;
position: absolute;
padding: 5px;
font-size: 85%;
display:block;
z-index: 1;
}
div.quote1 {
margin: 20px;
margin-bottom: 0px;
font-size: 90%;
}
div.quote2 {
margin: 20px;
margin-top: 0px;
border: 1px solid silver;
background: #F1F1F1;
overflow: auto;
}
div.quote2_code {
margin: 20px;
margin-top: 0px;
border: 1px solid silver;
background: #F1F1F1;
font-family: monospace, sans-serif;
font-size: 90%;
overflow: auto;
}
div.inboxbar {
background: #F1F1F1;
border: 1px solid silver;
}
div.pmtext {
font-family: sans-serif;
}
acronym {
cursor: help;
}
Edited:
Code:
<style type="text/css">
td{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
color: #000000;
}
a:hover{
text-decoration: none;
}
.nav{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #444444
}
a.nav:link{
color: #444444;
text-decoration: none;
}
a.nav:visited{
color: #444444;
text-decoration: none;
}
a.nav:hover{
color: #444444;
text-decoration: none;
}
.adv_nav{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #444444
}
a.adv_nav:link{
color: #444444;
text-decoration: none;
}
a.adv_nav:visited{
color: #444444;
text-decoration: none;
}
span.redfont{
color: #F33;
text-decoration: none;
}
a.adv_nav:hover{
color: #FF0000;
text-decoration: none;
}
.grey{
color: #999999;
}
.tiny{
font-size: 10px;
color: #999999;
}
.sitemap{
font-size: 13px;
color: #999999;
}
.textbox{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #444444;
background-color:#999999;
border: 1px solid #666666;
}
.text_ad{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #515151;
}
.text_ad_link{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
.button{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#444444;
border: 1px solid #666666;
background-color:#999999;
}
.green_button{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#495A7B;
border: 1px solid #666666;
background-color:#B4EEB4;
}
.red_button{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#495A7B;
border: 1px solid #666666;
background-color:#FFE5E5;
}
.thin_border{
border: 1px solid #777777;
}
.grey_font{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #999999;
}
table.greybox {
border-width: 0px 1px 1px 0px;
border-spacing: 2px;
border-style: outset outset outset outset;
border-color: 777777 #D5D5D5 #D5D5D5 777777;
border-collapse: collapse;
background-color: #999999;
}
div.topnav{
border-bottom: 1px solid #777777;
border-top: 0px;
margin-top: 0px;
margin-bottom: 5px;
height:22px;
padding: 0px;
background-color: #999999;
font-family: Trebuchet MS, Arial, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
}
#navlist, #navlist a, #navlist a:link, #navlist a:visited
{
margin: 0px;
border: 1px solid #999999;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 14px;
color: #444444;
font-weight: bold;
text-decoration: none;
}
#navlist a:hover, #navlist a:active, #navlist a:focus, #navlist #current a:hover
{
color: #444444;
text-decoration: none;
border: 1px solid #444444;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
background-color: #777777;
}
#navlist li
{
padding-left: 0px;
padding-right: 1px;
display: inline;
font-size: 0.6em;
}
#navlist ul
{
margin: 0px;
padding: 0px;
}
#navlist #current a
{
background-color: #777777;
border: 1px solid #777777;
}
/*dropdown_menu_start*/
#navlist {
width:776px;
}
#navlist ul {
padding: 0;
margin: 0;
list-style: none;
}
#navlist a {
display: block;
}
#navlist li {
float: left;
}
#navlist li ul {
border:1px solid #CCF;
position: absolute;
left: -999em;
background:#777777;
}
#navlist li ul#subs li {
width:6em;
display:inline;
}
#navlist li:hover ul, #navlist li.sfhover ul {
left: auto;
}
/*dropdown_menu_end*/
div.base {
background: #999999;
padding: 5px;
border: 1px solid #777777;
margin-bottom: 10px;
text-align: left;
}
div.header {
background: #999999;
padding-top: 4px;
border: 0px;
margin-bottom: 0px;
text-align: center;
}
div.toplinks {
width: 92%;
color: #666666;
background: #999999;
padding: 3px;
border: 1px solid #777777;
margin-bottom: 4px;
text-align: center;
}
div.error {
width: 95%;
color: #666666;
background: #FFE5E5;
padding: 3px;
border: 1px solid #FF0000;
margin-bottom: 4px;
text-align: center;
}
div.newsindex {
width: 90%;
padding: 3px;
margin-left: 10px;
margin-bottom: 20px;
text-align: left;
}
div.searchresults {
width: 100%;
color: #999999;
background: #999999;
padding: 3px;
border: 1px solid #666666;
margin-bottom: 4px;
text-align: left;
}
div.chatbody {
color: #444444;
background: #999999;
padding: 3px;
border: 1px solid #777777;
margin-top: 1px;
margin-bottom: 14px;
text-align: left;
}
.headline{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
span.pagetitle{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
span.contesttitle{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #444444;
font-weight: bold;
text-decoration: none;
}
span.bigblue{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 20px;
color: #444444;
font-weight: bold;
text-decoration: none;
}
span.boldblue{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
color: #444444;
font-weight: bold;
text-decoration: none;
}
span.formtext{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
color: #666666;
font-weight: bold;
text-decoration: none;
}
a.psclogo-dark{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #323232;
font-weight: bold;
text-decoration: none;
}
a.psclogo-light{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #444444;
font-weight: bold;
text-decoration: none;
}
span.psclogo-small{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 11px;
color: #444444;
font-weight: normal;
text-decoration: none;
}
li.advantage{
margin-top: 10px;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
span.bottomtitle{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 13px;
color: #999999;
font-weight: bold;
text-decoration: none;
}
span.copyright{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
color: #999999;
text-decoration: none;
}
.cal-other-month{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#999999;
border: 1px solid #666666;
width: 90px;
height: 90px;
text-align: right;
}
.cal-current-month{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#444444;
border: 1px solid #666666;
width: 90px;
height: 90px;
text-align: right;
}
.cal-prize-day{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #EFFCFF;
border: 1px solid #666666;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-posted{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#DAFFDA;
border: 1px solid #666666;
width: 40px;
height: 40px;
text-align: right;
}
.adv-cal-posted-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#DAFFDA;
border: 1px solid #666666;
width: 15px;
height: 13px;
text-align: right;
}
.adv-cal-dark{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #ECECEC;
border: 1px solid #666666;
width: 40px;
height: 40px;
text-align: right;
}
.adv-cal-dark-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#ECECEC;
border: 1px solid #666666;
width: 15px;
height: 13px;
text-align: right;
}
.adv-cal-normal{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#444444;
border: 1px solid #666666;
width: 40px;
height: 40px;
text-align: right;
}
.adv-cal-big-posted{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#DAFFDA;
border: 1px solid #666666;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-big-posted-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #DAFFDA;
border: 1px solid #666666;
width: 15px;
height: 13px;
text-align: right;
}
.adv-cal-big-normal{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color:#444444;
border: 1px solid #666666;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-big-dark{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #ECECEC;
border: 1px solid #666666;
width: 90px;
height: 90px;
text-align: right;
}
.adv-cal-big-dark-small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
background-color: #ECECEC;
border: 1px solid #666666;
width: 15px;
height: 13px;
text-align: right;
}
div.register {
width: 400;
padding: 3px;
text-align: left;
}
/* tourny stuff */
.bracket_top{
width:169px;
font-size:11px;
float:left;
border-bottom:1px solid #666666;
margin:0px;
padding:0px;
margin-top:5px;
height:14px;
}
.bracket{
font-weight:bold;
width:170px;
font-size:11px;
float:left;
border:0px solid red;
margin:0px;
padding:0px;
height:120px;
text-indent:10px;
}
.bracket_middle{
width:169px;
height:80px;
float:left;
margin:0px;
padding:0px;
border-right:1px dashed black;
}
.bracket_bottom{
width:169px;
font-size:11px;
float:left;
border-top:1px solid #666666;
margin:0px;
padding:0px;
margin-bottom:5px;
height:14px;
}
.round{
float:left;
width:170px;
margin:0px;
padding:0px;
background: url("/images/site/round_bg.gif") repeat-y;
}
.round p{
font-size:9px;
padding-left:10px;
}
.round h1{
padding-left:10px;
}
</style>
<style type="text/css">
body {
font-family: "Trebuchet MS", sans-serif;
background: #777777;
margin: 0;
padding: 1px;
}
img {
border: none;
}
h1#hheader {
font-family: "Trebuchet MS", sans-serif;
position: absolute;
top: 0px;
left: 20px;
margin-right: 340px;
}
p#pheader {
font-family: "Trebuchet MS", sans-serif;
position: absolute;
top: 40px;
left: 100px;
margin-right: 340px;
}
h2 {
font-family: "Trebuchet MS", sans-serif;
margin: 0px;
font-size: 170%;
}
h3 {
font-family: "Trebuchet MS", sans-serif;
}
p, li {
font-family: "Trebuchet MS", sans-serif;
}
p.titleish {
font-weight: bold;
}
p.info {
background: #999999;
}
p.small {
font-size: 70%;
}
p.postbodytopinfo {
padding-bottom: 2px;
margin: 0px;
font-size: 85%;
border-bottom: 1px dashed #444444
}
a {
color: #444444;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a:visited {
color: #444444;
}
a.psclogo-dark{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #323232;
font-weight: bold;
text-decoration: none;
}
a.psclogo-light{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 24px;
color: #444444;
font-weight: bold;
text-decoration: none;
}
span.psclogo-small{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 11px;
color: #444444;
font-weight: normal;
text-decoration: none;
}
.alignedright {
text-align: right;
}
.centered {
text-align: center;
}
textarea {
font-family: "Trebuchet MS", sans-serif;
}
div.right {
font-family: "Trebuchet MS", sans-serif;
background: #999999;
border: 1px solid #444444;
padding: 10px;
float: right;
line-height: 150%;
width: 250px;
clear: both;
margin-bottom: 10px;
}
div.catrow {
font-family: "Trebuchet MS", sans-serif;
background: #999999;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #444444;
text-align: left;
}
div.forumrow {
background: #777777;
border: 1px solid #444444;
margin: 8px;
padding: 5px;
}
div.base {
background: #999999;
padding: 5px;
border: 1px solid #444444;
margin-bottom: 10px;
text-align: left;
}
div.text {
background: #777777;
margin: 10px;
padding: 5px;
border: 1px solid #444444;
overflow: auto;
}
div.topics {
background: #999999;
border: 1px solid #444444;
padding: 3px;
text-align: center;
}
table.topics {
margin-bottom: 5px;
padding: 5px;
margin-left: auto;
margin-right: auto;
background: #777777;
border: 1px solid #444444;
width: 95%;
text-align: left;
}
table.topics td {
font-family: "Trebuchet MS", sans-serif;
}
div.bottom {
font-family: "Trebuchet MS", sans-serif;
font-size: 80%;
color: #444444;
text-align: center;
clear: both;
}
div.posts {
background: #999999;
border: 1px solid #444444;
padding: 10px;
}
div.postbody {
background: #777777;
border: 1px solid #444444;
font-family: "Trebuchet MS", sans-serif;
padding: 5px;
padding-left: 135px;
overflow: auto;
text-align: left;
}
div.postbody li {
font-size: 100%;
}
div.spacer {
height: 5px;
}
div.postbodyleft {
width: 130px;
height: 130px;
position: absolute;
padding: 5px;
font-size: 85%;
display:block;
z-index: 1;
}
div.quote1 {
margin: 20px;
margin-bottom: 0px;
font-size: 90%;
}
div.quote2 {
margin: 20px;
margin-top: 0px;
border: 1px solid #444444;
background: #999999;
overflow: auto;
}
div.quote2_code {
margin: 20px;
margin-top: 0px;
border: 1px solid #444444;
background: #999999;
font-family: monospace, sans-serif;
font-size: 90%;
overflow: auto;
}
div.inboxbar {
background: #999999;
border: 1px solid #444444;
}
div.pmtext {
font-family: sans-serif;
}
acronym {
cursor: help;
}
</style>
Sorry for the long post.