Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.07 KB | None | 0 0
  1. body{
  2. width:100%;
  3. height:100%;
  4. background: #13a8cb url('../images/_back2.png') fixed top center;
  5. margin: 0;
  6. font: 76% tahoma, verdana, sans-serif;padding: 0 0 0 0;
  7. text-align:center;
  8. }
  9.  
  10. #main{
  11. position:relative;
  12. z-index:1;
  13. width: 85%;
  14. margin: 0 auto 0 auto;
  15. height: auto;
  16. }
  17. #header{
  18. height:160px;
  19. }
  20.  
  21. #main_menu{
  22. left:10%;
  23. width:100%;
  24. z-index:1;
  25. background: url(../images/_topbox.png) top repeat-x;
  26. height:60px;
  27. }
  28. #middleTable {
  29.  
  30. border: 0px solid;
  31. background: white;
  32. width: 94%;
  33. height:auto;
  34. }
  35.  
  36. #content{
  37. display:visible;
  38.  
  39. }
  40.  
  41. #bottombox{
  42.  
  43. background:#d18610 url(../images/_boxa.png)repeat;
  44. height:150px;
  45. }
  46. #contentdiv{
  47. border:0px solid;
  48. background:white url(../images/contentz.png)repeat;
  49. width:100%;
  50. height:auto;
  51. }
  52. #birdbox{
  53. border:0px dotted;
  54. width:30%;
  55. height:150px;
  56. position:absolute;
  57. }
  58.  
  59. #bird1{
  60. z-index:0;
  61. float:left;
  62. display:visible;
  63. width:100%;
  64. height:50%;
  65. }
  66.  
  67. #headers{
  68. display:visible;
  69. width:100%;
  70. height:100%;
  71.  
  72. }
  73.  
  74.  
  75. div{border:1px solid;}
  76.  
  77. #menus{
  78. float:right;
  79. width:50%;
  80. height:60px;
  81. }
  82. .righthead {
  83. text-align: right;
  84. font-size: 11px;
  85. float: right;
  86. margin-right: 10px;
  87. background:white;
  88. }
  89. #spacer{width:100%;height:1%;background:#333333;top:20%;}
  90. #header{color:#f2f0ed; font:200% Palatino Linotype;height:159px;background:url(images/_caption.pngs) no-repeat;}
  91.  
  92. a.menu{
  93. color:white;
  94. font: Arial;
  95. font-size: 100%;
  96. text-decoration:none;
  97. }
  98.  
  99. #captions{margin:auto 0 auto 20%;background:url(../images/_captions.png) no-    repeat;height:50px;width:70%;}
  100.  
  101. #leftSideShadow{
  102. background: url(../images/leftSideShadow.png) top repeat-y;
  103. width:1px;
  104. }
  105.  
  106. #rightSideShadow {
  107. background: url(../images/rightSideShadow.png) top repeat-y;
  108. width: 10px;
  109. }
  110.  
  111. #copy{color:#d18610;font:80% arial;}
  112. #bmenu1{float:left;width:33%;height:100%;}
  113. #bmenu2{float:left;width:33%;height:100%;}
  114. #bmenu3{top:100px;float:left;width:33%;height:100%;}
  115. #riznel{
  116. width:50%;
  117. height:50%;
  118. }
  119. #screenshots{width:100%;height:50%;overflow:scroll;}
  120.  
  121. #about{width:100%;height:auto;display:none;}
  122. #contact{width:100%;height:auto;display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement