Theme Test
  • {

font-family:"Microsoft Sans Serif", "MS Sans Serif", sans-serif;
margin:0px;
padding:0px;
border:none;
border-collapse:collapse;
}

body{
width:100%;
height:100%;
padding: 0px;
background:#611;
}

div#container {
background:#fff;
width:800px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
padding 5px;
border:1px solid #000;
}

h1{
font-size: 190%;
font-weight: normal;
}
h2{
font-weight: normal;
font-size: 150%;
}
h3{
font-weight: normal;
font-size: 130%;
}
h4{
font-weight: bold;
font-size: 120%;
}
h5 {
font-weight: bold;
font-size: 100%;
}
h6 {
font-weight: bold;
font-size: 90%;
}

img{
border-width: 0px;
}

blockquote{
border: 1px dashed #999;
padding: 0 1em;
background-color: #f4f4f4;
}

table {
empty-cells: show;
}
td {
text-align: left;
}

a{
color: #00A;
}
a:hover{
background-color: #EEE;
}

h1 a{
text-decoration: none;
}

body.wait, body.wait *{
cursor: wait;
}

form{
margin: 0; padding: 0;
}

a.newpage{
color: #933;
}

/*
#header {
position: relative;
z-index: 30;
height: 7em;
}
*/

#header h1{
margin: 0;
padding: 0;
}
#header h2{
margin: 0;
padding: 0;
}

#content-wrap{
padding:0; margin:0;
}

/* fixes the peekaboo bug in most of the themes (ie6, ie7)*/
#content-wrap {
_height: 1%;
min-height: 1px;
}

div#side-bar * {
font-size:9px;
}

div#side-bar {
width:100px;
}

div#main-content {
width:100%;
}

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License