Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*nova estrutura*/
  2. thead, .pun .table .tc3 {
  3. display: none;
  4. }
  5. .table tbody.statused tr td {
  6. background: rgba(223, 192, 192, 0)!important;
  7. border: 0;
  8. border-bottom: 1px solid #f3f3f3!important;
  9. color: #5a5a5a;
  10. }
  11. .pun .main-content ol, .pun .main-content ul {
  12. list-style: none;
  13. }
  14. a.forumtitle{
  15. margin-left: 45px;
  16. text-decoration:none;
  17. }
  18. a.forumtitle:hover{text-decoration:none!important;
  19. }
  20. .status img {
  21. margin-top: 30px;
  22. }
  23. /*---*/
  24. header#change_header {
  25. animation: animate-background linear 40s infinite;
  26. background-repeat: repeat!important;
  27. background-image: url(https://i.imgur.com/0EBRbnD.png);
  28. }
  29. .cNewestMember img {border-radius: 0px!important;}
  30. ul.bs_inline {
  31. position: absolute!important;
  32. margin-left:-100px!important;
  33. }
  34. .pun .user .user-info {margin-top:50px;}
  35. body .pun .user .user-ident .user-basic-info {
  36. font-size:12px !important;
  37. }
  38. .main .main-foot,.main .main-head {
  39. -khtml-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  40. -moz-border-radius: 0 0 4px 4px;
  41. -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  42. -o-border-radius: 0 0 4px 4px;
  43. -webkit-border-radius: 0 0 4px 4px;
  44. -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  45. background: #1c1f25;
  46. border-bottom: 1px solid rgba(0,0,0,.20);
  47. border-radius: 0 0 4px 4px;
  48. border-top: 3px solid #3091C1;
  49. box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  50. color: #FFF;
  51. font-family: Ubuntu;
  52. font-size: 13px;
  53. font-weight: 700;
  54. margin-bottom: 5px;
  55. overflow: hidden;
  56. padding: 15px;
  57. position: relative;
  58. text-decoration: none;
  59. text-shadow: 0 2px 0 rgba(0,0,0,0.14);
  60. text-transform: uppercase;
  61. }
  62. /*Notificação de MP*/
  63. #inbox_link span {
  64. position: absolute;
  65. bottom: 10px;
  66. right: 0;
  67. display: block;
  68. background-color: #f00;
  69. height: 15px;
  70. width: 15px;
  71. line-height: 15px;
  72. text-align: center;
  73. color: #fff;
  74. border-radius: 50%;
  75. }
  76. /*espaço links*/
  77. table > tbody > tr > td.tcl > h2 > a,
  78. table > tbody > tr > td.tcl > h3 > a {
  79. margin-left: 0 !important;
  80. }
  81. /*links funcional*/
  82. a.forumtitle {
  83. position: relative;
  84. z-index: 100;
  85. }
  86. /*desbug balao*/
  87. .hover_stats {
  88. margin-left: 90px !important;
  89. }
  90. /*descrição dos ranks*/
  91. body .tipsy {
  92. padding: 5px 5px 10px
  93. }
  94.  
  95. body .tipsy-inner {
  96. background-color: #fff;
  97. color: #000;
  98. font-size: 14px;
  99. padding: 8px 10px;
  100. position: relative;
  101. }
  102.  
  103. body .tipsy-inner:after {
  104. top: 100%;
  105. left: 50%;
  106. border: solid transparent;
  107. content: " ";
  108. height: 0;
  109. width: 0;
  110. position: absolute;
  111. pointer-events: none;
  112. border-color: rgba(255, 255, 255, 0);
  113. border-top-color: #fff;
  114. border-width: 8px;
  115. margin-left: -8px;
  116. }
  117. .user-basic-info > span {
  118. display: none;
  119. }
  120. /*reputation desbug*/
  121. #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
  122. #rep_post .bs_inline {list-style: none;}
  123. #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
  124. #rep_post .bs_inline > li:first-child {margin-left: 0;}
  125. #rep_post .bs_inline img {vertical-align: middle;}
  126. #rep_post span img {cursor: pointer;}
  127. #rep_post .reput_vote {
  128. background-image: url('https://i.imgur.com/UGqTZqe.png');
  129. background-repeat: repeat-x;
  130. background-position: 0 1px;
  131. font-size: 10px;
  132. padding: 2px 10px !important;
  133. color: #fff;
  134. font-weight: bold;
  135. display: inline-block;
  136. -moz-border-radius: 3px;
  137. -webkit-border-radius: 3px;
  138. border-radius: 3px;
  139. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  140. }
  141. .reput_vote.positive {background-color: #8db13e;}
  142. .reput_vote.zero {background-color: #6a6a6a;}
  143.  
  144. input {
  145. width: auto;
  146. height: auto;
  147. }
  148. div.postbody {
  149. min-height: 280px;
  150. }
  151. div.rep_bar,
  152. #rep_post {
  153. margin: 0 !important;
  154. padding: 10px;
  155. float: none;
  156. text-align: right;
  157. }
  158.  
  159. div.rep_bar .bs_inline,
  160. #rep_post .bs_inline {
  161. position: static !important;
  162. margin-left: 0 !important;
  163. }
  164. /*desbug*/
  165. div#pun-announcement {
  166. background-color: #ffffff!important;
  167. border-style: none!important;
  168. border-width: 0px!important;
  169. padding: 1em!important;
  170. }
  171. div#pun-announcement {margin-bottom:-30px;}
  172. /*By while menu*/
  173. header#change_header {
  174. background-image: url("https://i.imgur.com/0EBRbnD.png");
  175. }
  176. .main_width, .pun {
  177. margin: 0 auto;
  178. min-width: 960px;
  179. width: 88%;
  180. }
  181. /*widgeets*/
  182. .pun #right, .pun #left {
  183. display:inherit;
  184. }
  185. .pun span.legend {
  186. margin: -10px auto;
  187. padding:20px 0!important;
  188. }
  189. .pun .legend_group {
  190. margin-top: -30px!important;
  191. margin-left: 0px!important;
  192. position: relative;
  193. display: inline-block;
  194. }
  195. .pun span.legend {width: auto;}
  196. /*Avatar*/
  197. #quick-avatar {
  198. float: left;
  199. margin: 15px -35px 0 13px;
  200. }
  201. #quick-avatar img {
  202. background: #fff none repeat scroll 0 0;
  203. border: 1px solid #d8d8d8;
  204. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  205. height: 50px;
  206. padding: 2px;
  207. width: 50px;
  208. }
  209. /*Alinhamento icones*/
  210. .user-info img + br + dd + dd + dd + dd, .user-info img + br + dd + dd + dd + dd + dd,.user-info img + br + dd + dd + dd + dd + dd + dd,.user-info img + br + dd + dd + dd + dd + dd + dd + dd{ padding: 4px; float: left;}
  211. /*Ajuste tela de fundo*/
  212. body > footer{position:relative!important;top:9px!important;}
  213. header { width: auto !important; }
  214. .container_IE {
  215. width: auto !important;
  216. min-width: auto !important;
  217. }
  218. body { overflow-x: hidden; }
  219. /*Icones*/
  220. .pun .user .user-info .label:empty + img {
  221. -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  222. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  223. background: #fff;
  224. border: 1px solid #d8d8d8;
  225. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  226. height: 30px;
  227. margin-bottom: 5px;
  228. padding: 1px;
  229. vertical-align: middle;
  230. width: 30px;
  231. }
  232. /*reputação*/
  233. #rep_post .bs_inline {list-style: none;}
  234. #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
  235. #rep_post .bs_inline > li:first-child {margin-left: 0;}
  236. #rep_post .bs_inline img {vertical-align: middle;}
  237. #rep_post span img {cursor: pointer;}
  238. #rep_post .reput_vote {
  239. background-image: url('https://i.imgur.com/UGqTZqe.png');
  240. background-repeat: repeat-x;
  241. background-position: 0 1px;
  242. font-size: 10px;
  243. padding: 2px 10px !important;
  244. color: #fff;
  245. font-weight: bold;
  246. display: inline-block;
  247. -moz-border-radius: 3px;
  248. -webkit-border-radius: 3px;
  249. border-radius: 3px;
  250. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  251. }
  252. .reput_vote.positive {background-color: #8db13e;}
  253. .reput_vote.zero {background-color: #6a6a6a;}
  254. #rep_post { margin-top: -12% !important; }
  255. /*Desbug visitantes*/
  256. .pun-crumbs {margin-top:10px!important;margin-bottom:60px!important;}
  257. /*bug usuario*/
  258. .pun-crumbs {margin-top:10px!important;margin-bottom:60px!important;}
  259. /*IMAGEM DE FUNDO*/
  260. .layout_IE {
  261. background-repeat: no-repeat !important;
  262. background-attachment: fixed !important;}
  263. /*Ajuste footer*/
  264. .layout_IE{margin-bottom:-68px!important;}
  265. /*FIM*/
  266. #user_navigation > ul > a:nth-child(1) > li, #user_navigation > ul > a:nth-child(2) > li {
  267. background-color: transparent!important;
  268. cursor: pointer!important;
  269. float: left!important;
  270. list-style-type: none!important;
  271. color: #848484!important;
  272. font-size: 13px!important;
  273. font-weight: bold!important;
  274. text-decoration: none!important;
  275. text-transform: uppercase!important;
  276. text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14)!important;
  277. height: 60px!important;
  278. line-height: 60px!important;
  279. padding: 0 18px!important;
  280. margin-left: 1px!important;
  281. font-family: Ubuntu!important;
  282. -webkit-transition: color .2s ease!important;
  283. -moz-transition: color .2s ease!important;
  284. -ms-transition: color .2s ease!important;
  285. -o-transition: color .2s ease!important;
  286. transition: color .2s ease!important;
  287. margin-top:-18px!important;
  288. }
  289. #user_navigation > ul > a:nth-child(1) > li:hover, #user_navigation > ul > a:nth-child(2) > li:hover {
  290. background-color: #b32222!important;
  291. color: #FFF!important;
  292. }
  293. /*Ajuste menu-Dropdown*/
  294. #perfil_drop {margin-right:-100px!important;}
  295. /*Menu-DropDown*/
  296. #perfil_drop{
  297. background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
  298. border: 0px none !important;
  299. border-radius: 0px 0px 6px 6px;
  300. box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
  301. color: #225985;
  302. font-family: helvetica,arial,sans-serif;
  303. font-size: 12px;
  304. font-style: normal;
  305. font-variant: normal;
  306. font-weight: 400;
  307. overflow: hidden;
  308. position: absolute;
  309. right: 9.2%;
  310. text-align: left;
  311. top: 36px;
  312. width: 360px;
  313. z-index: 999;
  314. }
  315. .nav_c{
  316. box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
  317. }
  318.  
  319. .avat img {
  320. background: none repeat scroll 0px 0px #FFF;
  321. border: 1px solid #D5D5D5;
  322. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  323. height: 50px;
  324. margin: 10px;
  325. padding: 1px;
  326. width: 50px;
  327. }
  328. #perfil_drop li {
  329. float: right;
  330. line-height: 22px;
  331. white-space: nowrap;
  332. width: 38%;
  333. }
  334. #perfil_drop li a {
  335. color: #00569C;
  336. text-decoration: none;
  337. }
  338. .menu_active {
  339. background: #fff;
  340. border-radius: 5px 5px 0 0;
  341. color: #000!important;
  342. }
  343. /*fim*/
  344. .sceditor-container iframe, .sceditor-container textarea{height:100px!important;}
  345. /*fim*/
  346. /*Cor tabelas*/
  347. #tabs ul li.activetab a {
  348. background-color: #b32222!important;
  349. border-color: #b32222!important;
  350. }
  351. /*sistema de reputação*/
  352. .reputation {
  353. background-color: #3aafc4!important;
  354. border-radius: 3px;
  355. border-top: 1px solid rgba(0,0,0,.20);
  356. bottom: -7px;
  357. color: #fff!important;
  358. display: inline-block;
  359. font-family: Ubuntu;
  360. font-size: 12px;
  361. font-weight: 700;
  362. margin: 5px;
  363. padding: 5px 10px;
  364. text-align: center;
  365. text-shadow: 0 2px 0 rgba(0,0,0,0.14);
  366. text-transform: uppercase;
  367. }
  368. .reputation.zero {
  369. background-color: rgb(16, 16, 16)!important;
  370. color: rgb(255, 255, 255);
  371. }
  372. .reputation {
  373. color: white!important;
  374. font-size: 13px;
  375. font-weight: bold;
  376. }
  377. /*fim*/
  378. /* latin-ext */
  379. @font-face {
  380. font-family: 'Fjalla One';
  381. font-style: normal;
  382. font-weight: 400;
  383. src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/SHXJdWnWW6HDq-6DpcG8PyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  384. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  385. }
  386. /* latin */
  387. @font-face {
  388. font-family: 'Fjalla One';
  389. font-style: normal;
  390. font-weight: 400;
  391. src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  392. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  393. }
  394. .post h2.post-content{
  395. font-family: 'Fjalla One', sans-serif;
  396. color: #ce1938;
  397. text-shadow: -1px -1px #ffaab9, -2px -2px #dc1134, 1px 1px #ffaab9, 2px 2px #8b0000;
  398. font-size: 53px!important;
  399. }
  400. @font-face {
  401. font-family: 'News Cycle';
  402. font-style: normal;
  403. font-weight: 400;
  404. src: local('News Cycle'), local('NewsCycle'), url(https://fonts.gstatic.com/s/newscycle/v13/d03oiboZGiaNuMDvH253CiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  405. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  406. }
  407. /* latin */
  408. @font-face {
  409. font-family: 'News Cycle';
  410. font-style: normal;
  411. font-weight: 400;
  412. src: local('News Cycle'), local('NewsCycle'), url(https://fonts.gstatic.com/s/newscycle/v13/9Xe8dq6pQDsPyVH2D3tMQvk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  413. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  414. }
  415. /* cyrillic */
  416. @font-face {
  417. font-family: 'Marmelad';
  418. font-style: normal;
  419. font-weight: 400;
  420. src: local('Marmelad'), local('Marmelad-Regular'), url(https://fonts.gstatic.com/s/marmelad/v6/pMfc-mOWWCYIARYWClC1-RTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  421. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  422. }
  423. /* latin-ext */
  424. @font-face {
  425. font-family: 'Marmelad';
  426. font-style: normal;
  427. font-weight: 400;
  428. src: local('Marmelad'), local('Marmelad-Regular'), url(https://fonts.gstatic.com/s/marmelad/v6/ex_s3xQUa8iKeVu5uPsVAxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  429. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  430. }
  431. /* latin */
  432. @font-face {
  433. font-family: 'Marmelad';
  434. font-style: normal;
  435. font-weight: 400;
  436. src: local('Marmelad'), local('Marmelad-Regular'), url(https://fonts.gstatic.com/s/marmelad/v6/Tbti-8riliiBFfmL7Wrc8vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  437. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  438. }
  439. .post .entry-content div {
  440. font-family: 'News Cycle', sans-serif;
  441. font-size: 19px;
  442. color: #2d2d2d;
  443. }
  444. .post h3.post-content{
  445. font-family: 'Marmelad', sans-serif;
  446. font-size: 31px;
  447. color: #dc1134;
  448. }
  449. /*barra azul*/
  450. .pun {
  451. border-top: 5px solid #b32222!important;
  452. border-radius: 5px!important;
  453. position: relative;
  454. top: -73px!important;;
  455. }
  456. /*Cat*/
  457. .pun .main-content:hover {border-left:4px solid #b32222;}
  458. .pun table.table {-moz-border-radius: 5px;-webkit-border-radius: 5px;border:0px solid #ddd!important;}
  459. .pun a, .pun a:link, .pun a:visited, a {color:#00569C;}
  460. .pun a:hover, .pun a:link:hover, .pun a:visited:hover, a:hover {color: #b32222!important;}
  461. /*Nao ha post*/
  462. td.tcr span a:empty:before {
  463. content: "Não há posts para visualizar.";
  464. cursor: default;
  465. pointer-events: none;
  466. text-align: center;
  467. word-wrap: break-word;
  468. }
  469. /*FIM*/
  470. /*fim footer*/
  471. footer {width:98%!important;height:20px!important;margin-bottom:-10px!important;}
  472. .social {margin-top:4px!important;margin-left:50px!important;}
  473. body > footer > span {margin-right:60px!important;}
  474. body > footer > div:nth-child(2) > a > i {margin-left:-50px!important;}
  475. /*Citação*/
  476. cite{margin:-7px -13px 1em!important}
  477. .post .codebox dt{background:#DAD8D8!important;padding-left:5px!important; color: #2D2D2D !important;}
  478. blockquote cite:before{content:"\f10d"!important}
  479. blockquote cite::before, dl.codebox > dt::before {
  480. -moz-osx-font-smoothing: grayscale;
  481. -webkit-font-smoothing: antialiased;
  482. background: #BCBCBC;
  483. border-radius: 100px;
  484. color: #2D2D2D;
  485. content: "\F121";
  486. display: inline-block;
  487. font-family: FontAwesome;
  488. font-size: 14px;
  489. font-style: normal;
  490. font-variant: normal;
  491. font-weight: 400;
  492. height: 19px;
  493. line-height: 20px !important;
  494. margin-right: 3px;
  495. padding-right: 1px;
  496. text-align: center;
  497. text-rendering: auto;
  498. width: 27px;
  499. }
  500. blockquote cite {
  501. background: #DAD8D8;
  502. border: none;
  503. color: #2D2D2D;
  504. font-size: 12px;
  505. padding: 3px;
  506. }
  507.  
  508. /*FIM*/
  509. .pun table.table{border-collapse:initial !important;}
  510. /*TOPICO modo hover*/
  511. .tipsy {
  512. padding: 5px;
  513. font-size: 11px;
  514. position: absolute;
  515. text-shadow: none;
  516. z-index: 999;
  517. }
  518.  
  519. .tipsy-inner {
  520. padding: 8px 8px 8px 8px;
  521. background-color: black;
  522. color: white;
  523. max-width: 200px;
  524. text-align: center;
  525. -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
  526. -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
  527. background: black url(http://cuul.tk/img/gradient.png) repeat-x 0 -150px;
  528. }
  529.  
  530. .tipsy-inner {
  531. border-radius: 3px;
  532. -moz-border-radius:3px;
  533. -webkit-border-radius:3px;
  534. }
  535.  
  536. .tipsy-arrow {
  537. position: absolute;
  538. background: url('http://cuul.tk/img/tipsy.gif') no-repeat top left;
  539. width: 9px;
  540. height: 5px;
  541. }
  542.  
  543. .tipsy-n .tipsy-arrow {
  544. top: 0;
  545. left: 50%;
  546. margin-left: -4px;
  547. }
  548.  
  549. .tipsy-nw .tipsy-arrow {
  550. top: 0;
  551. left: 10px;
  552. }
  553.  
  554. .tipsy-ne .tipsy-arrow {
  555. top: 0;
  556. right: 10px;
  557. }
  558.  
  559. .tipsy-s .tipsy-arrow {
  560. bottom: 0;
  561. left: 50%;
  562. margin-left: -4px;
  563. background-position: bottom left;
  564. }
  565.  
  566. .tipsy-sw .tipsy-arrow {
  567. bottom: 0;
  568. left: 10px;
  569. background-position: bottom left;
  570. }
  571.  
  572. .tipsy-se .tipsy-arrow {
  573. bottom: 0;
  574. right: 10px;
  575. background-position: bottom left;
  576. }
  577.  
  578. .tipsy-e .tipsy-arrow {
  579. top: 50%;
  580. margin-top: -4px;
  581. right: 0;
  582. width: 5px;
  583. height: 9px;
  584. background-position: top right;
  585. }
  586. .tipsy-w .tipsy-arrow {
  587. top: 50%;
  588. margin-top: -4px;
  589. left: 0;
  590. width: 5px;
  591. height: 9px;
  592. }
  593. /*FIM*/
  594. .pun table.table{
  595. border-collapse:none!important;
  596. }
  597.  
  598. /*By while menu*/
  599. header {
  600. background-size: cover;
  601. width: 100%;
  602. height: 320px;
  603.  
  604. }
  605.  
  606. .main_width, .pun {
  607. margin: 0 auto;
  608. min-width: 960px;
  609. width: 88%;
  610. }
  611. /*MENU*/
  612. header {
  613. background-size: cover;
  614. width: 100%!important;
  615. height: 320px!important;
  616. }
  617.  
  618. .main_width, .pun {
  619. margin: 0 auto!important;
  620. min-width: 960px!important;
  621. width: 85%!important;
  622. }
  623. .menu-navegador {
  624. float: left!important;
  625. z-index: 100!important;
  626. position:absolute!important;
  627. height: 60px !important;
  628. }
  629. .main_width {
  630. margin: 0 auto!important;
  631. min-width: 960px!important;
  632. width: 85%!important;
  633. }
  634. .menu-navegador li:hover {
  635. background-color: #b32222!important;
  636. color: #FFF!important;
  637. }
  638. .menu-navegador li {
  639. background-color: transparent!important;
  640. cursor: pointer!important;
  641. float: left!important;
  642. list-style-type: none!important;
  643. color: #848484!important;
  644. font-size: 13px!important;
  645. text-decoration: none!important;
  646. text-transform: uppercase!important;
  647. text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14)!important;
  648. height: 60px!important;
  649. line-height: 60px!important;
  650. padding: 0 18px!important;
  651. margin-left: 1px!important;
  652. font-family: 'Raleway',Heveltica,Arial,sans-serif!important;
  653. -webkit-transition: color .2s ease!important;
  654. -moz-transition: color .2s ease!important;
  655. -ms-transition: color .2s ease!important;
  656. -o-transition: color .2s ease!important;
  657. transition: color .2s ease!important;
  658. }
  659. .right, .right li {
  660. padding-left: 5px!important;
  661. float: right!important;
  662. list-style-type: none !important;
  663. }
  664. /*fim*/
  665. div#main {
  666. margin-right: auto!important;
  667. }.pun .user .user-ident .user-basic-info {margin-bottom:-35px!important;}
  668. .main-content, .main.paged , #ptrafic_open {width:98%!important;}
  669. .main .main-content {width:99%!important;}
  670. .pun-crumbs {width:95%!important;}
  671. .rank {font-size:11px!important;width:150px;max-width:150px!important;}
  672. #right, #left {display: none;}
  673. .module .main-head .h3, .module .main-head h3 {
  674. font-size: 13px!important;
  675. }
  676. #lokodesc {display: none}
  677. .statused tr td:hover #lokodesc {display: block !important}
  678. /*fonts*/
  679.  
  680. @font-face {
  681. font-family: 'Ubuntu';
  682. font-style: normal;
  683. font-weight: 300;
  684. src: local('Ubuntu Light'), local('Ubuntu-Light'), url(http://fonts.gstatic.com/s/ubuntu/v7/_aijTyevf54tkVDLy-dlnFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/ubuntu/v7/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  685. }
  686. @font-face {
  687. font-family: 'Ubuntu';
  688. font-style: normal;
  689. font-weight: 400;
  690. src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v7/sDGTilo5QRsfWu6Yc11AXg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/ubuntu/v7/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
  691. }
  692. @font-face {
  693. font-family: 'Ubuntu';
  694. font-style: normal;
  695. font-weight: 700;
  696. src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(http://fonts.gstatic.com/s/ubuntu/v7/0ihfXUL2emPh0ROJezvraFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/ubuntu/v7/0ihfXUL2emPh0ROJezvraD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  697. }
  698. /*fonts*/
  699. #branding .wrapper {
  700. height: 100%;
  701. position: relative;
  702. z-index: 10;
  703. }
  704. *,
  705. *:after,
  706. *:before {
  707. -webkit-transition: background 0.5s ease-out;
  708. -moz-transition: background 0.5s ease-out;
  709. -o-transition: background 0.5s ease-out;
  710. -ms-transition: background 0.5s ease-out;
  711. }
  712. body {
  713. background: #dedede;
  714. color: #5A5A5A;
  715. font-family: Ubuntu, sans-serif;
  716. font-size: 12px;
  717. font-style: normal;
  718. font-variant: normal;
  719. font-weight: normal;
  720. padding-bottom: 12px;
  721. }
  722. .pun {
  723. max-width: 1200px;
  724. width: 90%;
  725. background: white;
  726. border-radius: 0;
  727. padding: 10px;
  728. }
  729. .pun a,
  730. .pun a:link,
  731. .pun a:visited,
  732. a {
  733. color: #666;
  734. text-decoration: none;
  735. font-family: ubuntu;
  736. }
  737. .pun a:hover,
  738. a:hover {
  739. color: #444;
  740. text-decoration: none font-family: Ubuntu;
  741. }
  742. #branding {
  743. background: #3C414B url(https://i.imgur.com/dLLNhf4.jpg) repeat scroll center top / cover;
  744. border-top: 3px solid #6485E2;
  745. height: 200px;
  746. line-height: 200px;
  747. width: 97%;
  748. padding: 10px;
  749. margin: 20px auto 0;
  750. }
  751. #branding:hover {
  752. background-position: center center;
  753. }
  754. .wrapper {
  755. width: 90%;
  756. max-width: 1200px;
  757. margin: 0 auto;
  758. }
  759. #logo a {
  760. color: #FFF;
  761. display: block;
  762. font-size: 31px;
  763. font-weight: 800;
  764. text-transform: uppercase;
  765. letter-spacing: -2.1px;
  766. }
  767. div#logo {
  768. float: left;
  769. }
  770. #pun-intro,
  771. #pun-head,
  772. ul#pun-legend,
  773. ul.pun-legend,
  774. #qjump {
  775. display: none;
  776. }
  777. #community_app_menu {
  778. float: right;
  779. }
  780. ol,
  781. ul {
  782. list-style: outside none none;
  783. }
  784.  
  785. #community_app_menu > li {
  786. margin: 0px 1px 0px 0px;
  787. position: relative;
  788. }
  789. .ipsList_inline > li:first-child {
  790. margin-left: 0px;
  791. }
  792. .ipsList_inline > li {
  793. display: inline-block;
  794. margin: 0px 3px;
  795. }
  796. #primary_nav {
  797. font-size: 12px;
  798. margin-top: -16px;
  799. padding-left: 200px;
  800. position: absolute;
  801. right: 0px;
  802. text-transform: uppercase;
  803. top: 50%;
  804. }
  805. #community_app_menu > li > a {
  806. border-radius: 3px;
  807. color: rgba(255, 255, 255, 0.8);
  808. display: block;
  809. height: 32px;
  810. line-height: 32px;
  811. margin: 0px 0.5em;
  812. outline: medium none;
  813. padding: 0px 15px;
  814. }
  815. #community_app_menu > li > a.menu_active,
  816. #community_app_menu > li > a:hover {
  817. background: rgba(2, 1, 1, 0.1) none repeat scroll 0% 0%;
  818. color: #FFF;
  819. }
  820. #user_navigation {
  821. color: #9F9F9F;
  822. font-size: 11px;
  823. height: 36px;
  824. line-height: 36px;
  825. }
  826. #user_navigation .ipsList_inline li {
  827. float: left;
  828. margin: 0px;
  829. padding: 0;
  830. }
  831. #user_navigation a {
  832. float: left;
  833. height: 36px;
  834. line-height: 36px;
  835. outline: medium none;
  836. padding: 0px 12px;
  837. }
  838. #user_bar {
  839. padding: 5px 10px;
  840. margin: 0px -10px;
  841. background: #FFF none repeat scroll 0% 0%;
  842. border-bottom: 1px solid#ddd;
  843. }
  844. /*cat*/
  845.  
  846. .main .main-head {
  847. margin-top: 10px;
  848. }
  849. .main .main-foot,
  850. /*By: Luig*/
  851. .main .main-head {
  852. background-color: #b32222;
  853. color: #FFF;
  854. font-weight: 800 !important;
  855. padding: 15px;
  856. border-top:3px solid #b32222!important;
  857. font-size: 14px;
  858. font-family: Ubuntu, sans-serif;
  859. border-radius:0px 0px 3px 3px!important;
  860. box-shadow:rgba(0,0,0,0.3) 0 1px 5px;
  861. }
  862. .main .main-head .page-title {
  863. font-size: 14px;
  864. font-weight: 800;
  865. font-family: ubuntu;
  866. }
  867. .pun .main table td.tc2,
  868. .pun .main table td.tc3,
  869. .pun table.table td {
  870. background: transparent;
  871. border: 0;
  872. border: none;
  873. color: #777
  874. }
  875. .pun table .tcr {
  876. width: 30%;
  877. text-align: left;
  878. padding: 0px 0px 0px 0.5em !important;
  879. overflow: hidden;
  880. }
  881. thead {
  882. display: none;
  883. }
  884. input[type="text"],
  885. input[type="email"],
  886. input[type="password"] {
  887. background: #FCFCFC none repeat scroll 0% 0%;
  888. border: 1px solid #D4D4D4;
  889. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
  890. color: #9F9F9F;
  891. padding: 6px;
  892. text-shadow: 0px 1px 0px #FFF;
  893. }
  894. .pun .statused tr {
  895. background: #f7f7f7;
  896. border: 1px solid #ddd;
  897. }
  898. /*post*/
  899. .user-basic-info img:first-child {
  900. background: #FFF;
  901. padding: 2px;
  902. max-width: 170px;
  903. max-height: 300px;
  904. margin-bottom: 5px;
  905. }
  906.  
  907. .pun .postmain {
  908. background: #fff;
  909. border: 1px solid #ddd;
  910. border-radius: 3px;
  911. position: relative
  912. }
  913. .pun .post .user:after {
  914. border-left-color: #f7f7f7;
  915. border-width: 7px;
  916. margin-left: 2px;
  917. margin-top: 1px
  918. }
  919. .pun .post .user {
  920. line-height: 150%;
  921. margin-left: -17em!important;
  922. margin-top: -3.3em;
  923. padding-top: 0;
  924. text-align: center;
  925. width: 15em;
  926. background: white;
  927. border: 1px solid #ddd;
  928. border-radius: 3px;
  929. }
  930. .pun .username a span strong {
  931. font-weight: 400!important
  932. }
  933. .pun .user .user-ident .user-basic-info {
  934. margin-top: 15px;
  935. margin-bottom: -20px;
  936. }
  937. #first-post-br {
  938. border: 0
  939. }
  940. .pun .posthead,
  941. .pun .username {
  942. background-color: #f7f7f7;
  943. border-bottom: 1px solid #ddd;
  944. font-size: 13px;
  945. font-weight: 400;
  946. padding: 10px;
  947. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)
  948. }
  949. .pun .user-ident .username {
  950. margin: 0 auto;
  951. position: relative
  952. }
  953. .pun .posthead a {
  954. color: #444;
  955. font-size: 13px
  956. }
  957. .pun .posthead h2 {
  958. color: #444;
  959. font-weight: 400
  960. }
  961. .pun .posthead h2 strong {
  962. font-size: 11px;
  963. font-style: normal;
  964. font-variant: normal;
  965. font-weight: normal
  966. }
  967. .pun .posthead h2 strong:before {
  968. content: '#'
  969. }
  970. .posthead[id] + .postbody .entry-content div + p:not(:empty) {
  971. background: #ffebc8 url(https://imgur.com/PIQA4LA.png) no-repeat 6px 10px;
  972. border: 1px solid #ecc272;
  973. color: #ac6328;
  974. font-family: "Trebuchet MS", tahoma, helvetica, arial, sans-serif;
  975. font-size: 11px;
  976. font-style: normal;
  977. font-variant: normal;
  978. font-weight: 700;
  979. line-height: 18px;
  980. margin-top: 15px;
  981. padding: 8px 8px 8px 28px;
  982. text-shadow: #fffaf1 0 1px 0
  983. }
  984. .posthead[id] + .postbody .entry-content div + p:not(:empty) > br {
  985. display: none;
  986. }
  987. .pun .post,
  988. .pun .postbody,
  989. .pun .postmain {
  990. background-color: #fff!important
  991. }
  992. .pun .post {
  993. border: 0;
  994. margin: 5px
  995. }
  996. .postfoot {
  997. background: #f7f7f7;
  998. border-top: 1px solid #ddd;
  999. margin: 0;
  1000. padding: 10px;
  1001. }
  1002. .pun .topic {
  1003. border: 0;
  1004. box-shadow: none;
  1005. background: white;
  1006. margin: 0
  1007. }
  1008. .pun .entry-content {
  1009. font-size: 13px;
  1010. line-height: 1.6
  1011. }
  1012. .pun .paged-foot,
  1013. .pun .paged-head {
  1014. background-color: transparent;
  1015. border: 0
  1016. }
  1017. .paged-head h1 {
  1018. display: none
  1019. }
  1020. /*post*/
  1021.  
  1022. .pun-crumbs {
  1023. background: #fff;
  1024. border: 1px solid #ddd;
  1025. border-radius: 3px;
  1026. line-height: 34px;
  1027. margin: 0px 1px 10px;
  1028. overflow: hidden;
  1029. padding: 0.2em 1em;
  1030. }
  1031. .pun .pun-crumbs .crumbs {
  1032. color: transparent;
  1033. }
  1034. p.crumbs a {
  1035. background: transparent url("https://i.servimg.com/u/f39/11/55/08/10/pun-cr10.png") no-repeat scroll 100% -1px;
  1036. color: #757575 !important;
  1037. line-height: 30px;
  1038. margin-left: -14px;
  1039. padding: 10px 20px 10px 25px;
  1040. position: relative;
  1041. text-shadow: 0px 1px 0px #FFF;
  1042. transition: none 0s ease 0s;
  1043. }
  1044. p.crumbs a:hover {
  1045. background-position: 100% -44px;
  1046. }
  1047. .pun .postfoot .user-contact {
  1048. display: none;
  1049. }
  1050. #pun-visit,
  1051. .main-box {
  1052. width: 0;
  1053. height: 0;
  1054. overflow: hidden;
  1055. background: transparent;
  1056. border: none;
  1057. display: none;
  1058. }
  1059. input[type="button"],
  1060. input[type="reset"],
  1061. input[type="submit"] {
  1062. background: rgb(60, 65, 75) none repeat scroll 0px 0px;
  1063. border-radius: 3px;
  1064. color: #FFFAFA !important;
  1065. cursor: pointer;
  1066. font-family: Ubuntu;
  1067. font-size: 10px;
  1068. font-weight: 700;
  1069. text-decoration: none;
  1070. display: inline-block;
  1071. text-transform: uppercase;
  1072. margin: 0px 2px;
  1073. padding: 7px 11px !important;
  1074. border: 0 solid #FFF;
  1075. }
  1076. input[type="button"]:hover,
  1077. input[type="reset"]:hover,
  1078. input[type="submit"]:hover {
  1079. background: rgb(100, 133, 226)
  1080. }
  1081. .main .main-content {
  1082. background: #FFF;
  1083. border: 1px solid #ddd;
  1084. margin: 0px;
  1085. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  1086. padding: 6px;
  1087. }
  1088. .frm-buttons {
  1089. border-top: none !important;
  1090. margin-bottom: 0;
  1091. margin-top: 0;
  1092. padding: 10px 0;
  1093. }
  1094. .forumtitle {
  1095. font-size: 13px;
  1096. }
  1097. .status > img {
  1098. display: none;
  1099. }
  1100. .status:before {
  1101. content: '\f086';
  1102. font-family: FontAwesome;
  1103. font-size: 24px;
  1104. line-height: 120%;
  1105. }
  1106. .dev {
  1107. float: right;
  1108. font-weight: bold;
  1109. }
  1110. footer {
  1111. background: #3B404A none repeat scroll 0px 0px;
  1112. border-bottom: 3px solid #b32222;
  1113. color: #FFF;
  1114. font-size: 13px;
  1115. font-weight: 100;
  1116. height: 100px;
  1117. line-height: 100px;
  1118. padding: 10px;
  1119. width: 90%;
  1120. margin: 0 auto 20px;
  1121. }
  1122. .about {
  1123. float: left;
  1124. }
  1125. #stats {
  1126. background-color: white;
  1127. line-height: 100%;
  1128. padding: 10px;
  1129. border: 1px solid #ddd;
  1130. }
  1131. #onlinelist {
  1132. background-color: white;
  1133. padding: 10px;
  1134. border: 1px solid #ddd;
  1135. border-top: none;
  1136. }
  1137. .stats_text {
  1138. color: #737C8D;
  1139. display: block;
  1140. font-family: Arial, Helvetica, sans-serif;
  1141. font-size: 10px;
  1142. text-align: center;
  1143. font-weight: bold;
  1144. text-transform: uppercase;
  1145. }
  1146. .stats_number {
  1147. color: #737C8D;
  1148. display: block;
  1149. font-family: Arial, Helvetica, sans-serif;
  1150. font-size: 16px;
  1151. font-weight: 700;
  1152. overflow: hidden;
  1153. position: relative;
  1154. text-align: center;
  1155. }
  1156. .reputation {
  1157. color: #5F7A47 !important;
  1158. font-size: 13px;
  1159. font-weight: bold;
  1160. }
  1161. .pun .user .user-info {
  1162. color: #9c9c9c;
  1163. line-height: 1.5em;
  1164. }
  1165. .fa-plus-circle::before {
  1166. display: inline-block;
  1167. margin: 0 2px;
  1168. }
  1169. .main-head h2,
  1170. .main-head h3 {
  1171. font-weight: 800;
  1172. font-size: 14px !important;
  1173. font-family: Ubuntu, sans-serif;
  1174. }
  1175. #onlinechat {
  1176. display: none;
  1177. }
  1178. .mp-local {
  1179. background: #bbb;
  1180. color: white !important;
  1181. border-radius: 50%;
  1182. height: 25px !important;
  1183. line-height: 25px !important;
  1184. width: 25px !important;
  1185. text-align: center !important;
  1186. padding: 0 !important;
  1187. margin-top: 5px;
  1188. font-weight: bold;
  1189. }
  1190. #groupLegend {
  1191. font-size: 0
  1192. }
  1193. #groupLegend b {
  1194. font-size: 11px
  1195. }
  1196. #groupLegend b:after {
  1197. content: " • "
  1198. }
  1199. #groupLegend b:last-child:after {
  1200. content: ""
  1201. }
  1202. .lastpost-avatar img {
  1203. height: 38px;
  1204. width: 38px;
  1205. background: #FFF none repeat scroll 0% 0%;
  1206. border: 1px solid #DDD;
  1207. border-radius: 4px;
  1208. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  1209. padding: 2px;
  1210. margin: -3px 5px;
  1211. }
  1212. .arrow-u2 {
  1213. border-left-color: #ddd!important;
  1214. z-index: 99!important;
  1215. left: -22px!important;
  1216. border-left-width: 8px!important;
  1217. }
  1218. .arrow-u,
  1219. .arrow-u2 {
  1220. width: 0;
  1221. height: 0;
  1222. z-index: 999;
  1223. border: 7px solid;
  1224. border-color: transparent transparent transparent #f7f7f7;
  1225. position: absolute;
  1226. left: -23px;
  1227. margin-top: -25px;
  1228. }
  1229. .minicode {
  1230. background-color: #F9F2F4;
  1231. border-radius: 4px;
  1232. color: #C7254E;
  1233. display: inline-block;
  1234. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1235. font-size: 90%;
  1236. margin: 3px 0px;
  1237. padding: 2px 4px;
  1238. white-space: nowrap;
  1239. }
  1240. pre.highlight {
  1241. background-color: #FAFAFA !important;
  1242. border: 1px solid #C9C9C9 !important;
  1243. color: #000000;
  1244. font-family: Consolas,"Bitstream Vera Sans Mono","Andale Mono",Monaco,"DejaVu Sans Mono","Lucida Console",monospace !important;
  1245. font-size: 11px !important;
  1246. line-height: 110% !important;
  1247. max-height: 250px !important;
  1248. overflow: auto !important;
  1249. padding: 5px !important;
  1250. white-space: pre-wrap !important;
  1251. width: auto !important;
  1252. .cp_geral { width:340px; padding-top:50px; transition:all 150ms linear; } .cp_box { width:340px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -webkit-box-shadow:1px 1px 12px 0 rgba(50,50,50,0.27); -moz-box-shadow:1px 1px 12px 0 rgba(50,50,50,0.27); box-shadow:1px 1px 12px 0 rgba(50,50,50,0.27); left:-120px; top:-13px; background:#fff; z-index:999; position:absolute; transition:all 150ms linear; margin:50px; } .cp_capa { background:#263340 url(https://i.imgur.com/6AnKAdN.png) right no-repeat; height:105px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border-top-left-radius:10px; border-top-right-radius:10px; padding:5px 5px 0; } .cp_capa:before { content:""; display:inline-block; vertical-align:middle; margin-left:74px; width:0; height:0; position:absolute; top:-15px; border-left:15px solid transparent; border-right:15px solid transparent; border-bottom:15px solid #263340; } .cp_capa-avatar { -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; border:1px solid #d8d8d8; height:75px; width:75px; text-align:center; float:left; font-size:0; padding:7px; } .cp_capa-avatar img { -moz-border-radius:100%; -webkit-border-radius:100%; border:0 solid #d8d8d8; border-radius:100%; height:75px; width:75px; }.cp_capa-avatar img:nth-of-type(2){display:none} .cp_capa-nick { width:215px; height:75px; float:left; padding:25px 0 0 15px; } .cp_capa-nick strong { color:#fff!important; font-size:25px; font-weight:400!important; display:block; } .cp_info { text-align:center; padding:10px; } .cp_info-botoes { height:60px; width:320px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; text-decoration:none; } .cp_info-botoes a { text-decoration:none; } .cp_info-botoes-post { background:#ecf0f1; width:85px; height:53px; -webkit-border-top-left-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-bottomleft:10px; border-top-left-radius:10px; border-bottom-left-radius:10px; text-transform:uppercase; border-bottom:7px solid #bec3c7; float:left; } .cp_info-botoes-rep { background:#6bbd21; width:110px; height:53px; text-transform:uppercase; border-bottom:7px solid #68a72f; float:left; } .cp_info-botoes-rep strong { padding-top:8px; color:#fff; display:block; font-size:20px; } .cp_info-botoes-rep span { color:#fff; font-size:12px; } .cp_info-botoes-data strong { padding-top:8px; color:#666; display:block; font-size:15px; } .cp_info-botoes-data { background:#ecf0f1; width:125px; height:53px; -webkit-border-top-right-radius:10px; -webkit-border-bottom-right-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomright:10px; border-top-right-radius:10px; border-bottom-right-radius:10px; text-transform:uppercase; border-bottom:7px solid #bec3c7; float:left; } .cp_info-botoes-post,.cp_info-botoes-rep,.cp_info-botoes-data { transition:all 150ms linear; } .cp_info-botoes-post:hover,.cp_info-botoes-rep:hover,.cp_info-botoes-data:hover { opacity:0.65; -moz-opacity:0.65; filter:alpha(opacity=65); } .cp_icones { background:#ecf0f1; -webkit-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-bottomleft:10px; border-bottom-right-radius:10px; border-bottom-left-radius:10px; color:#bec3c7; height:20px; padding:5px; } .cp_icones a { font-size:12px; text-decoration:none; color:#666; } .cp_mp,.cp_perfil { float:left; padding-left:10px; transition:all 150ms linear; } .cp_mp:hover { float:left; padding-left:10px; color:#c1392b; } .cp_mp:before { content:"\f003"; font-family:FontAwesome; padding:0 4px; } .cp_perfil:before { content:"\f007"; font-family:FontAwesome; padding:0 4px; } .cp_perfil:hover { padding-left:10px; color:#6bbd21; } .cp_mais { width:100%; } .cp_capa-avatar br,.span_capa-nick img,.span_capa-nick br { display:none; } .cp_capa-nick span,.span_capa-nick { color:#fff!important; font-size:12px; line-height:22px; font-weight:400!important; float:none!important} .cp_info-botoes-post strong { padding-top:8px; color:#666; display:block; font-size:20px; } .cp_info-botoes-post span,.cp_info-botoes-data span { color:#868585; font-size:11px; }
  1253. }
  1254. .prettyprint ol.linenums {
  1255. padding-left: 5px !important;
  1256. }
  1257. .pun{color:#666!important}
  1258.  
  1259. .topic_buttons {
  1260. background-color: rgb(60, 65, 75)!important;
  1261. padding: 10px 15px!important;
  1262. border: none!important;
  1263. cursor: pointer!important;
  1264. color: white!important;
  1265. font-weight: bold!important;
  1266. text-transform: uppercase!important;
  1267. border-radius: 4px!important;
  1268. font-size: 11px!important;
  1269. font-family: Open Sans,cursive;
  1270. text-shadow: 0 1px 1px black;
  1271. }
  1272. .topic_buttons.important{background: darkred!important;}
  1273.  
  1274. .wraparound {
  1275. background: #f7f7f7;
  1276. border: 1px solid #ddd;
  1277. padding: 8px;
  1278. margin:10px 0;
  1279. }
  1280. .ipsUserPhotoLink img {
  1281. float: left;
  1282. width: 40px;
  1283. height: 40px;
  1284. border: 1px solid #ddd;
  1285. padding: 2px;
  1286. background: white;
  1287. }
  1288. .ftoggle {
  1289. background: #E2E2E2;
  1290. padding: 10px 15px;
  1291. display:block;
  1292. border-radius: 3px;
  1293. }
  1294. .ipsBox_withphoto {
  1295. margin-left: 65px;
  1296. }
  1297. .ipsType_pagetitle, .ipsType_subtitle {
  1298. font: 300 23px/1.3 Helvetica,Arial,sans-serif;
  1299. color: #413f3c;
  1300. }
  1301. .desc.lighter, .desc.lighter.blend_links a, .desc.lighter.blend_links span a strong {
  1302. color: #a49f98!important;
  1303. font-weight: normal;
  1304. }
  1305. a.gensmall[style="color: #F55151"]:before {
  1306. content: '\f013 \00A0';
  1307. font-family: 'fontawesome';
  1308. }
  1309. a.gensmall[style="color: #5482D1"]:before {
  1310. content: '\f0ad \00A0';
  1311. font-family: 'fontawesome';
  1312. }
  1313. a.gensmall[style="color: #1BC25B"]:before {
  1314. content: '\f1fb \00A0';
  1315. font-family: 'fontawesome';
  1316. }
  1317. a.gensmall[style="color: #EDBE00"]:before {
  1318. content: '\f1fc \00A0';
  1319. font-family: 'fontawesome';
  1320. }
  1321. a.gensmall[style="color: #0EDEED"]:before {
  1322. content: '\f000 \00A0';
  1323. font-family: 'fontawesome';
  1324. }
  1325. a.gensmall[style="color: #FF0505"]:before {
  1326. content: '\f209 \00A0';
  1327. font-family: 'fontawesome';
  1328. }
  1329. #fa_share {
  1330. display: none !important;
  1331. }
  1332.  
  1333. #fa_toolbar #fa_icon {
  1334. display: none !important;
  1335. }
  1336.  
  1337. #fa_toolbar #fa_service {
  1338. margin-left: 16px !important;
  1339. }
  1340.  
  1341. #fa_right a.rightHeaderLink #fa_service {
  1342. font-family: "Lato","Arial","Helvetica",sans-serif;
  1343. font-weight: normal !important;
  1344. }
  1345. .user-info dd:nth-child(1) .post_field .label, .user-info dd:nth-child(3) .post_field .label{font-size:0px;}
  1346. .user-info dd:nth-child(1) .post_field:after, .user-info dd:nth-child(3) .post_field:after{content:" posts"}
  1347. .user-info dd:nth-child(1) .post_field br, .user-info dd:nth-child(3) .post_field br {display:none}
  1348. /***quote superinfo - mshas/artic/diapt***/
  1349. .postmain cite {
  1350. background-color: transparent!important;
  1351. background-image: none!important;
  1352. color: #009FF2!important;
  1353. display: block;
  1354. font-size: 1vw!important;
  1355. font-style: normal;
  1356. font-weight: 700;
  1357. margin: 0 0 1em;
  1358. }
  1359. .postmain cite {
  1360. display: block;
  1361. font-style: normal;
  1362. font-weight: 700;
  1363. margin: 0 0 1em;
  1364. }
  1365. blockquote cite {
  1366. background-color: #E4EAF2;
  1367. background-image: url(https://illiweb.com/fa/invision/css_img_quote.gif);
  1368. background-position: top right;
  1369. background-repeat: no-repeat;
  1370. color: #000;
  1371. display: block;
  1372. font-size: 11px;
  1373. font-style: normal;
  1374. margin: -8px -8px 8px;
  1375. padding: 3px;
  1376. }
  1377. * {
  1378. margin: 0;
  1379. padding: 0;
  1380. }
  1381. user agent stylesheeti, cite, em, var, address, dfn {
  1382. font-style: italic;
  1383. }
  1384. blockquote {
  1385. background: rgba(250,250,250,0.22)!important;
  1386. border-bottom: none!important;
  1387. border-left: 3px solid #009FF2!important;
  1388. border-right: none!important;
  1389. border-top: none!important;
  1390. display: block;
  1391. line-height: 1.5vw!important;
  1392. padding: .8vw!important;
  1393. }
  1394. body #fa_toolbar #fa_right .fa_separator {
  1395. background: #e5e5e5!important;
  1396. color: #525252;
  1397. display: block!important;
  1398. font-size: 12px!important;
  1399. font-weight: 700!important;
  1400. height: 30px!important;
  1401. margin: 0!important;
  1402. padding: 0!important;
  1403. text-align: left!important;
  1404. width: 100%!important;
  1405. }
  1406. body #fa_menulist li:nth-child(9)::before {
  1407. content: "Outras Opções";
  1408. margin-left: 5px;
  1409. }
  1410. body #fa_menulist li:nth-child(4)::before {
  1411. content: "Conteúdo";
  1412. margin-left: 5px;
  1413. }
  1414. body #fa_menulist li:nth-child(2)::before {
  1415. color: rgb(82, 82, 82);
  1416. content: " Configurações";
  1417. display: block;
  1418. font-size: 12px;
  1419. font-weight: 700;
  1420. height: 30px;
  1421. width: 100%;
  1422. background: rgb(229, 229, 229) !important;
  1423. margin: 0px !important;
  1424. padding: 0px !important;
  1425. }
  1426. #fa_menulist li a[href*="admin"]:before {
  1427. content: "\f013";
  1428. }
  1429. body #fa_menulist a:hover {
  1430. background: #f0f0f0!important;
  1431. color: #333!important;
  1432. }
  1433. body #fa_usermenu img {
  1434. float: right!important;
  1435. max-width: 55px!important;
  1436. }
  1437. body #fa_usermenu {
  1438. border-radius: 5px;
  1439. float: right;
  1440. font-size: 10px!important;
  1441. margin-left: 185px;
  1442. margin-top: 35px;
  1443. padding: 0!important;
  1444. text-align: right!important;
  1445. }
  1446. #fa_usermenu {
  1447. position: absolute;
  1448. left: 0px;
  1449. width: 120px;
  1450. padding: 10px 20px 10px 10px;
  1451. color: #333333;
  1452. font-size: 12px;
  1453. text-align: center;
  1454. }
  1455. #fa_menu:hover :visited, #fa_toolbar > #fa_right.notification > #fa_notifications {
  1456. color: #333333;
  1457. background-color: #FFFFFF;
  1458. }
  1459. body #fa_menulist a:link, body #fa_menulist a:visited {
  1460. color: #333!important;
  1461. display: block!important;
  1462. font-family: 'Roboto Condensed', Arial!important;
  1463. font-size: 14px;
  1464. font-weight: 300;
  1465. }
  1466. #fa_menulist li a[href*="/sta"]:before {
  1467. content: "\f02b";
  1468. }
  1469. #fa_menulist li a:before {
  1470. color: #525252!important;
  1471. font-family: FontAwesome;
  1472. font-size: 14px;
  1473. margin: 0 5px;
  1474. }
  1475. body #fa_menulist {
  1476. background-color: #fff!important;
  1477. margin-left: 150px!important;
  1478. padding: 5px!important;
  1479. width: 300px!important;
  1480. }
  1481. #fa_menulist{
  1482. left: 732.5px!important;
  1483. }
  1484. #fa_ranktitle {display:none!important;}
  1485. #fa_usermenu td {display:none!important;}
  1486. #fa_menulist li a[href*="/u"]:before {
  1487. content: "\f007";
  1488. }
  1489. #fa_menulist li a[href*="preference"]:before {
  1490. content: "\f013";
  1491. }
  1492. #fa_menulist li a[href*="/spa"]:before {
  1493. content: "\f086";
  1494. }
  1495. #fa_menulist li a[href*="watchsearch"]:before {
  1496. content: "\f1d8";
  1497. }
  1498. #fa_menulist li a[href*="inbox"]:before {
  1499. content: "\f0e0";
  1500. }
  1501. #fa_menulist li a[href*="logout"]:before {
  1502. content: "\f08b";
  1503. }
  1504.  
  1505. .module table[style="table-layout:auto;"] tbody tr td > table tbody tr td img {
  1506. content: "";
  1507. }
  1508. .module table[style="table-layout:auto;"] tbody tr td[width="4px"] {
  1509. width: 0px
  1510. }
  1511. .module table[style="table-layout:auto;"] tbody tr td > table tbody tr td[style="overflow:hidden;"] {
  1512. background: url('https://i.imgur.com/gGg8bgb.png') no-repeat;
  1513. background-position: -0px -54px;
  1514. overflow: hidden;
  1515. text-indent: -9999px;
  1516. text-align: left;
  1517. }
  1518. .module table[style="table-layout:auto;"] tbody tr:nth-child(1) td > table tbody tr td[style="overflow:hidden;"] {
  1519. background-position: -0px -0px;
  1520. }
  1521. .module table[style="table-layout:auto;"] tbody tr:nth-child(2) td > table tbody tr td[style="overflow:hidden;"] {
  1522. background-position: -0px -0px;
  1523. }
  1524. .module table[style="table-layout:auto;"] tbody tr:nth-child(3) td > table tbody tr td[style="overflow:hidden;"] {
  1525. background-position: -0px -0px;
  1526. }
  1527. .module table[style="table-layout:auto;"] tbody tr:nth-child(4) td > table tbody tr td[style="overflow:hidden;"] {
  1528. background-position: -0px -18px;
  1529. }
  1530. .module table[style="table-layout:auto;"] tbody tr:nth-child(5) td > table tbody tr td[style="overflow:hidden;"] {
  1531. background-position: -0px -18px;
  1532. }
  1533. .module table[style="table-layout:auto;"] tbody tr:nth-child(6) td > table tbody tr td[style="overflow:hidden;"] {
  1534. background-position: -0px -18px;
  1535. }
  1536. .module table[style="table-layout:auto;"] tbody tr:nth-child(7) td > table tbody tr td[style="overflow:hidden;"] {
  1537. background-position: -0px -36px;
  1538. }
  1539. .module table[style="table-layout:auto;"] tbody tr:nth-child(8) td > table tbody tr td[style="overflow:hidden;"] {
  1540. background-position: -0px -36px;
  1541. }
  1542. .module table[style="table-layout:auto;"] tbody tr:nth-child(9) td > table tbody tr td[style="overflow:hidden;"] {
  1543. background-position: -0px -54px;
  1544. }
  1545. .module table[style="table-layout:auto;"] tbody tr:nth-child(10) td > table tbody tr td[style="overflow:hidden;"] {
  1546. background-position: -0px -54px;
  1547. }
  1548. .module .main-content table[style="table-layout:fixed"] {
  1549. background: #fafafa;
  1550. background-image: linear-gradient(45deg, rgba(255, 255, 255, .1)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1)50%, rgba(255, 255, 255, .1)75%, transparent 75%, transparent);
  1551. background-size: 10px 10px;
  1552. border: #e1e1e1 1px solid;
  1553. border-radius: 5px;
  1554. overflow: hidden;
  1555. -webkit-box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
  1556. -moz-box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
  1557. box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
  1558. }
  1559. dl.codebox > dt {background:url(//i83.servimg.com/u/f83/16/58/89/73/page_w10.png) no-repeat scroll 10px center black!important;}
  1560. dl.codebox > dt {background:url(//i83.servimg.com/u/f83/16/58/89/73/page_w10.png) no-repeat scroll 10px center black!important;}
  1561. dl.codebox code {overflow: auto!important;max-height: 1900px!important;}
  1562. div.lineNumber {max-height:1900px!important;}
  1563.  
  1564. .module .main-head .h3:before, .module .main-head h3:before {
  1565. color: #C8D2D8;
  1566. content: "\f0c9";
  1567. display: inline-block;
  1568. font-family: FontAwesome;
  1569. font-size: 14px;
  1570. font-style: normal;
  1571. font-variant: normal;
  1572. font-weight: 400;
  1573. line-height: 1;
  1574. padding-right: 10px;
  1575. }
  1576. .module .main-head {
  1577. background: #f7f7f7;
  1578. border-bottom: 1px solid #E1E5EB!important;
  1579. color: #727272;
  1580. padding: 10px;
  1581. text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  1582. }
  1583. .module .main-head .h3, .module .main-head h3 {
  1584. color: #757575;
  1585. font-weight: 700;
  1586. margin: 0;
  1587. text-transform: uppercase;
  1588. }
  1589. .module .main-head {border:1px solid #ddd;}
  1590.  
  1591. .avt-r img{
  1592. background: none repeat scroll 0% 0% #FFF;
  1593. border: 1px solid #D5D5D5 !important;
  1594. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  1595. float: left;
  1596. height: 35px;
  1597. margin: 3px;
  1598. padding: 1px;
  1599. width: 30px;
  1600. }
  1601. /******STAFF ONLINE**********/
  1602. .monAva img {
  1603. height: 40px;
  1604. width: 40px;
  1605. margin-right: 5px;
  1606. background: none repeat scroll 0 0 #FFF;
  1607. border: 1px solid #d5d1c8;
  1608. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  1609. padding: 1px;
  1610. }
  1611. .monAva img:hover {
  1612. border: 1px solid black;
  1613. }
  1614. .myStaff a {
  1615. display:inline-block;
  1616. vertical-align:top;
  1617. margin-top:.75em;
  1618. }
  1619.  
  1620. .monAva img {
  1621. height: 34px;
  1622. width: 34px;
  1623. }
  1624. .wrapper {width:97%!important;max-width:6000px!important;}
  1625. .pun {max-width: 5000px!important;margin-left: 50px;
  1626. width: 90%!important;}
  1627. footer {
  1628. background: #3B404A none repeat scroll 0 0;
  1629. border-bottom: 3px solid #b32222;
  1630. color: #FFF;
  1631. font-size: 13px;
  1632. font-weight: 100;
  1633. height: 100px;
  1634. line-height: 100px;
  1635. margin: 0 auto 20px;
  1636. padding: 10px;
  1637. width: 97%;
  1638. }
  1639. .pun table.table{border-collapse:initial !important;}
  1640. .pun .main-content {
  1641. -moz-border-radius: 4px;
  1642. -o-border-radius: 4px;
  1643. -webkit-border-radius: 4px;
  1644. background: #FFF;
  1645. border: 1px solid rgba(0,0,0,.1);
  1646. border-radius: 4px;
  1647. margin-bottom: 5px;
  1648. margin-top: 5px;
  1649. padding: 6px;
  1650. }
  1651. .pun .main-content {
  1652. background-color: #fbfbfb;
  1653. border: 1px solid #ddd;
  1654. }
  1655. /* BRILHO NICK DO FÓRUM ENTRE OUTRAS CONFIGURAÇÕES */
  1656. /*victor*/
  1657. a[href="/u492"] {
  1658. background: url("http://i.imgur.com/6EHq3rY.gif");
  1659. }
  1660. a[href="/u492"] {
  1661. text-shadow: 0px 0px 3px #850000;
  1662. }
  1663. /*Helielto*/
  1664. a[href="/u1"] {
  1665. background: url("http://i.imgur.com/6EHq3rY.gif");
  1666. }
  1667. a[href="/u1"] {
  1668. text-shadow: 0px 0px 3px #BA0000;
  1669. }
  1670.  
  1671. /*Whize*/
  1672. a[href="/u25"] {
  1673. background: url("http://i.imgur.com/6EHq3rY.gif");
  1674. }
  1675. a[href="/u25"] {
  1676. text-shadow: 0px 0px 3px #BA0000;
  1677. }
  1678.  
  1679. /*Human_*/
  1680. a[href="/u2"] {
  1681. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  1682. }
  1683. a[href="/u2"] {
  1684. text-shadow: 0px 0px 3px #009900;
  1685. }
  1686. /*ChatBox*/
  1687. #chatbox_header.main-head {
  1688. -khtml-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  1689. -moz-border-radius: 4px;
  1690. -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  1691. -o-border-radius: 4px;
  1692. -webkit-border-radius: 0;
  1693. -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  1694. background: #1c1f25;
  1695. border-bottom: 1px solid rgba(0,0,0,.20);
  1696. border-radius: 0;
  1697. border-top: 3px solid #b32222;
  1698. box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  1699. color: #FFF;
  1700. font-family: Ubuntu;
  1701. font-size: 13px;
  1702. font-weight: 700;
  1703. height: 20px;
  1704. margin-bottom: 40px;
  1705. overflow: hidden;
  1706. padding: 8px;
  1707. text-decoration: none;
  1708. text-shadow: 0 2px 0 rgba(0,0,0,0.14);
  1709. text-transform: uppercase;
  1710. }
  1711. #chatbox {
  1712. background: #ebf0f3;
  1713. border: 1px solid #DCE2EC;
  1714. border-bottom: 6px solid #DCE2EC;
  1715. margin: 10px 0;
  1716. padding: 8px;
  1717. }
  1718. #chatbox_members {
  1719. background: #fff;
  1720. border-right: 2px solid #b32222;
  1721. top: 40px;
  1722. }
  1723. #chatbox_footer {
  1724. background: #f1f6f9;
  1725. border-top: 1px solid #d5dde5;
  1726. padding: 6px;
  1727. }
  1728. #chatbox_members .member-title {
  1729. background: #1c1f25;
  1730. border-radius: 0 0 4px 4px;
  1731. border-top: 3px solid #b32222;
  1732. box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
  1733. color: #FFF;
  1734. font-family: Ubuntu;
  1735. font-size: 12px;
  1736. margin: 5px;
  1737. text-align: center;
  1738. text-shadow: 0 2px 0 rgba(0,0,0,0.14);
  1739. text-transform: uppercase;
  1740. width: 164px;
  1741. }
  1742. input#message.post {
  1743. -khtml-border-radius: 3px;
  1744. -khtml-box-shadow: rgba(0,0,0,0.07) 0 1px 3px, inset rgba(255,255,255,0.75) 0 1px 0;
  1745. -moz-border-radius: 3px;
  1746. -moz-box-shadow: rgba(0,0,0,0.07) 0 1px 3px, inset rgba(255,255,255,0.75) 0 1px 0;
  1747. -moz-transition: border .3s ease-in-out;
  1748. -o-transition: border .3s ease-in-out;
  1749. -webkit-border-radius: 3px;
  1750. -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 3px, inset rgba(255,255,255,0.75) 0 1px 0;
  1751. -webkit-transition: border .3s ease-in-out;
  1752. background-color: #fafbfc;
  1753. border: 1px solid #c1c1c1;
  1754. border-radius: 3px;
  1755. box-shadow: rgba(0,0,0,0.07) 0 1px 3px, inset rgba(255,255,255,0.75) 0 1px 0;
  1756. color: #666;
  1757. font-size: 12px;
  1758. min-width: 378px;
  1759. outline: 0;
  1760. padding: 9px!important;
  1761. transition: border .3s ease-in-out;
  1762. }
  1763. #message {
  1764. height: 16px;
  1765. margin-top: 3px;
  1766. width: 250px;
  1767. }
  1768. #message, #submit_button {
  1769. margin-left: 15px;
  1770. }
  1771.  
  1772. #chatbox_messenger_form {
  1773. margin: 0!important;
  1774. }
  1775. #chatbox_messenger_form {
  1776. margin: 10px 0 0;
  1777. }
  1778. #divcolor, #divsmilies, #help-button, #submit_button, .format-message + label {
  1779. border: 1px solid #AAA;
  1780. border-radius: 3px;
  1781. box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  1782. display: inline-block;
  1783. height: 18px;
  1784. line-height: 16px;
  1785. text-align: center;
  1786. width: 18px;
  1787. }
  1788. .fontbutton {
  1789. -moz-transition: background .3s ease-in-out;
  1790. -o-transition: background .3s ease-in-out;
  1791. -webkit-transition: background .3s ease-in-out;
  1792. background: #b32222 url(https://imgur.com/srUpLQz.png) repeat-x;
  1793. border: 0!important;
  1794. border-radius: 4px;
  1795. border-top: 1px solid rgba(0,0,0,.20);
  1796. color: #fff;
  1797. cursor: pointer;
  1798. font-family: Ubuntu!important;
  1799. font-size: 13px;
  1800. outline: 0;
  1801. padding: 5px!important;
  1802. text-shadow: 0 2px 0 rgba(0,0,0,0.14);
  1803. transition: background .3s ease-in-out;
  1804. }
  1805. #submit_button {
  1806. height: auto !important; }
  1807. /*Tags*/
  1808. .ipsBadge {
  1809. -moz-border-radius: 3px;
  1810. -webkit-border-radius: 3px;
  1811. background-image: url(https://i.imgur.com/6HxVAj3.png#highlight);
  1812. background-position: 0 -1px;
  1813. background-repeat: repeat-x;
  1814. border-radius: 3px;
  1815. color: #fff;
  1816. display: inline-block;
  1817. font-size: 9px;
  1818. font-weight: 700;
  1819. height: 16px;
  1820. line-height: 16px;
  1821. margin-right: 2px;
  1822. padding: 0 5px;
  1823. text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  1824. text-transform: uppercase;
  1825. vertical-align: middle
  1826. }
  1827. .ipsBadge_pedido {background-color: #3AAA00;}
  1828. .ipsBadge_oficial {background-color: #dbc388;}
  1829. .ipsBadge_tutorial {background-color: #5C5855;}
  1830. .ipsBadge_importante {background-color: #1f537b;}
  1831. .ipsBadge_revisão {background-color: #8B0000;}
  1832. .ipsBadge_regras {background-color: #00008B;}
  1833. .ipsBadge_regra {background-color: #27408B;}
  1834. .ipsBadge_denúncia {background-color: #FF4500;}
  1835.  
  1836. /*CSSeditor*/
  1837. div.sceditor-group {
  1838. background: transparent !important;
  1839. border-bottom: none !important;
  1840. }
  1841. /* Message-box-------------------------------------------------*/
  1842. #message-box {
  1843. margin: 0 180px 0 0;
  1844. }
  1845. #message-box textarea {
  1846. color: #536482;
  1847. font-family: Verdana,Arial,Helvetica,sans-serif;
  1848. width: 100% !important;
  1849. }
  1850. #textarea_content {
  1851. margin: 0;
  1852. overflow: hidden;
  1853. text-align: left !important;
  1854. width: 100% !important;
  1855. }
  1856. #message-box .sceditor-container {
  1857. border-color: rgba(0, 0, 0, 0.1) !important;
  1858. border-style: solid !important;
  1859. border-width: 1px !important;
  1860. box-shadow: none !important;
  1861. margin: 0;
  1862. width: auto !important;
  1863. }
  1864. .sceditor-container {
  1865. background-color: #ffffff !important;
  1866. border: none !important;
  1867. border-radius: 3px !important;
  1868. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06) !important;
  1869. clear: both;
  1870. width: 100% !important;
  1871. }
  1872. .sceditor-container iframe,.sceditor-container textarea {
  1873. background-color: transparent !important;
  1874. font-family: Verdana,Arial,Helvetica,sans-serif !important;
  1875. margin: 0 !important;
  1876. padding: 18px !important;
  1877. }
  1878. .sceditor-container textarea {
  1879. transition: none;
  1880. }
  1881. .sceditor-toolbar {
  1882. background-color: #f7f7f7 !important;
  1883. border-color: #cadceb !important;
  1884. margin: 0 !important;
  1885. padding: 0 3px 3px !important;
  1886. text-align: center;
  1887. width: 100%;
  1888. }
  1889. .sceditor-group {
  1890. background-color: transparent !important;
  1891. border-color: rgba(0, 0, 0, 0.1) !important;
  1892. border-radius: 0 !important;
  1893. border-style: solid !important;
  1894. border-width: 0 0 0 1px !important;
  1895. margin: 3px 7px 0 -4px !important;
  1896. padding: 0 0 0 3px !important;
  1897. }
  1898. .sceditor-group:first-child {
  1899. border: none !important;
  1900. }
  1901. .sceditor-button {
  1902. height: auto !important;
  1903. padding: 6px !important;
  1904. width: auto !important;
  1905. }
  1906. .sceditor-button.active, .sceditor-button:active, .sceditor-button:hover {
  1907. box-shadow: 0 0 18px rgba(0, 0, 0, 0.15) inset !important;
  1908. background-color: transparent !important;
  1909. }
  1910. .sceditor-button.hover {
  1911. box-shadow: 0 0 36px rgba(0, 0, 0, 0.15) inset !important;
  1912. background-color: transparent !important;
  1913. }
  1914. #sceditor_smilies {
  1915. background-color: #e1ebf2;
  1916. }
  1917. #sce_smilies_body {
  1918. background-color: transparent;
  1919. background-image: none;
  1920. margin: 0 !important;
  1921. min-width: 1px !important;
  1922. }
  1923. #textarea_content textarea#text_editor_textarea {
  1924. width: 100% !important;
  1925. height: 250px;
  1926. }
  1927. #textarea_content iframe#text_editor_iframe {
  1928. width: 100%;
  1929. height: 100%;
  1930. }
  1931. form#quick_reply #textarea_content textarea#text_editor_textarea {
  1932. width: 100% !important;
  1933. height: 150px;
  1934. }
  1935. form#quick_reply #textarea_content iframe#text_editor_iframe {
  1936. width: 100%;
  1937. height: 100%;
  1938. }
  1939. #quick_reply #textarea_content {
  1940. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  1941. }
  1942. .mentiontag {
  1943. background-color: #3793ff;
  1944. color: #FFF;
  1945. border-radius: 3px;
  1946. font-weight: 500;
  1947. padding: 1px 3px 2px;
  1948. }
  1949. .mentiontag:link, .mentiontag:visited {
  1950. color: #FFF;
  1951. }
  1952. .mentiontag:hover, .mentiontag:active {
  1953. background-color: #FF4F42;
  1954. color: #FFF;
  1955. }
  1956.  
  1957. /* Message-box OLD/NEW Editor-------------------------------------------------*/
  1958. .editor-message-box textarea {
  1959. color: #536482;
  1960. font-family: Verdana,Arial,Helvetica,sans-serif;
  1961. width: 80%;
  1962. font-size: 1.2em;
  1963. }
  1964. .editor-textarea_content {
  1965. margin-top: 2px;
  1966. }
  1967. .editor-textarea_content textarea#text_editor_textarea {
  1968. width: 100% !important;
  1969. height: 250px;
  1970. }
  1971. #quick_reply .editor-textarea_content textarea#text_editor_textarea {
  1972. width: 100% !important;
  1973. height: 150px;
  1974. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement