Advertisement
jamastar

Light Theme

Jul 12th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 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/O1PEy5D.png");
  9. font: 80%/130% "arial";
  10. margin: 0 auto;
  11. padding: 15px 5%;
  12. }
  13.  
  14. body, td, th, tr {
  15. color: #000;
  16. }
  17.  
  18. div#upper_section div.user {
  19. width: 45%;
  20. float: left;
  21. overflow: auto;
  22. background: #d6d6d6;
  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:#000;
  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: #ooo;
  40. line-height: 150%;
  41. text-transform: lowercase;
  42. }
  43.  
  44. #header {
  45. background: #e6e6e6;
  46. padding-left: 20px;
  47. border-radius: 1px;
  48. color:#000;
  49. }
  50.  
  51. #header div.frame {
  52. background: #e6e6e6;
  53. display: block;
  54. padding: 5px 20px 1em 0;
  55. border-radius: 30%;
  56. color:#000;
  57. }
  58.  
  59. .button_submit, .button_reset {
  60. background: #d6d6d6;
  61. border: 1px solid #d2d2d2;
  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:#000;
  69. display:none;
  70. }
  71.  
  72. div#wrapper {
  73. background: #e6e6e6;
  74. margin: 0 auto;
  75. min-width: 764px;
  76. max-width: 2300px;
  77. color:#000;
  78. }
  79.  
  80. #content_section div.frame {
  81. background: #efefef;
  82. display: block;
  83. padding: 0 20px 0 0;
  84. border-radius: 1px;
  85. color:#000;
  86. }
  87.  
  88. #content_section {
  89. background: #efefef;
  90. padding-left: 20px;
  91. border-radius: 1px;
  92. color:#000;
  93. }
  94.  
  95. h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
  96. background: #d6d6d6;
  97. color: #000;
  98. padding-left: 5px;
  99. text-transform: uppercase;
  100. font-size: 11px;
  101. }
  102.  
  103. 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 {
  104. color: #000;
  105. font-size: 1em;
  106. font-family: arial;
  107. font-variant: small-caps;
  108. font-weight: normal;
  109. }
  110.  
  111.  
  112. a:link, a:visited {
  113. color: #000;
  114. text-decoration: none;
  115. }
  116.  
  117. .windowbg, #preview_body {
  118. color: #000;
  119. background-color: #e6e6e6;
  120. }
  121.  
  122. .windowbg span.topslice {
  123. display: block;
  124. padding-left: 20px;
  125. background: #e6e6e6;
  126. }
  127.  
  128. .windowbg span.topslice span {
  129. display: block;
  130. background: #e6e6e6;
  131. height: 6px;
  132. }
  133.  
  134. .windowbg span.botslice span {
  135. display: block;
  136. background: #e6e6e6;
  137. height: 6px;
  138. }
  139.  
  140. .windowbg span.botslice {
  141. display: block;
  142. padding-left: 20px;
  143. background: #e6e6e6;
  144. font-size: 5px;
  145. line-height: 3px;
  146. }
  147.  
  148. .windowbg2 {
  149. color: #000;
  150. background-color: #e6e6e6;
  151. }
  152.  
  153. .windowbg2 span.topslice {
  154. display: block;
  155. padding-left: 20px;
  156. background: #e6e6e6;
  157. }
  158.  
  159. .windowbg2 span.botslice {
  160. display: block;
  161. padding-left: 20px;
  162. background: #e6e6e6;
  163. font-size: 5px;
  164. line-height: 3px;
  165. }
  166.  
  167. .windowbg2 span.topslice span {
  168. display: block;
  169. background: #e6e6e6;
  170. height: 3px;
  171. }
  172.  
  173. .windowbg2 span.botslice span {
  174. display: block;
  175. background: #e6e6e6;
  176. height: 3px;
  177. }
  178.  
  179. .dropmenu li a.active span.firstlevel {
  180. background: #d6d6d6;
  181. border-radius: 0px;
  182. color: #000;
  183. }
  184.  
  185. .dropmenu li a.active {
  186. background: #d6d6d6;
  187. color: #000;
  188. font-weight: bold;
  189. border-radius: 0px;
  190. }
  191.  
  192. .dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
  193. background: #d6d6d6;
  194. border-radius: 0px;
  195. }
  196.  
  197. .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
  198. background: #d6d6d6;
  199. border-radius: 4px;
  200. color: #000;
  201. cursor: pointer;
  202. text-decoration: none;
  203. }
  204.  
  205. .dropmenu li li a span {
  206. display: block;
  207. padding: 6px;
  208. background: #e6e6e6;
  209. color: #000;
  210. }
  211.  
  212. .dropmenu li ul {
  213. z-index: 90;
  214. display: none;
  215. position: absolute;
  216. width: 19.1em;
  217. font-weight: normal;
  218. border-bottom: 0px solid #999;
  219. background: #e6e6e6;
  220. padding: 7px 0 0 0;
  221. }
  222.  
  223. .dropmenu li li {
  224. width: 19em;
  225. margin: 0;
  226. border-left: 0px solid #999;
  227. border-right: 0px solid #999;
  228. }
  229.  
  230. input, button, select, textarea {
  231. font: 95%/115% arial;
  232. color: #000;
  233. background: #e6e6e6;
  234. border: 1px solid #d2d2d2;
  235. padding: 2px;
  236. display:none;
  237. }
  238.  
  239. strong {
  240. font-weight: bold;
  241. font-family: arial;
  242. font-variant: lowercase;
  243. text-transform: uppercase;
  244. letter-spacing: .5px;
  245. }
  246.  
  247.  
  248. h1, h2, h3, h4, h5, h6 {
  249. color: #000;
  250. font-size: 1em;
  251. margin: 0;
  252. padding: 0;
  253. text-transform: uppercase;
  254. }
  255.  
  256. .inner {
  257. padding: 1em 1em 2px 0;
  258. margin: 0 1em 0 0;
  259. border-top: 1px solid #fff;
  260. }
  261.  
  262.  
  263.  
  264. body {
  265. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  266. }
  267.  
  268.  
  269. a, h1.forumtitle a:visited {
  270. color: #C6C6C6;
  271. font-family: arial
  272. }
  273.  
  274. h1.forumtitle {
  275. line-height: 45px;
  276. font-size: 2.3em;
  277. font-family: arial;
  278. margin: 0;
  279. padding: 0;
  280. float: left;
  281. letter-spacing: -1px;
  282. text-transform: uppercase;
  283. /* font-style: italic; */
  284. font-weight: lighter;
  285. font-size: 30px;
  286. color: #fff;
  287. margin-left: 7px;
  288. }
  289.  
  290. img#upshrink {
  291. float: right;
  292. margin: 1em;
  293. display:none;
  294. }
  295. #siteslogan, img#smflogo {
  296. margin: 0;
  297. padding: 0;
  298. float: right;
  299. line-height: 3em;
  300. text-transform: lowercase;
  301. font-size: 1em;
  302. font-family: arial;
  303. font-style: italic;
  304. display: none;
  305. }
  306. #menu_toggle {
  307. float: right;
  308. margin-right: 10px;
  309. padding-top: 3px;
  310. display: none;
  311. }
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement