Advertisement
Guest User

Untitled

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