Advertisement
jamastar

Light Theme - One Box

Jul 19th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. <style>
  2. /* created by zenith
  3. can be found on bb under this url
  4. http://www.bearbonesrp.com/index.php?action=profile;u=5146 */
  5.  
  6. body {
  7. background-image: url("https://i.imgur.com/O1PEy5D.png");
  8. font: 80%/130% "arial";
  9. margin: 0 auto;
  10. padding: 15px 5%;
  11. }
  12.  
  13. body, td, th, tr {
  14. color: #000;
  15. }
  16.  
  17. div#upper_section div.user {
  18. width: 45%;
  19. float: left;
  20. overflow: auto;
  21. background: #d6d6d6;
  22. padding: 10px;
  23. padding-bottom: 0px;
  24. border-radius: 1px;
  25. text-transform: lowercase;
  26. font-family: arial;
  27. font-size: 1.1em;
  28. font-style: italic;
  29. line-height: 113%;
  30. color:#000;
  31. }
  32.  
  33. #upper_section ul li.greeting {
  34. font-size: 1.6em;
  35. font-weight: bold;
  36. line-height: 1.5em;
  37. font-family: arial;
  38. color: #ooo;
  39. line-height: 150%;
  40. text-transform: lowercase;
  41. }
  42.  
  43. #header {
  44. background: #e6e6e6;
  45. padding-left: 20px;
  46. border-radius: 1px;
  47. color:#000;
  48. }
  49.  
  50. #header div.frame {
  51. background: #e6e6e6;
  52. display: block;
  53. padding: 5px 20px 1em 0;
  54. border-radius: 30%;
  55. color:#000;
  56. }
  57.  
  58. .button_submit, .button_reset {
  59. background: #d6d6d6;
  60. border: 1px solid #d2d2d2;
  61. cursor: pointer;
  62. font-weight: normal;
  63. border-radius: 1px;
  64. text-transform: lowercase;
  65. font-family: arial;
  66. font-size: 1.0em;
  67. color:#000;
  68. display:none;
  69. }
  70.  
  71. div#wrapper {
  72. background: #e6e6e6;
  73. margin: 0 auto;
  74. min-width: 764px;
  75. max-width: 2300px;
  76. color:#000;
  77. }
  78.  
  79. #content_section div.frame {
  80. background: #efefef;
  81. display: block;
  82. padding: 0 20px 0 0;
  83. border-radius: 1px;
  84. color:#000;
  85. }
  86.  
  87. #content_section {
  88. background: #efefef;
  89. padding-left: 20px;
  90. border-radius: 1px;
  91. color:#000;
  92. }
  93.  
  94. h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
  95. background: #d6d6d6;
  96. color: #000;
  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: #000;
  104. font-size: 1em;
  105. font-family: arial;
  106. font-variant: small-caps;
  107. font-weight: normal;
  108. }
  109.  
  110.  
  111. a:link, a:visited {
  112. color: #000;
  113. text-decoration: none;
  114. }
  115.  
  116. .windowbg, #preview_body {
  117. color: #000;
  118. background-color: #e6e6e6;
  119. }
  120.  
  121. .windowbg span.topslice {
  122. display: block;
  123. padding-left: 20px;
  124. background: #e6e6e6;
  125. }
  126.  
  127. .windowbg span.topslice span {
  128. display: block;
  129. background: #e6e6e6;
  130. height: 6px;
  131. }
  132.  
  133. .windowbg span.botslice span {
  134. display: block;
  135. background: #e6e6e6;
  136. height: 6px;
  137. }
  138.  
  139. .windowbg span.botslice {
  140. display: block;
  141. padding-left: 20px;
  142. background: #e6e6e6;
  143. font-size: 5px;
  144. line-height: 3px;
  145. }
  146.  
  147. .windowbg2 {
  148. color: #000;
  149. background-color: #e6e6e6;
  150. }
  151.  
  152. .windowbg2 span.topslice {
  153. display: block;
  154. padding-left: 20px;
  155. background: #e6e6e6;
  156. }
  157.  
  158. .windowbg2 span.botslice {
  159. display: block;
  160. padding-left: 20px;
  161. background: #e6e6e6;
  162. font-size: 5px;
  163. line-height: 3px;
  164. }
  165.  
  166. .windowbg2 span.topslice span {
  167. display: block;
  168. background: #e6e6e6;
  169. height: 3px;
  170. }
  171.  
  172. .windowbg2 span.botslice span {
  173. display: block;
  174. background: #e6e6e6;
  175. height: 3px;
  176. }
  177.  
  178. .dropmenu li a.active span.firstlevel {
  179. background: #d6d6d6;
  180. border-radius: 0px;
  181. color: #000;
  182. }
  183.  
  184. .dropmenu li a.active {
  185. background: #d6d6d6;
  186. color: #000;
  187. font-weight: bold;
  188. border-radius: 0px;
  189. }
  190.  
  191. .dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
  192. background: #d6d6d6;
  193. border-radius: 0px;
  194. }
  195.  
  196. .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
  197. background: #d6d6d6;
  198. border-radius: 4px;
  199. color: #000;
  200. cursor: pointer;
  201. text-decoration: none;
  202. }
  203.  
  204. .dropmenu li li a span {
  205. display: block;
  206. padding: 6px;
  207. background: #e6e6e6;
  208. color: #000;
  209. }
  210.  
  211. .dropmenu li ul {
  212. z-index: 90;
  213. display: none;
  214. position: absolute;
  215. width: 19.1em;
  216. font-weight: normal;
  217. border-bottom: 0px solid #999;
  218. background: #e6e6e6;
  219. padding: 7px 0 0 0;
  220. }
  221.  
  222. .dropmenu li li {
  223. width: 19em;
  224. margin: 0;
  225. border-left: 0px solid #999;
  226. border-right: 0px solid #999;
  227. }
  228.  
  229. input, button, select, textarea {
  230. font: 95%/115% arial;
  231. color: #000;
  232. background: #e6e6e6;
  233. border: 1px solid #d2d2d2;
  234. padding: 2px;
  235. display:none;
  236. }
  237.  
  238. strong {
  239. font-weight: bold;
  240. font-family: arial;
  241. font-variant: lowercase;
  242. text-transform: uppercase;
  243. letter-spacing: .5px;
  244. }
  245.  
  246.  
  247. h1, h2, h3, h4, h5, h6 {
  248. color: #000;
  249. font-size: 1em;
  250. margin: 0;
  251. padding: 0;
  252. text-transform: uppercase;
  253. }
  254.  
  255. .inner {
  256. padding: 1em 1em 2px 0;
  257. margin: 0 1em 0 0;
  258. border-top: 1px solid #fff;
  259. }
  260.  
  261.  
  262.  
  263. body {
  264. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  265. }
  266.  
  267. #profile_left {
  268. padding-right: 4px;
  269. display: none;
  270. }
  271.  
  272. #up_pictures {
  273. display: none;
  274. }
  275.  
  276. #up_interests {
  277. display: none;
  278. }
  279.  
  280. #up_other_info {
  281. display: none;
  282. }
  283.  
  284. #up_about_me {
  285. width: 100%;
  286. margin-left: -2px;
  287. }
  288.  
  289. #up_write_comment {
  290. /* width: 100%; */
  291. margin-left: -17.2%;
  292. }
  293.  
  294. #forumposts h3.catbg {
  295. /* margin-bottom: 3px; */
  296. /* width: 100%; */
  297. margin-left: -0px;
  298. padding-right: 0px;
  299. margin-bottom: 0px;
  300. }
  301.  
  302. #forumposts {
  303. clear: both;
  304. width: 100%;
  305. margin-left: -0px;
  306. }
  307.  
  308. #up_write_comment {
  309. width: 100%;
  310. margin-left: -0px;
  311. }
  312.  
  313.  
  314. element.style {
  315. width:100%;
  316. margin: auto;
  317. padding: auto;
  318. }
  319.  
  320. .poster h4, .poster ul {
  321. padding: 0;
  322. margin: 0 1em 0 1em;
  323. font-size: 13px;
  324. }
  325.  
  326. a, h1.forumtitle a:visited {
  327. color: #C6C6C6;
  328. font-family: arial
  329. }
  330.  
  331. h1.forumtitle {
  332. line-height: 45px;
  333. font-size: 2.3em;
  334. font-family: arial;
  335. margin: 0;
  336. padding: 0;
  337. float: left;
  338. letter-spacing: -1px;
  339. text-transform: uppercase;
  340. /* font-style: italic; */
  341. font-weight: lighter;
  342. font-size: 30px;
  343. color: #fff;
  344. margin-left: 7px;
  345. }
  346.  
  347. img#upshrink {
  348. float: right;
  349. margin: 1em;
  350. display:none;
  351. }
  352. #siteslogan, img#smflogo {
  353. margin: 0;
  354. padding: 0;
  355. float: right;
  356. line-height: 3em;
  357. text-transform: lowercase;
  358. font-size: 1em;
  359. font-family: arial;
  360. font-style: italic;
  361. display: none;
  362. }
  363. #menu_toggle {
  364. float: right;
  365. margin-right: 10px;
  366. padding-top: 3px;
  367. display: none;
  368. }
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement