@@ -17,29 +17,27 @@ html {
|
||||
|
||||
}
|
||||
|
||||
#leftcolumn {
|
||||
width: 140px;
|
||||
padding: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#maincolumn {
|
||||
padding: 10px;
|
||||
padding-bottom: 20px; /* Height of the footer */
|
||||
margin: 0px 0px 0px 160px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 25px; /* Height of the footer */
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
bottom: 5px;
|
||||
height: 20px; /* Height of the footer */
|
||||
border: 1px solid #ccc;
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
font-size: 10px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.form-caption {
|
||||
@@ -49,24 +47,7 @@ html {
|
||||
text-shadow: 2px 2px 2px #888888;
|
||||
padding-left: 5px;
|
||||
}
|
||||
/*aaa*/
|
||||
|
||||
.form-caption-content {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*
|
||||
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;
|
||||
}*/
|
||||
Reference in New Issue
Block a user