Advertisement
Guest User

blaze gtaforums v1

a guest
Jan 11th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1. @-moz-document domain(gtaforums.com) {
  2. /* blazes gtaf */
  3.  
  4. /*background*/
  5. html, body {
  6. background: transparent url("http://i.imgur.com/oIKcOwl.gif") repeat scroll 0% 0%;
  7. color: #FFF;
  8. }
  9.  
  10. /*maintitle (section names)*/
  11. .maintitle {
  12.  
  13. padding: 10px 10px 11px;
  14. background-image: url("http://i.imgur.com/jBr7Vv2.jpg");
  15. background-repeat: repeat-x;
  16. font-size: 16px;
  17. font-weight: normal;
  18. font-family: Oswald;
  19. }
  20.  
  21. /*section backgrounds*/
  22. table.ipb_table tr {
  23. background: #282828 none repeat scroll 0% 0%;
  24. border-bottom: 1px solid #262626;
  25. }
  26.  
  27. /*left navigation*/
  28. .gtaf_leftNav_category {
  29. display: block;
  30. text-align: center;
  31. background-image: url("http://i.imgur.com/jBr7Vv2.jpg");
  32. background-repeat: repeat-x;
  33. color: #262626;
  34. padding: 7px;
  35. border-radius: 4px;
  36. margin-bottom: 5px;
  37. font-size: 16px;
  38. font-family: Oswald;
  39. font-weight: normal;
  40. text-shadow: 0px 3px 0px #000;
  41. }
  42.  
  43. /*post body*/
  44. .post_body {
  45. margin: 0px 0px 0px 185px;
  46. padding: 0px 10px 1px 15px;
  47. background: #282828 none repeat scroll 0% 0%;
  48. border-radius: 0px;
  49. }
  50. .post_wrap {
  51. margin-bottom: 7px;
  52. border-radius: 0px;
  53. background-color: #282828;
  54. }
  55.  
  56. /* user post info*/
  57.  
  58. element {
  59.  
  60. }
  61. li.avatar {
  62. background: #262626 none repeat scroll 0% 0%;
  63. }
  64.  
  65. .author_info {
  66. background: #262626 none repeat scroll 0% 0%;
  67. position: relative;
  68. width: 155px;
  69. float: left;
  70. font-size: 12px;
  71. text-align: center;
  72. padding: 16px 10px 0px 20px;
  73. }
  74. .author_info .group_title {
  75. background: #262626 none repeat scroll 0% 0%;
  76. color: #FFF;
  77. margin-top: 5px;
  78. }
  79. .basic_info h5 {
  80. background: #262626 none repeat scroll 0% 0%;
  81. padding: 10px 3px 0px;
  82. font-size: 12pt;
  83. font-weight: normal;
  84. font-family: Oswald;
  85. margin: 0px 0px 3px;
  86. }
  87.  
  88. .basic_info {
  89. background: #262626 none repeat scroll 0% 0%;
  90. border-radius: 7px;
  91. padding: 10px 3px 20px;
  92. font-size: 11px;
  93. }
  94.  
  95. /*quotes*/
  96. blockquote.ipsBlockquote.built {
  97. border-radius: 0px 0px 5px 0px;
  98. background: #282828 none repeat scroll 0% 0%;
  99. margin-bottom: 10px;
  100. border-width: medium 2px 2px;
  101. border-style: none solid solid;
  102. border-color: #262626;
  103. -moz-border-top-colors: none;
  104. -moz-border-right-colors: none;
  105. -moz-border-bottom-colors: none;
  106. -moz-border-left-colors: none;
  107. border-image: none;
  108. padding: 2px;
  109. }
  110.  
  111. p.citation {
  112. font-size: 12px;
  113. padding: 8px 10px;
  114. border-left: 2px solid #262626;
  115. background: #262626 none repeat scroll 0% 0%;
  116. border-top: 2px solid #262626;
  117. border-right: 2px solid #262626;
  118. border-radius: 5px 5px 0px 0px;
  119. font-weight: bold;
  120. overflow-x: auto;
  121. }
  122.  
  123. /*polls*/
  124.  
  125. .general_box {
  126. background: #282828 none repeat scroll 0% 0%;
  127. margin-bottom: 10px;
  128. }
  129. .poll_question ol {
  130. padding: 8px;
  131. background-color: #262626;
  132. }
  133. .poll_question li {
  134. font-size: 0.9em;
  135. background: #262626 none repeat scroll 0% 0%;
  136. margin: 6px 0px;
  137. }
  138.  
  139. .poll_question h4 {
  140. background-color: #282828;
  141. margin: 0px -7px;
  142. padding: 5px;
  143. }
  144. .general_box h3 {
  145. border-radius: 6px;
  146. font: 16px Oswald;
  147. padding: 8px 10px;
  148. background: #262626 none repeat scroll 0% 0%;
  149. color: #FFF;
  150. }
  151.  
  152. /*personal messages*/
  153. .ipsHeaderMenu {
  154. background: #262626 none repeat scroll 0% 0%;
  155. padding: 10px;
  156. border-radius: 0px 0px 6px 6px;
  157. overflow: hidden;
  158. width: 340px;
  159. }
  160.  
  161. .ipsSideBlock {
  162. background: #282828 none repeat scroll 0% 0%;
  163. padding: 10px;
  164. margin-bottom: 10px;
  165. border: 5px solid rgba(27, 29, 31, 0.85);
  166. border-radius: 10px;
  167. }
  168. .ipsSideBlock h3 {
  169. font: 14px helvetica,arial,sans-serif;
  170. color: #FFF;
  171. padding: 5px 10px;
  172. background: #262626 none repeat scroll 0% 0%;
  173. margin: -10px -10px 10px;
  174.  
  175. }
  176.  
  177. #user_navigation #new_msg_count, .poll_question h4, .rounded {
  178. background: #262626 none repeat scroll 0% 0%;
  179. background-color: #282828;
  180. background-image: none;
  181. background-repeat: repeat;
  182. background-attachment: scroll;
  183. background-position: 0% 0%;
  184. background-clip: border-box;
  185. background-origin: padding-box;
  186. background-size: auto auto;
  187. border-radius: 0px;
  188. text-transform: none;
  189. }
  190.  
  191. .progress_bar {
  192. background-color: transparent;
  193. border: 1px solid #1B1D1F;
  194. }
  195.  
  196. #folder_list .total {
  197. background-color: #262626;
  198. }
  199.  
  200. /*profiles*/
  201.  
  202. .ipsVerticalTabbed_content {
  203. min-height: 400px;
  204. background-color: #282828;
  205. border: 0px solid #1F252F;
  206. padding: 5px;
  207. }
  208.  
  209. #profile_content_main {
  210. background-color: #262626;
  211. min-height: 75px;
  212. line-height: 1.3;
  213. margin-bottom: 20px;
  214. }
  215.  
  216. .bar {
  217. background: #2B4255 none repeat scroll 0% 0%;
  218. padding: 8px 10px;
  219. border: 0px solid #1F252F;
  220. }
  221.  
  222. .ipsVerticalTabbed_tabs li.active a {
  223. width: 135px;
  224. position: relative;
  225. z-index: 8000;
  226. background: #282828 none repeat scroll 0% 0%;
  227. color: #FFF;
  228. font-weight: bold;
  229. }
  230.  
  231. .ipsVerticalTabbed_tabs li {
  232. background: #262626 none repeat scroll 0% 0%;
  233. color: #FFF;
  234. border-bottom: 0px solid #1F252F;
  235. font-size: 13px;
  236. }
  237.  
  238. .ipsVerticalTabbed_tabs > ul {
  239. width: 149px !important;
  240. margin-top: 10px;
  241. border-top: 0px solid #1F252F;
  242. border-left: 1px solid #1F252F;
  243. }
  244.  
  245. /*pinned divider*/
  246.  
  247. table.ipb_table th {
  248. font-weight: bold;
  249. padding: 8px 6px;
  250. background-color: #262626;
  251. }
  252.  
  253. /*announcements*/
  254. .gtaf_announcement {
  255. background: #282828 none repeat scroll 0% 0%;
  256. display: inline-block;
  257. padding: 8px 1px 5px 9px;
  258. margin: 0px 4px 0px 0px;
  259. border-radius: 6px;
  260. border: 3px solid #1D1D1D;
  261. }
  262.  
  263. /*new topic*/
  264. .pagination .back a, .pagination .forward a {
  265. display: inline-block;
  266. padding: 2px 11px;
  267. height: 20px;
  268. background: #262626 none repeat scroll 0% 0%;
  269. border-radius: 4px;
  270. color: #FFF;
  271. font-size: 14px;
  272. font-weight: bold;
  273. transition: none;
  274. }
  275.  
  276. /*recently updated*/
  277. .ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  278. background: transparent none repeat scroll 0% 0%;
  279. background-color: transparent;
  280. background-image: none;
  281. background-repeat: repeat;
  282. background-attachment: scroll;
  283. background-position: 0% 0%;
  284. background-clip: border-box;
  285. background-origin: padding-box;
  286. background-size: auto auto;
  287. opacity: 1;
  288. color: #FFF;
  289. padding: 2px 10px;
  290. border-radius: 6px;
  291. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  292. }
  293.  
  294. /*quote buttons*/
  295. .ipsButton_secondary {
  296. height: 22px;
  297. line-height: 22px;
  298. font-size: 12px;
  299. padding: 0px 10px;
  300. background: #262626 repeat scroll 0% 0%;
  301. border: 1px solid #282828;
  302. box-shadow: 0px 1px 0px #282828 inset, 0px 1px 0px rgba(0, 0, 0, 0.3);
  303. border-radius: 7px;
  304. color: #D0D0D0;
  305. display: inline-block;
  306. white-space: nowrap;
  307. transition: all 0.2s ease-in-out 0s;
  308. }
  309.  
  310. /*some profile background*/
  311.  
  312. .ipsLayout.ipsLayout_withleft {
  313. background: #282828 repeat scroll 0% 0%;
  314. padding-left: 210px;
  315. }
  316.  
  317. /*replies to this topic*/
  318. .maintitle.gtaf_compactMainTitle {
  319. margin-bottom: -2px;
  320. }
  321.  
  322. /*post bg*/
  323. .ipsBoxPadGTAF {
  324. padding: 5px;
  325. background-color: #262626;
  326. border-radius: 5px;
  327. }
  328.  
  329. /*links*/
  330. a {
  331. color: #488dcd;
  332. }
  333.  
  334. .ipsList_inline a {
  335. color: #60adf4;
  336. }
  337.  
  338. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement