PDA

View Full Version : Try a new style for the board... I tried one that looks like...


XSPYDERZX
05-23-2007, 05:37 PM
/* --------------------- BASIC ELEMENTS ---------------------*/

body {
color: #FF0000;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0px 0px 0px 0px;
background: #FF0000 url(images/bg_main.gif) repeat-x top;
}

a:link {
font-weight: bold;
color: #FF0000;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a:hover, a:active {
color: #FF0000;
}

/* --------------------- HEADER ---------------------*/

h1#logo {
background: url(images/logo_pawngame.gif) no-repeat left top;
float: left;
width: 272px;
height: 73px;
background-repeat: no-repeat;
padding: 0;
margin: 25px 0 10px 0;
display: inline;
}
h1#logo span {display:none;}

/* --------------------- CONTENT ---------------------*/

#maincontent {
background: #OOOOOO;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #FF0000;
}

#maincontent p {
padding: 0 15px 5px 15px;
font-size: .9em;
line-height: 1.9em;
margin: 0 0 10px 0;
}

#maincontent h2 {
font-size: 17px;
line-height: 25px;
color: #D40D0D;
border-bottom: 1px dashed #FF0000;
display: block;
margin: 8px 15px 8px 15px;
font-weight: bold;
}

#controls {
margin: 5px auto 5px auto;
width: 800px;
background: #000000;
border: 1px solid #OOOOOO;
}

th {
color: #FFOOOO;
text-align: left;
}

/* --------------------- SIDE BOXES ---------------------*/

.boxheader {
background: url(images/sideheader_bg.gif) no-repeat;
height: 25px;
padding: 0px 0 0 10px;
}

.boxcontent {
background: #FF0000 url(images/sidebox_bg.gif) repeat-x bottom;
font-size: 11px;
}

.boxcontent p {
padding: 5px 10px 10px 10px;
margin: 0;
}

.sidebox {
margin-bottom: 15px;
margin-right: 2px;
border-top: 1px solid #FFOOOO;
border-left: 1px solid #000000;
border-bottom: 1px solid #FF0000;
text-align: left;
}

.sidebox h2 {
font-size: 11px;
font-weight: bold;
color: #000000;
margin: 0;
padding: 0;
}

.sidebox h3 {
font-size: 11px;
color: #000000;
margin: 0;
padding: 5px 10px 0 10px;
font-weight: normal;
}

/* --------------------- NAV BAR - TOP ---------------------*/

#topnav {
background: url(images/navtop_bg.gif);
height: 30px;
}

#topnav ul {
margin: 0;
padding: 0;
height: 30px;
}

#topnav ul li {
float: right;
height: 30px;
list-style: none;
display: inline;
background: url(images/topnav_div.gif) no-repeat;
}

#topnav a, #topnav a:visited {
display: block;
padding: 7px 10px 0px 15px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}

#topnav a:hover {
color: #FF0000;
}

/* --------------------- FOOTER ---------------------*/

#footer {
font-size: .7em;
margin-top: 10px;
}

#footer p {
padding-right: 30px;
margin: 0;
}

/* --------------------- INPUT ---------------------*/

input, select {
font-size: 11px;
}
input:focus, textarea:focus, select:focus {
background-color: #FF0000;
}
textarea {
font-size: 11px;
padding: 1.2px;
margin: 1px;
border: 1px solid #999;
background-color: #FFOOOO;
}
.textbox {
background-color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #FF0000;
border-style: solid solid solid solid;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.button {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #999;
background-color: #ccc;
}

J90
05-23-2007, 05:44 PM
What do you mean...like the type/color of the forum?