Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.88 KB | None | 0 0
  1.  
  2. .recentTopics {
  3. margin: 15px 0;
  4. width: 81.5%;
  5. }
  6.  
  7. .main-head h2, .main-head h3 {
  8. font-family: Leckerli One, Ubuntu, sans-serif!important;}
  9.  
  10.  
  11. table > thead {display: none;}
  12.  
  13. .pun-crumbs {
  14. background: #f0f0f0
  15. border: 1px solid #ddd;
  16. border-radius: 3px;
  17. line-height: 34px;
  18. margin: 0px 1px 10px;
  19. overflow: hidden;
  20. padding: 0.2em 1em;
  21. }
  22. .pun .pun-crumbs .crumbs {
  23. color: transparent;
  24. }
  25.  
  26. p.crumbs a:hover {
  27. background-position: 100% -44px;
  28. }
  29.  
  30. /*Informações dos grupos*/
  31. #main-content > div:nth-child(10) > form:nth-child(2) > div.main-content.frm > div > table > tbody > tr:nth-child(1) > td,
  32. #main-content > div:nth-child(10) > form:nth-child(2) > div.main-content.frm > div > table > tbody > tr:nth-child(3) > td
  33. {background:#fff!important;border:1px solid #ddd!important;}
  34. .pun .frm .frm-form table {border:1px solid #ddd!important;}
  35. .pun .frm .frm-form table .tc4, #main-content > div:nth-child(10) > form:nth-child(2) > div.main-content.frm > div > table > tbody > tr > td.tcr, #main-content > div:nth-child(10) > form:nth-child(2) > div.main-content.frm > div > table > tbody > tr > td {border:1px solid #ddd!important;}
  36.  
  37. /*Fim das informações*/
  38.  
  39. .pun .main-foot .options a, .pun .main-foot .options a:link, .pun .main-foot .options a:visited {
  40. font-family: Leckerli One, Ubuntu, sans-serif!important;
  41. }
  42.  
  43. #tabs ul li {
  44. float: left;
  45. margin: 0;
  46. padding: 0 4px 0 0;
  47. height: 28px;
  48. }
  49.  
  50. /*Mouse flat*/
  51. /*USARIOS SCRIPT UPFORUM*/
  52. #user-hoverbox:before {
  53. border-bottom: 5px solid #363636;
  54. border-left: 5px solid rgba(0, 0, 0, 0);
  55. border-right: 5px solid rgba(0, 0, 0, 0);
  56. content: "";
  57. height: 0;
  58. left: 30px;
  59. position: absolute;
  60. top: -4px;
  61. width: 0;
  62. }
  63. #user-hoverbox {
  64. display: initial !important;
  65. margin-left: 10px;
  66. min-width: 160px;
  67. padding-top: 1px;
  68. position: absolute;
  69. z-index: 999;
  70. }
  71. #user-hoverbox-inner {
  72. border: 1px solid #000000;
  73. border-radius: 2px 2px 2px 2px;
  74. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);
  75. width: 210px;
  76. }
  77. #user-hoverbox #user-hoverbox-inner a {
  78. background: none repeat scroll 0 0 rgba(0, 0, 0, 0.87);
  79. color: #DADADA;
  80. border-bottom: 1px solid #AAAAAA;
  81. display: block;
  82. font-size: 11px;
  83. padding: 8px;
  84. text-align: left;
  85. text-shadow: none !important;
  86. z-index: 999;
  87. }
  88. .pun #page-body #user-hoverbox #user-hoverbox-inner a {
  89. font-style: normal;
  90. font-weight: 400;
  91. }
  92. #user-hoverbox #user-hoverbox-inner a:hover {
  93. background: none repeat scroll 0 0 rgba(0, 0, 0, 0.93);
  94. color: #FCFCFC;
  95. }
  96. /*Fim do mouse flat*/
  97. /*Banner*/
  98. #branding { min-height: 150px !important; width: 99.9% !important;
  99. border: 1.5px solid #333333;}
  100. /*Banner*/
  101.  
  102. #lokodesc {display: none}
  103. .statused tr td:hover #lokodesc {display: block !important}
  104.  
  105. .pun .main .main-foot, .pun .main .main-head {
  106. text-align: center;
  107. }
  108.  
  109. /*Tirar Legendas*/
  110. .pun-legend {
  111. display: none;}
  112. /*Fim tirar legendas*/
  113.  
  114. /*Barra ferramental*/
  115. #cp_Barra {
  116. background-color: #0d1721;
  117. width: 100%;
  118. height: 38px;
  119. }
  120.  
  121. #cp_opcoes {
  122. float: right;
  123. margin: 0 0px;
  124. }
  125.  
  126. .cp_opcoes {
  127. color: #fff;
  128. font-family: "Arial";
  129. font-size: 13px;
  130. list-style-type: none;
  131. display: initial;
  132. height: 38px;
  133. }
  134.  
  135. .cp_opcoes li {
  136. display: block;
  137. float: left;
  138. border-right: 1px #666 solid;
  139. }
  140.  
  141. .cp_opcoes a {
  142. display: initial;
  143. text-decoration: none;
  144. display: block;
  145. height: 38px;
  146. line-height: 38px;
  147. padding: 0 10px;
  148. transition: 250ms ease background-color;
  149. }
  150.  
  151. .cp_opcoes a:hover,
  152. .cp_opcoes a:focus {
  153. background-color: #333;
  154. }
  155.  
  156. .cp_opcoes a.cp_icon {
  157. background-repeat: no-repeat;
  158. background-position: center center;
  159. display: block;
  160. height: 38px;
  161. width: 20px;
  162. }
  163.  
  164. .cp_inbox {
  165. background-image: url(https://i56.servimg.com/u/f56/17/97/98/69/yymnyc10.png);
  166. }
  167.  
  168. .cp_notice {
  169. background-image: url(https://i56.servimg.com/u/f56/17/97/98/69/gyfvip11.png);
  170. }
  171. .cp_avatar img{
  172. border-radius: 100% !important;
  173. background: none repeat scroll 0% 0% #FFF;
  174. border: 1px solid #D5D5D5 !important;
  175. box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  176. float: right;
  177. height: 36px;
  178. margin: 2px;
  179. padding: 1px;
  180. width: 36px;
  181. }
  182. .cp_avatar img {
  183. height: 75%;
  184. }
  185.  
  186. .cp_guest img {
  187. vertical-align: middle;
  188. margin-right: 3px;
  189. }
  190.  
  191. #cp_opcoes a {
  192. color: #d9d9d9 !important;
  193. }
  194.  
  195. #key_cp,
  196. #eye_cp,
  197. #user_cp,
  198. #envelope_cp,
  199. #shopping_cp,
  200. #folder_cp {
  201. width: 28px;
  202. line-height: 18px;
  203. text-align: center;
  204. }
  205.  
  206. #key_cp:hover,
  207. #eye_cp:hover,
  208. #user_cp:hover,
  209. #envelope_cp:hover,
  210. #shopping_cp:hover,
  211. #folder_cp:hover {
  212. opacity: 0.85;
  213. filter: alpha(opacity =85);
  214. }
  215.  
  216. #cp_Barra {
  217. position: fixed;
  218. z-index: 101;
  219. top: 0;
  220. }
  221.  
  222. #header {
  223. padding-top: 32px;
  224. }
  225.  
  226. .cp_title {
  227. color: #fff;
  228. font-size: 20px;
  229. text-decoration: none;
  230. line-height: 38px;
  231. height: 32px;
  232. padding: 0 10px;
  233. margin-left: 30px;
  234. display: block;
  235. float: left;
  236. transition: 250ms ease background-color;
  237. }
  238.  
  239. .cp_title:hover {
  240. background-color: #fff;
  241. }
  242. /*Fim da Barra ferramental*/
  243.  
  244. /*Overall*/
  245.  
  246. #community_app_menu>li.active>a , #community_app_menu>li>a.menu_active, #community_app_menu>li>a:hover {
  247. background-color: #51aada!important;
  248. }
  249. /*Fim do Overall*/
  250.  
  251. /*Tag BBCode*/
  252. .sucesso {
  253. background: url('http://i.imgur.com/p5KmHJh.png') no-repeat 6px #effeb9;
  254. border: 1px solid #9ac601;
  255. color: #4F8A10;
  256. padding: 6px 6px 6px 40px;
  257. width: 99%;
  258. text-shadow: 0 1px 0 #FFFAF1;
  259. box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  260. font-weight: bold;
  261. border-radius: 3px 3px 3px 3px;
  262. }
  263. .alerta {
  264. background: url('http://i.imgur.com/fITh7cT.png') no-repeat 6px #fccac3;
  265. border: 1px solid #db3f23;
  266. color: #D8000C;
  267. padding: 6px 6px 6px 40px;
  268. width: 99%;
  269. text-shadow: 0 1px 0 #FFFAF1;
  270. box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  271. font-weight: bold;
  272. border-radius: 3px 3px 3px 3px;
  273. }
  274. .aviso {
  275. background: url('http://i.imgur.com/9puvZvr.png') no-repeat 6px #ffeaa9;
  276. border: 1px solid #f9b516;
  277. color: #9F6000;
  278. padding: 6px 6px 6px 40px;
  279. width: 99%;
  280. text-shadow: 0 1px 0 #FFFAF1;
  281. box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  282. font-weight: bold;
  283. border-radius: 3px 3px 3px 3px;
  284. }
  285. .infos {
  286. background: url('http://i.imgur.com/sbeJfjJ.png') no-repeat 6px #d1e4f3;
  287. border: 1px solid #4d8fcb;
  288. color: #00529B;
  289. padding: 6px 6px 6px 40px;
  290. width: 99%;
  291. text-shadow: 0 1px 0 #FFFAF1;
  292. box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  293. font-weight: bold;
  294. border-radius: 3px 3px 3px 3px;
  295. }
  296. /*Fim da Tag*/
  297.  
  298.  
  299. /*Posicionamento das informações do perfil*/
  300. #profile-advanced-layout #tabs {
  301. top: -28px;
  302. }
  303. /*Fim do Posicionamento*/
  304. /*Hover nos sub-foruns*/
  305. .#modo {
  306. display: none;
  307. }
  308. .table tbody.statused tr td.tcl:hover #modo {
  309. display: block;
  310. }
  311. /*Fim do Hover*/
  312. /*Sub-Fóruns igual Categorias*/
  313. .pun .main table td.tc2, .pun .main table td.tc3 {
  314. border: 0px !important;
  315. font-size: 12px !important;
  316. }
  317. .statused > tr > td:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
  318. padding-left: 4px !important;
  319. }
  320. .pun h3{
  321. padding-left: 10px !important;
  322. }
  323. .tc2::after, .tc3::after {
  324. display: inline !important;
  325. padding-left: 5px !important;
  326. }
  327.  
  328. .pun .main table td.tc2, .pun .main table td.tc3{
  329. border-bottom: 1px solid #f7f7f7 !important;
  330. }
  331. /*Fim Sub-Fóruns*/
  332. /*Header*/
  333. .ipsHeaderMenu {
  334. background: -webkit-linear-gradient(top, #e6edf0 0%, #d9dfe2 70%, #cbd1d4 100%) !important;
  335. }
  336. /*Fim Header*/
  337. #pun-foot > p:nth-child(3) > strong:nth-child(1) > a:nth-child(1) {
  338. display: none !important;
  339. }
  340. /*Footer*/
  341. footer {width:100%!important;height:20px!important;margin-bottom:-10px!important;}
  342. .social {margin-top:4px!important;margin-left:50px!important;}
  343. body > footer > span {margin-right:60px!important;}
  344. body > footer > div:nth-child(2) > a > i {margin-left:-50px!important;}
  345.  
  346. /*Fim do Footer*/
  347. /*TÓPIC BODY*/
  348. .post_field {
  349. border: 1px solid #DDD;
  350. padding: 4px;
  351. margin-bottom: -15px;
  352. border-left: 5px solid #DDD;
  353. text-align: left;
  354. background: #fff;
  355. }
  356. .pun .user .user-info {
  357. color: #666;
  358. line-height: 1.8em;
  359. }
  360. .pun .user .user-info {
  361. background: #F5F5F5 none repeat scroll 0 0;
  362. border-top: 1px solid rgba(0,0,0,0.15);
  363. color: #666;
  364. line-height: 1.8em;
  365. padding: 5px !important;
  366. }
  367. /*Fim Tópic*/
  368. /*Fonte*/
  369. div.module > div > h3 {
  370. font-family: Leckerli One, Ubuntu, sans-serif !important;
  371. font-size: 16px !important;
  372. font-weight: 400 !important;
  373. text-transform: none !important;
  374. text-align: center;
  375. }
  376.  
  377. /*Fim Fonte*/
  378. /*Categorias*/
  379. @font-face {
  380. font-family: 'Leckerli One';
  381. font-style: normal;
  382. font-weight: 400;
  383. src: local('Leckerli One'), local('LeckerliOne-Regular'), url(https://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  384. 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;
  385. }
  386. .main-head .page-title h2 {
  387. font-family: Leckerli One, Ubuntu, sans-serif!important;
  388. font-size: 16px!important;
  389. text-transform: none!important;
  390. font-weight: 400!important;
  391. }
  392. .main .main-foot, .main .main-head {
  393. font-family: Leckerli One, Ubuntu, sans-serif!important;
  394. font-size: 16px!important;
  395. text-transform: none!important;
  396. font-weight: 400!important;
  397. }
  398.  
  399. .pun .main .main-foot, .pun .main .main-head {
  400. padding: 10px;
  401. }
  402. /*fim das categorias*/
  403. .pun .main table tr:hover td.tc2, .pun .main table tr:hover td.tc3, .pun table.table tr:hover td.tcl, .pun table.table tr:hover td.tcr {
  404. background-color: #f5f5f5 !important;
  405. }
  406. /*hover sub*/
  407. input#message.post {
  408. left: -207% !important;
  409. width: 816px !important;
  410. }
  411. #primary_nav {
  412. font-size: 12px;
  413. text-transform: uppercase;
  414. }
  415. body {
  416. color: #555;
  417. font: normal 11px "Lato",helvetica,arial,tahoma,sans-serif;
  418. }
  419. body {
  420. background: white;
  421. color: #5A5A5A;
  422. font: normal 11px tahoma, helvetica, arial, sans-serif;
  423. background: url(http://i.imgur.com/QcGogNI.png) repeat;
  424. }
  425.  
  426. #main .module-advert .main-content {
  427. background-color: transparent;
  428. border: 0px;
  429. }
  430.  
  431. #pun-about, .main-box {
  432. background: transparent;
  433. border: 0px;
  434. font-size: 0.8em;
  435. }
  436.  
  437. #pun-head #pun-navlinks {
  438. margin-left: -15px;
  439. font: normal arial;
  440. font-size: 0.9em;
  441. background-color: transparent;
  442. border-color: transparent;
  443. }
  444.  
  445.  
  446. #pun-navlinks a {
  447. color: #333;
  448. }
  449. #pun-navlinks a:hover {
  450. text-decoration: none;
  451. }
  452.  
  453. #pun-intro, #pun-visit, #pun-about form, #pun-navlinks {display:none;}
  454.  
  455. a:link {text-decoration:none;}
  456.  
  457. li {list-style-type:none;}
  458. .wrapper {
  459. margin: 0 auto;
  460. min-width: 990px;
  461. max-width: 1200px;
  462. width: 98%;
  463. }
  464. .wrapper2 {
  465. margin: 0 auto;
  466. max-width: 1200px;
  467. min-width: 990px;
  468. width: 96%;
  469. }
  470. #index #main {
  471. margin: 0 auto;
  472. min-width: 990px;
  473. max-width: 1200px;
  474. width: 96%;
  475. }
  476. #ipbwrapper {
  477. background: #fff;
  478. -webkit-box-shadow: rgba(0,0,0,0.4) 0px -2px 10px;
  479. -moz-box-shadow: rgba(0,0,0,0.4) 0px -2px 10px;
  480. box-shadow: rgba(0,0,0,0.4) 0px -2px 10px;
  481. position: relative;
  482. z-index: 20;
  483. }
  484.  
  485. #nav_background {
  486. cursor: pointer;
  487. vertical-align: middle;
  488. margin-top: 10px;
  489. -moz-border-radius: 3px;
  490. -webkit-border-radius: 3px;
  491. border-radius: 3px;
  492. color: #fff;
  493. float: left;
  494. height: 42px;
  495. line-height: 42px;
  496. outline: none;
  497. padding: 0 11px;
  498. }
  499. #nav_background:hover {
  500. background: rgba(255,255,255,0.1);
  501. }
  502. #secondary_links:hover {
  503. background: rgba(255,255,255,0.1);
  504. }
  505. /*skin*/
  506. .fixedHeader #branding {
  507. position: fixed;
  508. top: 0;
  509. left: 0;
  510. right: 0;
  511. z-index: 10;
  512. }
  513. #branding {
  514. background: #2d333b;
  515. height: 120px;
  516. }
  517. .wrapper {
  518. margin: 0 auto;
  519. min-width: 990px;
  520. max-width: 1200px;
  521. width: 96%;
  522. }
  523. #logo {
  524. float: left;
  525. }
  526. #logo a.textLogo {
  527. color: #fff;
  528. height: 160px;
  529. line-height: 160px;
  530. padding: 0 12px;
  531. font-weight: 300;
  532. font-size: 24px;
  533. display: block;
  534. text-decoration: none;
  535. }
  536. #user_navigation {
  537. float: right;
  538. color: #fff;
  539. font-size: 14px;
  540. line-height: 42px;
  541. height: 42px;
  542. overflow: hidden;
  543. margin-top: 59px;
  544. }
  545. ol, ul {
  546. list-style: none;
  547. }
  548. #user_navigation .ipsList_inline li {
  549. margin: 0;
  550. padding: 0;
  551. float: left;
  552. }
  553. .ipsList_inline>li:first-child {
  554. margin-left: 0;
  555. }
  556. .ipsList_inline>li {
  557. display: inline-block;
  558. margin: 0 3px;
  559. }
  560. www.ipbforumskins.commed
  561. #user_navigation a {
  562. color: #fff;
  563. float: left;
  564. padding: 0 12px;
  565. line-height: 42px;
  566. outline: none;
  567. height: 42px;
  568. -webkit-border-radius: 3px;
  569. -moz-border-radius: 3px;
  570. border-radius: 3px;
  571. }
  572. #user_navigation #sign_in img, #user_navigation #register_link img {
  573. vertical-align: top;
  574. position: relative;
  575. margin: 13px 2px 0 0;
  576. }
  577. #user_navigation .ipsList_inline li {
  578. margin: 0;
  579. padding: 0;
  580. float: left;
  581. }
  582. #user_navigation {
  583. float: right;
  584. color: #fff;
  585. font-size: 14px;
  586. line-height: 42px;
  587. height: 42px;
  588. overflow: hidden;
  589. margin-top: 59px;
  590. }
  591. #nav_wrap {
  592. padding: 6px 0 0 0;
  593. }
  594. #branding {
  595. background: #2d333b;
  596. }
  597. a {
  598. color: #51aada;
  599. }
  600.  
  601. a {
  602. color: #51aada;
  603. text-decoration: none;
  604. }
  605. user agent stylesheeta:-webkit-any-link {
  606. color: -webkit-link;
  607. text-decoration: underline;
  608. cursor: auto;
  609. }
  610. #user_navigation a:hover {
  611. background: rgba(255,255,255,0.1);
  612. }
  613. #user_navigation a {
  614. color: #fff;
  615. float: left;
  616. padding: 0 12px;
  617. line-height: 42px;
  618. outline: none;
  619. height: 42px;
  620. -webkit-border-radius: 3px;
  621. -moz-border-radius: 3px;
  622. border-radius: 3px;
  623. }
  624. a:hover {
  625. color: #222;
  626. }
  627. a {
  628. color: #51aada;
  629. }
  630. a {
  631. color: #51aada;
  632. text-decoration: none;
  633. }
  634. img, .input_check, .input_radio {
  635. vertical-align: middle;
  636. }
  637. #nav_wrap {
  638. padding: 6px 0 0 0;
  639. }
  640. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  641. margin: 0;
  642. padding: 0;
  643. }
  644. user agent stylesheetdiv {
  645. display: block;
  646. }
  647. .clearfix:after {
  648. content: ".";
  649. display: block;
  650. height: 0;
  651. clear: both;
  652. visibility: hidden;
  653. overflow: hidden;
  654. }
  655. /*second navbar*/
  656. #primary_nav {
  657. font-size: 12px;
  658. text-transform: uppercase;
  659. float: left;
  660. max-width: 680px;
  661. }
  662. ol, ul {
  663. list-style: none;
  664. }
  665. .left {
  666. float: left;
  667. }
  668. #community_app_menu>li {
  669. margin: 0 3px 0 0;
  670. position: relative;
  671. }
  672. .ipsList_inline>li:first-child {
  673. margin-left: 0;
  674. }
  675. .ipsList_inline>li {
  676. display: inline-block;
  677. margin: 0 3px;
  678. }
  679. #community_app_menu>li>a {
  680. color: #878787;
  681. display: block;
  682. outline: none;
  683. padding: 0px 15px;
  684. line-height: 37px;
  685. height: 37px;
  686. }
  687.  
  688. #community_app_menu>li.active>a {
  689. color: #fff;
  690. -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  691. -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  692. box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  693. position: relative;
  694. }
  695. #community_app_menu>li>a {
  696. color: #878787;
  697. display: block;
  698. outline: none;
  699. padding: 0px 15px;
  700. line-height: 37px;
  701. height: 37px;
  702. }
  703. #community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active {
  704. background: #efefef;
  705. color: #878787;
  706. -webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 0px 0px 1px;
  707. -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 0px 0px 1px;
  708. box-shadow: inset rgba(0,0,0,0.05) 0px 0px 0px 1px;
  709. }
  710. #community_app_menu .submenu_container, #more_apps_menucontent.submenu_container {
  711. width: 170px;
  712. }
  713. #primary_extra_menucontent, #more_apps_menucontent, .submenu_container {
  714. background: #efefef;
  715. font-size: 12px;
  716. border: 0;
  717. min-width: 140px;
  718. -webkit-box-shadow: none;
  719. -moz-box-shadow: none;
  720. box-shadow: none;
  721. text-transform: uppercase;
  722. }
  723. .boxShadow {
  724. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  725. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  726. box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  727. }
  728. #primary_extra_menucontent, #more_apps_menucontent, .submenu_container {
  729. background: #efefef;
  730. font-size: 12px;
  731. border: 0;
  732. min-width: 140px;
  733. -webkit-box-shadow: none;
  734. -moz-box-shadow: none;
  735. box-shadow: none;
  736. text-transform: uppercase;
  737. }
  738. #community_app_menu .submenu_container li, #more_apps_menucontent.submenu_container li {
  739. width: 170px;
  740. }
  741. #primary_extra_menucontent li, .submenu_container li, #more_apps_menucontent li {
  742. padding: 0;
  743. border: 0;
  744. float: none !important;
  745. min-width: 150px;
  746. }
  747. #primary_extra_menucontent a, #more_apps_menucontent a, .submenu_container a {
  748. display: block;
  749. padding: 8px 10px;
  750. color: #878787;
  751. }
  752. ol, ul {
  753. list-style: none;
  754. }
  755. #primary_nav {
  756. font-size: 12px;
  757. text-transform: uppercase;
  758. float: left;
  759. max-width: 680px;
  760. }
  761. fieldset, img {
  762. border: 0;
  763. }
  764. .hide {
  765. display: none;
  766. }
  767. #adv_search {
  768. width: 36px;
  769. height: 36px;
  770. background: url('http://i.imgur.com/rCRETiJ.png') no-repeat 50% 50%;
  771. text-indent: -3000em;
  772. display: inline-block;
  773. }
  774. .right {
  775. float: right;
  776. }
  777. search_wrap {
  778. position: relative;
  779. background: #f9f9f9;
  780. display: block;
  781. padding: 0 36px 0 8px;
  782. height: 36px;
  783. line-height: 35px;
  784. min-width: 260px;
  785. border-bottom: 1px solid #e0e0e0;
  786. }
  787. #main_search {
  788. font-size: 12px;
  789. border: 0;
  790. padding: 10px;
  791. background: transparent;
  792. width: 245px;
  793. outline: 0;
  794. color: #666;
  795. }
  796. input, select, textarea {
  797. font: normal 12px tahoma,helvetica,arial,sans-serif;
  798. }
  799. #search_options {
  800. font-size: 10px;
  801. height: 30px;
  802. line-height: 30px;
  803. margin: 3px 3px 3px 0;
  804. padding: 0 9px;
  805. background: #eaeaea;
  806. display: inline-block;
  807. float: right;
  808. max-width: 80px;
  809. text-overflow: ellipsis;
  810. overflow: hidden;
  811. text-transform: uppercase;
  812. }
  813. .clickable {
  814. cursor: pointer;
  815. }
  816. #search_options_menucontent {
  817. min-width: 130px;
  818. white-space: nowrap;
  819. padding: 0;
  820. background: #fff;
  821. border: 1px solid #c6c6c6;
  822. }
  823. .ipbmenu_content {
  824. white-space: nowrap;
  825. }
  826. .ipbmenu_content, .ipb_autocomplete {
  827. min-width: 85px;
  828. z-index: 999;
  829. }
  830. .ipsBox, .ipsPad {
  831. padding: 9px;
  832. }
  833. .ipbmenu_content, .ipb_autocomplete {
  834. background: #fff;
  835. border: 1px solid #c6c6c6;
  836. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  837. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  838. box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  839. }
  840. #search .submit_input {
  841. background: url('http://i.imgur.com/PBkSD5Z.png') no-repeat 50%;
  842. text-indent: -3000em;
  843. padding: 0;
  844. border: 0;
  845. display: block;
  846. width: 36px;
  847. height: 36px;
  848. position: absolute;
  849. right: 0;
  850. top: 0;
  851. bottom: 0;
  852. }
  853. #search_wrap {
  854. position: relative;
  855. background: #f9f9f9;
  856. display: block;
  857. padding: 0 36px 0 8px;
  858. height: 36px;
  859. line-height: 35px;
  860. min-width: 260px;
  861. border-bottom: 1px solid #e0e0e0;
  862. }
  863.  
  864. /* social icons and navigation */
  865. #socialButtons a.twitterButton:hover {
  866. background-position: 0 -121px;
  867. }
  868. #socialButtons a.facebookButton {
  869. background-color: #324e8a;
  870. background-position: 0 -1px;
  871. }
  872. #socialButtons a {
  873. background-image: url(http://i.imgur.com/nCwuV2Q.png)!important;
  874. }
  875. #socialButtons a.twitterButton {
  876. background-color: #0097d5;
  877. background-position: 0 -81px;
  878. }
  879. #socialButtons a {
  880. float: left;
  881. margin-left: 6px;
  882. background: url("http://www.ipbforumskins.com/skindemo/public/style_images/ortem/socialButtons.png") no-repeat 0 0;
  883. color: #fff;
  884. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  885. font-weight: bold;
  886. height: 37px;
  887. line-height: 37px;
  888. padding: 0 10px 0 49px;
  889. outline: none;
  890. -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  891. -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  892. box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  893. margin-top: 5px;
  894. }
  895. #secondary_navigation {
  896. -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  897. -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  898. box-shadow: inset rgba(0,0,0,0.2) 0px 0px 0px 1px;
  899. overflow: hidden;
  900. line-height: 37px;
  901. color: #fff;
  902. color: rgba(255,255,255,0.6);
  903. margin-bottom: 6px;
  904. margin-top: 5px;
  905. }
  906. #secondary_navigation #breadcrumb li {
  907. float: left;
  908. }
  909. .breadcrumb li:first-child {
  910. margin-left: 0;
  911. }
  912. .ipsList_inline>li:last-child {
  913. margin-right: 0;
  914. }
  915. .ipsList_inline>li:first-child {
  916. margin-left: 0;
  917. }
  918. .ipsList_inline>li {
  919. display: inline-block;
  920. margin: 0 3px;
  921. }
  922. #secondary_navigation #breadcrumb li.first a {
  923. margin-left: 0;
  924. background: none;
  925. padding-left: 0px;
  926. }
  927. #secondary_navigation #breadcrumb li a {
  928. padding-left: 12px;
  929. margin-left: -15px;
  930. background: url('http://i.imgur.com/5iiqOZB.png') no-repeat 0 0;
  931. display: block;
  932. outline: none;
  933. text-decoration: none;
  934. }
  935. #secondary_navigation a {
  936. color: #fff;
  937. line-height: 37px;
  938. height: 37px;
  939. }
  940. #secondary_navigation #breadcrumb li.first a span {
  941. padding-left: 12px;
  942. }
  943. #secondary_navigation #breadcrumb li span {
  944. display: block;
  945. padding-right: 17px;
  946. padding-left: 4px;
  947. background: url('http://i.imgur.com/5iiqOZB.png') no-repeat 100% 0;
  948. }
  949. #secondary_links {
  950. overflow: hidden;
  951. padding-right: 4px;
  952. }
  953. #secondary_links li {
  954. float: left;
  955. margin: 0;
  956. }
  957. #secondary_links a {
  958. padding: 0 12px;
  959. display: block;
  960. }
  961. #socialButtons a.facebookButton:hover {
  962. background-position: 0 -41px;
  963. }
  964. .right {
  965. float: right;
  966. }
  967. #community_app_menu > li.active > a, #secondary_navigation, .topic_buttons li a, .ipsButton, a.ipsButton, .pagination .pages li.active, .forumHover tr:hover td, img[src*='f_icon.png'], img[src*='f_icon_read.png'], img[src*='f_redirect.png'], .maintitle, .maintitle.linkBar, ul.post_controls a, ul.post_controls a.ipsButton_secondary, .post_block h3, .horizontalView .author_info, .col_f_icon img, .ipsLikeButton.ipsLikeButton_enabled, #footer {
  968. background-color: #51aada;
  969. }
  970.  
  971.  
  972. /*APAGAR*/
  973. #main-content #profile-advanced-left {
  974. width:auto!important;
  975. }
  976. #main-content #profile-advanced-right .module {
  977. display:inherit !important;
  978. }
  979. #main-content #criteoDiv3, [style*="height:250px;margin-bottom:4px;"]{
  980. display:none !important;
  981. }
  982. #main-content #profile-advanced-add a.mainmenu {
  983. background: url(https://i18.servimg.com/u/f18/18/45/41/65/nav10.png) ;
  984. color: #FFF;
  985. display: inline-block;
  986. font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  987. font-size: 13px;
  988. font-weight: 700;
  989. height: 45px;
  990. line-height: 45px;
  991. opacity: 1;
  992. padding: 0 12px;
  993. transition: 250ms;
  994. margin-bottom: 15px;
  995. }
  996. /*Sumir Cabeçalho*/
  997. a.mainmenu[href="/faq"]{
  998. display: none !important;
  999. }
  1000. a.mainmenu[href="/calendar"]{
  1001. display: none !important;
  1002. }
  1003. a.mainmenu[href="/sair"]{
  1004. display: none !important;
  1005. }
  1006. a.mainmenu[href="/privmsg?folder=inbox"]{
  1007. display: none !important;
  1008. }
  1009. a.mainmenu[href="/groups"]{
  1010. display: none !important;
  1011. }
  1012. a.mainmenu[href="/profile?mode=editprofile"]{
  1013. display: none !important;
  1014. }
  1015. a.mainmenu[href="/login"]{
  1016. display: none !important;
  1017. }
  1018. a.mainmenu[href="/register"]{
  1019. display: none !important;
  1020. }
  1021. a.mainmenu[href="/"]{
  1022. display: none !important;
  1023. }
  1024. a.mainmenu[href="/search"]{
  1025. display: none !important;
  1026. }
  1027. a.mainmenu[href="/memberlist"]{
  1028. display: none !important;
  1029. }
  1030. a.mainmenu[href="/quit"]{
  1031. display: none !important;
  1032. }
  1033. a#logout{display:none}
  1034. /*Closed*/
  1035. @font-face {
  1036. font-family: 'Ubuntu';
  1037. font-style: normal;
  1038. font-weight: 300;
  1039. 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');
  1040. }
  1041. @font-face {
  1042. font-family: 'Ubuntu';
  1043. font-style: normal;
  1044. font-weight: 400;
  1045. 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');
  1046. }
  1047. @font-face {
  1048. font-family: 'Ubuntu';
  1049. font-style: normal;
  1050. font-weight: 700;
  1051. 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');
  1052. }
  1053. *,
  1054. *:after,
  1055. *:before {
  1056.  
  1057. -moz-transition: background 0.5s ease-out;
  1058. -o-transition: background 0.5s ease-out;
  1059. -ms-transition: background 0.5s ease-out;
  1060. }
  1061. .pun a,
  1062. .pun a:link,
  1063. .pun a:visited,
  1064. a {
  1065. color: #666;
  1066. text-decoration: none;
  1067. font-family: Verdana;
  1068. }
  1069. #fa_welcome > img {margin-top:-5px!important;}
  1070. #logo > img {max-width:100%;}
  1071. .pun tbody.statused td.tcl, .pun .main table td.tc2, .pun .main table td.tc3 {border-bottom:1px solid #ddd!important;}
  1072. .pun a:hover,
  1073. a:hover {
  1074. color: #444;
  1075. text-decoration: none font-family: Arial;
  1076. }
  1077. .pun .pun-crumbs .crumbs {
  1078. color: transparent;
  1079. }
  1080.  
  1081. #main-content > div.pun-crumbs > strong > a:hover {
  1082. background-position: 100% -44px;
  1083. }
  1084. #main-content > div.pun-crumbs > a:hover {
  1085. background-position: 100% -44px;
  1086. }
  1087. #main-content > div.pun-crumbs > div > a:hover {
  1088. background-position: 100% -44px;
  1089. }
  1090. #main-content > div.pun-crumbs > strong > a {
  1091. background: transparent url(http://i.imgur.com/CUT25gc.png) no-repeat 100% -1px;
  1092. color: #757575!important;
  1093. line-height: 10px;
  1094. padding: 10px 20px 10px 25px;
  1095. text-shadow: 0 1px 0 #FFF;
  1096. transition: none 0 ease 0;
  1097. }
  1098. #main-content > div.pun-crumbs > a {
  1099. background: transparent url(http://i.imgur.com/CUT25gc.png) no-repeat 100% -1px;
  1100. color: #757575!important;
  1101. line-height: 10px;
  1102. padding: 10px 20px 10px 25px;
  1103. text-shadow: 0 1px 0 #FFF;
  1104. transition: none 0 ease 0;
  1105. }
  1106. #main-content > div.pun-crumbs > div > a {
  1107. background: transparent url(http://i.imgur.com/CUT25gc.png) no-repeat 100% -1px;
  1108. color: #757575!important;
  1109. line-height: 10px;
  1110. padding: 10px 20px 10px 25px;
  1111. text-shadow: 0 1px 0 #FFF;
  1112. transition: none 0 ease 0;
  1113. }
  1114. p.crumbs a {
  1115. background: transparent url(http://i.imgur.com/CUT25gc.png) no-repeat 100% -1px;
  1116. color: #757575 !important;
  1117. line-height: 25px;
  1118. margin-left: -19px!important
  1119. padding: 10px 20px 10px 25px;
  1120. position: relative;
  1121. text-shadow: 0px 1px 0px #FFF;
  1122. transition: none 0s ease 0s;
  1123. }
  1124. p.crumbs a:hover {
  1125. background-position: 100% -44px;
  1126. }
  1127. #stats {
  1128. background-color: white;
  1129. line-height: 100%;
  1130. padding: 10px;
  1131. border: 1px solid #ddd;
  1132. }
  1133. #onlinelist {
  1134. background-color: white;
  1135. padding: 10px;
  1136. border: 1px solid #ddd;
  1137. border-top: none;
  1138. }
  1139. .main .main-content {
  1140. background: #FFF;
  1141. border: 1px solid #ddd;
  1142. box-shadow: 0 0 4px rgba(0,0,0,0.1);
  1143. margin: 0;
  1144. padding: 6px;
  1145. }
  1146. .module .main-content table[style="table-layout:fixed"]{border: none;}
  1147. /*aqui*/
  1148. #submit_button {height: auto!important;}
  1149. .module.main {margin: 0 0 0 8px!important;}
  1150. .posthead[id] + .postmain .entry-content div p:not(:empty) {
  1151. background: #ffebc8 url(http://imgur.com/PIQA4LA.png) no-repeat 6px 10px;
  1152. border: 1px solid #ecc272;
  1153. color: #ac6328;
  1154. font-family: "Trebuchet MS",tahoma,helvetica,arial,sans-serif;
  1155. font-size: 11px;
  1156. font-style: normal;
  1157. font-variant: normal;
  1158. font-weight: 700;
  1159. line-height: 18px;
  1160. margin-top: 15px;
  1161. padding: 8px 8px 8px 28px;
  1162. text-shadow: #fffaf1 0 1px 0;
  1163. }
  1164. .tc1, .tcr, .pun table.table td {
  1165. background: none !important;
  1166.  
  1167. }
  1168. span.status {margin-left:-47px!important;}
  1169. @font-face {
  1170. font-family: 'Play';
  1171. font-style: normal;
  1172. font-weight: 400;
  1173. src: local('Play'), local('Play-Regular'), url(https://fonts.gstatic.com/s/play/v7/ZNo-5SxCwH1CXgZ-n3bt2g.woff2) format('woff2');
  1174. 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;
  1175. }
  1176.  
  1177. body[bgcolor] {
  1178. background: #fff;
  1179. }
  1180.  
  1181. .chatbox_row_1.clearfix.shout-0 span span[style="color:undefined"] {
  1182. font-size: 0px;
  1183. }
  1184.  
  1185. .chatbox-options li a span#chatbox_option_co:before {
  1186. content: "Para visualizar as mensagens clique em login.";
  1187. text-align: center;
  1188. margin-top: 125px;
  1189. background: #FFFFFF!important;
  1190. width: 100%;
  1191. height: 80px;
  1192. right: 0;
  1193. position: absolute;
  1194. z-index: 1;
  1195. display: block;
  1196. border-top: 1px solid #ebebeb;
  1197. font-size: 14px!important;
  1198. color: #000;
  1199. }
  1200.  
  1201. .chatbox-options li a span#chatbox_option_co:after {
  1202. content: " Você está desconectado!";
  1203. margin-top: 180px;
  1204. background: #ccc!important;
  1205. width: 100%;
  1206. padding: 10px 0;
  1207. right: 0;
  1208. position: absolute;
  1209. z-index: 1;
  1210. text-align: center;
  1211. display: block;
  1212. border-top: 1px solid #ebebeb;
  1213. font-size: 20px!important;
  1214. color: #000;
  1215. }
  1216.  
  1217. #chatbox .user strong span, body #chatbox .msg, #chatbox .date-and-time, #chatbox_header.main-head {
  1218. font-family: Play,Arial,Helvetica,sans-serif!important;
  1219. font-size: 14px!important;
  1220. }
  1221.  
  1222. #chatbox .date-and-time {
  1223. float: right;
  1224. color: #cacaca;
  1225. font-size: 11px;
  1226. }
  1227.  
  1228. #chatbox .date-and-time img {
  1229. opacity: 0.5;
  1230. }
  1231.  
  1232. #chatbox .date-and-time img:hover {
  1233. opacity: 1.0;
  1234. }
  1235.  
  1236. #chatbox_header.main-head {
  1237. background-color: #3C414B;
  1238. border-bottom: 3px solid #51aada;
  1239. color: #fff;
  1240. margin-top: 0px;
  1241. padding: 1em;
  1242. text-shadow: none;
  1243. margin: 0;
  1244. list-style: none;
  1245. position: inherit;
  1246. height: 40px;
  1247. display: block;
  1248. }
  1249.  
  1250.  
  1251. #chatbox_header.main-head:after {
  1252. content: "Divulgação, flood, spam ou atitudes desrespeitosas não são toleradas neste Chat.";
  1253. background: #ebebeb;
  1254. color: #111111;
  1255. margin-top: 40px;
  1256. display: block;
  1257. padding: 10px;
  1258. position: absolute;
  1259. width: 100%;
  1260. }
  1261.  
  1262. .chatbox-title {
  1263. font-size: 14px;
  1264. color: #fff;
  1265. padding: 10px 10px 0 10px;
  1266. }
  1267.  
  1268. .chatbox-title, .chatbox-title a.chat-title {
  1269. color: #fff;
  1270. font-weight: 300;
  1271. text-decoration: none;
  1272. }
  1273.  
  1274. #chatbox_members, #chatbox {
  1275. top: 80px;
  1276. }
  1277.  
  1278. .chatbox-options {
  1279. background: rgba(0,0,0,0.5);
  1280. opacity: 0.6;
  1281. color: #fff;
  1282. padding: 5px;
  1283. }
  1284.  
  1285. #chatbox_members {
  1286. display: none;
  1287. }
  1288.  
  1289. #chatbox {
  1290. left: 0;
  1291. }
  1292.  
  1293. .chatbox_row_1, .chatbox_row_2 {
  1294. background-color: #fff;
  1295. position: relative;
  1296. border-width: 0 0 1px 0;
  1297. border-style: solid;
  1298. border-color: #ebebeb;
  1299. padding: 7px;
  1300. }
  1301.  
  1302. #chatbox > p {
  1303. border-bottom: 1px solid #ebebeb!important;
  1304. }
  1305.  
  1306. body #chatbox .user strong {
  1307. font-size: 0px;
  1308. margin-left: 4px;
  1309. }
  1310.  
  1311. body #chatbox .user strong span {
  1312. font-size: 12px;
  1313. font-weight: 300;
  1314. }
  1315.  
  1316. body #chatbox .msg {
  1317. display: block;
  1318. line-height: 1.5em;
  1319. margin-top: -7px!important;
  1320. }
  1321.  
  1322. #chatbox_footer .right:first-child {
  1323. width: 100% !important;
  1324. float: right;
  1325. }
  1326.  
  1327. .pun .main-content.chatbox {
  1328. border: 0px solid #ebebeb;
  1329. }
  1330.  
  1331. #chatbox_footer .right:nth-child(2) {
  1332. float: right;
  1333. margin-top: -42px;
  1334. z-index: 999;
  1335. }
  1336.  
  1337. #chatbox_messenger_form label[for="message"] {
  1338. display: none;
  1339. }
  1340.  
  1341. input#message.post {
  1342. width: 90% !important;
  1343. margin-top: 2px;
  1344. height: 12px;
  1345. padding: 8px 10px 8px 8px !important;
  1346. border: none !important;
  1347. background: transparent;
  1348. outline: none;
  1349. }
  1350.  
  1351. input#message.post {
  1352. background: url(http://i.imgur.com/5zppq7r.png) no-repeat!important;
  1353. }
  1354.  
  1355. input#message.post:focus {
  1356. background: transparent!important;
  1357. }
  1358.  
  1359. #divcolor, #help-button, .format-message + label {
  1360. display: none!important;
  1361. }
  1362.  
  1363. .right #submit_button {
  1364. position: absolute;
  1365. right: 0;
  1366. margin-right: 10px;
  1367. }
  1368.  
  1369. .right #submit_button {
  1370. height: 30px!important;
  1371. background: #1abc9c;
  1372. color: #ffffff !important;
  1373. cursor: pointer;
  1374. text-align: center;
  1375. font-size: 13px;
  1376. font-weight: 500;
  1377. text-align: center;
  1378. text-decoration: none;
  1379. text-shadow: none;
  1380. white-space: nowrap;
  1381. display: inline-block;
  1382. vertical-align: middle;
  1383. padding: 5px 15px;
  1384. border-radius: 3px;
  1385. border: 1px solid rgba(0,0,0,0.1);
  1386. -webkit-transition: 0.1s all linear;
  1387. -moz-transition: 0.1s all linear;
  1388. -ms-transition: 0.1s all linear;
  1389. -o-transition: 0.1s all linear;
  1390. transition: 0.1s all linear;
  1391. -webkit-user-select: none;
  1392. -moz-user-select: none;
  1393. -ms-user-select: none;
  1394. -o-user-select: none;
  1395. user-select: none;
  1396. -webkit-font-smoothing: antialiased;
  1397. border-width: 0px!important;
  1398. }
  1399.  
  1400. #divsmilies {
  1401. width: 24px!important;
  1402. height: 24px!important;
  1403. background: url(http://i.imgur.com/Ku7QNJd.png) no-repeat;
  1404. border: 0px!important;
  1405. /* position:absolute; */
  1406. margin-right: 80px;
  1407. margin-top: 15px;
  1408. }
  1409.  
  1410. #divsmilies>img {
  1411. display: none;
  1412. }
  1413.  
  1414. #divsmilies:hover:before {
  1415. content: "Emoticons";
  1416. background: #2a2a2a;
  1417. line-height: 26px;
  1418. font-size: 12px;
  1419. color: #fff;
  1420. position: absolute;
  1421. padding: 0 8px;
  1422. pointer-events: none;
  1423. border-radius: 2px;
  1424. position: absolute;
  1425. margin-top: -30px;
  1426. margin-left: -35px;
  1427. }
  1428.  
  1429. #chatbox_footer {
  1430. height: auto !important;
  1431. background-color: #fff!important;
  1432. border-top: 0px dashed #ccc;
  1433. }
  1434.  
  1435. body #chatbox .cb-avatar {
  1436. border-width: 0!important;
  1437. }
  1438.  
  1439. #chatbox .cb-avatar, #chatbox .cb-avatar img {
  1440. background: none repeat scroll 0 0 #fff!important;
  1441. border: 0px solid #d5d5d5!important;
  1442. border-width: 0!important;
  1443. box-shadow: none!important;
  1444. float: left;
  1445. margin-right: 4px!important;
  1446. padding: 1px!important;
  1447. vertical-align: middle!important;
  1448. width: 34px!important;
  1449. height: 34px!important;
  1450. }
  1451. div.sceditor-dropdown .button {background: #3c414b none repeat scroll 0 0!important;
  1452. border: 0 solid #FFF;
  1453. border-radius: 3px;
  1454. color: #FFFAFA!important;
  1455. cursor: pointer;
  1456. display: inline-block;
  1457. font-family: sans-serif;
  1458. font-size: 11px!important;
  1459. padding: 4px 9px!important;
  1460. text-decoration: none;
  1461. text-transform: uppercase;}
  1462.  
  1463. div.sceditor-dropdown .button:hover {background: #51aada!important;}
  1464. .posthead[id] + .postbody .entry-content div + p:not(:empty) {
  1465. background: #ffebc8 url(http://imgur.com/PIQA4LA.png) no-repeat 6px 10px;
  1466. border: 1px solid #ecc272;
  1467. color: #ac6328;
  1468. font-family: "Trebuchet MS", tahoma, helvetica, arial, sans-serif;
  1469. font-size: 11px;
  1470. font-style: normal;
  1471. font-variant: normal;
  1472. font-weight: 700;
  1473. line-height: 18px;
  1474. margin-top: 15px;
  1475. padding: 8px 8px 8px 28px;
  1476. text-shadow: #fffaf1 0 1px 0;
  1477. }
  1478. .pun table.table td.tcr span a:empty:before {
  1479. color: #777;
  1480. content: 'Sem mensagens para visualizar.';
  1481. font-style: italic;
  1482. pointer-events: none;
  1483. text-align: center;
  1484. word-wrap: break-word;
  1485. }
  1486. input[type="email"], input[type="password"], input[type="text"] {
  1487. background: #FCFCFC none repeat scroll 0 0;
  1488. border: 1px solid #D4D4D4;
  1489. box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
  1490. color: #9F9F9F;
  1491. padding: 6px;
  1492. text-shadow: 0 1px 0 #FFF;
  1493. }
  1494. button.button2:hover, input.button2:hover {border:none;}
  1495. #fa_welcome, #fa_right #fa_notifications {color:#51aada!important;}
  1496.  
  1497. a.forumtitle {margin-left: px;margin-top: 0px!important;position: absolute;}
  1498. #fa_right { font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
  1499. font-size: 16px;
  1500. font-weight: 700;
  1501. }
  1502. #onlinelist {display:none;}
  1503. #pun-visit, .main-box {display:none;}
  1504. #pun-about {display:none;}
  1505. span.label {font-family: "Trebuchet MS";}
  1506. #quick_reply #textarea_content {width: 100%!important;}
  1507. #onlinechat {display: none;}
  1508. .main .main-head.collapsed {opacity: 0.6;}
  1509. .main-head h2, .main-head h3 {
  1510. }
  1511. .main .main-content {
  1512. background: #FFF;
  1513. border: 1px solid #ddd;
  1514. box-shadow: 0 0 4px rgba(0,0,0,0.1);
  1515. margin: 0;
  1516. padding: 6px;
  1517. }
  1518. .main .main-head {
  1519. margin-top: 10px;
  1520. }
  1521. .main .main-head {
  1522. background-color: #3C414B;
  1523. border-bottom: 3px solid #51aada;
  1524. color: #fff;
  1525. padding: 1em;
  1526. text-shadow: none;
  1527. }
  1528. .main .main-foot {
  1529. background-color: #3C414B;
  1530. border-bottom: 3px solid #51aada;
  1531. border-radius: 2px 2px 0 0;
  1532. color: #fff;
  1533. padding: 1em;
  1534. text-shadow: none;
  1535. }
  1536. .lastpost-avatar img {
  1537. background: none repeat scroll 0 0 #FFF;
  1538. border: 1px solid #EDEDED!important;
  1539. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  1540. height: 38px;
  1541. border-radius: 5px;
  1542. margin-right: 3px;
  1543. padding: 2px;
  1544. width: 38px;
  1545. }
  1546. .pun h2, .pun h3, .pun input, .pun select, .pun th {
  1547. font-size: 1em;
  1548. font-style: normal;
  1549. font-variant: normal;
  1550. font-weight: normal;
  1551. }
  1552. .statused .tcl {font-size: 11px !important;color: #666 !important}
  1553. a.forumtitle {font-size: 11px !important}
  1554. * {
  1555. margin: 0;
  1556. padding: 0;
  1557. }
  1558. .pun .topic {
  1559. border-right: 1px solid #DDDDDD;
  1560. border-left: 1px solid #DDDDDD;
  1561. }
  1562. .user-basic-info img:first-child {
  1563. background: #FFF;
  1564. padding: 2px;
  1565. max-width: 160px;
  1566. margin-bottom: 5px;
  1567. }
  1568. .pun .postmain {
  1569. background: #fff;
  1570. border: 1px solid #ddd;
  1571. border-radius: 3px;
  1572. position: relative
  1573. }
  1574. .pun .post .user:after {
  1575. border-left-color: #f7f7f7;
  1576. border-width: 7px;
  1577. margin-left: 2px;
  1578. margin-top: 1px
  1579. }
  1580. .pun .post .user {
  1581. line-height: 150%;
  1582. margin-left: -17em!important;
  1583. margin-top: -3.3em;
  1584. padding-top: 0;
  1585. text-align: center;
  1586. width: 15em;
  1587. background: white;
  1588. border: 1px solid #ddd;
  1589. border-radius: 3px;
  1590. }
  1591. .pun .username a span strong {
  1592. font-weight: 400!important
  1593. }
  1594. .pun .user .user-ident .user-basic-info {
  1595. margin-top: 15px;
  1596. margin-bottom: -2px;
  1597. }
  1598. #first-post-br {
  1599. border: 0
  1600. }
  1601. .pun .posthead,
  1602. .pun .username {
  1603. background-color: #f7f7f7;
  1604. border-bottom: 1px solid #ddd;
  1605. font-size: 13px;
  1606. font-weight: 400;
  1607. padding: 10px;
  1608. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)
  1609. }
  1610. .pun .user-ident .username {
  1611. margin: 0 auto;
  1612. position: relative
  1613. }
  1614. .pun .posthead a {
  1615. color: #444;
  1616. font-size: 13px
  1617. }
  1618. .pun .posthead h2 {
  1619. color: #444;
  1620. font-weight: 400
  1621. }
  1622. .pun .posthead h2 strong {
  1623. font-size: 11px;
  1624. font-style: normal;
  1625. font-variant: normal;
  1626. font-weight: normal
  1627. }
  1628. .pun .posthead h2 strong:before {
  1629. content: '#'
  1630. }
  1631. .posthead[id] + .postbody .entry-content div + p:not(:empty) {
  1632. background: #ffebc8 url(http://imgur.com/PIQA4LA.png) no-repeat 6px 10px;
  1633. border: 1px solid #ecc272;
  1634. color: #ac6328;
  1635. font-family: "Trebuchet MS", tahoma, helvetica, arial, sans-serif;
  1636. font-size: 11px;
  1637. font-style: normal;
  1638. font-variant: normal;
  1639. font-weight: 700;
  1640. line-height: 18px;
  1641. margin-top: 15px;
  1642. padding: 8px 8px 8px 28px;
  1643. text-shadow: #fffaf1 0 1px 0
  1644. }
  1645. .posthead[id] + .postbody .entry-content div + p:not(:empty) > br {
  1646. display: none;
  1647. }
  1648. .pun .post {
  1649. border: 0;
  1650. margin: 5px
  1651. }
  1652. .postfoot {
  1653. background: #f7f7f7;
  1654. border-top: 1px solid #ddd;
  1655. margin: 0;
  1656. padding: 10px;
  1657. }
  1658. .pun .topic {
  1659. border: 0;
  1660. box-shadow: none;
  1661. background: white;
  1662. margin: 0
  1663. }
  1664. .pun .entry-content {
  1665. font-size: 13px;
  1666. line-height: 1.6
  1667. }
  1668. .pun .paged-foot,
  1669. .pun .paged-head {
  1670. background-color: transparent;
  1671. border: 0
  1672. }
  1673. .paged-head h1 {
  1674. display: none
  1675. }
  1676. .wraparound {
  1677. background: #f7f7f7;
  1678. border: 1px solid #ddd;
  1679. margin: 10px 0;
  1680. padding: 8px;
  1681. }
  1682. .ipsBox_withphoto {
  1683. margin-left: 65px;
  1684. }
  1685. .ipsType_pagetitle, .ipsType_subtitle {
  1686. color: #413f3c;
  1687. font-size: 23px;
  1688. font-style: normal;
  1689. font-variant: normal;
  1690. font-weight: 300;
  1691. line-height: 1.3;
  1692. }
  1693. .desc.lighter, .desc.lighter.blend_links a, .desc.lighter.blend_links span a strong {
  1694. color: #a49f98!important;
  1695. font-weight: 400;
  1696. }
  1697. .ipsUserPhotoLink img {
  1698. background: #fff;
  1699. border: 1px solid #ddd;
  1700. float: left;
  1701. height: 40px;
  1702. padding: 2px;
  1703. width: 40px;
  1704. }
  1705. .ftoggle {
  1706. background: #E2E2E2;
  1707. border-radius: 3px;
  1708. display: block;
  1709. padding: 10px 15px;
  1710. }
  1711. .pun .user .user-info {
  1712. background: #F5F5F5;
  1713. border-top: 1px solid #D9DBDD;
  1714. color: #666;
  1715. line-height: 1.8em;
  1716. padding: 5px!important;
  1717. }
  1718. .arrow-u2 {
  1719. -moz-border-bottom-colors: none;
  1720. -moz-border-left-colors: #F7F7F7;
  1721. -moz-border-right-colors: none;
  1722. -moz-border-top-colors: none;
  1723. display: block;
  1724. float: left;
  1725. height: 0px;
  1726. margin-left: -24px;
  1727. margin-top: -27px;
  1728. position: absolute;
  1729. width: 0px;
  1730. z-index: 100;
  1731. border: 10px solid transparent;
  1732. border-left-color: #F7F7F7;
  1733. }
  1734. .arrow-u {
  1735. -moz-border-bottom-colors: none;
  1736. -moz-border-left-colors: #DDD;
  1737. -moz-border-right-colors: none;
  1738. -moz-border-top-colors: none;
  1739. border: 10px solid transparent;
  1740. display: block;
  1741. float: left;
  1742. height: 0px;
  1743. margin-left: -23px;
  1744. margin-top: -27px;
  1745. width: 0px;
  1746. z-index: -999;
  1747. border-left-color: #ddd;
  1748. }
  1749. .pun {
  1750. line-height: 130%;
  1751. margin: 5px 5px 10px;
  1752. padding: 17px;
  1753. width: 97.5%;
  1754. }
  1755. #pun-visit {
  1756. line-height: 130%;
  1757. margin: 5px 5px 10px;
  1758. padding: 10px;
  1759. width: 98%;
  1760. }
  1761. .module.main .main-content{
  1762. font-size:10px;
  1763. }
  1764. .main .frm-info {
  1765. -moz-border-radius: 3px;
  1766. -webkit-border-radius: 3px;
  1767. background: #FFEA97 url(https://cdn2.iconfinder.com/data/icons/diagona/icon/16/050.png) no-repeat 6px 10px;
  1768. background-color: #FFEA97;
  1769. border: 1px solid #E1B500;
  1770. border-radius: 3px;
  1771. color: #796100;
  1772. font-family: "Trebuchet MS", tahoma, helvetica, arial, sans-serif;
  1773. font-size: 11px;
  1774. font-style: normal;
  1775. font-variant: normal;
  1776. font-weight: 700;
  1777. line-height: 18px;
  1778. margin: 15px 1.7em 1.7em;
  1779. padding: 8px 8px 8px 28px;
  1780. text-shadow: #fffaf1 0 1px 0;
  1781. }
  1782. .paged-foot .paging a, .paged-foot .paging a:hover, .paged-foot .paging b, .paging a, .paging b, td p.pag a, td p.pag b {
  1783. -moz-border-radius: 2px;
  1784. -webkit-border-radius: 2px;
  1785. border-radius: 2px;
  1786. font-size: 12px!important;
  1787. margin-right: 3px!important;
  1788. padding: 6px 9px!important;
  1789. }
  1790. .paged-foot .paging a, .paging a, .paging b, td p.pag a, td p.pag b {
  1791. -moz-border-radius: 3px;
  1792. -moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
  1793. -webkit-border-radius: 3px;
  1794. -webkit-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
  1795. background: #e5e5e5 url(https://i76.servimg.com/u/f76/18/14/02/99/highli10.png) repeat-x 0 0;
  1796. border: 1px solid #d6d6d6;
  1797. border-radius: 3px;
  1798. box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
  1799. color: #747474;
  1800. display: inline-block;
  1801. font-size: 11px;
  1802. font-weight: 400;
  1803. padding: 0 5px;
  1804. text-shadow: #fff 0 1px 0;
  1805. text-transform: lowercase;
  1806. }
  1807. .postmain cite {
  1808. background-color: transparent!important;
  1809. color: #666666!important;
  1810. display: block;
  1811. font-size: 13px!important;
  1812. font-style: normal;
  1813. font-weight: 700;
  1814. margin: 0 0 1em;
  1815. }
  1816. .postmain cite {
  1817. display: block;
  1818. font-style: normal;
  1819. font-weight: 700;
  1820. margin: 0 0 1em;
  1821. }
  1822. .module.main > .main-content > .main-content {
  1823. border: none;
  1824. box-shadow: none;
  1825. }
  1826. .module.main #parceiros {
  1827. margin: 0 auto;
  1828. }
  1829. .main#pun-info .main-content {
  1830. padding: 0px;
  1831. }
  1832. .main_width {
  1833. margin: 0 auto;
  1834. min-width: 960px;
  1835. width: 81.5%;
  1836. }
  1837. .right, .right li {
  1838. padding-left: 5px;
  1839. float: right;
  1840. list-style-type: none !important;
  1841. }
  1842. #fa_toolbar {
  1843. left: 0px;
  1844. height: 30px;
  1845. background-color: #FFFFFF;
  1846. color: #FFFFFF;
  1847. font-family: Verdana, Helvetica, Arial;
  1848. font-size: 16px;
  1849. z-index: 999;
  1850. border-bottom: 2px solid #ff5900;
  1851. margin: auto;
  1852. }
  1853. .fa_toolbar_XL_Sized {
  1854. min-width: 980px;
  1855. width: 100%;
  1856. }
  1857. #fa_right #fa_menu #fa_welcome, #fa_right.notification #fa_menu #fa_welcome {
  1858. color: #51aada!important;
  1859. }
  1860. #fa_right #fa_menu #fa_welcome, #fa_right #fa_notifications {
  1861. background-color: transparent!important;
  1862. border: 1px solid #51aada!important;
  1863. border-radius: 3px!important;
  1864. font-size: 11px!important;
  1865. font-weight: 700!important;
  1866. line-height: 22px!important;
  1867. margin-top: 3px!important;
  1868. padding: 0 6px!important;
  1869. text-decoration: none!important;
  1870. transition: all 200ms ease 0;
  1871. }
  1872. .fa_tbMainElement, .fa_tbMainElement a, #fa_show {
  1873. display: inline-block !important;
  1874. vertical-align: middle;
  1875. }
  1876. #fa_menu {
  1877. display: inline-block;
  1878. }
  1879. #fa_right {
  1880. float: right;
  1881. font-size: 14px;
  1882. padding-right: 10px;
  1883. }
  1884. #fa_search #fa_textarea {
  1885. background: #51aada none repeat scroll 0 0!important;
  1886. border: 1px solid #51aada!important;
  1887. border-radius: 3px 0 0 3px!important;
  1888. color: #51aada!important;
  1889. cursor: text;
  1890. font-size: 12px!important;
  1891. height: 16px!important;
  1892. line-height: 12px!important;
  1893. margin-right: 23px!important;
  1894. padding: 3px 0 3px 1px !important;
  1895. transition: ease;
  1896. transition-duration: 1.5s;
  1897. width: 0!important;
  1898. margin-top: 3px;
  1899. }
  1900. #fa_search #fa_magnifier {
  1901. background: #51aada url(https://i21.servimg.com/u/f21/18/21/41/30/search10.png) no-repeat scroll 50% 50%!important;
  1902. border: 1px solid #51aada;
  1903. border-radius: 0 3px 3px 0;
  1904. height: 22px!important;
  1905. right: 0;
  1906. top: 3px;
  1907. width: 22px!important;
  1908. position: absolute;
  1909. background-position: -30px 0px;
  1910. }
  1911. #fa_toolbar #fa_service {
  1912. display: inline-block !important;
  1913. visibility: visible !important;
  1914. text-decoration: none !important;
  1915. }
  1916. #fa_icon, #fa_toolbar #fa_service {
  1917. color: #51aada!important;
  1918. }
  1919. #fa_toolbar a:link, #fa_toolbar a:visited, #fa_toolbar a:hover, #fa_toolbar a:active {
  1920. border: 1px solid transparent;
  1921. border: none;
  1922. }
  1923. #fa_service {
  1924. font-family: "Arial",Arial,Verdana,sans-serif;
  1925. font-size: 16px;
  1926. font-weight: 700;
  1927. }
  1928. #fa_service:after {
  1929. content: ' - American Life - RPG';
  1930. }
  1931. body #fa_share {
  1932. display: none!important;
  1933. }
  1934. #fa_search {
  1935. margin-left: 20px;
  1936. height: 30px;
  1937. position: relative;
  1938. }
  1939. #fa_right a.rightHeaderLink {color:#51aada!important;}
  1940. #fa_hide {display:none!important}
  1941. #fa_right #fa_menu #fa_welcome:hover, #fa_right #fa_notifications:hover, #fa_right a.rightHeaderLink:hover, #fa_right.welcome #fa_menu #fa_welcome, #fa_toolbar > #fa_right.notification > #fa_notifications {
  1942. background-color: #51aada!important;
  1943. border-color: #51aada!important;
  1944. color: #FFF!important;
  1945. }
  1946. #fa_menulist {
  1947. display: none;
  1948. position: absolute;
  1949. list-style-type: none;
  1950. margin: 0px;
  1951. padding: 0px 10px;
  1952. background-color: #FFFFFF;
  1953. min-width: 175px;
  1954. width: auto;
  1955. border: 1px solid #333333;
  1956. line-height: 32px;
  1957. border-top: 0px solid #FFFFFF;
  1958. z-index: 999;
  1959. }
  1960. #fa_menulist, #fa_toolbar #fa_right #notif_list {
  1961. background: #FFF none repeat scroll 0 0!important;
  1962. border: 1px solid #DDD!important;
  1963. border-radius: 3px;
  1964. box-shadow: 0 6px 12px rgba(0,0,0,0.176);
  1965. margin-top: 18px!important;
  1966. }
  1967. #fa_menulist::before, #fa_toolbar #fa_right #notif_list::before {
  1968. content: url("https://i18.servimg.com/u/f18/18/21/41/30/arrow11.png");
  1969. position: absolute;
  1970. right: 10%;
  1971. top: -10px;
  1972. }
  1973. #fa_search #fa_textarea:focus,#fa_search #fa_textarea:hover,#fa_search:hover #fa_textarea{background:#FFF none repeat scroll 0 0!important;color:#444!important;outline:medium none;padding:3px!important;transition:ease;transition-duration:.5s;width:150px!important}
  1974. .pun h2, .pun h3, .pun input, .pun select, .pun th {font-size: 1em;
  1975. font-style: normal;
  1976. font-variant: normal;
  1977. font-weight: 400;
  1978. }
  1979. body {
  1980. background-attachment: scroll;
  1981. background-color: #ccc;
  1982. background-image: url(http://illiweb.com/fa/empty.gif);
  1983. color: #333;
  1984. font-family: Verdana,Arial,Helvetica,sans-serif;
  1985. font-size: 12px;
  1986. }
  1987. input[type="button"], input[type="reset"], input[type="submit"] {
  1988. background: #3c414b none repeat scroll 0 0;
  1989. border: 0 solid #FFF;
  1990. border-radius: 3px;
  1991. color: #FFFAFA!important;
  1992. cursor: pointer;
  1993. display: inline-block;
  1994. font-family: sans-serif;
  1995. font-size:11px!important;
  1996. padding: 4px 9px!important;
  1997. text-decoration: none;
  1998. text-transform: uppercase;
  1999. }
  2000. input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  2001. background: #51aada;
  2002. }
  2003. body .sceditor-container {
  2004. -moz-border-radius: 0;
  2005. -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
  2006. -webkit-border-radius: 0;
  2007. -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
  2008. border: 1px solid #b6b6b6;
  2009. border-radius: 0;
  2010. box-shadow: 0 0 3px rgba(0,0,0,.15);
  2011. padding: 0
  2012. }
  2013. #stats_sidebar {
  2014. margin: -10px;
  2015. }
  2016. #stats_sidebar li {
  2017. border-bottom: 1px solid #E9EDEE;
  2018. }
  2019. .List_data li {
  2020. padding: 6px;
  2021. line-height: 1.3;
  2022. }
  2023. .srl {
  2024. color: rgb(150,150,150);
  2025. }
  2026. #stats_sidebar .srr {
  2027. float: right;
  2028. font-weight: bold;
  2029. }
  2030. body .sceditor-toolbar {
  2031. -moz-box-shadow: 0 1px 0 #fff inset!important;
  2032. -webkit-box-shadow: 0 1px 0 #fff inset!important;
  2033. background: #cfd1cf url(http://i.imgur.com/XPb5FAh.png) repeat-x 0 0!important;
  2034. border-bottom: 1px solid #b6b6b6!important;
  2035. box-shadow: 0 1px 0 #fff inset!important;
  2036. padding: 6px 8px 2px;
  2037. white-space: normal
  2038. }
  2039.  
  2040. body .sceditor-group {
  2041. -moz-border-radius: 3px;
  2042. -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset!important;
  2043. -webkit-border-radius: 3px;
  2044. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset!important;
  2045. background: #e4e4e4 url(http://i.imgur.com/lvfV1wd.png) repeat-x 0 0!important;
  2046. border: 1px solid #a6a6a6;
  2047. border-bottom-color: #979797!important;
  2048. border-radius: 3px;
  2049. box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset!important;
  2050. margin: 0 6px 5px 0 !important;
  2051. padding: 0!important
  2052. }
  2053.  
  2054. .sceditor-button {
  2055. -moz-border-radius: 0!important;
  2056. -webkit-border-radius: 0!important;
  2057. border-left: 1px solid rgba(0,0,0,.2);
  2058. border-radius: 0!important
  2059. }
  2060.  
  2061. .sceditor-group .sceditor-button:first-child {border-left: 0}
  2062.  
  2063. .sceditor-button:hover {
  2064. -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset!important;
  2065. -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset!important;
  2066. background: #ccc url(http://i.imgur.com/q00xTJ9.png) repeat-x 0 0!important;
  2067. box-shadow: 0 0 1px rgba(0,0,0,.3) inset!important;
  2068. cursor: default
  2069. }
  2070.  
  2071. .sceditor-button.active,.sceditor-button.hover,.sceditor-button:active {background: #ccc url(http://i.imgur.com/q00xTJ9.png) repeat-x 0 0!important;box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2)!important}
  2072.  
  2073. .sceditor-button.sceditor-button-size {
  2074. background: url(http://i.imgur.com/fZYgLFV.png) 0 0 no-repeat scroll!important;
  2075. height: 22px!important;
  2076. width: 51px
  2077. }
  2078.  
  2079. .sceditor-button.sceditor-button-font {
  2080. background: url(http://i.imgur.com/fmbuqHA.png) 0 0 no-repeat scroll!important;
  2081. height: 22px!important;
  2082. width: 81px
  2083. }
  2084.  
  2085. .sceditor-button.sceditor-button-font,.sceditor-button.sceditor-button-size {
  2086. -moz-box-shadow: none!important;
  2087. -webkit-box-shadow: none!important;
  2088. border-radius: 3px!important;
  2089. box-shadow: none!important;
  2090. cursor: default
  2091. }
  2092.  
  2093. .sceditor-button.sceditor-button-font > div,.sceditor-button.sceditor-button-size > div {display: none}
  2094.  
  2095. .sceditor-container iframe,.sceditor-container textarea {
  2096. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  2097. font-size: 13px;
  2098. line-height: 1.6;
  2099. margin: 15px!important;
  2100. min-height: 180px
  2101. }
  2102.  
  2103. .sceditor-container textarea {
  2104. -moz-box-sizing: border-box;
  2105. -webkit-box-sizing: border-box;
  2106. box-sizing: border-box
  2107. }
  2108. .sucesso, .alerta, .aviso, .infos {
  2109. -moz-border-radius: 3px;
  2110. -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
  2111. -webkit-border-radius: 3px;
  2112. -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
  2113. border-radius: 3px;
  2114. box-shadow: 1px 1px 2px rgba(0,0,0,.4);
  2115. font-size: 13px;
  2116. font-style: normal;
  2117. font-variant: normal;
  2118. font-weight: 400;
  2119. margin: 5px 0;
  2120. padding: 15px 15px 15px 65px !important;
  2121. width: 85%;
  2122. }
  2123. .pun .main-content {
  2124. background-color: #fbfbfb;
  2125. border: 1px solid #ddd;
  2126. border-top: none;
  2127. }
  2128. #stats {
  2129. background-color: #fff;
  2130. padding: 5px!important;
  2131. }
  2132. .onlinemeet {
  2133. text-align: center;
  2134. font-family: Arial;
  2135. color: #616161;
  2136. font-weight: 900;
  2137. font-size: 16px;
  2138. padding: 5px;
  2139. background-color: #EEEEEE;
  2140. border: 1px solid #DADADA;
  2141. border-right: none;
  2142. border-left: none;
  2143. }
  2144. #classeperson {
  2145. margin-left: 15px;
  2146. color: #616161;
  2147. float: left;
  2148. font-family: Arial;
  2149. margin-top:13px;
  2150. }
  2151. #onlinelist {
  2152. float: right;
  2153. border-top: none;
  2154. background-color: #FFF;
  2155. float: right;
  2156. font-family: Arial;
  2157. padding-left: 40px;
  2158. }
  2159. .legendaa {
  2160. margin-top: 88px;
  2161. border-top: 1px solid #D6D6D6;
  2162. border-bottom: 5px solid #ACACAC;
  2163. border-radius: 0 0 5px 5px;
  2164. text-align: center;
  2165. background-color: #E9E9E9;
  2166. padding: 15px;
  2167. }
  2168. #pun-info .main-content {
  2169. background-color: #FFF;
  2170. }
  2171. #tabs ul li a{background-color:#F1F1F1;background-repeat:repeat-x;border-color:#C1C1C1;border-left:1px solid #CCC;border-top:1px solid #CCC;color:#424242;font-weight:700;margin-top:10px}#tabs ul li.activetab a:hover{background:#fff;background-color:#363636}#tabs ul li a:hover{background-color:#F4F4F4;border-color:#333}#tabs ul li.activetab a{background-color:#363636;background-image:url(http://i50.tinypic.com/9qky9y.png);background-repeat:repeat-x;border-color:#363636;color:#fff;text-decoration:none}
  2172. #content-container div#container {margin-right:-280px;}
  2173.  
  2174. .sig-content, .signature_div {
  2175. border-top: 1px solid #E9E9E9;
  2176. }
  2177. .pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {display:none;}
  2178.  
  2179. /********** Não Editar **********/
  2180.  
  2181.  
  2182. /***********QUOTE ELEGANTE************/
  2183. blockquote {
  2184. font-size: 12px;
  2185. border: 1px solid #E3E3E3;
  2186. background: #FCFCFC;
  2187. color: #9F9F9F;
  2188. margin-bottom: 5px;
  2189. }
  2190. blockquote, .postmain blockquote {padding: 10px;}
  2191. blockquote cite {
  2192. font-size: 12px;
  2193. padding: 8px 10px;
  2194. text-indent: 25px;
  2195. border: 1px solid #E3E3E3;
  2196. border-top: 0px;
  2197. border-bottom: 1px solid #E8E8E8;
  2198. background-color: #F2F2F2;
  2199. background-image: url(https://i34.servimg.com/u/f34/16/49/10/98/snapba10.png), url(http://i.imgur.com/iPXDkuF.png);
  2200. background-position: 10px center, 0 0;
  2201. background-repeat: no-repeat, repeat-x;
  2202. color: #535353;
  2203. text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
  2204. font-weight: bold;
  2205. }
  2206. blockquote cite, .postmain cite {margin: -10px -11px 8px -11px;}
  2207. /***********FIM QUOTE************/
  2208.  
  2209. /***********Código Elegante*****/
  2210.  
  2211. .codebox dt {
  2212.  
  2213. border-image-source: initial;
  2214. border-image-slice: initial;
  2215. border-image-width: initial;
  2216. border-image-outset: initial;
  2217. border-image-repeat: initial;
  2218. border-radius: 2px;
  2219. color: #616161;
  2220. cursor: pointer;
  2221. display: inline-block;
  2222. font-size: 11px;
  2223. height: 24px;
  2224. line-height: 24px;
  2225. margin: 0px 0px 0px 5px;
  2226. padding: 0px 10px;
  2227. text-shadow: #FFF 0px 1px 0px;
  2228. white-space: nowrap;
  2229. }
  2230. .codebox {
  2231. background: rgba(0, 0, 0, 0);
  2232. border: 0px;
  2233. border-image-source: initial;
  2234. border-image-slice: initial;
  2235. border-image-width: initial;
  2236. border-image-outset: initial;
  2237. border-image-repeat: initial;
  2238. }
  2239. .codebox dd {
  2240. background: rgba(0, 0, 0, 0);
  2241. }
  2242.  
  2243. .codebox {
  2244. font-size: 11px;
  2245. line-height: 170%;
  2246. }
  2247. .codebox dt {
  2248. border-bottom: 0;
  2249. }
  2250. .codebox dt {
  2251. border-bottom: 1px dotted #ddd;
  2252. padding: .25em;
  2253. }
  2254. .codebox {
  2255. background: #FCFCFC;
  2256. border: 1px solid #E3E3E3;
  2257. font-size: 11px;
  2258. line-height: 170%;
  2259. overflow: auto;
  2260. padding: 5px;
  2261. }
  2262.  
  2263. /***********Spoiler************/
  2264.  
  2265.  
  2266. .codebox.spoiler dt {
  2267. -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px, rgba(255, 255, 255, 0.701961) 0px 1px 0px inset;
  2268. background: url(http://i.imgur.com/psvFIEG.png) 0px 0px repeat-x #ECECEC;
  2269. border: 1px solid #D0D0D0;
  2270. border-image-source: initial;
  2271. border-image-slice: initial;
  2272. border-image-width: initial;
  2273. border-image-outset: initial;
  2274. border-image-repeat: initial;
  2275. border-radius: 2px;
  2276. box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px, rgba(255, 255, 255, 0.701961) 0px 1px 0px inset;
  2277. color: #616161;
  2278. cursor: pointer;
  2279. display: inline-block;
  2280. font-size: 11px;
  2281. height: 24px;
  2282. line-height: 24px;
  2283. margin: 0px 0px 0px 5px;
  2284. padding: 0px 10px;
  2285. text-shadow: #FFF 0px 1px 0px;
  2286. white-space: nowrap;
  2287. }
  2288. .codebox.spoiler {
  2289. background: rgba(0, 0, 0, 0);
  2290. border: 0px;
  2291. border-image-source: initial;
  2292. border-image-slice: initial;
  2293. border-image-width: initial;
  2294. border-image-outset: initial;
  2295. border-image-repeat: initial;
  2296. }
  2297. .codebox.spoiler dd {
  2298. background: rgba(0, 0, 0, 0);
  2299. }
  2300. .spoiler_content.hidden {
  2301. background: #FCFCFC;
  2302. border: 1px dashed #E3E3E3;
  2303. border-image-source: initial;
  2304. border-image-slice: initial;
  2305. border-image-width: initial;
  2306. border-image-outset: initial;
  2307. border-image-repeat: initial;
  2308. padding: 5px;
  2309. }
  2310. .spoiler_content.hidden {
  2311. background: #F0F0F0;
  2312. border: 1px solid #d3d3d3;
  2313. }
  2314. /***********FIM Spoiler************/
  2315.  
  2316. /***********ICON BALL OFFLINE************/
  2317. .pun .post .post_username .post_online .status.online_ipb
  2318. {
  2319. background: url(https://i71.servimg.com/u/f71/18/17/62/92/offlin10.png);
  2320. float: left;
  2321. height: 15px;
  2322. margin: 10px 4px -3px 0;
  2323. width: 51px;
  2324. }
  2325. /***********FIM ICON BALL ONLINE************/
  2326.  
  2327. /*Separação de botões*/
  2328. .i_reply {
  2329. padding-left: 10px !important;
  2330. }
  2331. /*Fim da separação*/
  2332.  
  2333. /*Hover*/
  2334. .pun .main table tr:hover td.tc2, .pun .main table tr:hover td.tc3, .pun table.table tr:hover td.tcl, .pun table.table tr:hover td.tcr {
  2335. background-color: #f5f5f5 !important;
  2336. }
  2337.  
  2338. /*Hover*/
  2339. .pun .postfoot .post-options img {
  2340. border-right: 1px solid #b8b8b8;
  2341. }
  2342. .postprofile a img:hover {
  2343. opacity: initial!Important;
  2344. }
  2345.  
  2346.  
  2347. /***********Curtir no Post************/
  2348.  
  2349. #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
  2350. #rep_post .bs_inline {list-style: none;}
  2351. #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
  2352. #rep_post .bs_inline > li:first-child {margin-left: 0;}
  2353. #rep_post .bs_inline img {vertical-align: middle;}
  2354. #rep_post span img {cursor: pointer;}
  2355. #rep_post .reput_vote {
  2356. background-image: url('http://i.imgur.com/UGqTZqe.png');
  2357. background-repeat: repeat-x;
  2358. background-position: 0 1px;
  2359. font-size: 10px;
  2360. padding: 2px 10px !important;
  2361. color: #fff;
  2362. font-weight: bold;
  2363. display: inline-block;
  2364. -moz-border-radius: 3px;
  2365. -webkit-border-radius: 3px;
  2366. border-radius: 3px;
  2367. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  2368. }
  2369. .reput_vote.positive {background-color: #8db13e;}
  2370. .reput_vote.zero {background-color: #6a6a6a;}
  2371. .BS_like { padding: 0 !important; }
  2372. .BS_like { background: none !important; }
  2373. div#rep_post {
  2374. margin: 0 !important;
  2375. position: absolute;
  2376. right: 30px;
  2377. top: -2px;
  2378. }
  2379. .pun .main-content ol, .pun .main-content ul {
  2380. padding-top: 10px;
  2381. }
  2382.  
  2383. /***********Fim do curtir no Post************/
  2384.  
  2385. /***********Botões************/
  2386. .pun .postfoot .post-options img:hover {
  2387. opacity: .7;
  2388. }
  2389.  
  2390. /***********FIM BOTÕES************/
  2391.  
  2392. /***********OFFLINE***********/
  2393.  
  2394. .i_icon_online {
  2395. margin-left: 5px !important;
  2396. }
  2397. /*Fim do OFFLINE*/
  2398.  
  2399. /*Avatar Redondo*/
  2400. .lastpost-avatar img { border-radius: 50%; }
  2401. /*Fim Avatar redondo*/
  2402.  
  2403. /*Slide Banner*/
  2404.  
  2405. .unslider-nav ol {
  2406. text-align: right !important;
  2407. padding-right: 20px !important;
  2408. }
  2409.  
  2410. .unslider-nav li {
  2411. width: 10px !important;
  2412. height: 10px !important;
  2413. border-radius: 50% !important;
  2414. color: transparent !important;
  2415. }
  2416. .unslider {
  2417. overflow: hidden !important;
  2418. }
  2419. .unslider-nav {
  2420. position: absolute;
  2421. bottom: 15px;
  2422. left: 0;
  2423. right: 0;
  2424. text-align: center;
  2425. }
  2426. .unslider {
  2427. position: relative !important;
  2428. }
  2429. /*Fim Slide*/
  2430.  
  2431. /*Private mensagem*/
  2432. /* MP */
  2433. /* MP */
  2434. [data-counter]:after {
  2435. background-color: #CF2020;
  2436. background-image: -webkit-linear-gradient(#FF6969 0%, #ff0000 100%);
  2437. background-image: -moz-linear-gradient(#FF6969 0%, #ff0000 100%);
  2438. background-image: -o-linear-gradient(#FF6969 0%, #ff0000 100%);
  2439. background-image: -ms-linear-gradient(#FF6969 0%, #ff0000 100%);
  2440. background-image: linear-gradient(#FF6969 0%, #ff0000 100%);
  2441. content: attr(data-counter);
  2442. position: absolute;
  2443. -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
  2444. -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  2445. box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
  2446. border-radius:2px;
  2447. background-clip: padding-box;
  2448. font:bold 10px "Helvetica Neue", sans-serif;
  2449. color: white;
  2450. text-decoration: none;
  2451. text-shadow: 0 -1px 0 rgba(0,0,0,.6);
  2452. margin-left: 12px;
  2453. padding: 5px;
  2454. margin-top: 3px;
  2455. vertical-align: top;
  2456. height: 5px;
  2457. line-height: 6px;
  2458. }​
  2459. /*Fim do Private mensagem*/
  2460.  
  2461. /* ------------------------- Color Nick Administrador ------------------------------- */
  2462. a[href="/g10-administradores"]{ text-shadow: 0 2px 6px #FF00FF;
  2463. }
  2464. a[href="/g10-administradores"]{
  2465. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  2466. }
  2467. a[href^="/u"] span[style^="color:#FF00FF"] {
  2468. background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
  2469. text-shadow: 0 2px 6px #FF00FF;
  2470. }
  2471. /* ------------------------- Color Nick Moderador----------------------------*/
  2472. a[href="/g2-moderadores"]{ text-shadow: 0 2px 6px #0033FF; }
  2473. a[href="/g2-moderadores"]{
  2474. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  2475. }
  2476. a[href^="/u"] span[style^="color:#0033FF"] {
  2477. background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
  2478. text-shadow: 0 2px 6px #0033FF;
  2479. }
  2480. /* ------------------------- Color Nick Moderador Fórum----------------------------*/
  2481. a[href="/g11-moderadores-forum"]{ text-shadow: 0 2px 6px #1BC25B; }
  2482. a[href="/g11-moderadores-forum"]{
  2483. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  2484. }
  2485. a[href^="/u"] span[style^="color:#1BC25B"] {
  2486. background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
  2487. text-shadow: 0 2px 6px #1BC25B;
  2488. }
  2489.  
  2490. /* ------------------------ Color Nick Designers ----------------------------------*/
  2491. a[href="/g16-designers"]{ text-shadow: 0 2px 6px #F2C600; }
  2492. a[href="/g16-designers"]{
  2493. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  2494. }
  2495. a[href^="/u"] span[style^="color:#F2C600"] {
  2496. background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
  2497. text-shadow: 0 2px 6px #F2C600;
  2498. }
  2499. /* ------------------------- Color Grupo Sócios -------------------------------------*/
  2500. a[href="/g6-socio"]{ text-shadow: 0 2px 6px #00FFEA;}
  2501. a[href="/g6-socio"]{
  2502. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  2503. }
  2504. a[href^="/u"] span[style^="color:#00FFEA"] {
  2505. background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
  2506. text-shadow: 0 2px 6px #00FFEA;
  2507. }
  2508. /*-------------------------- Color Grupo VIPS ---------------------------------------*/
  2509. a[href="/g7-vip-s"]{ text-shadow: 0 2px 6px #FF0000;}
  2510. a[href="/g7-vip-s"]{
  2511. background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
  2512. }
  2513. a[href^="/u"] span[style^="color:#FF0000"] {
  2514. background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
  2515. text-shadow: 0 2px 6px #FF0000;
  2516. }
  2517.  
  2518. /*Fim do color nick grupos*/
  2519.  
  2520. /*Avatar widget*/
  2521. .avt-r img{
  2522. background: none repeat scroll 0% 0% #FFF;
  2523. border: 1px solid #D5D5D5 !important;
  2524. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  2525. float: left;
  2526. height: 32px;
  2527. margin: 3px;
  2528. padding: 1px;
  2529. width: 32px;
  2530. }
  2531. .avt-r img { border-radius: 50%; }
  2532. .avt-r img:hover {
  2533. -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  2534. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  2535. border-color: #666;
  2536. box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  2537. }
  2538. .avt-r-enlace img { border-radius: 50%; }
  2539. .avt-r-enlace img {
  2540. width: 32px;
  2541. height: 32px;
  2542. }
  2543. .avt-r-enlace img { border-radius: 50%; }
  2544. .avt-r-enlace img:hover {
  2545. -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  2546. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  2547. border-color: #666;
  2548. box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  2549. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement