Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- width:80%;
- /* The min-width property does not work in old versions of Internet Explorer */
- font-size:90%;
- font-family:Verdana, Geneva, sans-serif;
- margin: 0 auto;
- padding-top:30px;
- min-width:600px;
- background-color:#E8E8E8;
- }
- a:link{
- text-decoration:none;
- }
- a {
- color:#369;
- }
- a:hover {
- color:#fff;
- text-decoration:none;
- }
- h1, h2, h3 {
- margin:.8em 0 .2em 0;
- padding:0;
- }
- p {
- margin:.4em 0 .8em 0;
- padding:0;
- }
- img {
- margin:10px 0 5px;
- }
- #ads img {
- display:block;
- padding-top:10px;
- }
- /* Header styles */
- #header {
- clear:both;
- float:left;
- width:100%;
- margin: 0 auto;
- height:150px;
- border-bottom:1px solid #000;
- }
- #header p,
- #header h1,
- #header h2 {
- padding:.4em 15px 0 15px;
- margin:0;
- }
- /* column container */
- .colmask {
- margin: 0 auto;
- width:100%; /* width of whole page */
- overflow:hidden; /* This chops off any overhanging divs */
- }
- /* common column settings */
- .colright {
- float:left;
- width:10%; /* width of page */
- position:relative;
- float:left;
- position:relative;
- padding:0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
- only padding top and bottom is included here, make it whatever value you need */
- overflow:hidden;
- }
- .colmid {
- float:left;
- width:75%; /* width of page */
- position:relative;
- float:left;
- position:relative;
- padding:0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
- only padding top and bottom is included here, make it whatever value you need */
- overflow:hidden; /* width of the right column */
- /* center column background colour */
- }
- .colleft {
- float:left;
- width:15%; /* width of page */
- position:relative;
- float:left;
- position:relative;
- padding:0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
- only padding top and bottom is included here, make it whatever value you need */
- overflow:hidden;
- /* left column background colour */
- }
- /* Footer styles */
- #footer {
- clear:both;
- float:left;
- width:100%;
- border-top:1px solid #000;
- }
- #footer p {
- padding:10px;
- margin:0;
- }
- #footer_info{
- font-size:9px;
- margin:0 auto;
- width:200px;
- clear:both;
- }
- .login_div{
- padding-top:30px;
- margin:0 auto;
- width:50%;
- }
- #logo{
- background-image: url("imgs/logo.png");
- height:85px;
- width:200px;
- background-repeat: no-repeat;
- }
- #top_menu{
- float:right;
- padding-right:100px;
- }
- li {
- display: inline;
- list-style-type: none;
- padding-right: 20px;
- }
- img{
- vertical-align:middle;
- padding-right:10px;
- }
- .error_msg{
- color:red;
- font-style:italic
- }
Advertisement
Add Comment
Please, Sign In to add comment