Advertisement
Guest User

Untitled

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