Advertisement
jamastar

Dark Theme - One Box

Jul 19th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 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/j6R1Ifn.png");
  9. font: 80%/130% "arial";
  10. margin: 0 auto;
  11. padding: 15px 5%;
  12. }
  13.  
  14. body, td, th, tr {
  15. color: #C6C6C6;
  16. }
  17.  
  18. div#upper_section div.user {
  19. width: 45%;
  20. float: left;
  21. overflow: auto;
  22. background: #161616;
  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:#C6C6C6;
  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: #c6c6c6;
  40. line-height: 150%;
  41. text-transform: lowercase;
  42. }
  43.  
  44. #header {
  45. background: #1C1C1C;
  46. padding-left: 20px;
  47. border-radius: 1px;
  48. color:#C6C6C6;
  49. }
  50.  
  51. #header div.frame {
  52. background: #1C1C1C;
  53. display: block;
  54. padding: 5px 20px 1em 0;
  55. border-radius: 30%;
  56. color:#C6C6C6;
  57. }
  58.  
  59. .button_submit, .button_reset {
  60. background: #161616;
  61. border: 1px solid #000;
  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:#C6C6C6;
  69. display:none;
  70. }
  71.  
  72. div#wrapper {
  73. background: #1C1C1C;
  74. margin: 0 auto;
  75. min-width: 764px;
  76. max-width: 2300px;
  77. color:#C6C6C6;
  78. }
  79.  
  80. #content_section div.frame {
  81. background: #232323;
  82. display: block;
  83. padding: 0 20px 0 0;
  84. border-radius: 1px;
  85. color:#C6C6C6;
  86. }
  87.  
  88. #content_section {
  89. background: #232323;
  90. padding-left: 20px;
  91. border-radius: 1px;
  92. color:#C6C6C6;
  93. }
  94.  
  95. h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
  96. background: #161616;
  97. color: #C6C6C6;
  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: #C6C6C6;
  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: #c6c6c6;
  114. text-decoration: none;
  115. }
  116.  
  117. .windowbg, #preview_body {
  118. color: #C6C6C6;
  119. background-color: #1C1C1C;
  120. }
  121.  
  122. .windowbg span.topslice {
  123. display: block;
  124. padding-left: 20px;
  125. background: #1C1C1C;
  126. }
  127.  
  128. .windowbg span.topslice span {
  129. display: block;
  130. background: #1C1C1C;
  131. height: 6px;
  132. }
  133.  
  134. .windowbg span.botslice span {
  135. display: block;
  136. background: #1C1C1C;
  137. height: 6px;
  138. }
  139.  
  140. .windowbg span.botslice {
  141. display: block;
  142. padding-left: 20px;
  143. background: #1C1C1C;
  144. font-size: 5px;
  145. line-height: 3px;
  146. }
  147.  
  148. .windowbg2 {
  149. color: #C6C6C6;
  150. background-color: #1C1C1C;
  151. }
  152.  
  153. .windowbg2 span.topslice {
  154. display: block;
  155. padding-left: 20px;
  156. background: #1C1C1C;
  157. }
  158.  
  159. .windowbg2 span.botslice {
  160. display: block;
  161. padding-left: 20px;
  162. background: #1C1C1C;
  163. font-size: 5px;
  164. line-height: 3px;
  165. }
  166.  
  167. .windowbg2 span.topslice span {
  168. display: block;
  169. background: #1C1C1C;
  170. height: 3px;
  171. }
  172.  
  173. .windowbg2 span.botslice span {
  174. display: block;
  175. background: #1C1C1C;
  176. height: 3px;
  177. }
  178.  
  179. .dropmenu li a.active span.firstlevel {
  180. background: #161616;
  181. border-radius: 0px;
  182. color: #C6C6C6;
  183. }
  184.  
  185. .dropmenu li a.active {
  186. background: #161616;
  187. color: #C6C6C6;
  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: #161616;
  194. border-radius: 0px;
  195. }
  196.  
  197. .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
  198. background: #161616;
  199. border-radius: 4px;
  200. color: #C6C6C6;
  201. cursor: pointer;
  202. text-decoration: none;
  203. }
  204.  
  205. .dropmenu li li a span {
  206. display: block;
  207. padding: 6px;
  208. background: #1C1C1C;
  209. color: #C6C6C6;
  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: #1C1C1C;
  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. .dropmenu li li.additional_items {
  231. background-color: transparent;
  232. }
  233.  
  234. input, button, select, textarea {
  235. font: 95%/115% arial;
  236. color: #c6c6c6;
  237. background: #1c1c1c;
  238. border: 1px solid #000000;
  239. padding: 2px;
  240. display:none;
  241. }
  242.  
  243. strong {
  244. font-weight: bold;
  245. font-family: arial;
  246. font-variant: lowercase;
  247. text-transform: uppercase;
  248. letter-spacing: .5px;
  249. }
  250.  
  251. body {
  252. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  253. }
  254.  
  255. h1, h2, h3, h4, h5, h6 {
  256. color: #C6C6C6;
  257. font-size: 1em;
  258. margin: 0;
  259. padding: 0;
  260. text-transform: uppercase;
  261. }
  262.  
  263. .inner {
  264. padding: 1em 1em 2px 0;
  265. margin: 0 1em 0 0;
  266. border-top: 1px solid #000;
  267. }
  268.  
  269. #profile_left {
  270. padding-right: 4px;
  271. display: none;
  272. }
  273.  
  274. #up_pictures {
  275. display: none;
  276. }
  277.  
  278. #up_interests {
  279. display: none;
  280. }
  281.  
  282. #up_other_info {
  283. display: none;
  284. }
  285.  
  286. #up_about_me {
  287. width: 100%;
  288. margin-left: -2px;
  289. }
  290.  
  291. #up_write_comment {
  292. /* width: 100%; */
  293. margin-left: -17.2%;
  294. }
  295.  
  296. #forumposts h3.catbg {
  297. /* margin-bottom: 3px; */
  298. /* width: 100%; */
  299. margin-left: -0px;
  300. padding-right: 0px;
  301. margin-bottom: 0px;
  302. }
  303.  
  304. #forumposts {
  305. clear: both;
  306. width: 100%;
  307. margin-left: -0px;
  308. }
  309.  
  310. #up_write_comment {
  311. width: 100%;
  312. margin-left: -0px;
  313. }
  314.  
  315.  
  316. element.style {
  317. width:100%;
  318. margin: auto;
  319. padding: auto;
  320. }
  321.  
  322. .poster h4, .poster ul {
  323. padding: 0;
  324. margin: 0 1em 0 1em;
  325. font-size: 13px;
  326. }
  327. a, h1.forumtitle a:visited {
  328. color: #C6C6C6;
  329. font-family: arial
  330. }
  331.  
  332. h1.forumtitle {
  333. line-height: 45px;
  334. font-size: 2.3em;
  335. font-family: arial;
  336. margin: 0;
  337. padding: 0;
  338. float: left;
  339. letter-spacing: -1px;
  340. text-transform: uppercase;
  341. /* font-style: italic; */
  342. font-weight: lighter;
  343. font-size: 30px;
  344. color: #fff;
  345. margin-left: 7px;
  346. }
  347.  
  348. img#upshrink {
  349. float: right;
  350. margin: 1em;
  351. display:none;
  352. }
  353. #siteslogan, img#smflogo {
  354. margin: 0;
  355. padding: 0;
  356. float: right;
  357. line-height: 3em;
  358. text-transform: lowercase;
  359. font-size: 1em;
  360. font-family: arial;
  361. font-style: italic;
  362. display: none;
  363. }
  364. #menu_toggle {
  365. float: right;
  366. margin-right: 10px;
  367. padding-top: 3px;
  368. display: none;
  369. }
  370.  
  371.  
  372.  
  373. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement