You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

70 lines
1.0 KiB

html, body {
margin: 0px;
padding: 0px;
border: 0px;
font-family: sans-serif;
font-size: 10pt;
}
body {
background-color: #F9F9F9;
background-image: url('/img/headbg.jpg');
background-clip: border-box;
background-attachment: scroll;
background-repeat: no-repeat;
}
div#main {
position: relative;
width: 100%;
padding: 10px 0px;
}
div#sidebar {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
width: 150px;
max-width: 170px;
padding: 2px;
}
div#content {
position: relative;
margin-left: 175px;
margin-top: 10px;
padding: 10px 10px;
min-height: 400px;
}
.ui-block {
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
margin-bottom: 10px;
}
/* headers */
h1, h2, h3, h4, h5 {
margin: 0px;
font-weight: normal;
margin-bottom: 0.6em;
}
h1 {
font-size: 160%;
border-bottom: 1px solid #AAAAAA;
}
h2 { font-size: 130%; }
ul {
margin: 0px;
padding: 3px 20px;
list-style: square;
color: #999999;
}
a {
text-decoration: none;
color: #002BB8;
}