Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body {
  5.     background:url(img/bg_01.gif) repeat;
  6.  
  7.    
  8. }
  9.  
  10. #top {
  11.     margin-top: -20px;
  12.     margin-left: -20px;
  13.     margin-right: -20px;
  14.     background:url(img/bg_grass.png) repeat-x;
  15.  
  16. }
  17.  
  18.  
  19. #mcontainer {
  20.     margin-left: auto;
  21.     margin-right: auto;
  22.     margin-top: 15px;
  23.     border: 1px #000 solid;
  24.     width: 700px;
  25.     height: 900px;
  26.     background-color:#CCC;
  27.  
  28. }
  29.  
  30. #header {
  31.     height: 150px;
  32.     background: url(img/header_04.png);
  33.    
  34. }
  35.  
  36.  
  37. #navbar {
  38.     width: 700px;
  39.     height: 20px;
  40.     border-top: 1px solid #000;
  41.     border-bottom: 1px solid #000;
  42.     line-height: 17px;
  43.     background-color:#6cac42;
  44. }
  45.  
  46.  
  47. .button a {
  48.     float: left;
  49.     width: 100px;
  50.     height: 20px;
  51.     color:#FFF;
  52.     font-size: 12px;
  53.     text-align: center;
  54.     text-decoration: none;
  55.     font-family:Verdana, Geneva, sans-serif;
  56.     font-weight: bold;
  57.  
  58. }
  59.  
  60. .button a:hover,a:active {
  61. background-color:#64a43a;
  62. }
  63.  
  64.  
  65. #body {
  66.     float: left;
  67.     height: 715px;
  68. }
  69.  
  70. .mapbody p {
  71.  
  72.  
  73. }
  74.  
  75. #rightstatus {
  76.     float: right;
  77.     border-left: 1px solid;
  78.     height: 715px;
  79. }
  80.  
  81. #footer {
  82.     border-top: 1px solid;
  83.     clear: both;
  84.     background:url(img/bkg.gif) repeat;
  85. }
  86.  
  87. .footer p {
  88.     padding: 0px;
  89.     margin: 0px;
  90.     text-align: center;
  91.     font-family:verdana;
  92.     vertical-align: 5px;
  93.     font-size: 10px;
  94.     color:#FFF;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement