Advertisement
jamastar

Pink Ferns

Jul 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. <style>
  2.  
  3. /* created by zenith
  4. can be found on bb under this url
  5. http://www.bearbonesrp.com/index.php?action=profile;u=5146 */
  6.  
  7. body {
  8. background-image: url("https://i.imgur.com/Xk55kNJ.jpg");
  9. font: 80%/130% "arial";
  10. margin: 0 auto;
  11. padding: 15px 5%;
  12. }
  13.  
  14. body, td, th, tr {
  15. color: #fff;
  16. }
  17.  
  18. div#upper_section div.user {
  19. width: 45%;
  20. float: left;
  21. overflow: auto;
  22. background: #c19891;
  23. padding: 10px;
  24. padding-bottom: 0px;
  25. border-radius: 1px;
  26. text-transform: lowercase;
  27. font-family: arial;
  28. font-size: 1.1em;
  29. font-style: italic;
  30. line-height: 113%;
  31. color:#fff;
  32. }
  33.  
  34. #upper_section ul li.greeting {
  35. font-size: 1.6em;
  36. font-weight: bold;
  37. line-height: 1.5em;
  38. font-family: arial;
  39. color: #fff;
  40. line-height: 150%;
  41. text-transform: lowercase;
  42. }
  43.  
  44. #header {
  45. background: #cea7a1;
  46. padding-left: 20px;
  47. border-radius: 1px;
  48. color:#fff;
  49. }
  50.  
  51. #header div.frame {
  52. background: #cea7a1;
  53. display: block;
  54. padding: 5px 20px 1em 0;
  55. border-radius: 30%;
  56. color:#fff;
  57. }
  58.  
  59. .button_submit, .button_reset {
  60. background: #c19891;
  61. border: 1px solid #c1968f;
  62. cursor: pointer;
  63. font-weight: normal;
  64. border-radius: 1px;
  65. text-transform: lowercase;
  66. font-family: arial;
  67. font-size: 1.0em;
  68. color:#fff;
  69. }
  70.  
  71. div#wrapper {
  72. background: #cea7a1;
  73. margin: 0 auto;
  74. min-width: 764px;
  75. max-width: 2300px;
  76. color:#fff;
  77. }
  78.  
  79. #content_section div.frame {
  80. background: #dab4ae;
  81. display: block;
  82. padding: 0 20px 0 0;
  83. border-radius: 1px;
  84. color:#fff;
  85. }
  86.  
  87. #content_section {
  88. background: #dab4ae;
  89. padding-left: 20px;
  90. border-radius: 1px;
  91. color:#fff;
  92. }
  93.  
  94. h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
  95. background: #c19891;
  96. color: #fff;
  97. padding-left: 5px;
  98. text-transform: uppercase;
  99. font-size: 11px;
  100. }
  101.  
  102. h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
  103. color: #fff;
  104. font-size: 1em;
  105. font-family: arial;
  106. font-variant: small-caps;
  107. font-weight: normal;
  108. }
  109.  
  110. /* a:link, a:hover {
  111. color: #837F86;
  112. transition: .5s;
  113. text-decoration: none
  114. }*/
  115.  
  116. a:link, a:visited {
  117. color: #fff;
  118. text-decoration: none;
  119. }
  120.  
  121. .windowbg, #preview_body {
  122. color: #fff;
  123. background-color: #cea7a1;
  124. }
  125.  
  126. .windowbg span.topslice {
  127. display: block;
  128. padding-left: 20px;
  129. background: #cea7a1;
  130. }
  131.  
  132. .windowbg span.topslice span {
  133. display: block;
  134. background: #cea7a1;
  135. height: 6px;
  136. }
  137.  
  138. .windowbg span.botslice span {
  139. display: block;
  140. background: #cea7a1;
  141. height: 6px;
  142. }
  143.  
  144. .windowbg span.botslice {
  145. display: block;
  146. padding-left: 20px;
  147. background: #cea7a1;
  148. font-size: 5px;
  149. line-height: 3px;
  150. }
  151.  
  152. .windowbg2 {
  153. color: #fff;
  154. background-color: #cea7a1;
  155. }
  156.  
  157. .windowbg2 span.topslice {
  158. display: block;
  159. padding-left: 20px;
  160. background: #cea7a1;
  161. }
  162.  
  163. .windowbg2 span.botslice {
  164. display: block;
  165. padding-left: 20px;
  166. background: #cea7a1;
  167. font-size: 5px;
  168. line-height: 3px;
  169. }
  170.  
  171. .windowbg2 span.topslice span {
  172. display: block;
  173. background: #cea7a1;
  174. height: 3px;
  175. }
  176.  
  177. .windowbg2 span.botslice span {
  178. display: block;
  179. background: #cea7a1;
  180. height: 3px;
  181. }
  182.  
  183. .dropmenu li a.active span.firstlevel {
  184. background: #c19891;
  185. border-radius: 0px;
  186. color: #fff;
  187. }
  188.  
  189. .dropmenu li a.active {
  190. background: #c19891;
  191. color: #fff;
  192. font-weight: bold;
  193. border-radius: 0px;
  194. }
  195.  
  196. .dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
  197. background: #c19891;
  198. border-radius: 0px;
  199. }
  200.  
  201. .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
  202. background: #c19891;
  203. border-radius: 4px;
  204. color: #fff;
  205. cursor: pointer;
  206. text-decoration: none;
  207. }
  208.  
  209. .dropmenu li li a span {
  210. display: block;
  211. padding: 6px;
  212. background: #cea7a1;
  213. color: #fff;
  214. }
  215.  
  216. .dropmenu li ul {
  217. z-index: 90;
  218. display: none;
  219. position: absolute;
  220. width: 19.1em;
  221. font-weight: normal;
  222. border-bottom: 0px solid #c1968f;
  223. background: #cea7a1;
  224. padding: 7px 0 0 0;
  225. }
  226.  
  227. .dropmenu li li {
  228. width: 19em;
  229. margin: 0;
  230. border-left: 0px solid #999;
  231. border-right: 0px solid #999;
  232. }
  233.  
  234. input, button, select, textarea {
  235. font: 95%/115% arial;
  236. color: #fff;
  237. background: #cea7a1;
  238. border: 1px solid #c1968f;
  239. padding: 2px;
  240. }
  241.  
  242. strong {
  243. font-weight: bold;
  244. font-family: arial;
  245. font-variant: lowercase;
  246. text-transform: uppercase;
  247. letter-spacing: .5px;
  248. }
  249.  
  250. body {
  251. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  252. }
  253.  
  254. h1, h2, h3, h4, h5, h6 {
  255. color: #fff;
  256. font-size: 1em;
  257. margin: 0;
  258. padding: 0;
  259. text-transform: uppercase;
  260. }
  261.  
  262. .inner {
  263. padding: 1em 1em 2px 0;
  264. margin: 0 1em 0 0;
  265. border-top: 1px solid #c1968f;
  266. }
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement