Advertisement
Treesky

Nighttime Forest (WCRPG/FF Camp Skin)

Dec 26th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. <p id="acopyright" style="text-align: right;"> (c) Tree </p>
  2. <style>
  3. body {
  4. background: url(http://i.imgur.com/g9ntq3V.jpg) no-repeat top center fixed #000000;;
  5. }
  6. #header, div#profile_success, center, .navigate_section {
  7. display: none;
  8. }
  9. .newsDiv, .userinfo {
  10. background: rgba(39,74,80,0.9);
  11. top: 10px;
  12. height: 113px;
  13. width: 430px;
  14. color: black;
  15. border: none;
  16. border-radius: 15px;
  17. font-family: trebuchet ms;
  18. }
  19. .newsText, .inner {
  20. color: black;
  21. font-family: trebuchet ms;
  22. }
  23. #profile_left .catbg, .cat_bar, .catbg77, div.cat_bar, #profile_right .catbg, .cat_bar, .catbg77 {
  24. background: rgba(0,0,0,0.9);
  25. border: none;
  26. border-radius: 15px 15px 1px 1px;
  27. color: #274A50;
  28. font-family: trebuchet ms;
  29. }
  30. #profile_left .windowbg, #profile_right .windowbg {
  31. background: rgba(39,74,80,0.9);
  32. border: none;
  33. border-radius: 1px 1px 15px 15px;
  34. color: #000;
  35. font-family: trebuchet ms;
  36. }
  37. .windowbg2 {
  38. background: rgba(39,74,80,0.9);
  39. color: black;
  40. border: none;
  41. border-radius: 10px;
  42. font-family: trebuchet ms;
  43. }
  44. div.spoilerheader input {
  45. background: rgba(0,0,0,0.9);
  46. color: #274A50;
  47. border: 1px solid #274A50;
  48. border-radius: 6px;
  49. font-family: trebuchet ms;
  50. }
  51. div.spoilerbody {
  52. background: rgba(0,0,0,0.9);
  53. color: #274A50;
  54. border: 1px solid #274A50;
  55. border-radius: 10px;
  56. font-family: trebuchet ms;
  57. }
  58. #profile_right .bbc_standard_quote {
  59. background: #8CB5A3;
  60. color: black;
  61. border: 1px solid black;
  62. border-radius: 15px;
  63. font-family: trebuchet ms;
  64. }
  65. .topslice_quote {
  66. color: #8EB7A5;
  67. font-family: trebuchet ms;
  68. text-transform: lowercase;
  69. }
  70. ul#menu_nav
  71. {
  72. position: default;
  73. top: 0;
  74. right: 0;
  75. left: 0;
  76. display: block;
  77. margin: 0;
  78. padding: 8px 0 0 10px;
  79. height: 30px;
  80. background: rgba(0,0,0,0.9);
  81. border: none;
  82. border-radius: 1px;
  83. text-align: center;
  84. color: #274A50;
  85. font-size: 11pt;
  86. }
  87. ul#menu_nav li
  88. {
  89. display: inline-block;
  90. float: none;
  91. }
  92. ul#menu_nav li a, ul#menu_nav li li a {
  93. color: #274A50;
  94. font-family: trebuchet ms;
  95. }
  96. span.left {
  97. background: transparent;
  98. color: black;
  99. font-family: trebuchet ms;
  100. }
  101. #acopyright {
  102. color: #8EB7A5;
  103. font-family: trebuchet ms;
  104. }
  105. .rp_username, .time, .firstlevel, .copyright, .navigate_section li.last, dl, td, strong {
  106. color: black;
  107. font-family: trebuchet ms;
  108. }
  109. .signature {
  110. border: none;
  111. }
  112. hr.hrcolor {
  113. background: #000;
  114. }
  115. h3.catbg a, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
  116. color: #8EB7A5;
  117. font-family: trebuchet ms;
  118. }
  119. input, button, select, textarea {
  120. background: rgba(0,0,0,0.9);
  121. border: none;
  122. border-radius: 6px;
  123. color: #8EB7A5;
  124. font-family: trebuchet ms;
  125. }
  126. h1, h2, h3, h4, h5, h6 {
  127. color: black;
  128. font-family: trebuchet ms;
  129. }
  130. .inner {
  131. border-top: 1px solid #000;
  132. border-radius: 8px;
  133. font-family: trebuchet ms;
  134. }
  135. h3.catbg77 {
  136. background: none;
  137. color: #8EB7A5;
  138. border: none;
  139. font-family: trebuchet ms;
  140. }
  141. #admin_menu {
  142. margin-top: 15px;
  143. background: rgba(0,0,0,0.9);
  144. width: 310px;
  145. border-radius: 5px;
  146. }
  147. a:link,a:visited {
  148. color: #8EB7A5;
  149. text-decoration: none;
  150. font-family: trebuchet ms;
  151. }
  152. a:active, span.firstlevel a:hover, a.firstlevel a:hover, a:hover, h3.catbg a:hover {
  153. color: white;
  154. font-family: trebuchet ms;
  155. transition-duration: 0.8s;
  156. }
  157. li a.firstlevel span.firstlevel, span.firstlevel, .dropmenu li a.active, .dropmenu li a.active span.firstlevel {
  158. background: transparent;
  159. color: #274A50;
  160. border: none;
  161. }
  162. .dropmenu li li a:hover, .dropmenu li li:hover, .dropmenu li li:hover ul, .dropmenu li:hover ul{
  163. background: rgba(0,0,0,0.8);
  164. color: #274A50;
  165. border-radius: 10px;
  166. border : none;
  167. }
  168. .dropmenu li li.additional_items {
  169. background: transparent;
  170. color: #274A50;
  171. border : none;
  172. }
  173. .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel, #lightbox_backdrop {
  174. background: transparent;
  175. }
  176. .dropmenu li:hover a.firstlevel span.firstlevel {
  177. background: rgba(0,0,0,0.8);
  178. color: #274A50;
  179. border-radius: 1px;
  180. border: none;
  181. }
  182. .dropmenu li a.firstlevel span.firstlevel {
  183. padding: 0px 0px 0px 0px;
  184. }
  185. .dropmenu li:hover a.firstlevel span.firstlevel {
  186. background: transparent;
  187. border: none;
  188. border-radius: 1px;
  189. }
  190. .dropmenu li *, div#up_pictures, div#up_pictures:hover, div#forumposts, div#forumposts a:hover {
  191. color: #274A50;
  192. }
  193. #main_menu .dropmenu li li a:hover, #main_menu .dropmenu li li:hover a {
  194. background: rgba(0,0,0,0.8);
  195. color: #274A50;
  196. border: none;
  197. border-radius: 15px;
  198. text-decoration : none;
  199. }
  200. .dropmenu li li, #main_menu .dropmenu li li {
  201. border-left : none;
  202. border-right : none; }</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement