Rock_City_Rp Header


/ Published in: HTML
Save to your folder(s)

This goes in the header.


Copy this code and paste it in your HTML
  1. .cult_name {display: none; }
  2. .leftnav {display: none; }
  3. .topbar {display: none; }
  4. .maintop img {display: none; }
  5. .maintop table {display: none; }
  6. .latest_posts_header {display: none; }
  7. .status {display: none; }
  8. .description_title {display: none; }
  9. .owner_title {display: none; }
  10. .created_on {display: none; }
  11. .small_space {display: none; }
  12. .side_td {display: none; }
  13. .created_on {display: none; }
  14. .description_title {display: none; }
  15. .maintop img {display: none; }
  16. .heading, h2 {display: none; }
  17. .maintop { display: none; }
  18. .leftnav { display: none; }
  19. .permissions {display: none; }
  20. .num_cult_posts { display: none; }
  21. .members { display: none; }
  22. .view_statistics { display: none; }
  23. .view_all_cult_posts { display: none; }
  24. .view_expanded_posts { display: none; }
  25. .edit_pictures { display: none; }
  26. .view_gallery { display: none; }
  27. </style>
  28.  
  29. .num_members a:link, .num_members a:visited {
  30. color: red;
  31. font-size: 10pt;
  32. }
  33. .num_members a:hover {
  34. color: red;
  35. font-size: 10pt;
  36. }
  37. .num_members {
  38. color: red;
  39. font-size: 8pt;
  40. }
  41.  
  42.  
  43. .menu2, .menu2 a:link, .menu2 a:visited {
  44. color: red;
  45. background: transparent;
  46. font-size: 8pt;
  47. }
  48. .menu, .menu a:link, .menu a:visited {
  49. color: red;
  50. font-size: 8pt
  51. }
  52. #menu0 {
  53. width: 800px!important;
  54. margin: 0px auto;
  55. margin-top: 10px!important;
  56. margin-bottom: 10px!important;
  57. }
  58.  
  59. .main {
  60. background-color: none;
  61. border: none;
  62. width: 600px;
  63. text-align: center;
  64. float: center; }
  65.  
  66. img{ border:none;}
  67. a img {
  68. border: 0px solid maroon;
  69. filter: none;
  70. opacity: 1;
  71. padding: 0px!important;}
  72. a:hover img {
  73. border: 0px solid maroon;
  74. filter: none;
  75. opacity: 1;}
  76.  
  77.  
  78. body, html {
  79. background-color: black;
  80. scrollbar-face-color: black;
  81. scrollbar-shadow-color: black;
  82. scrollbar-highlight-color: black;
  83. scrollbar-3dlight-color: black;
  84. scrollbar-darkshadow-color: black;
  85. scrollbar-track-color: black;
  86. scrollbar-arrow-color: maroon;
  87.  
  88. background: url('');
  89. background-repeat: no-repeat;
  90. background-position: center right;
  91. background-color: black;
  92. background-attachment: fixed;
  93. }
  94.  
  95.  
  96. html, table, div {
  97. color: #red;
  98. font-family: Georgia;
  99. font-size: 12px;
  100. }
  101.  
  102. a.nav:link,a.nav:visited,a.nav:active {
  103. padding: 0px;
  104. background-color: transparent;
  105. color: red;
  106. display: block;
  107. font: 10pt Georgia;
  108. text-align: center;
  109. }
  110.  
  111. a.nav2:link,a.nav2:visited,a.nav2:active {
  112. background-color: transparent;
  113. color: red;
  114. display: block;
  115. font: 10pt Georgia;
  116. text-align: center;
  117. height: 19px;
  118. }
  119.  
  120. a.nav:hover {
  121. background: transparent;
  122. font: 10pt Georgia;
  123. color: red;
  124. }
  125.  
  126.  
  127. A:LINK, A:VISITED {
  128. font: 10pt Georgia;
  129. text-transform: none;
  130. color: red;
  131. text-decoration: none;
  132. background-color: transparent;
  133. font-weight: normal;
  134. }
  135.  
  136. A:hover {
  137. border:0px;
  138. font: 10pt Georgia;
  139. color: red;
  140. font-weight: normal;
  141. background-color: transparent;
  142. text-transform: none;
  143. }
  144.  
  145. input {
  146. font: 10pt Georgia;
  147. line-height: 12px;
  148. color: red;
  149. background: transparent;
  150. text-align: center;
  151. }
  152.  
  153. input:hover{
  154. font: 10pt Georgia;
  155. line-height: 12px;
  156. color: red;
  157. background: transparent;
  158. }
  159. textarea {
  160. border: 3px double maroon;
  161. overflow: auto;
  162. background: transparent;
  163. width: 500;
  164. height: 200;
  165. color: silver;
  166. text-align: center;
  167. }
  168.  
  169. table, td {
  170. border: none;
  171. background: transparent;
  172. }
  173.  
  174. B {
  175. text-decoration: bold;
  176. font-size: 10pt;
  177. font-family: Georgia;
  178. }
  179.  
  180. i {
  181. text-decoration: italic;
  182. font-size: 10pt;
  183. font-family: Georgia;
  184. }
  185.  
  186. u {
  187. text-decoration: underline;
  188. font-size: 10pt;
  189. font-family: Georgia;
  190. }
  191.  
  192.  
  193. .header {
  194. background-color: transparent;
  195. color: red;
  196. letter-spacing: 3px;
  197. text-align: center;
  198. }
  199.  
  200. h1 {
  201. font: 10pt Georgia;
  202. letter-spacing: 2px;
  203. color: red;
  204. text-align: center;
  205. padding: -25px;
  206. }
  207.  
  208. h2 {
  209. display: none
  210. }
  211.  
  212. .userinfo {
  213. color: red;
  214. font: 10pt Georgia;
  215. }
  216.  
  217. .group_forum {
  218. background: transparent;
  219. width: 700px;
  220. border: 4px double maroon;
  221. }
  222. .group_forum td {border: none;}
  223.  
  224. .group_entry {
  225. background: transparent;
  226. border: 4px groove maroon;
  227. width: 730px;
  228. margin: 0px auto;
  229. margin-bottom: 6px;}
  230.  
  231. .group_comment {
  232. background: transparent;
  233. border: 3px groove maroon;
  234. width: 730px;;
  235. }
  236.  
  237. .comment_input {
  238. background: url('');
  239. color: silver;
  240. font-size: 10pt;
  241. width: 500px;
  242. height: 400px;
  243. background-postion: right;
  244. border: 4px double maroon;
  245. text-align: center;
  246. }
  247. .comment_input input{
  248. color: silver;
  249. text-align: center;
  250. background-filter: alpha(opacity=70); -moz-opacity:.70; opacity:.70;
  251. width: 490px;
  252. border: 4px double maroon;
  253. }
  254.  
  255.  
  256.  
  257. .subheading {
  258. background: url('');
  259. color: dodgerblue;
  260. border: 3px double maroon;
  261. }
  262.  
  263. .subheading b {
  264. color: red;
  265. font-size: 12pt;
  266. }
  267.  
  268. .cult_info {
  269. Width: 520px;
  270. Background-color: transparent}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.