didine46

Untitled

Dec 19th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. body {
  2.  
  3. width:80%;
  4.  
  5.  
  6. /* The min-width property does not work in old versions of Internet Explorer */
  7. font-size:90%;
  8. font-family:Verdana, Geneva, sans-serif;
  9. margin: 0 auto;
  10. padding-top:30px;
  11. min-width:600px;
  12. background-color:#E8E8E8;
  13. }
  14. a:link{
  15. text-decoration:none;
  16. }
  17. a {
  18. color:#369;
  19. }
  20. a:hover {
  21. color:#fff;
  22.  
  23. text-decoration:none;
  24. }
  25. h1, h2, h3 {
  26. margin:.8em 0 .2em 0;
  27. padding:0;
  28. }
  29. p {
  30. margin:.4em 0 .8em 0;
  31. padding:0;
  32. }
  33. img {
  34. margin:10px 0 5px;
  35. }
  36. #ads img {
  37. display:block;
  38. padding-top:10px;
  39. }
  40.  
  41. /* Header styles */
  42. #header {
  43. clear:both;
  44. float:left;
  45. width:100%;
  46.  
  47. margin: 0 auto;
  48. height:150px;
  49. border-bottom:1px solid #000;
  50. }
  51.  
  52. #header p,
  53. #header h1,
  54. #header h2 {
  55. padding:.4em 15px 0 15px;
  56. margin:0;
  57. }
  58.  
  59. /* column container */
  60. .colmask {
  61.  
  62. margin: 0 auto;
  63. width:100%; /* width of whole page */
  64. overflow:hidden; /* This chops off any overhanging divs */
  65.  
  66.  
  67. }
  68. /* common column settings */
  69. .colright {
  70. float:left;
  71. width:10%; /* width of page */
  72. position:relative;
  73. float:left;
  74. position:relative;
  75. padding:0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
  76. only padding top and bottom is included here, make it whatever value you need */
  77. overflow:hidden;
  78.  
  79. }
  80. .colmid {
  81. float:left;
  82. width:75%; /* width of page */
  83. position:relative;
  84. float:left;
  85. position:relative;
  86. padding:0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
  87. only padding top and bottom is included here, make it whatever value you need */
  88. overflow:hidden; /* width of the right column */
  89. /* center column background colour */
  90. }
  91. .colleft {
  92. float:left;
  93. width:15%; /* width of page */
  94. position:relative;
  95. float:left;
  96. position:relative;
  97. padding:0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
  98. only padding top and bottom is included here, make it whatever value you need */
  99. overflow:hidden;
  100. /* left column background colour */
  101. }
  102.  
  103.  
  104.  
  105.  
  106. /* Footer styles */
  107. #footer {
  108. clear:both;
  109. float:left;
  110. width:100%;
  111. border-top:1px solid #000;
  112.  
  113. }
  114. #footer p {
  115. padding:10px;
  116. margin:0;
  117. }
  118.  
  119. #footer_info{
  120. font-size:9px;
  121. margin:0 auto;
  122. width:200px;
  123. clear:both;
  124.  
  125.  
  126. }
  127.  
  128. .login_div{
  129. padding-top:30px;
  130. margin:0 auto;
  131. width:50%;
  132. }
  133.  
  134. #logo{
  135. background-image: url("imgs/logo.png");
  136. height:85px;
  137. width:200px;
  138. background-repeat: no-repeat;
  139. }
  140.  
  141. #top_menu{
  142. float:right;
  143. padding-right:100px;
  144.  
  145.  
  146. }
  147.  
  148.  
  149. li {
  150. display: inline;
  151. list-style-type: none;
  152. padding-right: 20px;
  153. }
  154.  
  155. img{
  156. vertical-align:middle;
  157. padding-right:10px;
  158. }
  159. .error_msg{
  160. color:red;
  161. font-style:italic
  162. }
Advertisement
Add Comment
Please, Sign In to add comment