Advertisement
Guest User

folha css

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