Advertisement
jamastar

Blue

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