You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
867 B
CSS
60 lines
867 B
CSS
/*body {
|
|
font-family: sans-serif;
|
|
}*/
|
|
|
|
#container {
|
|
min-height:100%;
|
|
position:relative;
|
|
}
|
|
|
|
#header{
|
|
width: auto;
|
|
height:40px;
|
|
border: 1px solid #ccc;
|
|
padding:10px;
|
|
}
|
|
|
|
#leftcolumn{
|
|
width:140px;
|
|
/* margin: 20px 20px 20px 0px;*/
|
|
padding:10px;
|
|
float: left;
|
|
/* border: 1px solid #ccc;*/
|
|
}
|
|
|
|
#navbar{
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
#maincolumn{
|
|
padding:10px;
|
|
padding-bottom:20px; /* Height of the footer */
|
|
margin: 0px 0px 0px 160px;
|
|
}
|
|
|
|
#footer{
|
|
clear:both;
|
|
position:absolute;
|
|
bottom:0;
|
|
width:100%;
|
|
height:20px; /* Height of the footer */
|
|
|
|
border: 1px solid #ccc;
|
|
}
|
|
/*
|
|
a:link,a:visited {
|
|
font-size: 12px;
|
|
color: #0000A0;
|
|
background-color: #FFFFFF;
|
|
text-decoration: none;
|
|
target-new: none;
|
|
}
|
|
|
|
a:hover {
|
|
font-size: 12px;
|
|
color: #0000A0;
|
|
background-color: #a3d3f8;
|
|
text-decoration: none;
|
|
target-new: none;
|
|
}*/
|