Advertisement
Bryanosiris

Stylesheet

Apr 6th, 2014
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. text-align: left;
  5. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  6. font-size: 13px;
  7. color: #000000;
  8. background: #87CEFA url(bandbackground.png);
  9. background-repeat:repeat-x;
  10. background-size: 100%;
  11. }
  12. *
  13. {
  14. margin: 0 auto 0 auto;
  15. text-align:left;}
  16.  
  17. #page
  18. {
  19. display: block;
  20. height:auto;
  21. position: relative;
  22. overflow: hidden;
  23. width: 670px;
  24. background-color:#000000
  25.  
  26. }
  27.  
  28. .topNaviagationLink
  29. {
  30. text-align:center;
  31. position:relative;
  32. margin-top:30px;
  33. font-size:16px;
  34. margin-left:-10px;
  35. width:121px;
  36. height: 35px;
  37. line-height: 35px;
  38. float:left;
  39. color:#000000;
  40. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  41. }
  42.  
  43.  
  44. .topNaviagationLink a
  45. {
  46. text-decoration:none;
  47. color:#CDE2FC;
  48. }
  49.  
  50. .topNaviagationLink a:hover
  51. {
  52. text-align:center;
  53. border-bottom:none;
  54. color:#000000;
  55. display: block;
  56. width:121px;
  57. height: 35px;
  58. line-height: 35px;
  59. background-image:url(tab.png);
  60.  
  61. }
  62.  
  63. #mainPicture
  64. {
  65. width:670px;
  66. height:345px;
  67. background-color:#FFFFFF;
  68. }
  69.  
  70. #mainPicture
  71. {
  72. width:670px;
  73. height:345px;
  74. background-color:#FFFFFF;
  75. }
  76.  
  77. #mainPicture .picture
  78. {
  79. position:relative;
  80. width:650px;
  81. height:325px;
  82. top:10px;
  83. background-image:url(zeppelin.jpg);
  84. background-repeat:no-repeat;
  85. background-size: 100%
  86. margin-left:10px;
  87. }
  88.  
  89. #headerTitle
  90. {
  91. position:relative;
  92. top:30px;
  93. left:40px;
  94. font-size:25px;
  95. color:#FFFFFF;
  96. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  97. }
  98.  
  99. #headerSubtext
  100. {
  101. position:relative;
  102. top:30px;
  103. left:50px;
  104. font-size:14px;
  105. color:#A9C8FA;
  106. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  107. }
  108.  
  109. .contentBox
  110. {
  111. width:670px;
  112. height:auto;
  113. background-color:#FFFFFF;
  114. margin-top:10px;
  115. }
  116.  
  117. .contentBox .innerBox
  118. {
  119. position:relative;
  120. width:650px;
  121. height:auto;
  122. top:10px;
  123. margin-left:10px;
  124. background-image:url(content_back.png);
  125. background-repeat:repeat-x;
  126. padding-bottom:35px;
  127. }
  128.  
  129. .contentTitle
  130. {
  131. font-size:19px;
  132. margin-bottom:0px;
  133. padding-top:18px;
  134. margin-left:15px;
  135. margin-top:15px;
  136. }
  137.  
  138. .contentText
  139. {
  140. font-size:13px;
  141. line-height:24px;
  142. margin-left:13px;
  143. margin-right:13px;
  144. }
  145.  
  146. #footer {
  147.  
  148. width: 670px;
  149. height:16px;
  150. background: url(footer.png) no-repeat;
  151. text-align:center;
  152. font-size:9px;
  153. font-family:Arial, Helvetica, sans-serif;
  154. color:#000000;
  155. padding-top:5px;
  156. }
  157.  
  158. #footer a
  159. {
  160. text-decoration:none;
  161. font-size:9px;
  162. color:#000000;
  163. }
  164.  
  165. html, body {
  166. text-align: center;
  167. }
  168. p {text-align: left;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement