Advertisement
Guest User

Untitled

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