Advertisement
Guest User

Untitled

a guest
Jan 15th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.53 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Lato';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
  6. }
  7. @font-face {
  8. font-family: 'Lato';
  9. font-style: normal;
  10. font-weight: 700;
  11. src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
  12. }
  13. @font-face {
  14. font-family: 'Lato';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
  18. }
  19. @font-face {
  20. font-family: 'Lato';
  21. font-style: normal;
  22. font-weight: 700;
  23. src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
  24. }
  25. .pun{
  26. margin: 0 auto;
  27. min-width: 980px;
  28. max-width: 1300px;
  29. width: 90%;
  30. padding:0;
  31. }
  32. body {
  33. background: #222;
  34. color: #5a5a5a;
  35. font: normal 11px tahoma,helvetica,arial,sans-serif;
  36. position: relative;
  37. padding-top: 120px;
  38. padding-bottom: 12px;
  39. }
  40. #pun-intro,#pun-head{display:none}
  41. ul#pun-legend, ul.pun-legend {
  42. display: none;
  43. }
  44. #pun-about #qjump {
  45. display: none;
  46. }
  47. /*branding*/
  48. #branding {
  49. background: url("http://i.imgur.com/y75XdvO.png") repeat;
  50. background: rgba(20,20,20,0.9);
  51. border-bottom: 1px solid #000;
  52. border-bottom: 1px solid rgba(0,0,0,0.5);
  53. -webkit-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  54. -moz-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  55. box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  56. height: 110px;
  57. position: fixed;
  58. left: 0;
  59. top: 0;
  60. right: 0;
  61. z-index: 999;
  62. }
  63. #branding .wrapper {
  64. position: relative;
  65. height: 100%;
  66. z-index: 10;
  67. }
  68. #branding
  69. .brandingBackground {
  70. position: absolute;
  71. top: 0;
  72. left: 0;
  73. right: 0;
  74. bottom: 0;
  75. background: rgba(0,0,0,0.6);
  76. z-index: 1;
  77. opacity: 0;
  78. -webkit-transition: opacity 0.5s ease-in-out;
  79. -moz-transition: opacity 0.5s ease-in-out;
  80. transition: opacity 0.5s ease-in-out
  81. }
  82. .wrapper {
  83. margin: 0 auto;
  84. min-width: 980px;
  85. max-width: 1300px;
  86. width: 90%;
  87. }
  88. #logo {
  89. float: left;
  90. position: relative;
  91. height: 100%;
  92. z-index: 20;
  93. }
  94. .topic_buttons.important{
  95. background: none repeat scroll 0% 0% #8B1515;
  96. color: #FFF !important;
  97. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  98. box-shadow: 0px 1px 3px rgba(128, 37, 37, 0.2), 0px 1px 0px rgba(189, 33, 33, 0.8) inset;
  99. }
  100. #logo
  101. a.textLogo {
  102. color: #fff;
  103. line-height: 110px;
  104. padding: 0
  105. 12px;
  106. font-size: 24px;
  107. font-family: "Lato","Trebuchet MS",Arial,Helvetica,sans-serif;
  108. display: block;
  109. text-decoration: none
  110. }
  111. a,.pun a,.pun a:visited,.pun a:link{
  112. color: #222;
  113. text-decoration: none;
  114. }
  115. a:hover,.pun a:hover{
  116. color: #111;
  117. text-decoration:none;
  118. }
  119. #logo img {
  120. max-height: 100%;
  121. vertical-align: top;
  122. }
  123. img, .input_check, .input_radio {
  124. vertical-align: middle;
  125. }
  126. fieldset, img {
  127. border: 0;
  128. }
  129. /*nav*/
  130. #primary_nav {
  131. position: absolute;
  132. right: 0;
  133. top: 50%;
  134. margin-top: -16px;
  135. text-transform: uppercase;
  136. font-family: "Lato";
  137. font-size: 12px;
  138. padding-left: 200px;
  139. }
  140. #community_app_menu {
  141. float: right;
  142. }
  143. #community_app_menu>li {
  144. margin: 0 1px 0 0;
  145. position: relative;
  146. }
  147. #community_app_menu>li {
  148. margin: 0 1px 0 0;
  149. position: relative;
  150. }
  151. .ipsList_inline>li:first-child {
  152. margin-left: 0;
  153. }
  154. .ipsList_inline>li {
  155. display: inline-block;
  156. margin: 0 3px;
  157. }
  158. .left {
  159. float: left;
  160. }
  161. #community_app_menu>li>a {
  162. color: #eee;
  163. color: rgba(255,255,255,0.8);
  164. -webkit-border-radius: 3px;
  165. -moz-border-radius: 3px;
  166. border-radius: 3px;
  167. display: block;
  168. outline: none;
  169. padding: 0px 15px;
  170. line-height: 32px;
  171. height: 32px;
  172. }
  173. #community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active {
  174. background: url("http://i.imgur.com/y75XdvO.png") repeat;
  175. background: rgba(255,255,255,0.1);
  176. -webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
  177. -moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
  178. box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
  179. color: #fff;
  180. }
  181. #primary_nav #nav_home a:before {
  182. content: "\f015";
  183. }
  184. #primary_nav #nav_app_forums a:before {
  185. content: "\f086";
  186. }
  187. #primary_nav #nav_app_members a:before {
  188. content: "\f007";
  189. }
  190. #primary_nav #nav_app_calendar a:before {
  191. content: "\f073";
  192. }
  193. #primary_nav #nav_app_downloads a:before {
  194. content: "\f019";
  195. }
  196. #primary_nav #nav_app_blog a:before {
  197. content: "\f02d";
  198. }
  199. #primary_nav #nav_app_nexus a:before {
  200. content: "\f07a";
  201. }
  202. #primary_nav a:before {
  203. content: "\f02b";
  204. display: inline-block;
  205. font-family: "FontAwesome";
  206. font-style: normal;
  207. font-weight: normal;
  208. line-height: 1;
  209. -webkit-font-smoothing: antialiased;
  210. -moz-osx-font-smoothing: grayscale;
  211. margin-right: 7px;
  212. font-size: 14px;
  213. }
  214. #community_app_menu>li.active>a {
  215. background: url("http://i.imgur.com/y75XdvO.png") repeat;
  216. background: rgba(255,255,255,0.2);
  217. -webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
  218. -moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
  219. box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
  220. color: #fff;
  221. position: relative;
  222. }
  223. /*gradient*/
  224. #background {
  225. position: fixed;
  226. top: 0;
  227. right: 0;
  228. bottom: 0;
  229. left: 0;
  230. overflow: hidden;
  231. z-index: -1;
  232. }
  233. .animatedBackground #gradient {
  234. -webkit-animation: slideBackground 140s infinite alternate;
  235. -moz-animation: slideBackground 140s infinite alternate;
  236. -ms-animation: slideBackground 140s infinite alternate;
  237. -o-animation: slideBackground 140s infinite alternate;
  238. animation: slideBackground 140s infinite alternate;
  239. }
  240. #gradient.applied {
  241. background: url("http://i.imgur.com/uCBvirg.png");
  242. background: -moz-linear-gradient(left, #b7422d 0%, #d18b4f 10%, #e0ca82 20%, #aac382 30%, #87af7b 40%, #4e9682 50%, #488c94 60%, #487394 70%, #785fb1 80%, #a35680 90%, #b7422d 100%);
  243. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b7422d), color-stop(10%,#d18b4f), color-stop(20%,#e0ca82), color-stop(30%,#aac382), color-stop(40%,#87af7b), color-stop(50%,#4e9682), color-stop(60%,#488c94), color-stop(70%,#487394), color-stop(80%,#785fb1), color-stop(90%,#a35680), color-stop(100%,#b7422d));
  244. background: -webkit-linear-gradient(left, #b7422d 0%, #d18b4f 10%, #e0ca82 20%, #aac382 30%, #87af7b 40%, #4e9682 50%, #488c94 60%, #487394 70%, #785fb1 80%, #a35680 90%, #b7422d 100%);
  245. background: -o-linear-gradient(left, #b7422d 0%, #d18b4f 10%, #e0ca82 20%, #aac382 30%, #87af7b 40%, #4e9682 50%, #488c94 60%, #487394 70%, #785fb1 80%, #a35680 90%, #b7422d 100%);
  246. background: -ms-linear-gradient(left, #b7422d 0%, #d18b4f 10%, #e0ca82 20%, #aac382 30%, #87af7b 40%, #4e9682 50%, #488c94 60%, #487394 70%, #785fb1 80%, #a35680 90%, #b7422d 100%);
  247. background: linear-gradient(to right, #b7422d 0%, #d18b4f 10%, #e0ca82 20%, #aac382 30%, #87af7b 40%, #4e9682 50%, #488c94 60%, #487394 70%, #785fb1 80%, #a35680 90%, #b7422d 100%);
  248. }
  249. #gradient.applied.greyscale {
  250. background: #303030;
  251. background: -moz-linear-gradient(left, #1b1b1b 0%, #5f5f5f 50%, #1b1b1b 100%);
  252. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1b1b1b), color-stop(50%,#5f5f5f), color-stop(100%,#1b1b1b));
  253. background: -webkit-linear-gradient(left, #1b1b1b 0%, #5f5f5f 50%, #1b1b1b 100%);
  254. background: -o-linear-gradient(left, #1b1b1b 0%, #5f5f5f 50%, #1b1b1b 100%);
  255. background: -ms-linear-gradient(left, #1b1b1b 0%, #5f5f5f 50%, #1b1b1b 100%);
  256. background: linear-gradient(to right, #1b1b1b 0%, #5f5f5f 50%, #1b1b1b 100%);
  257. background-size: 3800px auto
  258. }
  259. #background:after {
  260. position: absolute;
  261. top: 0;
  262. left: 0;
  263. right: 0;
  264. bottom: 0;
  265. z-index: 10;
  266. background: url("http://i.imgur.com/O22XJGG.jpg") no-repeat 50% 0%;
  267. -webkit-background-size: cover;
  268. -moz-background-size: cover;
  269. background-size: cover;
  270. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  271. opacity: 0.15;
  272. content: "";
  273. }
  274. #gradient {
  275. background-repeat: repeat;
  276. position: absolute;
  277. top: 0;
  278. bottom: 0;
  279. left: 0;
  280. height: 100%;
  281. width: 20000px;
  282. }
  283. @-webkit-keyframes slideBackground {
  284. 0% {
  285. -webkit-transform: translateX(0)
  286. }
  287.  
  288. 100% {
  289. -webkit-transform: translateX(-100%);
  290. margin-left: 100%
  291. }
  292. }
  293.  
  294. @-moz-keyframes slideBackground {
  295. 0% {
  296. -moz-transform: translateX(0)
  297. }
  298.  
  299. 100% {
  300. -moz-transform: translateX(-100%);
  301. margin-left: 100%
  302. }
  303. }
  304.  
  305. @-o-keyframes slideBackground {
  306. 0% {
  307. -o-transform: translateX(0)
  308. }
  309.  
  310. 100% {
  311. -o-transform: translateX(-100%);
  312. margin-left: 100%
  313. }
  314. }
  315.  
  316. @-ms-keyframes slideBackground {
  317. 0% {
  318. -ms-transform: translateX(0)
  319. }
  320.  
  321. 100% {
  322. -ms-transform: translateX(-100%);
  323. margin-left: 100%
  324. }
  325. }
  326.  
  327. @keyframes slideBackground {
  328. 0% {
  329. transform: translateX(0)
  330. }
  331.  
  332. 100% {
  333. transform: translateX(-100%);
  334. margin-left: 100%
  335. }
  336. }
  337. /*cat*/
  338. .main .main-foot, .main .main-head {
  339. background: url("http://i.imgur.com/y75XdvO.png") repeat;
  340. background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%);
  341. background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.6) 100%);
  342. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.6)));
  343. background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%);
  344. background-image: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%);
  345. background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%);
  346. box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  347. color: #fff;
  348. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  349. padding: 20px;
  350. font-size: 14px;
  351. font-weight: 300;
  352. -moz-border-radius: 4px 4px 0 0;
  353. -webkit-border-top-left-radius: 4px;
  354. -webkit-border-top-right-radius: 4px;
  355. border-radius: 4px 4px 0 0;
  356. overflow: hidden;
  357. }
  358. .main .main-head .page-title {
  359. font-size: 14px;
  360. font-weight: bold;
  361. }
  362. #pun-visit, .main-box {
  363. display: none;
  364. }
  365. table {
  366. width: 100%
  367. }
  368.  
  369. td {
  370. padding: 3px
  371. }
  372. thead {
  373. display: none;
  374. }
  375. .pun table.table td {
  376. background-color: #fff;
  377. border-bottom: 1px solid rgba(0,0,0,0.1)!important;
  378. border-top: 1px solid rgba(255,255,255,0.5)!important;
  379. border:none;
  380. padding:10px;
  381. }
  382. .pun .main table td.tc2, .pun .main table td.tc3 {
  383. background-color: #fff;
  384. }
  385. .pun .main-content {
  386. background-color: #FFF;
  387. border: 1px solid rgba(255, 255, 255, 0);
  388. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  389. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  390. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  391. border-radius: 0 0 3px 3px;
  392. }
  393. .pun .main-content:after {
  394. display: block;
  395. content: "";
  396. -moz-border-radius: 0px 0px 3px 3px;
  397. border-radius: 0px 0px 3px 3px;
  398. background: #fff;
  399. height: 3px;
  400. overflow: hidden;
  401. }
  402. /*widgets*/
  403. .module .main-head {
  404. text-shadow: rgba(255,255,255,1) 0px 1px 0px;
  405. background: url("http://www.ipbfocus.com/skindemo/public/style_images/dispersion/transw40.png") repeat;
  406. background: rgba(255, 255, 255, 1);
  407. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 100%);
  408. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0.2)));
  409. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%);
  410. background-image: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%);
  411. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%);
  412. background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%);
  413. text-transform: uppercase;
  414. font-family: "Lato";
  415. font-weight: bold;
  416. font-size: 100%;
  417. color: #111;
  418. padding: 15px;
  419. }
  420. .module.main {
  421. margin: 5px auto!important;
  422. border-radius: 3px;
  423. -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
  424. -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
  425. box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
  426. }
  427. #content-container div#main {
  428. margin-right: 10px;
  429. }
  430. /*post*/
  431. .post h3 {
  432. border-top: 1px solid #111;
  433. border-bottom: 1px solid #111;
  434. text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
  435. background: rgb(20,20,20);
  436. background: rgba(20,20,20,0.9);
  437. padding: 4px 10px;
  438. height: 36px;
  439. line-height: 36px;
  440. font-weight: normal;
  441. font-size: 13px;
  442. overflow: hidden;
  443. }
  444. .pun .postmain {
  445. background: #fff;
  446. border-left: none;
  447. margin-left: 18em;
  448. }
  449. .pun .post .user {
  450. text-align: center;
  451. margin-top: 5px;
  452. }
  453. .user-basic-info a img:after {
  454. content: "";
  455. position: absolute;
  456. z-index: 1;
  457. top: 0px;
  458. left: 0px;
  459. right: 0;
  460. bottom: 0;
  461. -webkit-box-shadow: inset rgba(0,0,0,0.14) 0px 1px 3px, inset rgba(0,0,0,0.08) 0px 0px 0px 1px, #fff 0px 1px 0px;
  462. -moz-box-shadow: inset rgba(0,0,0,0.14) 0px 1px 3px, inset rgba(0,0,0,0.08) 0px 0px 0px 1px, #fff 0px 1px 0px;
  463. box-shadow: inset rgba(0,0,0,0.14) 0px 1px 3px, inset rgba(0,0,0,0.08) 0px 0px 0px 1px, #fff 0px 1px 0px;
  464. pointer-events: none;
  465. -webkit-border-radius: 3px;
  466. -moz-border-radius: 3px;
  467. border-radius: 3px;
  468. }
  469. .user-basic-info a img {
  470. display: inline-block;
  471. width: 150px;
  472. height: 220px;
  473. -webkit-border-radius: 3px;
  474. border-radius: 3px;
  475. }
  476.  
  477. .pun .post {
  478. border: none;
  479. }
  480. .pun .paged-foot, .pun .paged-head {
  481. background: none;
  482. border: none;
  483. padding: 0 0 10px;
  484. }
  485. div.post_username {
  486. float: left;
  487. min-width: 177px;
  488. font-weight: bold;
  489. }
  490. img.i_icon_online {
  491. float: left;
  492. padding: 15px 5px 5px 0;
  493. }
  494. div.post_date {
  495. float: left;
  496. color: #999;
  497. float: left;
  498. font-size: 11px;
  499. font-weight: normal;
  500. }
  501. .pun .user .user-info {
  502. color: #7a7a7a;
  503. line-height: 1.8em;
  504. }
  505. .pun .user-ident .user-basic-info {
  506. font-weight: normal;
  507. }
  508.  
  509. .postfoot {
  510. clear: both;
  511. margin-left: -18em;
  512. text-align: right;
  513. background: #f7f7f7;
  514. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  515. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
  516. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  517. background-image: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  518. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  519. background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  520. border-top: 1px solid #e0e0e0;
  521. margin-top: 10px;
  522. clear: both;
  523. overflow: hidden;
  524. }
  525. .post_username span a span strong {
  526. color: #fff!important;
  527. }
  528. .pun .postfoot .user-contact {
  529. display: none;
  530. }
  531. .post_controls {
  532. border-left: 0;
  533. border-right: 1px solid #eaeaea;
  534. color: #555;
  535. border: 0;
  536. border-left: 1px solid #eaeaea;
  537. text-shadow: #fff 0px 1px 0px;
  538. height: 25px;
  539. line-height: 25px;
  540. padding: 0 12px;
  541. text-decoration: none;
  542. }
  543. .post-controls:hover {
  544. background-color: #fff;
  545. color: #333;
  546. }
  547. div.main-content.topic {
  548. border-radius: 0!important;
  549. }
  550. div.main-foot.clearfix {
  551. display: none;
  552. }
  553. .topic_buttons {
  554. background: url("http://i.imgur.com/y75XdvO.png") repeat;
  555. background: rgba(255,255,255,0.85);
  556. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
  557. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
  558. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
  559. background-image: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
  560. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
  561. background-image: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
  562. color: #222;
  563. text-shadow: #fff 0px 1px 0px;
  564. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  565. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  566. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  567. -moz-border-radius: 3px;
  568. -webkit-border-radius: 3px;
  569. border-radius: 3px;
  570. font-size: 12px;
  571. font-weight: bold;
  572. line-height: 36px;
  573. height: 36px;
  574. padding: 0 20px;
  575. text-align: center;
  576. min-width: 70px;
  577. display: inline-block;
  578. cursor: pointer;
  579. margin-top: 10px;
  580. }
  581. .topic_buttons .important{
  582. background: #8b1515 !important;
  583. color: #fff !important;
  584. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  585. }
  586. .topic_buttons:hover {
  587. background-color: rgba(255,255,255,0.95);
  588. color: #111;
  589. }
  590. div.main-content.topic {
  591. border-radius: 0!important;
  592. border: none;
  593. background: #fff;
  594. }
  595. .border {
  596. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  597. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  598. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  599. -webkit-border-radius: 3px;
  600. -moz-border-radius: 3px;
  601. border-radius: 3px;
  602. }
  603. .border:after {
  604. display: block;
  605. content: "";
  606. -moz-border-radius: 0px 0px 3px 3px;
  607. border-radius: 0px 0px 3px 3px;
  608. background: #fff;
  609. height: 3px;
  610. overflow: hidden;
  611. }
  612. input[type="submit"], input[type="reset"] {
  613. background: #323232 url('http://i.imgur.com/N2SwKgg.png') repeat-x 0 0;
  614. border-color: #2b2b2b;
  615. color: #fff;
  616. text-shadow: #2b2b2b 0px -1px 0px;
  617. -moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  618. -webkit-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  619. box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  620. -moz-border-radius: 2px;
  621. -webkit-border-radius: 2px;
  622. text-decoration: none;
  623. border-width: 1px;
  624. border-style: solid;
  625. padding: 4px 10px!important;
  626. cursor: pointer;
  627. border-radius: 2px;
  628. }
  629. #quick_reply .frm-buttons {
  630. padding-left: 0;
  631. border: none;
  632. }
  633. #quick_reply input {
  634. float: right;
  635. }
  636. input[type="text"] {
  637. padding: 6px;
  638. border: 1px solid #d4d4d4;
  639. background: #fcfcfc;
  640. color: #9f9f9f;
  641. text-shadow: #fff 0px 1px 0px;
  642. -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
  643. -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
  644. box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
  645. }
  646. .main-content p.center {
  647. color: red;
  648. font-weight: bold;
  649. margin-top: 10px;
  650. }
  651. /*user*/
  652. #backgroundToggle span.show {
  653. display: block;
  654. }
  655. #backgroundToggle span {
  656. background: url("http://i.imgur.com/y75XdvO.png") repeat;
  657. background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.65) 100%);
  658. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.65)));
  659. background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  660. background-image: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  661. background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  662. background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  663. border: 1px solid #111;
  664. border: 1px solid rgba(0,0,0,0.5);
  665. -webkit-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  666. -moz-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  667. box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  668. -moz-border-radius: 3px;
  669. -webkit-border-radius: 3px;
  670. border-radius: 3px;
  671. height: 36px;
  672. width: 36px;
  673. display: none;
  674. text-align: center;
  675. cursor: pointer;
  676. }
  677. #backgroundToggle span:after {
  678. content: "";
  679. display: inline-block;
  680. width: 16px;
  681. height: 16px;
  682. background: url("http://i.imgur.com/jF7Wdfz.png") no-repeat 0 0;
  683. position: relative;
  684. top: 10px;
  685. }
  686. #backgroundToggle span#enableColour:after {
  687. background-position: 0 -16px;
  688. }
  689. #user_bar.withToggle {
  690. margin-left: 44px;
  691. }
  692. #user_bar {
  693. background: url("http://i.imgur.com/jF7Wdfz.png") repeat;
  694. background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.65) 100%);
  695. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.65)));
  696. background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  697. background-image: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  698. background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  699. background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  700. border: 1px solid #111;
  701. border: 1px solid rgba(0,0,0,0.5);
  702. -webkit-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  703. -moz-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  704. box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  705. text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
  706. -moz-border-radius: 3px;
  707. -webkit-border-radius: 3px;
  708. border-radius: 3px;
  709. }
  710. #user_navigation .ipsList_inline li {
  711. margin: 0;
  712. padding: 0;
  713. float: left;
  714. }
  715. #user_navigation>ul>li {
  716. border-right: 1px solid rgba(255,255,255,0.1);
  717. }
  718. #user_navigation {
  719. float: left;
  720. color: #9f9f9f;
  721. font-size: 11px;
  722. line-height: 36px;
  723. height: 36px;
  724. overflow: hidden;
  725. }
  726. #user_navigation a {
  727. color: #fff;
  728. float: left;
  729. padding: 0 12px;
  730. line-height: 36px;
  731. outline: none;
  732. height: 36px;
  733. }
  734. #user_navigation a:hover {
  735. background: url("http://i.imgur.com/jF7Wdfz.png") repeat;
  736. background: rgba(0,0,0,0.3);
  737. }
  738. h4.forum_name {
  739. font-size: 12px;
  740. display: inline-block;
  741. margin-left: 10px;
  742. }
  743. p.desc.forum_desc {
  744. font-size: 11px;
  745. color: #444;
  746. padding-top: 5px;
  747. margin-left: 10px;
  748. }
  749. .mod-text {
  750. font-weight: normal;
  751. margin-left: 10px;
  752. }
  753. ul.statsPers {
  754. text-align: center;
  755. list-style: none;
  756. text-align: center;
  757. color: #000;
  758. text-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
  759. }
  760. .statHide {
  761. display: none;
  762. }
  763. .statsPers li {
  764. display: inline-block;
  765. margin-right: 20px;
  766. }
  767. .statHide {
  768. display: none!important;
  769. }
  770. .statsPers li > span {
  771. display: inline-block;
  772. background: url("http://i.imgur.com/jF7Wdfz.png") repeat;
  773. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.65) 100%);
  774. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.65)));
  775. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  776. background-image: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  777. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  778. background-image: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  779. -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 2px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  780. -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 2px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  781. box-shadow: rgba(0,0,0,0.15) 0px 1px 2px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  782. text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
  783. color: #222;
  784. padding: 3px 7px;
  785. font-weight: bold;
  786. -moz-border-radius: 3px;
  787. -webkit-border-radius: 3px;
  788. border-radius: 3px;
  789. margin-right: 3px;
  790. }
  791. .statistics {
  792. margin: 20px 0 0 0;
  793. padding: 8px;
  794. line-height: 1.3;
  795. overflow: hidden;
  796. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  797. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  798. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  799. -webkit-border-radius: 3px;
  800. -moz-border-radius: 3px;
  801. border-radius: 3px;
  802. background: #fafafa;
  803. }
  804. .statistics_head {
  805. font-size: 11px;
  806. font-weight: bold!Important;
  807. margin: -8px -8px 8px -8px;
  808. border-bottom: 1px solid rgba(0,0,0,0.08);
  809. text-shadow: rgba(255,255,255,1) 0px 1px 0px;
  810. background: rgba(255,255,255,0.4);
  811. font-family: "Lato";
  812. text-transform: uppercase;
  813. padding: 15px;
  814. color: #111;
  815. }
  816. p.statistics_brief.desc {
  817. font-size: 11px;
  818. color: #444;
  819. }
  820. #pun-about {
  821. background: none;
  822. border: none;
  823. padding: 10px;
  824. text-align: right;
  825. line-height: 0;
  826. margin-bottom: -20px;
  827. }
  828. #pun-about ul li a {
  829. font-weight: normal;
  830. color: #f0f0f0;
  831. }
  832. ul#stat_links {
  833. line-height: 30px;
  834. }
  835. /*big-foot*/
  836. #footer {
  837. background: url("http://i.imgur.com/jF7Wdfz.png") repeat;
  838. background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.65) 100%);
  839. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.65)));
  840. background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  841. background-image: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  842. background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  843. background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  844. border: 1px solid #111;
  845. border: 1px solid rgba(0,0,0,0.5);
  846. color: #ddd;
  847. -webkit-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  848. -moz-box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  849. box-shadow: rgba(0,0,0,0.45) 0px 1px 5px;
  850. text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
  851. -moz-border-radius: 3px;
  852. -webkit-border-radius: 3px;
  853. border-radius: 3px;
  854. margin-bottom: 10px;
  855. width: 90%;
  856. margin: auto;
  857. }
  858. .footerCol {
  859. width: 14.2%;
  860. font-size: 11px;
  861. min-width: 125px;
  862. float: left;
  863. min-height: 180px;
  864. vertical-align: top;
  865. line-height: 25px;
  866. padding: 15px 0 18px 20px;
  867. -webkit-box-sizing: border-box;
  868. -moz-box-sizing: border-box;
  869. box-sizing: border-box;
  870. }
  871. .footerCol h3 {
  872. color: #fff;
  873. font-weight: normal;
  874. font-size: 13px;
  875. line-height: 30px;
  876. }
  877. .footerCol h3 a {
  878. color: #fff;
  879. display: block;
  880. }
  881. ol, ul {
  882. list-style: none;
  883. }
  884. .footerCol li a {
  885. color: rgba(255,255,255,0.8);
  886. display: block;
  887. }
  888. .footerCol li a:hover {
  889. color: #fff;
  890. }
  891. .clear {
  892. clear: both;
  893. height: auto;
  894. }
  895. .pun-crumbs {
  896. background: url("http://i.imgur.com/jF7Wdfz.png") repeat;
  897. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.65) 100%);
  898. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.65)));
  899. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  900. background-image: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  901. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  902. background-image: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  903. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  904. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  905. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  906. text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
  907. -moz-border-radius: 3px;
  908. -webkit-border-radius: 3px;
  909. border-radius: 3px;
  910. overflow: hidden;
  911. line-height: 37px;
  912. padding: 10px;
  913. margin-bottom: 10px;
  914. }
  915. /*Post dentro da caixinha*/
  916. .statsPers li {background: #fff; border-radius: 3px;}
  917. /*titlebox*/
  918. .sb_titlebox {
  919. background: url("http://i.imgur.com/jF7Wdfz.png") repeat;
  920. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.65) 100%);
  921. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.65)));
  922. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  923. background-image: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  924. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  925. background-image: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.65) 100%);
  926. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  927. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  928. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  929. text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
  930. -moz-border-radius: 3px;
  931. -webkit-border-radius: 3px;
  932. border-radius: 3px;
  933. padding: 14px;
  934. overflow: hidden;
  935. }
  936. .ipsUserPhoto {
  937. width: 54px;
  938. height: 54px;
  939. -webkit-border-radius: 3px;
  940. border-radius: 3px;
  941. box-shadow: inset rgba(0,0,0,0.14) 0px 1px 3px, inset rgba(0,0,0,0.08) 0px 0px 0px 1px, #fff 0px 1px 0px;
  942. }
  943. .ipsBox_withphoto {
  944. margin-left: 65px;
  945. }
  946. .ipsType_pagetitle, .ipsType_subtitle {
  947. font: 300 26px/1.4 Helvetica,Arial,sans-serif;
  948. color: #121212;
  949. }
  950. .ipbfs_titlebox .desc {
  951. padding: 3px 0;
  952. }
  953. .desc.lighter, .desc.lighter.blend_links a {
  954. color: #7a7a7a;
  955. }
  956. .desc, .desc.blend_links a, p.posted_info {
  957. font-size: 11px;
  958. color: #444;
  959. }
  960. /*quote*/
  961. blockquote cite {
  962. font-size: 12px;
  963. padding: 8px 10px;
  964. border: none;
  965. background: #f2f2f2 url('http://i.imgur.com/65o6AG5.png') repeat-x 0 0;
  966. color: #535353;
  967. text-shadow: rgba(255,255,255,1) 0px 1px 0px;
  968. font-weight: bold;
  969. margin-top: 5px;
  970. overflow-x: auto;
  971. clear: right;
  972. margin: -5px -11px 5px!important;
  973. }
  974. .postmain blockquote {
  975. padding: .5em 1em;
  976. border: 1px solid #e3e3e3;
  977. background: #fcfcfc;
  978. color: #9f9f9f;
  979. }
  980. .codebox {
  981. background: none;
  982. border: none;
  983. margin: 1em;
  984. }
  985. .codebox dt {
  986. border: none;
  987. padding: .25em;
  988. }
  989. div.spoiler_content.hidden {
  990. background-color: #fcfcfc !important;
  991. color: #000;
  992. padding: 8px;
  993. border: 1px solid #e3e3e3;
  994. overflow: auto;
  995. font-size: 11px;
  996. line-height: 170%;
  997. font-family: arial !important;
  998. }
  999. .codebox.spoiler dd {
  1000. background: none!important;
  1001. border: none!important;
  1002. padding: 0;
  1003. }
  1004. .codebox dd {
  1005. background-color: #fcfcfc !important;
  1006. color: #000;
  1007. padding: 8px;
  1008. border: 1px solid #e3e3e3;
  1009. overflow: auto;
  1010. font-size: 11px;
  1011. line-height: 170%;
  1012. font-family: monospace !important;
  1013. }
  1014. .codebox.spoiler dt {
  1015. display: inline-block;
  1016. font-size: 11px;
  1017. padding: 5px 10px;
  1018. border: none;
  1019. background: #f2f2f2 url('http://i.imgur.com/65o6AG5.png') repeat-x 0 0;
  1020. color: #535353;
  1021. text-shadow: rgba(255,255,255,1) 0px 1px 0px;
  1022. font-weight: bold;
  1023. margin-top: 5px;
  1024. overflow-x: auto;
  1025. clear: right;
  1026. margin-bottom: 5px;
  1027. border: 1px solid #e3e3e3;
  1028. }
  1029. #avatar img {
  1030. width: 34px;
  1031. height: 34px;
  1032. border-radius: 3px;
  1033. margin: 2px;
  1034. }
  1035. a#inbox_link.menu_active {
  1036. background-position: bottom;
  1037. background-color: #fff;
  1038. color: #323232;
  1039. text-shadow: none;
  1040. position: relative;
  1041. z-index: 10000
  1042. }
  1043.  
  1044. #notify_link,#inbox_link {
  1045. vertical-align: middle;
  1046. width: 20px;
  1047. padding: 0px
  1048. 8px !important;
  1049. position: relative
  1050. }
  1051. #inbox_link img, #notify_link img {
  1052. margin-top: 9px;
  1053. }
  1054. .entry-content img{
  1055. max-width: 100%;
  1056. }
  1057. .paging a{
  1058. background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
  1059. color: #222;
  1060. text-shadow: 0px 1px 0px #FFF;
  1061. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  1062. border-radius: 3px;
  1063. display: inline-block;
  1064. padding: 3px 10px;
  1065. text-transform: uppercase;
  1066. font-size: 11px;
  1067. display: inline-block;
  1068. font-weight: normal;
  1069. }
  1070. .paging{margin: 10px;}
  1071. .paging a:hover{
  1072. background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95);
  1073. }
  1074. .paging b{
  1075. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
  1076. color: #FFF;
  1077. border-radius: 3px;
  1078. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
  1079. padding: 3px 10px;
  1080. cursor: default;
  1081. padding: 3px 10px;
  1082. display: inline-block;
  1083. font-weight: normal;
  1084. padding: 3px 10px;
  1085. text-transform: lowercase;
  1086. font-size: 11px;
  1087. display: inline-block;
  1088. font-weight: normal;
  1089. }
  1090. .topic_buttons.important{
  1091. background: none repeat scroll 0% 0% #8B1515;
  1092. color: #FFF !important;
  1093. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  1094. box-shadow: 0px 1px 3px rgba(128, 37, 37, 0.2), 0px 1px 0px rgba(189, 33, 33, 0.8) inset;
  1095. }
  1096. .pun .frm-form {
  1097. background: transparent;
  1098. border: none;
  1099. }
  1100. #tabs ul li a {
  1101. float: left;
  1102. text-decoration: none;
  1103. background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0% 0% transparent;
  1104. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
  1105. color: #FFF;
  1106. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  1107. padding:4px 10px!important;
  1108. border:none!important;
  1109. font-size: 14px;
  1110. font-weight: 300;
  1111. border-radius: 4px 4px 0px 0px;
  1112. overflow: hidden;
  1113. }
  1114. #tabs ul li.activetab a {
  1115. color: #F4F9FD;
  1116. text-decoration: none;
  1117. background-color: black;
  1118. }
  1119. .main-content.center img{
  1120. max-width: 250px;
  1121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement