Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.38 KB | None | 0 0
  1. body
  2. {
  3. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  4. background-color:#1d2129;
  5. color:#5a5a5a;
  6. font-family:tahoma,helvetica,arial,sans-serif;
  7. font-size:11px;
  8. font-style:normal;
  9. font-variant:normal;
  10. font-weight:400
  11. }
  12.  
  13. #chatbox_messenger_form .right
  14. {
  15. margin-left:8px;
  16. font-size:2px
  17. }
  18.  
  19. #chatbox img
  20. {
  21. width:50px;
  22. transition:.5s
  23. }
  24.  
  25. #chatbox table
  26. {
  27. background:#fff;
  28. border:1px solid #000;
  29. position:fixed;
  30. max-height:20px;
  31. max-width:50px;
  32. top:-500px;
  33. left:-500px
  34. }
  35.  
  36. #chatbox table:before
  37. {
  38. content:'Tentativa falha..'
  39. }
  40.  
  41. #chatbox span[title]
  42. {
  43. color:#c9daeb!important;
  44. float:right!important
  45. }
  46.  
  47. .quadrado_box
  48. {
  49. -khtml-border-radius:3px;
  50. -moz-border-radius:3px;
  51. -webkit-border-radius:3px;
  52. background:url(https://i.imgur.com/HK8GsgV.png) repeat-x 0 0;
  53. border-radius:3px;
  54. box-shadow:0 0 1px rgba(255,255,255,0.59) inset;
  55. display:inline-block;
  56. font-size:13px;
  57. font-style:normal;
  58. font-weight:400;
  59. margin-bottom:10px;
  60. padding:13px 15px 15px;
  61. position:relative;
  62. text-shadow:0 1px 0 rgba(255,255,255,0.6);
  63. width:90%;
  64. background:#EFF1F3 url(https://imgur.com/J3aqwYE.png) repeat-x 0 0;
  65. border:1px solid #DFE1E3;
  66. color:#686966
  67. }
  68.  
  69. .hideTB
  70. {
  71. margin:5px;
  72. background-color:#f3e3e6;
  73. display:block;
  74. padding:10px;
  75. border:1px solid #e599aa;
  76. font-size:12px;
  77. color:#80001c
  78. }
  79.  
  80. .guest
  81. {
  82. background-color:#F3E3E6;
  83. border:1px solid #E599AA;
  84. color:#80001C;
  85. padding:10px;
  86. display:block;
  87. margin:15px;
  88. font-size:11px
  89. }
  90.  
  91. #quick_reply #textarea_content #text_editor_textarea,
  92. {
  93. width:85%!important
  94. }
  95.  
  96. .reputation
  97. {
  98. -moz-border-radius:3px;
  99. -webkit-border-radius:3px;
  100. background:#8DB13E;
  101. border-radius:3px;
  102. bottom:-7px;
  103. color:#FFF;
  104. display:inline-block;
  105. float:none!important;
  106. font-weight:700;
  107. left:1em;
  108. margin:5px;
  109. padding:0;
  110. text-align:center;
  111. text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
  112. width:10em;
  113. -moz-box-shadow:inset rgba(0,0,0,0.4) 0 0 0 1px,rgba(0,0,0,0.3) 0 1px 4px;
  114. -webkit-box-shadow:inset rgba(0,0,0,0.4) 0 0 0 1px,rgba(0,0,0,0.3) 0 1px 4px;
  115. box-shadow:inset rgba(0,0,0,0.1) 0 1px 0px,inset rgba(0,0,0,0.30) 0 0 0 1px,inset rgba(255,255,255,0.15) 0 2px 0px,rgba(0,0,0,0.15) 0 1px 4px,inset rgba(255,255,255,0.2) 0 10px 25px
  116. }
  117.  
  118. .reputation.zero
  119. {
  120. background-color:#858585!important;
  121. color:#fff
  122. }
  123.  
  124. .reputation
  125. {
  126. background-color:#6f8f52!important;
  127. color:#fff!important
  128. }
  129.  
  130. .perfilInfo
  131. {
  132. background:url(http://forum.teamspeak.com.br/public/style_images/master/stems/bottomleft.png) no-repeat 98% 0;
  133. float:left;
  134. height:12em;
  135. left:-38em;
  136. padding:16px 0 38px 5px;
  137. top:13px;
  138. width:510px;
  139. z-index:999
  140. }
  141.  
  142. .linkPrf
  143. {
  144. -moz-transition:all .2s ease-in-out;
  145. -o-transition:all .2s ease-in-out;
  146. -webkit-transition:all .2s ease-in-out;
  147. background:#F6F6F6;
  148. border:1px solid #DBDBDB;
  149. border-radius:0 0 4px 4px;
  150. bottom:-14px;
  151. border-top:none;
  152. box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  153. color:#616161;
  154. float:left;
  155. height:14px;
  156. left:13.8em;
  157. margin:2px;
  158. padding:5px;
  159. text-align:center;
  160. text-decoration:none!important;
  161. transition:all .2s ease-in-out;
  162. width:8em
  163. }
  164.  
  165. .linkPrf:hover
  166. {
  167. color:#4C4C4C;
  168. border-color:#9A9A9A
  169. }
  170.  
  171. .linkPrf:hover a
  172. {
  173. color:#4C4C4C
  174. }
  175.  
  176. .linkPrf a
  177. {
  178. color:#616161!important;
  179. font:normal 12px;
  180. text-decoration:none
  181. }
  182.  
  183. .setPerfil
  184. {
  185. background:rgba(0,0,0,0.3);
  186. display:block;
  187. height:86%;
  188. padding:5px 5px 0;
  189. padding-bottom:0;
  190. border-radius:3px
  191. }
  192.  
  193. .setPerfil > span
  194. {
  195. background:#f9f9f9;
  196. border-radius:3px;
  197. display:block;
  198. height:86%;
  199. padding:3px;
  200. border:1px solid #999
  201. }
  202.  
  203. .setPerfil .PerfilInfoImg
  204. {
  205. width:94px;
  206. height:100px;
  207. float:left;
  208. display:table;
  209. background:#E1E1E1;
  210. padding:3px;
  211. box-shadow:1px 1px 0 #CCC
  212. }
  213.  
  214. .setPerfil p div
  215. {
  216. display:inline
  217. }
  218.  
  219. .setPerfil h2
  220. {
  221. float:left;
  222. font:bold 19px "Trebuchet MS";
  223. display:block;
  224. background:#E1E1E1;
  225. width:382px;
  226. padding:5px;
  227. text-shadow:1px 1px 0 #fff;
  228. border-radius:0 0 5px 5px;
  229. box-shadow:1px 1px 0 #CCC;
  230. margin-bottom:10px
  231. }
  232.  
  233. .setPerfil p
  234. {
  235. -moz-transition:all .2s ease-in-out;
  236. -o-transition:all .2s ease-in-out;
  237. -webkit-transition:all .2s ease-in-out;
  238. background:#F1F1F1;
  239. border:1px solid #CCC;
  240. border-radius:3px;
  241. box-shadow:1px 1px 0 #CCC;
  242. display:block;
  243. float:right;
  244. font-weight:400;
  245. margin:2px 12px;
  246. padding:5px;
  247. text-align:left;
  248. width:350px
  249. }
  250.  
  251. .setPerfil p:hover
  252. {
  253. box-shadow:1px 1px 0 #9A9A9A
  254. }
  255.  
  256. .pun .user-ident .username
  257. {
  258. background:url(https://i.servimg.com/u/f78/14/73/12/96/vtdate10.png) repeat-x scroll left top transparent;
  259. display:block;
  260. padding-top:9px;
  261. padding-bottom:9px;
  262. text-align:center;
  263. position:relative;
  264. margin-top:-19px;
  265. height:30px
  266. }
  267.  
  268. .pun .postmain
  269. {
  270. margin:10px 10px 10px 195px
  271. }
  272.  
  273. .pun .post .user
  274. {
  275. width:175px;
  276. font-size:12px;
  277. text-align:center;
  278. line-height:150%;
  279. -moz-border-radius:3px;
  280. -webkit-border-radius:3px;
  281. background:#FBFBFB url(https://i.servimg.com/u/f78/17/96/03/52/highli10.png) repeat-x 0 0;
  282. border:1px solid #dbe4ef;
  283. border-radius:3px;
  284. margin-left:-16em;
  285. margin-top:-.7em;
  286. margin-bottom:11px;
  287. position:relative
  288. }
  289.  
  290. .pun a:hover
  291. {
  292. color:#4182BF;
  293. -webkit-transition:all .3s linear;
  294. -moz-transition:all .3s linear;
  295. -ms-transition:all .3s linear;
  296. -o-transition:all .3s linear;
  297. transition:all .3s ease-in 0!important
  298. }
  299.  
  300. .regras-chat
  301. {
  302. background:url(https://i.imgur.com/HK8GsgV.png) repeat-x 0 0;
  303. -khtml-border-radius:3px;
  304. -moz-border-radius:3px;
  305. -webkit-border-radius:3px;
  306. background-color:#F4D4D4;
  307. border:1px solid #AD3D3D;
  308. border-radius:3px;
  309. box-shadow:0 0 1px rgba(255,255,255,0.59) inset;
  310. color:#6C2626;
  311. font-size:11px;
  312. margin-bottom:5px;
  313. padding:5px;
  314. text-align:center
  315. }
  316.  
  317. .popup_delete
  318. {
  319. background-color:#464646;
  320. background-color:rgba(70,70,70,0.6);
  321. padding:4px;
  322. -webkit-box-shadow:0 12px 25px rgba(0,0,0,0.7);
  323. -moz-box-shadow:0 12px 25px rgba(0,0,0,0.7);
  324. box-shadow:0 12px 25px rgba(0,0,0,0.7);
  325. -moz-border-radius:4px;
  326. -webkit-border-radius:4px;
  327. border-radius:4px;
  328. z-index:999;
  329. bottom:5px;
  330. right:5px;
  331. position:fixed
  332. }
  333.  
  334. .popup_delete_Inner
  335. {
  336. background:#fff;
  337. -webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
  338. -moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
  339. box-shadow:0 0 3px rgba(0,0,0,0.4);
  340. overflow-x:hidden;
  341. width:350px;
  342. max-height:642px
  343. }
  344.  
  345. .popup_delete_Inner h3
  346. {
  347. background:-moz-linear-gradient(#444,#000);
  348. background-color:#000;
  349. background-image:-webkit-linear-gradient(#444,#000);
  350. text-align:left;
  351. color:#fff;
  352. padding:8px 10px 9px;
  353. font-size:16px;
  354. font-weight:300;
  355. text-shadow:0 1px 2px rgba(0,0,0,0.3)
  356. }
  357.  
  358. .Box_delete
  359. {
  360. background:#f0f0f0;
  361. padding:9px
  362. }
  363.  
  364. .Box_container
  365. {
  366. background:#fdfdfd;
  367. border:1px solid #dcdcdc
  368. }
  369.  
  370. .delete_center
  371. {
  372. padding:9px;
  373. text-align:center
  374. }
  375.  
  376. .delete_center p
  377. {
  378. margin-bottom:5px
  379. }
  380.  
  381. .popup_delete_Close
  382. {
  383. cursor:pointer;
  384. position:absolute;
  385. right:20px;
  386. top:15px
  387. }
  388.  
  389. .BSnovote,.vote
  390. {
  391. display:none
  392. }
  393.  
  394. .BSlikecount
  395. {
  396. background:#6f8f52;
  397. color:#fff;
  398. font-size:10px;
  399. padding:3px 8px;
  400. font-weight:700;
  401. margin:5px 5px 5px 3px;
  402. display:inline-block;
  403. -moz-border-radius:3px;
  404. -webkit-border-radius:3px;
  405. border-radius:3px;
  406. cursor:pointer
  407. }
  408.  
  409. .BSlikecount.zero
  410. {
  411. background:#dedede;
  412. color:#6e6e6e
  413. }
  414.  
  415. html,body
  416. {
  417. .act_modmargin:0 0 8px 0
  418. }
  419.  
  420. .act_mod p
  421. {
  422. background:#f8f8f8 url(https://i.servimg.com/u/f38/18/24/85/15/shine10.png) repeat-x 0 50%;
  423. border:1px solid #dbdbdb;
  424. -moz-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  425. -webkit-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  426. box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  427. -moz-border-radius:3px;
  428. -webkit-border-radius:3px;
  429. border-radius:3px;
  430. color:#616161;
  431. -webkit-transition:all .2s ease-in-out;
  432. -moz-transition:all .2s ease-in-out;
  433. font-size:12px;
  434. height:22px;
  435. line-height:22px;
  436. padding:3px 10px;
  437. white-space:nowrap;
  438. cursor:pointer;
  439. display:inline-block
  440. }
  441.  
  442. #popw
  443. {
  444. background-color:#464646;
  445. background-color:rgba(70,70,70,0.6);
  446. padding:4px;
  447. -webkit-box-shadow:0 8px 15px rgba(0,0,0,0.7);
  448. -moz-box-shadow:0 8px 15px rgba(0,0,0,0.7);
  449. box-shadow:0 8px 15px rgba(0,0,0,0.7);
  450. -moz-border-radius:4px;
  451. -webkit-border-radius:4px;
  452. border-radius:4px;
  453. display:none;
  454. z-index:999;
  455. margin-top:16px;
  456. position:absolute
  457. }
  458.  
  459. .mod_hover
  460. {
  461. background-image:url(https://i.servimg.com/u/f38/18/24/85/15/bottom10.png);
  462. width:31px;
  463. height:16px;
  464. position:absolute
  465. }
  466.  
  467. .popupInner
  468. {
  469. background:#fff;
  470. width:500px;
  471. overflow:auto;
  472. -webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
  473. -moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
  474. box-shadow:0 0 3px rgba(0,0,0,0.4);
  475. overflow-x:hidden
  476. }
  477.  
  478. .action_mod li
  479. {
  480. background:#f8f8f8;
  481. border-bottom:1px solid #eaeaea;
  482. text-align:center;
  483. padding:3px 4px
  484. }
  485.  
  486. .action_mod li a
  487. {
  488. color:#333!important
  489. }
  490.  
  491. .tooltip.bottom-right .tooltip-arrow
  492. {
  493. top:0;
  494. right:5px;
  495. border-bottom-color:#000;
  496. border-width:0 5px 5px
  497. }
  498.  
  499. .pun
  500. {
  501. padding:10px
  502. }
  503.  
  504. .pun,.main_width
  505. {
  506. margin:0 auto;
  507. width:87%;
  508. min-width:960px
  509. }
  510.  
  511. img,.input_check,.input_radio
  512. {
  513. vertical-align:middle
  514. }
  515.  
  516. a:link
  517. {
  518. text-decoration:none
  519. }
  520.  
  521. #pun-visit,.main-box,#pun-about,.pun .paged-foot,.pun .paged-head
  522. {
  523. background-color:transparent;
  524. border:0
  525. }
  526.  
  527. #pun-about ul li
  528. {
  529. display:inline;
  530. float:left
  531. }
  532.  
  533. #pun-about
  534. {
  535. font-size:.8em
  536. }
  537.  
  538. #pun-intro,#pun-navlinks,#pun-about form
  539. {
  540. display:none
  541. }
  542.  
  543. #header_bar
  544. {
  545. position:fixed;
  546. z-index:999;
  547. top:0;
  548. left:0;
  549. right:0;
  550. background:#575757;
  551. border-bottom:3px solid #b96666
  552. }
  553.  
  554. #branding,#header_bar,#primary_nav
  555. {
  556. min-width:100%
  557. }
  558.  
  559. #user_navigation
  560. {
  561. color:#9f9f9f;
  562. font-size:11px
  563. }
  564.  
  565. #user_link
  566. {
  567. font-size:12px;
  568. color:#fff;
  569. padding:0 12px;
  570. height:36px;
  571. line-height:36px;
  572. display:inline-block;
  573. margin-right:15px;
  574. outline:0
  575. }
  576.  
  577. #user_navigation
  578. {
  579. overflow:visible
  580. }
  581.  
  582. #user_navigation .ipsList_inline li
  583. {
  584. font-size:13px
  585. }
  586.  
  587. .ipsList_inline > li:first-child
  588. {
  589. margin-left:0
  590. }
  591.  
  592. #user_navigation a
  593. {
  594. color:#fff
  595. }
  596.  
  597. #user_navigation a:hover
  598. {
  599. text-shadow:#fff 0 0 3px
  600. }
  601.  
  602. #user_navigation.not_logged_in
  603. {
  604. height:26px;
  605. padding:6px 0 4px;
  606. float:right;
  607. margin-top:-22px
  608. }
  609.  
  610. #user_navigation #register_link
  611. {
  612. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  613. background-color:#4242a5;
  614. border-radius:3px;
  615. color:#fff;
  616. display:inline-block;
  617. padding:3px 8px;
  618. text-shadow:0 1px 2px rgba(0,0,0,0.3);
  619. box-shadow:inset rgba(0,0,0,0.1) 0 1px 0px,inset rgba(0,0,0,0.30) 0 0 0 1px,inset rgba(255,255,255,0.15) 0 2px 0px,rgba(0,0,0,0.15) 0 1px 4px,inset rgba(255,255,255,0.2) 0 10px 25px
  620. }
  621.  
  622. #user_link:hover,#notify_link:hover,#inbox_link:hover
  623. {
  624. text-shadow:#fff 0 0 3px
  625. }
  626.  
  627. #user_navigation #sign_in
  628. {
  629. margin-right:8px
  630. }
  631.  
  632. #notify_link
  633. {
  634. background:url(https://i.imgur.com/lcE4p4d.png) no-repeat top
  635. }
  636.  
  637. #inbox_link
  638. {
  639. background:url(https://i.imgur.com/vVoLhao.png) no-repeat top
  640. }
  641.  
  642. #notify_link,#inbox_link
  643. {
  644. vertical-align:middle;
  645. width:18px;
  646. height:15px;
  647. padding:10px 24px 8px 12px;
  648. position:relative
  649. }
  650.  
  651. .ipsList_inline > li
  652. {
  653. display:inline-block;
  654. margin:0 3px
  655. }
  656.  
  657. ol,ul
  658. {
  659. list-style:none
  660. }
  661.  
  662. .attach
  663. {
  664. float:right
  665. }
  666.  
  667. #branding
  668. {
  669. -webkit-clip-path:polygon(0%0%,100%0%,100%90%,50%100%,0%90%);
  670. background:url(https://i.imgur.com/vnfDt5w.png);
  671. background-repeat:no-repeat;
  672. min-height:240px;
  673. padding-top:57px;
  674. background-size:105%
  675. }
  676.  
  677. #logo
  678. {
  679. background:url(https://i.imgur.com/rlnmnh2.png);
  680. height:190px;
  681. position:absolute;
  682. width:845px;
  683. background-size:62%;
  684. background-repeat:no-repeat
  685. }
  686.  
  687. #logo:hover
  688. {
  689. margin-left:10px;
  690. cursor:pointer;
  691. -webkit-transition:all .45s ease-in-out;
  692. -moz-transition:all .45s ease-in-out;
  693. -ms-transition:all .45s ease-in-out;
  694. -o-transition:all .45s ease-in-out;
  695. transition:all .45s ease-in-out
  696. }
  697.  
  698. .clickable
  699. {
  700. cursor:pointer
  701. }
  702.  
  703. #search
  704. {
  705. margin:20px 0
  706. }
  707.  
  708. #search_wrap
  709. {
  710. position:relative;
  711. background:#fff;
  712. display:block;
  713. padding:0 26px 0 4px;
  714. height:30px;
  715. line-height:25px;
  716. -moz-border-radius:3px 4px 4px 3px;
  717. -webkit-border-top-left-radius:3px;
  718. -webkit-border-top-right-radius:4px;
  719. -webkit-border-bottom-right-radius:4px;
  720. -webkit-border-bottom-left-radius:3px;
  721. border-radius:3px 4px 4px 3px;
  722. -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
  723. -moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
  724. box-shadow:0 2px 4px rgba(0,0,0,0.2);
  725. min-width:20px;
  726. transition:all .5s ease-in 0!important;
  727. -moz-transition:all .5s ease-in 0!important;
  728. -webkit-transition:all .5s ease-in 0!important
  729. }
  730.  
  731. #main_search
  732. {
  733. margin-top:8px;
  734. font-size:12px;
  735. border:0;
  736. padding:0;
  737. color:#b0b0b0;
  738. background:transparent;
  739. width:130px;
  740. outline:0;
  741. transition:all 1s ease-in-out;
  742. -webkit-transition:all 1s ease-in-out
  743. }
  744.  
  745. #main_search:focus
  746. {
  747. color:#5a5a5a;
  748. width:240px;
  749. transition:all 1s ease-in-out;
  750. -webkit-transition:all 1s ease-in-out
  751. }
  752.  
  753. input,select
  754. {
  755. font:normal 13px helvetica,arial,sans-serif
  756. }
  757.  
  758. #search_options
  759. {
  760. font-size:11px;
  761. height:30px;
  762. line-height:30px;
  763. margin:0 -1px 0 0;
  764. padding:0 6px;
  765. background:#EAEAEA;
  766. display:inline-block;
  767. float:right;
  768. max-width:80px;
  769. text-overflow:ellipsis;
  770. overflow:hidden
  771. }
  772.  
  773. #search .submit_input
  774. {
  775. background:#FFF url(https://i.imgur.com/4TSqpQ3.png) no-repeat 50%!important;
  776. border:0!important;
  777. bottom:0;
  778. box-shadow:none;
  779. display:block;
  780. height:26px;
  781. margin-right:-1px;
  782. outline:none!important;
  783. padding:0!important;
  784. position:absolute;
  785. right:0;
  786. text-indent:-3000em;
  787. top:0;
  788. transition:all .3s ease-in 0!important;
  789. width:30px
  790. }
  791.  
  792. #adv_search
  793. {
  794. width:16px;
  795. height:16px;
  796. background:url(https://i.imgur.com/gtuEBUp.png) no-repeat right 50%;
  797. text-indent:-3000em;
  798. display:inline-block;
  799. margin:4px 0 4px 4px
  800. }
  801.  
  802. fieldset
  803. {
  804. border:0 groove threedface
  805. }
  806.  
  807. #primary_nav
  808. {
  809. margin-top:-50px;
  810. text-transform:uppercase;
  811. font-family:segoe UI;
  812. font-weight:300
  813. }
  814.  
  815. .navegador
  816. {
  817. padding-top:12px
  818. }
  819.  
  820. .navegador li
  821. {
  822. display:inline;
  823. list-style:none;
  824. color:#fff;
  825. margin:0 22px;
  826. font-size:12px;
  827. color:#fff;
  828. font-family:'Montserrat';
  829. font-weight:300;
  830. -webkit-transition:all .15s ease-in-out;
  831. -moz-transition:all .15s ease-in-out;
  832. -ms-transition:all .15s ease-in-out;
  833. -o-transition:all .15s ease-in-out;
  834. transition:all .15s ease-in-out
  835. }
  836.  
  837. .navegador li:hover
  838. {
  839. color:#206fa7
  840. }
  841.  
  842. #primary_nav #quickNavLaunch
  843. {
  844. padding:13px 8px 8px
  845. }
  846.  
  847. #quickNavLaunch span
  848. {
  849. background:url(https://i.servimg.com/u/f78/17/31/71/58/icon_q10.png) no-repeat top;
  850. width:13px;
  851. height:13px;
  852. display:inline-block
  853. }
  854.  
  855. .collapsed
  856. {
  857. opacity:.8
  858. }
  859.  
  860. .main .main-head.collapsed
  861. {
  862. border-radius:4px 4px 4px 4px;
  863. opacity:.2
  864. }
  865.  
  866. .main .main-foot,.main .main-head
  867. {
  868. background:rgba(175,214,226,0.11);
  869. color:#fff;
  870. font-weight:700;
  871. margin-bottom:12px;
  872. overflow:hidden;
  873. padding:15px;
  874. position:relative;
  875. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  876. background-color:#4242a5;
  877. box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 1px 4px rgba(0,0,0,0.15),rgba(0,0,0,0.06) 0 1px 4px;
  878. font-weight:bold!important;
  879. border-radius:2px
  880. }
  881.  
  882. .main .main-foot
  883. {
  884. margin-top:0;
  885. -moz-border-radius:0 0 4px 4px;
  886. -webkit-border-bottom-left-radius:4px;
  887. -webkit-border-bottom-right-radius:4px;
  888. border-radius:0 0 4px 4px;
  889. text-shadow:rgba(0,0,0,0.9) 0 1px 1px
  890. }
  891.  
  892. .main .main-head .page-title
  893. {
  894. font-family:segoe UI;
  895. font-size:14px!important;
  896. font-weight:300!important;
  897. text-shadow:rgba(0,0,0,0.2) 0 1px 0!important;
  898. font-weight:normal!important
  899. }
  900.  
  901. .pun table.table
  902. {
  903. background:#fff;
  904. border-radius:4px
  905. }
  906.  
  907. .table .tc_icon
  908. {
  909. padding:10px 5px!important;
  910. vertical-align:middle;
  911. width:30px
  912. }
  913.  
  914. .pun table.table .tc_forum
  915. {
  916. height:42px;
  917. min-height:24px;
  918. font-size:11px
  919. }
  920.  
  921. .pun tbody.statused span.stats
  922. {
  923. margin-right:10px;
  924. margin-left:-25px
  925. }
  926.  
  927. .pun tbody.statused span.status
  928. {
  929. position:relative!important
  930. }
  931.  
  932. .pun .main table td.tc2,.pun .main table td.tc3
  933. {
  934. background-color:transparent
  935. }
  936.  
  937. .pun table.table td.tc3
  938. {
  939. text-align:right;
  940. width:15%
  941. }
  942.  
  943. .pun table.table td
  944. {
  945. background:transparent;
  946. padding:10px;
  947. border:0
  948. }
  949.  
  950. .hierarchy
  951. {
  952. font-size:13px!important;
  953. font-weight:700!important
  954. }
  955.  
  956. .mini_ava
  957. {
  958. float:left
  959. }
  960.  
  961. .mini_ava img
  962. {
  963. background:#fff;
  964. border:1px solid #c4c4c4;
  965. border-radius:50%;
  966. height:40px;
  967. margin:0 5px;
  968. padding:2px;
  969. width:40px
  970. }
  971.  
  972. .mini_ava img:hover
  973. {
  974. border-color:#a1a1a1;
  975. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  976. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  977. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  978. }
  979.  
  980. .module .main-head
  981. {
  982. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  983. background-color:#4242a5;
  984. background-image:linear-gradient(tobottom,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.82) 100%)!important;
  985. border:1px solid rgba(0,0,0,0.1);
  986. box-shadow:none!important;
  987. color:#fff;
  988. display:block;
  989. font-family:segoe UI;
  990. font-size:14px!important;
  991. font-weight:300!important;
  992. text-shadow:rgba(0,0,0,0.2) 0 1px 0!important;
  993. font-weight:normal!important;
  994. height:30px;
  995. line-height:30px;
  996. margin-bottom:0;
  997. overflow:hidden;
  998. padding:7px!important
  999. }
  1000.  
  1001. .module .main-content
  1002. {
  1003. border:0;
  1004. border-top:0;
  1005. padding:9px;
  1006. margin-top:-2px
  1007. }
  1008.  
  1009. #onlinelist
  1010. {
  1011. background:rgba(230,230,230,0.24);
  1012. border:0 solid #d8d8d8;
  1013. border:2px double #4444a4;
  1014. border-radius:4px
  1015. }
  1016.  
  1017. #onlinechat
  1018. {
  1019. background:#FFF;
  1020. padding:5px;
  1021. border:1px solid #ddd;
  1022. border-radius:2px;
  1023. box-shadow:rgba(0,0,0,0.05) 0 1px 4px
  1024. }
  1025.  
  1026. .main-statistics
  1027. {
  1028. background:#fff;
  1029. border:1px solid #ececec;
  1030. border-radius:3px;
  1031. padding:5px;
  1032. border:1px solid #ddd;
  1033. border-radius:2px;
  1034. box-shadow:rgba(0,0,0,0.05) 0 1px 4px
  1035. }
  1036.  
  1037. #statistics
  1038. {
  1039. margin:0 auto!important;
  1040. text-align:center!important;
  1041. display:table;
  1042. background:none
  1043. }
  1044.  
  1045. .statHide
  1046. {
  1047. display:none!important
  1048. }
  1049.  
  1050. .statsPers li span a
  1051. {
  1052. text-decoration:none!important
  1053. }
  1054.  
  1055. .statsPers li > span
  1056. {
  1057. display:inline-block;
  1058. -moz-border-radius:3px;
  1059. -moz-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px,rgba(255,255,255,1) 0 1px 0;
  1060. -webkit-border-radius:3px;
  1061. -webkit-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px,rgba(255,255,255,1) 0 1px 0;
  1062. background:#EDEFF1 url(https://i.imgur.com/G3jnH2B.png) repeat;
  1063. text-shadow:rgba(255,255,255,0.9) 0 1px 0;
  1064. -webkit-box-shadow:inset #B3BAC1 0 1px 3px;
  1065. -moz-box-shadow:inset #b3bac1 0 1px 3px;
  1066. box-shadow:inset #B3BAC1 0 1px 3px;
  1067. padding:3px 7px;
  1068. display:inline-block;
  1069. font-weight:700;
  1070. text-shadow:rgba(255,255,255,0.6) 0 1px 0;
  1071. color:#4a4a4a;
  1072. padding:2px 6px;
  1073. font-weight:bold;
  1074. -moz-border-radius:2px;
  1075. -webkit-border-radius:2px;
  1076. border-radius:2px;
  1077. margin-right:3px
  1078. }
  1079.  
  1080. .statsPers li
  1081. {
  1082. float:left;
  1083. color:#4a4a4a;
  1084. margin:2px 10px
  1085. }
  1086.  
  1087. .statsPers
  1088. {
  1089. list-style:none;
  1090. display:block;
  1091. margin:0 auto;
  1092. width:100%
  1093. }
  1094.  
  1095. #footer_utilities
  1096. {
  1097. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  1098. background-color:#4242a5;
  1099. font-size:11px;
  1100. height:22px;
  1101. overflow:hidden;
  1102. padding:30px;
  1103. position:relative;
  1104. width:100%;
  1105. border-radius:2px
  1106. }
  1107.  
  1108. #footer_utilities .ipsList_inline>li>a
  1109. {
  1110. margin-right:0;
  1111. padding:4px 10px
  1112. }
  1113.  
  1114. #footer_utilities .ipsList_inline > li > a.rss_feed
  1115. {
  1116. padding:0
  1117. }
  1118.  
  1119. #footer_utilities a
  1120. {
  1121. color:#fff
  1122. }
  1123.  
  1124. #footer_utilities a:hover
  1125. {
  1126. color:#fff
  1127. }
  1128.  
  1129. #footer_utilities .ipsList_inline > li > a
  1130. {
  1131. margin-right:0;
  1132. padding:10px;
  1133. line-height:28px
  1134. }
  1135.  
  1136. #copyright
  1137. {
  1138. color:#fff;
  1139. text-align:right
  1140. }
  1141.  
  1142. #copyright a
  1143. {
  1144. color:#c9daeb
  1145. }
  1146.  
  1147. .post h3
  1148. {
  1149. background:rgba(239,241,243,0.4);
  1150. border-bottom:1px solid rgba(219,228,239,0.47);
  1151. font-weight:400;
  1152. height:36px;
  1153. line-height:36px;
  1154. font-size:13px!important;
  1155. padding:0 10px;
  1156. text-shadow:0 1px 0 rgba(255,255,255,0.6)
  1157. }
  1158.  
  1159. span.post_id
  1160. {
  1161. margin-left:4px
  1162. }
  1163.  
  1164. .post_date
  1165. {
  1166. padding:0 0 10px;
  1167. font-size:12px;
  1168. color:#a4a4a4
  1169. }
  1170.  
  1171. .desc.blend_links a
  1172. {
  1173. font:normal 12px helvetica,arial,sans-serif;
  1174. color:#777
  1175. }
  1176.  
  1177. .post_id a img.small
  1178. {
  1179. max-height:12px;
  1180. margin-left:3px;
  1181. margin-top:-2px;
  1182. opacity:.5
  1183. }
  1184.  
  1185. .post_online
  1186. {
  1187. display:inline-block
  1188. }
  1189.  
  1190. .pun .post .user
  1191. {
  1192. margin-left:-16em;
  1193. margin-top:-.9em
  1194. }
  1195.  
  1196. .pun .post
  1197. {
  1198. background:#fff
  1199. }
  1200.  
  1201. .pun .postmain
  1202. {
  1203. background-color:#fff;
  1204. border-left:0;
  1205. margin-left:14em
  1206. }
  1207.  
  1208. .pun .post .user
  1209. {
  1210. width:170px;
  1211. font-size:12px;
  1212. text-align:center;
  1213. line-height:150%;
  1214. margin-left:-170px;
  1215. margin-top:-.6em
  1216. }
  1217.  
  1218. .pun .user .user-ident .user-basic-info
  1219. {
  1220. font-size:11px;
  1221. color:#a4a4a4;
  1222. text-align:center;
  1223. font-weight:400
  1224. }
  1225.  
  1226. .postfoot
  1227. {
  1228. background:#FFF;
  1229. border:1px solid #dbe4ef;
  1230. border-radius:4px;
  1231. min-width:50%
  1232. }
  1233.  
  1234. .user-basic-info a img
  1235. {
  1236. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1237. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1238. background:#fff;
  1239. border:1px solid #D5D5D5;
  1240. border-radius:3px;
  1241. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1242. padding:2px;
  1243. width: auto;
  1244. }
  1245.  
  1246. .user-basic-info a img:hover
  1247. {
  1248. border-color:#A1A1A1;
  1249. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  1250. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  1251. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  1252. }
  1253.  
  1254. #pun-qpost
  1255. {
  1256. background:#FFF;
  1257. padding:7px 9px 9px;
  1258. border:1px solid #ececec;
  1259. border-radius:4px
  1260. }
  1261.  
  1262. #pun-qpost a.exthelp
  1263. {
  1264. display:none
  1265. }
  1266.  
  1267. .pun .frm-form,.main .main-content.frm
  1268. {
  1269. background-color:#fff
  1270. }
  1271.  
  1272. .pun .post
  1273. {
  1274. border:0 solid #dbe4ef
  1275. }
  1276.  
  1277. .statused
  1278. {
  1279. border-radius:4px;
  1280. border-top:1px dashed #f5f5f5
  1281. }
  1282.  
  1283. .pun .main-content
  1284. {
  1285. margin-bottom:6px;
  1286. margin-top:-2px;
  1287. background:#fff;
  1288. border:1px solid #ddd;
  1289. border-radius:2px;
  1290. box-shadow:rgba(0,0,0,0.05) 0 1px 4px
  1291. }
  1292.  
  1293. #chatbox_messenger_form .right
  1294. {
  1295. margin-left:8px
  1296. }
  1297.  
  1298. #chatbox
  1299. {
  1300. background:#EFF1F3!important;
  1301. border:none!important;
  1302. border-top:1px solid #DCE2EC!important;
  1303. border-bottom:6px solid #DCE2EC!important;
  1304. margin:10px 0!important;
  1305. padding:8px!important
  1306. }
  1307.  
  1308. #chatbox_members .member-title
  1309. {
  1310. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  1311. background-color:#555;
  1312. border-radius:2px;
  1313. bottom:50px;
  1314. box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 1px 4px rgba(0,0,0,0.15),rgba(0,0,0,0.06) 0 1px 4px;
  1315. color:#fff;
  1316. font-family:segoe ui;
  1317. height:20px;
  1318. line-height:19px;
  1319. overflow:auto;
  1320. text-shadow:rgba(0,0,0,0.2) 0 1px 0;
  1321. text-transform:capitalize;
  1322. top:48px;
  1323. width:165px
  1324. }
  1325.  
  1326. #chatbox_header.main-head
  1327. {
  1328. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  1329. background-color:#4444a4;
  1330. border-radius:2px;
  1331. box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 1px 4px rgba(0,0,0,0.15),rgba(0,0,0,0.06) 0 1px 4px;
  1332. font-size:1em!important;
  1333. font-weight:300!important;
  1334. margin:5px;
  1335. padding:10px 10px 0!important;
  1336. text-decoration:none;
  1337. text-shadow:0 1px 0 rgba(0,0,0,0.2);
  1338. text-transform:uppercase
  1339. }
  1340.  
  1341. #chatbox_members
  1342. {
  1343. top:40px;
  1344. border-right:1px solid #ccc;
  1345. background:#fff
  1346. }
  1347.  
  1348. .chatbox-title,.chatbox-title a.chat-title
  1349. {
  1350. color:#fff;
  1351. font-family:segoe UI;
  1352. font-size:12px;
  1353. font-style:normal;
  1354. font-variant:normal;
  1355. font-weight:600
  1356. }
  1357.  
  1358. .chatbox-title
  1359. {
  1360. float:left!important;
  1361. width:15em!important
  1362. }
  1363.  
  1364. .chatbox-options
  1365. {
  1366. color:#fff!important;
  1367. text-transform:none;
  1368. float:right;
  1369. font-size:12px;
  1370. list-style:none;
  1371. margin-right:-5px;
  1372. line-height:4px;
  1373. font-weight:400!important;
  1374. text-shadow:rgba(0,0,0,0.2) 0 1px 0
  1375. }
  1376.  
  1377. .chatbox-options li,.chatbox-options li a,.chatbox-options li label
  1378. {
  1379. color:#fff
  1380. }
  1381.  
  1382. #chatbox p:first-child
  1383. {
  1384. border-top:1px solid rgba(0,0,0,0.1)
  1385. }
  1386.  
  1387. #chatbox p
  1388. {
  1389. display:block;
  1390. position:relative;
  1391. background:#FFF!important;
  1392. border:1px solid #ddd!important;
  1393. border-radius:2px!important;
  1394. box-shadow:rgba(0,0,0,0.05) 0 1px 4px!important;
  1395. font-family:segoe ui!important;
  1396. margin:0!important;
  1397. padding:5px!important;
  1398. border-bottom:0!important
  1399. }
  1400.  
  1401. #chatbox_footer
  1402. {
  1403. height:40px!important;
  1404. background:#fff;
  1405. border:0
  1406. }
  1407.  
  1408. #chatbox p:last-child
  1409. {
  1410. margin-bottom:16px
  1411. }
  1412.  
  1413. .KheopsUserPhoto
  1414. {
  1415. background:#fff;
  1416. border:1px solid #c4c4c4;
  1417. border-radius:3px;
  1418. box-shadow:0 1px 2px rgba(0,0,0,0.2);
  1419. float:left;
  1420. height:30px;
  1421. margin-left:3px;
  1422. margin-right:0;
  1423. margin-top:1px;
  1424. padding:2px;
  1425. width:30px
  1426. }
  1427.  
  1428. #chatbox_footer .right
  1429. {
  1430. float:right
  1431. }
  1432.  
  1433. #chatbox_messenger_form
  1434. {
  1435. margin:0;
  1436. padding:2px;
  1437. border-top:1px solid #eee
  1438. }
  1439.  
  1440. #chatbox_messenger_form .right
  1441. {
  1442. margin:1px;
  1443. padding:2px
  1444. }
  1445.  
  1446. input#message.post
  1447. {
  1448. background:#fff;
  1449. border:1px solid #ddd;
  1450. border-radius:2px;
  1451. box-shadow:rgba(0,0,0,0.05) 0 1px 4px;
  1452. color:#666!important;
  1453. height:30px;
  1454. min-width:395px;
  1455. outline:none;
  1456. text-indent:6px;
  1457. margin-bottom:1px
  1458. }
  1459.  
  1460. #chatbox span[title]
  1461. {
  1462. color:#555!important;
  1463. float:right!important
  1464. }
  1465.  
  1466. #message,#submit_button
  1467. {
  1468. margin-left:15px
  1469. }
  1470.  
  1471. .fontbutton
  1472. {
  1473. background:#EFF1F3;
  1474. border-color:#DEE0E2;
  1475. color:#464646;
  1476. -moz-box-shadow:inset 0 1px 0 0 #eff3f8,0 2px 3px rgba(0,0,0,0.2);
  1477. -webkit-box-shadow:inset 0 1px 0 0 #eff3f8,0 2px 3px rgba(0,0,0,0.2);
  1478. box-shadow:inset 0 1px 0 0 #eff3f8,0 2px 3px rgba(0,0,0,0.2)
  1479. }
  1480.  
  1481. #divsmilies img + img
  1482. {
  1483. visibility:visible!important
  1484. }
  1485.  
  1486. #simple-wrap
  1487. {
  1488. background:#fff
  1489. }
  1490.  
  1491. .right-oie
  1492. {
  1493. margin-top:0;
  1494. float:right
  1495. }
  1496.  
  1497. #divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline
  1498. {
  1499. background-position:center;
  1500. background-repeat:no-repeat
  1501. }
  1502.  
  1503. #divbold
  1504. {
  1505. background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)
  1506. }
  1507.  
  1508. #divitalic
  1509. {
  1510. background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)
  1511. }
  1512.  
  1513. #divunderline
  1514. {
  1515. background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)
  1516. }
  1517.  
  1518. #divstrike
  1519. {
  1520. background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)
  1521. }
  1522.  
  1523. #divcolor
  1524. {
  1525. background-image:url(https://illiweb.com/fa/wysiwyg/color_swatch.png)
  1526. }
  1527.  
  1528. #divsmilies
  1529. {
  1530. background-image:url(https://i.servimg.com/u/f26/12/56/56/12/emotic10.png)
  1531. }
  1532.  
  1533. .main-content.chatbox
  1534. {
  1535. padding:0;
  1536. box-shadow:none!important;
  1537. border:0!important
  1538. }
  1539.  
  1540. #chatbox
  1541. {
  1542. background:#f9f9f9!important;
  1543. border:none!important;
  1544. border-bottom:none!important;
  1545. border-top:none!important;
  1546. margin:20px 5px 10px 0 !important;
  1547. padding:8px!important
  1548. }
  1549.  
  1550. p.crumbs a
  1551. {
  1552. color:#777!important;
  1553. font:normal 13px helvetica,arial,sans-serif
  1554. }
  1555.  
  1556. #content-container div#container
  1557. {
  1558. float:left;
  1559. margin-right:-220px;
  1560. width:100%;
  1561. margin-top:10px
  1562. }
  1563.  
  1564. #content-container div#right
  1565. {
  1566. float:right;
  1567. overflow:hidden;
  1568. width:220px;
  1569. margin-top:10px
  1570. }
  1571.  
  1572. .mainmenu[href=/calendar]
  1573. {
  1574. display:none!important
  1575. }
  1576.  
  1577. .module .details img
  1578. {
  1579. -khtml-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1580. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1581. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1582. border:1px solid #d5d5d5;
  1583. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1584. height:30px;
  1585. padding:1px;
  1586. width:30px;
  1587. -khtml-border-radius:3px!important;
  1588. -moz-border-radius:3px!important;
  1589. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1590. -webkit-border-radius:3px!important
  1591. }
  1592.  
  1593. .module .details img:hover
  1594. {
  1595. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  1596. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  1597. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  1598. }
  1599.  
  1600. .mini_ava
  1601. {
  1602. float:left
  1603. }
  1604.  
  1605. .mini_ava img
  1606. {
  1607. background:#fff;
  1608. border:1px solid #c4c4c4;
  1609. border-radius:50%;
  1610. height:40px;
  1611. margin:0 5px;
  1612. padding:2px;
  1613. width:40px
  1614. }
  1615.  
  1616. #chatbox a span[style="color:#D10404"]
  1617. {
  1618. background:url(https://i.imgur.com/c5ccLfl.png) no-repeat;
  1619. padding-left:18px
  1620. }
  1621.  
  1622. #chatbox a span[style="color:#004B9C"]
  1623. {
  1624. background:url(https://i.imgur.com/OT1iWA0.png) no-repeat;
  1625. padding-left:18px
  1626. }
  1627.  
  1628. #chatbox a span[style="color:#000000"]
  1629. {
  1630. background:url(https://i.imgur.com/KLR7Fgk.png) no-repeat;
  1631. padding-left:18px;
  1632. padding-top:2px
  1633. }
  1634.  
  1635. #chatbox a span[style="color:#07B87D"]
  1636. {
  1637. background:url(https://i.imgur.com/Eo8qdSb.png) no-repeat;
  1638. padding-left:18px
  1639. }
  1640.  
  1641. .pun-crumbs
  1642. {
  1643. background:#f9f9f9;
  1644. border-image-outset:initial;
  1645. border-image-repeat:initial;
  1646. border-image-slice:initial;
  1647. border-image-source:initial;
  1648. border-image-width:initial;
  1649. border-style:solid;
  1650. border-width:1px;
  1651. margin:0 1px 1em;
  1652. overflow:hidden;
  1653. padding:0;
  1654. text-shadow:#fff 0 1px 0;
  1655. zoom:1;
  1656. border:1px solid #dcdcdc;
  1657. border-radius:2px;
  1658. box-shadow:rgba(0,0,0,0.05) 0 1px 4px
  1659. }
  1660.  
  1661. p.crumbs
  1662. {
  1663. color:#F3F3F3
  1664. }
  1665.  
  1666. .pun-crumbs p
  1667. {
  1668. color:#666;
  1669. font-size:1.11em;
  1670. line-height:1.5;
  1671. margin:0
  1672. }
  1673.  
  1674. p.crumbs a
  1675. {
  1676. background:url(https://i.imgur.com/YV4W3Zo.png) no-repeat 100% -1px;
  1677. color:#777!important;
  1678. font-family:helvetica,arial,sans-serif;
  1679. font-size:11px;
  1680. font-style:normal;
  1681. font-variant:normal;
  1682. font-weight:400;
  1683. line-height:31px;
  1684. padding:10px 24px 11px 16px
  1685. }
  1686.  
  1687. #chatbox_members
  1688. {
  1689. background:#fff;
  1690. border-right:1px solid #eee;
  1691. bottom:44px;
  1692. margin-left:5px;
  1693. overflow:auto;
  1694. position:absolute;
  1695. top:48px;
  1696. width:175px
  1697. }
  1698.  
  1699. .pun .user-ident .username
  1700. {
  1701. background:url(https://i.servimg.com/u/f78/14/73/12/96/vtdate10.png) repeat-x scroll left top transparent;
  1702. display:block;
  1703. padding-top:9px;
  1704. padding-bottom:9px;
  1705. text-align:center;
  1706. position:relative;
  1707. margin-top:-19px;
  1708. height:30px
  1709. }
  1710.  
  1711. .pun .postmain
  1712. {
  1713. margin:16px 10px 10px 199px
  1714. }
  1715.  
  1716. .pun .post .user
  1717. {
  1718. -moz-border-radius:3px;
  1719. -webkit-border-radius:3px;
  1720. background:#FBFBFB url(https://i.servimg.com/u/f78/17/96/03/52/highli10.png) repeat-x 0 0;
  1721. border:1px solid #dbe4ef;
  1722. border-radius:3px;
  1723. font-size:12px;
  1724. line-height:150%;
  1725. margin-bottom:11px;
  1726. margin-left:-16em;
  1727. margin-top:-.7em;
  1728. position:relative;
  1729. text-align:center;
  1730. width:170px!important
  1731. }
  1732.  
  1733. .pun .user .user-info
  1734. {
  1735. background:#F5F5F5;
  1736. border-top:1px solid #D9DBDD;
  1737. color:#666;
  1738. line-height:1.8em;
  1739. padding:5px!important
  1740. }
  1741.  
  1742. .pun .user .user-info img
  1743. {
  1744. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1745. margin-bottom:9px;
  1746. padding:1px;
  1747. vertical-align:middle;
  1748. width:13px;
  1749. margin-right:2px
  1750. }
  1751.  
  1752. [data-counter]:after
  1753. {
  1754. background-color:#CF2020;
  1755. background-image:-webkit-linear-gradient(#FF6969 0%,red 100%);
  1756. background-image:-moz-linear-gradient(#FF6969 0%,red 100%);
  1757. background-image:-o-linear-gradient(#FF6969 0%,red 100%);
  1758. background-image:-ms-linear-gradient(#FF6969 0%,red 100%);
  1759. background-image:linear-gradient(#FF6969 0%,red 100%);
  1760. content:attr(data-counter);
  1761. position:absolute;
  1762. -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1) inset;
  1763. -moz-box-shadow:0 2px 4px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1) inset;
  1764. box-shadow:0 2px 4px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1) inset;
  1765. border-radius:2px;
  1766. background-clip:padding-box;
  1767. font:bold 10px "Helvetica Neue",sans-serif;
  1768. color:#fff;
  1769. text-decoration:none;
  1770. text-shadow:0 -1px 0 rgba(0,0,0,.6);
  1771. margin-left:5px;
  1772. padding:5px;
  1773. margin-top:3px;
  1774. vertical-align:top;
  1775. height:6px;
  1776. line-height:6px
  1777. }
  1778.  
  1779. .module .details dt
  1780. {
  1781. font-weight:300;
  1782. font-size:11px
  1783. }
  1784.  
  1785. .codebox
  1786. {
  1787. -moz-box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
  1788. -webkit-box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
  1789. background:#EFF1F3 url(https://imgur.com/J3aqwYE.png) repeat-x 0 0;
  1790. border:1px solid #DFE1E3;
  1791. box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
  1792. color:#686966;
  1793. display:block;
  1794. font-size:12px;
  1795. line-height:1.6;
  1796. padding:10px;
  1797. text-shadow:0 1px 0 rgba(255,255,255,0.5)
  1798. }
  1799.  
  1800. .codebox dd.cont_code
  1801. {
  1802. max-height:200px;
  1803. background-color:#FFF;
  1804. background:#FCFCFC;
  1805. border:1px solid #E3E3E3;
  1806. font-size:11px;
  1807. line-height:170%;
  1808. overflow:auto;
  1809. padding:5px
  1810. }
  1811.  
  1812. .codebox dd
  1813. {
  1814. background-color:#FFF;
  1815. margin:.3em;
  1816. padding:.3em
  1817. }
  1818.  
  1819. .codebox dt
  1820. {
  1821. border-bottom:0;
  1822. padding:.25em;
  1823. font-weight:700
  1824. }
  1825.  
  1826. .codebox.spoiler dt
  1827. {
  1828. height:24px;
  1829. line-height:24px;
  1830. font-size:11px;
  1831. padding:0 10px;
  1832. background:#ECECEC url(https://i.imgur.com/psvFIEG.png) repeat-x 0 0;
  1833. border:1px solid #D0D0D0;
  1834. -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1),inset rgba(255,255,255,0.7) 0 1px 0;
  1835. -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1),inset rgba(255,255,255,0.7) 0 1px 0;
  1836. box-shadow:0 1px 2px rgba(0,0,0,0.1),inset rgba(255,255,255,0.7) 0 1px 0;
  1837. -moz-border-radius:2px;
  1838. -webkit-border-radius:2px;
  1839. border-radius:2px;
  1840. color:#616161;
  1841. text-shadow:#fff 0 1px 0;
  1842. display:inline-block;
  1843. white-space:nowrap;
  1844. cursor:pointer;
  1845. margin:0;
  1846. margin-left:5px
  1847. }
  1848.  
  1849. .codebox.spoiler dt:hover
  1850. {
  1851. color:#4C4C4C;
  1852. background-color:#F8F8F8
  1853. }
  1854.  
  1855. .codebox.spoiler dd
  1856. {
  1857. background:transparent
  1858. }
  1859.  
  1860. .spoiler_content.hidden
  1861. {
  1862. background-color:#FFF;
  1863. border:1px solid #E3E3E3;
  1864. padding:5px
  1865. }
  1866.  
  1867. .postmain blockquote
  1868. {
  1869. -moz-box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
  1870. -webkit-box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
  1871. background:#EFF1F3 url(https://imgur.com/J3aqwYE.png) repeat-x 0 0;
  1872. border:1px solid #DFE1E3;
  1873. box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
  1874. color:#686966;
  1875. display:block;
  1876. font-size:12px;
  1877. line-height:1.6;
  1878. padding:10px;
  1879. text-shadow:0 1px 0 rgba(255,255,255,0.5)
  1880. }
  1881.  
  1882. .postmain blockquote div cite
  1883. {
  1884. background:transparent;
  1885. border-bottom:0;
  1886. font-weight:700;
  1887. padding:.25em;
  1888. color:#686966;
  1889. font-size:12px;
  1890. text-shadow:0 1px 0 rgba(255,255,255,0.5)
  1891. }
  1892.  
  1893. .pun .main-foot .h2,.pun .main-head .h2
  1894. {
  1895. float:left
  1896. }
  1897.  
  1898. .pun .main .main-content p.message
  1899. {
  1900. background-color:#fff;
  1901. border:1px solid #ddd;
  1902. margin:1.7em;
  1903. padding:1em;
  1904. border-radius:4px
  1905. }
  1906.  
  1907. .main .main-head .page-title
  1908. {
  1909. font-size:12px;
  1910. font-weight:700;
  1911. text-shadow:rgba(0,0,0,0.9) 0 1px 1px
  1912. }
  1913.  
  1914. .paging a:hover,.paging b,td p.pag a:hover,td p.pag b
  1915. {
  1916. background:#406586;
  1917. color:#fff;
  1918. text-shadow:none;
  1919. -moz-border-radius:3px;
  1920. -webkit-border-radius:3px;
  1921. border-radius:3px;
  1922. -webkit-box-shadow:inset rgba(0,0,0,0.4) 0 1px 3px;
  1923. -moz-box-shadow:inset rgba(0,0,0,0.4) 0 1px 3px;
  1924. box-shadow:inset rgba(0,0,0,0.4) 0 1px 3px;
  1925. padding:1px 8px;
  1926. cursor:default;
  1927. transition:background .5s ease-in-out;
  1928. -moz-transition:background .5s ease-in-out;
  1929. -webkit-transition:background .5s ease-in-out
  1930. }
  1931.  
  1932. .paged-foot .paging a,.paging a,td p.pag a
  1933. {
  1934. background:#EDEFF1 url(https://redcdn.net/ihimizer/img823/8062/dehz.png) repeat;
  1935. color:#768089;
  1936. text-shadow:rgba(255,255,255,0.9) 0 1px 0;
  1937. -webkit-box-shadow:inset #B3BAC1 0 1px 3px;
  1938. -moz-box-shadow:inset #b3bac1 0 1px 3px;
  1939. box-shadow:inset #B3BAC1 0 1px 3px;
  1940. -moz-border-radius:3px;
  1941. -webkit-border-radius:3px;
  1942. border-radius:3px;
  1943. display:inline-block;
  1944. padding:1px 8px;
  1945. text-transform:lowercase;
  1946. font-size:11px;
  1947. font-weight:400;
  1948. transition:background .5s ease-in-out;
  1949. -moz-transition:background .5s ease-in-out;
  1950. -webkit-transition:background .5s ease-in-out
  1951. }
  1952.  
  1953. .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
  1954. {
  1955. -moz-border-radius:3px;
  1956. -webkit-border-radius:3px;
  1957. border-radius:3px;
  1958. font-size:12px!important;
  1959. margin-right:3px!important;
  1960. padding:6px 9px!important;
  1961. transition:background .5s ease-in-out;
  1962. -moz-transition:background .5s ease-in-out;
  1963. -webkit-transition:background .5s ease-in-out
  1964. }
  1965.  
  1966. #stats_sidebar
  1967. {
  1968. margin:-10px
  1969. }
  1970.  
  1971. #stats_sidebar li
  1972. {
  1973. border-bottom:1px solid #E9EDEE;
  1974. border-bottom-style:dashed
  1975. }
  1976.  
  1977. .List_data li
  1978. {
  1979. padding:6px;
  1980. line-height:1.3
  1981. }
  1982.  
  1983. .srl
  1984. {
  1985. color:#969696
  1986. }
  1987.  
  1988. #stats_sidebar .srr
  1989. {
  1990. float:right;
  1991. font-weight:700
  1992. }
  1993.  
  1994. .pun .main-content ol,.pun .main-content ul
  1995. {
  1996. padding-left:0
  1997. }
  1998.  
  1999. .module ol,.module ul
  2000. {
  2001. padding-left:0
  2002. }
  2003.  
  2004. td.avatar-mini img
  2005. {
  2006. height:38px;
  2007. vertical-align:middle;
  2008. width:38px;
  2009. -khtml-border-radius:3px!important;
  2010. -moz-border-radius:3px!important;
  2011. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2012. -webkit-border-radius:3px!important;
  2013. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2014. background:#fff;
  2015. border:1px solid #c4c4c4!important;
  2016. border-radius:3px!important;
  2017. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2018. padding:2px
  2019. }
  2020.  
  2021. td.avatar-mini img:hover
  2022. {
  2023. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2024. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2025. border-color:#a1a1a1;
  2026. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2027. }
  2028.  
  2029. td.avatar-mini a span
  2030. {
  2031. text-decoration:none
  2032. }
  2033.  
  2034. .pun .frm .frm-form table
  2035. {
  2036. border:0
  2037. }
  2038.  
  2039. .pun div.frm-form
  2040. {
  2041. margin:0
  2042. }
  2043.  
  2044. .pun .paged .posting
  2045. {
  2046. float:right;
  2047. font-size:1.2em;
  2048. font-weight:700;
  2049. margin-left:4px
  2050. }
  2051.  
  2052. .frm-buttons
  2053. {
  2054. margin-bottom:10px;
  2055. margin-top:.5em;
  2056. padding:.7em 0 0 17.5em
  2057. }
  2058.  
  2059. .pun-crumbs
  2060. {
  2061. margin:0 1px 1em;
  2062. padding:0
  2063. }
  2064.  
  2065. .input_log
  2066. {
  2067. -khtml-border-radius:3px;
  2068. -khtml-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2069. -moz-border-radius:3px;
  2070. -moz-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2071. -webkit-border-radius:3px;
  2072. -webkit-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2073. background-color:#fafbfc;
  2074. border:1px solid #c1c1c1;
  2075. border-radius:3px;
  2076. box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2077. color:#666;
  2078. font-size:12px;
  2079. height:30px;
  2080. line-height:30px;
  2081. width:100%;
  2082. text-indent:10px;
  2083. outline:0
  2084. }
  2085.  
  2086. .input-botao
  2087. {
  2088. color:#fff;
  2089. cursor:pointer;
  2090. padding:7px 10px;
  2091. width:100%;
  2092. height:30px;
  2093. outline:0
  2094. }
  2095.  
  2096. .pun .post-entry
  2097. {
  2098. padding:0
  2099. }
  2100.  
  2101. .titlebox dava
  2102. {
  2103. float:left
  2104. }
  2105.  
  2106. .titlebox dava a img
  2107. {
  2108. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2109. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2110. background:#fff;
  2111. border:1px solid #D5D5D5;
  2112. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2113. float:left;
  2114. height:50px!important;
  2115. padding:1px;
  2116. width:50px!important
  2117. }
  2118.  
  2119. .ipsType_pagetitle a
  2120. {
  2121. font-size:23px;
  2122. z-index:999
  2123. }
  2124.  
  2125. .desc.lighter.blend_links
  2126. {
  2127. color:#a4a4a4;
  2128. float:left;
  2129. font-size:11px
  2130. }
  2131.  
  2132. .desc.lighter,.desc.lighter.blend_links a
  2133. {
  2134. color:#A4A4A4
  2135. }
  2136.  
  2137. .desc,.desc.blend_links a,p.posted_info
  2138. {
  2139. color:#777;
  2140. font-size:12px
  2141. }
  2142.  
  2143. .conect
  2144. {
  2145. display:inline-block;
  2146. padding-left:5px
  2147. }
  2148.  
  2149. .titlebox
  2150. {
  2151. -moz-border-radius:3px;
  2152. -webkit-border-radius:3px;
  2153. border-radius:3px;
  2154. background:#EFF1F3;
  2155. border:1px solid #DFE1E3;
  2156. overflow:hidden;
  2157. padding:7px;
  2158. text-shadow:#fff 0 1px 0
  2159. }
  2160.  
  2161. .titlebox dd
  2162. {
  2163. display:block
  2164. }
  2165.  
  2166. .titlebox dava
  2167. {
  2168. float:left
  2169. }
  2170.  
  2171. .ipsBox_withphoto
  2172. {
  2173. float:left;
  2174. margin-left:10px
  2175. }
  2176.  
  2177. .ipsType_pagetitle
  2178. {
  2179. color:#323232;
  2180. display:block;
  2181. font-family:Helvetica,Arial,sans-serif;
  2182. font-size:16px;
  2183. font-style:normal;
  2184. font-variant:normal;
  2185. font-weight:700;
  2186. line-height:1.9;
  2187. outline-style:none;
  2188. overflow:hidden;
  2189. text-align:left;
  2190. text-decoration:none;
  2191. text-overflow:ellipsis;
  2192. white-space:nowrap;
  2193. width:600px
  2194. }
  2195.  
  2196. .ipsType_pagetitle a
  2197. {
  2198. font-size:23px;
  2199. z-index:999
  2200. }
  2201.  
  2202. .desc.lighter.blend_links
  2203. {
  2204. color:#777;
  2205. float:left;
  2206. font-size:11px
  2207. }
  2208.  
  2209. .socialetopic
  2210. {
  2211. float:right;
  2212. position:relative
  2213. }
  2214.  
  2215. .titlebox dava a img
  2216. {
  2217. float:left;
  2218. height:25px!important;
  2219. width:25px!important;
  2220. -webkit-border-radius:3px;
  2221. -moz-border-radius:3px;
  2222. border-radius:3px;
  2223. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2224. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2225. background:#fff;
  2226. border:1px solid #D5D5D5;
  2227. box-shadow:0 2px 2px rgba(0,0,0,0.1)
  2228. }
  2229.  
  2230. .titlebox dava a img:hover
  2231. {
  2232. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2233. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2234. border-color:#a1a1a1;
  2235. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2236. }
  2237.  
  2238. #quick-avatar
  2239. {
  2240. float:left;
  2241. margin:21px
  2242. }
  2243.  
  2244. #quick-avatar img
  2245. {
  2246. width:50px;
  2247. height:50px;
  2248. padding:2px;
  2249. border:1px solid #D5D5D5;
  2250. background:#fff;
  2251. border-radius:4px
  2252. }
  2253.  
  2254. #quick-avatar img:hover
  2255. {
  2256. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2257. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2258. border-color:#A1A1A1;
  2259. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2260. }
  2261.  
  2262. .pun .postfoot .post-options img
  2263. {
  2264. border-right:1px solid rgba(0,0,0,0.1)
  2265. }
  2266.  
  2267. .pun .postfoot .user-contact
  2268. {
  2269. float:left;
  2270. text-align:left;
  2271. width:15em;
  2272. margin-top:7px;
  2273. margin-left:5px
  2274. }
  2275.  
  2276. #avatar img
  2277. {
  2278. margin-top:-3px;
  2279. height:23px;
  2280. width:24px;
  2281. -khtml-border-radius:3px!important;
  2282. -moz-border-radius:3px!important;
  2283. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2284. -webkit-border-radius:3px!important;
  2285. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2286. background:#fff;
  2287. border:1px solid #c4c4c4!important;
  2288. border-radius:30px!important;
  2289. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2290. padding:1px
  2291. }
  2292.  
  2293. #avatar img:hover
  2294. {
  2295. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2296. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2297. border-color:#a1a1a1;
  2298. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2299. }
  2300.  
  2301. #textarea_content
  2302. {
  2303. width:92%!important
  2304. }
  2305.  
  2306. .sceditor-container
  2307. {
  2308. border:1px solid #dbe4ef!important
  2309. }
  2310.  
  2311. .sceditor-container iframe,.sceditor-container textarea
  2312. {
  2313. background:#FFF!important;
  2314. min-height:180px;
  2315. width:99%!important;
  2316. border:0!important;
  2317. color:#111!important;
  2318. font-family:Verdana,Arial,Helvetica,sans-serif!important;
  2319. font-size:13px!important;
  2320. outline:0!important;
  2321. padding:0!important;
  2322. resize:none!important
  2323. }
  2324.  
  2325. .sceditor-toolbar
  2326. {
  2327. background-color:#e8edf5!important;
  2328. border-bottom:1px solid #dbe4ef!important
  2329. }
  2330.  
  2331. .sceditor-group
  2332. {
  2333. border:1px solid #dbe4ef!important;
  2334. background:#e8edf5 url(https://i.imgur.com/0LXIBHQ.png) repeat-x top!important;
  2335. padding:1px!important;
  2336. border:1px solid #c9daeb!important;
  2337. -webkit-border-radius:3px!important;
  2338. -moz-border-radius:3px!important;
  2339. -khtml-border-radius:3px!important;
  2340. border-radius:3px!important;
  2341. overflow:hidden!important
  2342. }
  2343.  
  2344. .sceditor-button.active,.sceditor-button:active,.sceditor-button:hover
  2345. {
  2346. border:1px solid #dbe4ef!important;
  2347. background:#e8edf5 url(https://i.imgur.com/0LXIBHQ.png) repeat-x top!important;
  2348. padding:2px 4px!important;
  2349. margin:0!important;
  2350. border:1px solid #c9daeb!important;
  2351. -webkit-border-radius:3px!important;
  2352. -moz-border-radius:3px!important;
  2353. -khtml-border-radius:3px!important;
  2354. border-radius:3px!important;
  2355. overflow:hidden!important;
  2356. -moz-box-shadow:none!important;
  2357. -webkit-box-shadow:none!important;
  2358. box-shadow:none!important;
  2359. -webkit-transition:none!important;
  2360. -moz-transition:none!important;
  2361. transition:none!important
  2362. }
  2363.  
  2364. .avt-r img
  2365. {
  2366. background:none repeat scroll 0 0 #FFF;
  2367. -khtml-border-radius:3px!important;
  2368. -moz-border-radius:3px!important;
  2369. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2370. -webkit-border-radius:3px!important;
  2371. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2372. background:#fff;
  2373. border:1px solid #c4c4c4!important;
  2374. border-radius:3px!important;
  2375. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2376. float:left;
  2377. height:30px;
  2378. margin-right:3px;
  2379. padding:1px;
  2380. width:30px
  2381. }
  2382.  
  2383. .avt-r img:hover
  2384. {
  2385. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2386. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2387. border-color:#a1a1a1;
  2388. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2389. }
  2390.  
  2391. .avat-p img
  2392. {
  2393. background:none repeat scroll 0 0 #FFF;
  2394. -khtml-border-radius:3px!important;
  2395. -moz-border-radius:3px!important;
  2396. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2397. -webkit-border-radius:3px!important;
  2398. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2399. background:#fff;
  2400. border:1px solid #c4c4c4!important;
  2401. border-radius:3px!important;
  2402. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2403. float:left;
  2404. height:90px;
  2405. margin-right:3px;
  2406. padding:2px;
  2407. width:90px
  2408. }
  2409.  
  2410. .avat-p img:hover
  2411. {
  2412. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2413. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2414. border-color:#a1a1a1;
  2415. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2416. }
  2417.  
  2418. .main .frm-info
  2419. {
  2420. background:#FFEA97 url(https://imgur.com/PIQA4LA.png) no-repeat 6px 10px;
  2421. font-family:"Trebuchet MS",tahoma,helvetica,arial,sans-serif;
  2422. font-size:11px;
  2423. font-style:normal;
  2424. font-variant:normal;
  2425. font-weight:700;
  2426. line-height:18px;
  2427. margin:15px 1.7em 1.7em;
  2428. padding:8px 8px 8px 28px;
  2429. text-shadow:#fffaf1 0 1px 0;
  2430. -webkit-border-radius:3px;
  2431. -moz-border-radius:3px;
  2432. border-radius:3px;
  2433. background-color:#FFEA97;
  2434. border:1px solid #E1B500;
  2435. color:#796100
  2436. }
  2437.  
  2438. strong.pagination
  2439. {
  2440. -moz-border-radius:3px;
  2441. -webkit-border-radius:3px;
  2442. background-color:#D5DCE2;
  2443. background-image:url(https://i.imgur.com/EHGpChd.png);
  2444. background-position:0 -1px;
  2445. background-repeat:repeat-x;
  2446. border-radius:3px;
  2447. color:#fff;
  2448. cursor:default;
  2449. font-size:9px;
  2450. font-weight:700;
  2451. height:16px;
  2452. line-height:16px;
  2453. padding:3px 5px;
  2454. text-shadow:rgba(0,0,0,0.2) 0 -1px 0;
  2455. text-transform:uppercase
  2456. }
  2457.  
  2458. .mpbox
  2459. {
  2460. -moz-border-radius:3px;
  2461. -webkit-border-radius:3px;
  2462. background:#EFF1F3;
  2463. border:1px solid #DFE1E3;
  2464. border-radius:3px;
  2465. overflow:hidden;
  2466. padding:7px;
  2467. text-shadow:#fff 0 1px 0;
  2468. margin-top:5px
  2469. }
  2470.  
  2471. .mpbox1
  2472. {
  2473. -moz-border-radius:3px;
  2474. -webkit-border-radius:3px;
  2475. background:#EFF1F3;
  2476. border:1px solid #DFE1E3;
  2477. border-radius:3px;
  2478. overflow:hidden;
  2479. padding:7px;
  2480. text-shadow:#fff 0 1px 0;
  2481. margin-top:5px
  2482. }
  2483.  
  2484. .pun .main .options
  2485. {
  2486. color:#000;
  2487. float:right;
  2488. text-align:right
  2489. }
  2490.  
  2491. .avatar-mp
  2492. {
  2493. -moz-box-shadow:0 0 0 1px #D5D5D5;
  2494. -webkit-box-shadow:0 0 0 1px #D5D5D5;
  2495. background:#fff;
  2496. border-radius:3px;
  2497. height:90px;
  2498. width:90px;
  2499. overflow:hidden;
  2500. border:2px solid #fff;
  2501. box-shadow:0 0 0 1px #D5D5D5;
  2502. margin-left:18px
  2503. }
  2504.  
  2505. .inputbox
  2506. {
  2507. -khtml-border-radius:3px;
  2508. -khtml-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2509. -moz-border-radius:3px;
  2510. -moz-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2511. -webkit-border-radius:3px;
  2512. -webkit-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2513. background-color:#fafbfc;
  2514. border:1px solid #c1c1c1;
  2515. border-radius:3px;
  2516. box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2517. color:#666;
  2518. font-size:12px;
  2519. outline:0;
  2520. padding:9px!important
  2521. }
  2522.  
  2523. input[type="submit"]
  2524. {
  2525. background-color:#42429f!important;
  2526. border-radius:2px;
  2527. box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 1px 4px rgba(0,0,0,0.15),rgba(0,0,0,0.06) 0 1px 4px!important;
  2528. border:0!important;
  2529. border-radius:2px!important;
  2530. color:#fff!important;
  2531. cursor:pointer;
  2532. font-family:segoe ui;
  2533. font-size:11px!important;
  2534. outline:0!important;
  2535. text-shadow:rgba(0,0,0,0.2) 0 1px 0;
  2536. padding:8px;
  2537. text-transform:uppercase;
  2538. height:30px!important
  2539. }
  2540.  
  2541. input[type="submit"]:hover
  2542. {
  2543. opacity:.9
  2544. }
  2545.  
  2546. input[type="select"]
  2547. {
  2548. -khtml-border-radius:3px;
  2549. -khtml-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2550. -moz-border-radius:3px;
  2551. -moz-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2552. -webkit-border-radius:3px;
  2553. -webkit-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2554. background-color:#fafbfc;
  2555. border:1px solid #c1c1c1;
  2556. border-radius:3px;
  2557. box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2558. color:#666;
  2559. font-size:12px;
  2560. outline:0;
  2561. padding:9px!important
  2562. }
  2563.  
  2564. .pun select
  2565. {
  2566. -khtml-border-radius:3px;
  2567. -khtml-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2568. -moz-border-radius:3px;
  2569. -moz-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2570. -webkit-border-radius:3px;
  2571. -webkit-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2572. background-color:#fafbfc;
  2573. border:1px solid #c1c1c1;
  2574. border-radius:3px;
  2575. box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2576. color:#666;
  2577. font-size:12px;
  2578. outline:0;
  2579. padding:9px!important
  2580. }
  2581.  
  2582. #find_user
  2583. {
  2584. -moz-border-radius:3px!important;
  2585. -webkit-border-radius:3px!important;
  2586. background:#2C638F!important;
  2587. border:0!important;
  2588. border-radius:3px!important;
  2589. color:#fff!important;
  2590. cursor:pointer;
  2591. font-weight:700;
  2592. outline:0!important;
  2593. padding:9px 15px!important;
  2594. text-shadow:rgba(0,0,0,0.9) 0 1px 1px!important;
  2595. box-shadow:inset rgba(0,0,0,0.1) 0 1px 0px,inset rgba(0,0,0,0.30) 0 0 0 1px,inset rgba(255,255,255,0.15) 0 2px 0px,rgba(0,0,0,0.15) 0 1px 4px,inset rgba(255,255,255,0.2) 0 10px 25px;
  2596. -moz-box-shadow:inset rgba(0,0,0,0.4) 0 0 0 1px,rgba(0,0,0,0.3) 0 1px 4px
  2597. }
  2598.  
  2599. #find_user:hover
  2600. {
  2601. background-color:#466F93!important
  2602. }
  2603.  
  2604. .button2
  2605. {
  2606. -moz-border-radius:3px!important;
  2607. -webkit-border-radius:3px!important;
  2608. background:#2C638F!important;
  2609. border:0!important;
  2610. border-radius:3px!important;
  2611. color:#fff!important;
  2612. cursor:pointer;
  2613. font-weight:700;
  2614. outline:0!important;
  2615. padding:9px 15px!important;
  2616. text-shadow:rgba(0,0,0,0.9) 0 1px 1px!important;
  2617. box-shadow:inset rgba(0,0,0,0.1) 0 1px 0px,inset rgba(0,0,0,0.30) 0 0 0 1px,inset rgba(255,255,255,0.15) 0 2px 0px,rgba(0,0,0,0.15) 0 1px 4px,inset rgba(255,255,255,0.2) 0 10px 25px;
  2618. -moz-box-shadow:inset rgba(0,0,0,0.4) 0 0 0 1px,rgba(0,0,0,0.3) 0 1px 4px
  2619. }
  2620.  
  2621. .button2:hover
  2622. {
  2623. background-color:#466F93!important
  2624. }
  2625.  
  2626. .pun .sig-content
  2627. {
  2628. clear:both;
  2629. margin-bottom:10px;
  2630. padding:.5em 1em;
  2631. position:relative;
  2632. overflow:auto;
  2633. max-height:200px
  2634. }
  2635.  
  2636. .pun div,.pun td,.sig-line
  2637. {
  2638. border-color:##DDD;
  2639. color:##DDD
  2640. }
  2641.  
  2642. .sig-content,.signature_div
  2643. {
  2644. border-top:1px dashed #D9DBDD
  2645. }
  2646.  
  2647. .pun .main-head a.exthelp,.pun .main-head a.exthelp:link,.pun .main-head a.exthelp:visited
  2648. {
  2649. background-image:url(https://i.imgur.com/INbRRHr.png)!important;
  2650. background-position:left;
  2651. background-repeat:no-repeat;
  2652. padding-left:20px
  2653. }
  2654.  
  2655. #moderation_tool
  2656. {
  2657. margin:0 0 8px
  2658. }
  2659.  
  2660. #moderation_tool.act_mod p
  2661. {
  2662. -moz-border-radius:3px;
  2663. -moz-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  2664. -moz-transition:all .2s ease-in-out;
  2665. -webkit-border-radius:3px;
  2666. -webkit-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  2667. -webkit-transition:all .2s ease-in-out;
  2668. cursor:pointer;
  2669. webkit-touch-callout:none;
  2670. -webkit-user-select:none;
  2671. -khtml-user-select:none;
  2672. -moz-user-select:none;
  2673. -ms-user-select:none;
  2674. user-select:none;
  2675. background:-moz-linear-gradient(#f6f8fa,#edeeef);
  2676. background-image:-webkit-linear-gradient(#f6f8fa,#edeeef);
  2677. border:1px solid #D9DBDD;
  2678. border-radius:3px;
  2679. box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
  2680. color:#616161;
  2681. display:inline-block;
  2682. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fa',endColorstr='#edeeef',GradientType=0);
  2683. font-size:12px;
  2684. height:22px;
  2685. line-height:22px;
  2686. padding:0 10px;
  2687. white-space:nowrap
  2688. }
  2689.  
  2690. #popw
  2691. {
  2692. background-color:#464646;
  2693. background-color:rgba(70,70,70,0.6);
  2694. padding:4px;
  2695. -webkit-box-shadow:0 8px 15px rgba(0,0,0,0.7);
  2696. -moz-box-shadow:0 8px 15px rgba(0,0,0,0.7);
  2697. box-shadow:0 8px 15px rgba(0,0,0,0.7);
  2698. -moz-border-radius:4px;
  2699. -webkit-border-radius:4px;
  2700. border-radius:4px;
  2701. display:none;
  2702. z-index:999;
  2703. margin-top:16px;
  2704. position:absolute
  2705. }
  2706.  
  2707. #popw .mod_hover
  2708. {
  2709. background-image:url(https://i.servimg.com/u/f38/18/24/85/15/bottom10.png);
  2710. width:31px;
  2711. height:16px;
  2712. top:-16px;
  2713. left:5px;
  2714. z-index:999;
  2715. position:absolute
  2716. }
  2717.  
  2718. #popw .popwinner
  2719. {
  2720. background:#fff;
  2721. max-height:465px;
  2722. width:190px;
  2723. overflow:auto;
  2724. -webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
  2725. -moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
  2726. box-shadow:0 0 3px rgba(0,0,0,0.4);
  2727. overflow-x:hidden
  2728. }
  2729.  
  2730. #popw .popwinner li
  2731. {
  2732. background:#f8f8f8;
  2733. list-style-type:none;
  2734. border-bottom:1px solid #eaeaea;
  2735. text-align:center;
  2736. padding:3px 4px
  2737. }
  2738.  
  2739. #popw .popwinner li a
  2740. {
  2741. color:#333!important
  2742. }
  2743.  
  2744. .hover_stats
  2745. {
  2746. display:none;
  2747. position:absolute
  2748. }
  2749.  
  2750. .stats_arrow
  2751. {
  2752. margin-left:150px;
  2753. margin-right:-1px;
  2754. margin-top:-1px;
  2755. position:relative
  2756. }
  2757.  
  2758. .idx_stats
  2759. {
  2760. background:#424242;
  2761. border-radius:3px;
  2762. color:#fff;
  2763. display:inline;
  2764. font-size:10px;
  2765. padding:3px 5px
  2766. }
  2767.  
  2768. .icone-large
  2769. {
  2770. background-image:url(https://i.imgur.com/8J7JPyR.png);
  2771. background-position:24px 24px;
  2772. background-repeat:no-repeat;
  2773. display:inline-block;
  2774. height:28px;
  2775. line-height:28px;
  2776. vertical-align:text-bottom;
  2777. width:22px
  2778. }
  2779.  
  2780. .icone-large.icone-inicio
  2781. {
  2782. background-position:1px 10px;
  2783. height:24px;
  2784. width:15px
  2785. }
  2786.  
  2787. .icone-large.icone-perfil
  2788. {
  2789. background-position:-16px 10px;
  2790. height:24px;
  2791. width:15px
  2792. }
  2793.  
  2794. .icone-large.icone-membros
  2795. {
  2796. background-position:-33px 10px;
  2797. height:24px;
  2798. width:21px
  2799. }
  2800.  
  2801. .icone-large.icone-loja
  2802. {
  2803. background-position:-77px 10px;
  2804. height:24px;
  2805. width:15px
  2806. }
  2807.  
  2808. .icone-large.icone-regras
  2809. {
  2810. background-position:-57px 10px;
  2811. height:24px;
  2812. width:17px
  2813. }
  2814.  
  2815. #tabs ul li a
  2816. {
  2817. color:#141414;
  2818. text-decoration:none;
  2819. background:#e8edf5 url(https://i.imgur.com/0LXIBHQ.png) repeat-x top;
  2820. border:1px solid #C6CFD8;
  2821. padding:0 8px;
  2822. margin-right:-1px;
  2823. margin-bottom:-1px;
  2824. -webkit-border-top-left-radius:3px;
  2825. -moz-border-radius-topleft:3px;
  2826. -khtml-border-top-left-radius:3px;
  2827. border-top-left-radius:3px;
  2828. -webkit-border-top-right-radius:3px;
  2829. -moz-border-radius-topright:3px;
  2830. -khtml-border-top-right-radius:3px;
  2831. border-top-right-radius:3px;
  2832. display:inline-block;
  2833. line-height:22px;
  2834. cursor:pointer;
  2835. outline:0 none;
  2836. white-space:nowrap;
  2837. word-wrap:normal;
  2838. height:22px
  2839. }
  2840.  
  2841. #tabs ul li a:hover
  2842. {
  2843. background-color:#CEDAEC
  2844. }
  2845.  
  2846. #tabs ul li.activetab a
  2847. {
  2848. background:#1f537b url(https://i.imgur.com/0LXIBHQ.png) repeat-x top;
  2849. color:#fff;
  2850. text-decoration:none
  2851. }
  2852.  
  2853. .main .main-head.collapsed
  2854. {
  2855. opacity:.6;
  2856. border-radius:3px;
  2857. -moz-border-radius:3px;
  2858. -webkit-border-radius:3px
  2859. }
  2860.  
  2861. #ucp .frm-set.multi dl input,dd.frm-input input,input.inputbox
  2862. {
  2863. -khtml-border-radius:3px;
  2864. -khtml-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2865. -moz-border-radius:3px;
  2866. -moz-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2867. -webkit-border-radius:3px;
  2868. -webkit-box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2869. background-color:#fafbfc;
  2870. border:1px solid #c1c1c1;
  2871. border-radius:3px;
  2872. box-shadow:rgba(0,0,0,0.07) 0 1px 3px,inset rgba(255,255,255,0.75) 0 1px 0;
  2873. color:#666;
  2874. font-size:12px;
  2875. outline:0;
  2876. padding:9px!important
  2877. }
  2878.  
  2879. .pun .frm dd.frm-input,.pun .frm dd.frm-input input,.pun .frm dd.frm-textarea
  2880. {
  2881. width:80%!important
  2882. }
  2883.  
  2884. .fieldset.frm-set.multi
  2885. {
  2886. border-bottom:1px solid #d8d8d8;
  2887. border-style:solid
  2888. }
  2889.  
  2890. #perfil_drop
  2891. {
  2892. -khtml-box-shadow:rgba(0,0,0,0.3) 0 1px 5px;
  2893. -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 5px;
  2894. -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 5px;
  2895. background:linear-gradient(#FFF,#EDEDED) repeat scroll 0 0 transparent;
  2896. border:0 none!important;
  2897. border-radius:0 0 3px 3px;
  2898. box-shadow:rgba(0,0,0,0.3) 0 1px 5px!important;
  2899. color:#225985;
  2900. font-family:helvetica,arial,sans-serif;
  2901. font-size:12px;
  2902. font-style:normal;
  2903. font-variant:normal;
  2904. font-weight:400;
  2905. overflow:hidden;
  2906. position:absolute;
  2907. right:11%;
  2908. text-align:left;
  2909. top:37px;
  2910. width:270px;
  2911. z-index:999;
  2912. padding:5px
  2913. }
  2914.  
  2915. .nav_c
  2916. {
  2917. box-shadow:0 12px 25px rgba(0,0,0,0.58)!important
  2918. }
  2919.  
  2920. .avat img
  2921. {
  2922. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2923. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2924. background:#fff;
  2925. border:1px solid #D5D5D5;
  2926. border-radius:3px;
  2927. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  2928. height:50px;
  2929. margin:5px;
  2930. margin-left:6px;
  2931. padding:1px;
  2932. width:50px
  2933. }
  2934.  
  2935. .avat img:hover
  2936. {
  2937. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2938. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  2939. border-color:#A1A1A1;
  2940. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  2941. }
  2942.  
  2943. #perfil_drop li
  2944. {
  2945. float:right;
  2946. line-height:22px;
  2947. white-space:nowrap;
  2948. width:34.5%
  2949. }
  2950.  
  2951. #perfil_drop li a
  2952. {
  2953. color:#00569C;
  2954. text-decoration:none
  2955. }
  2956.  
  2957. .menu_active
  2958. {
  2959. border-radius:5px 5px 0 0;
  2960. text-shadow:#fff 0 0 3px
  2961. }
  2962.  
  2963. .seta-topo-perfil
  2964. {
  2965. border:transparent 5px solid;
  2966. border-top:#fff solid 5px;
  2967. display:inline-block;
  2968. float:right;
  2969. margin-left:5px;
  2970. height:0;
  2971. margin-top:17px;
  2972. width:0
  2973. }
  2974.  
  2975. tr
  2976. {
  2977. -moz-transition:background .3s ease-in-out;
  2978. -webkit-transition:background .3s ease-in-out;
  2979. transition:background .3s ease-in-out
  2980. }
  2981.  
  2982. tr:hover
  2983. {
  2984. background:rgba(44,99,143,0.1);
  2985. -moz-transition:background .3s ease-in-out;
  2986. -webkit-transition:background .3s ease-in-out;
  2987. transition:background .3s ease-in-out
  2988. }
  2989.  
  2990. #chatbox a[href="/u1"]
  2991. {
  2992. background:url(http://i55.tinypic.com/21ee1pt.gif)
  2993. }
  2994.  
  2995. .submenu
  2996. {
  2997. background:#FFF;
  2998. width:100%;
  2999. height:40px;
  3000. padding:0;
  3001. overflow:hidden;
  3002. left:0;
  3003. top:42px;
  3004. border-bottom:1px solid #ced2d8
  3005. }
  3006.  
  3007. fieldset
  3008. {
  3009. border:0 groove threedface;
  3010. margin-top:51px
  3011. }
  3012.  
  3013. #more_apps_menucontent,.submenu_container
  3014. {
  3015. background:#323436;
  3016. border:0;
  3017. font-size:12px
  3018. }
  3019.  
  3020. #more_apps_menucontent li,.submenu_container li
  3021. {
  3022. border:0;
  3023. color:#fff!important;
  3024. float:none!important;
  3025. padding:0
  3026. }
  3027.  
  3028. #more_apps_menucontent a,.submenu_container a
  3029. {
  3030. color:#fff!important;
  3031. z-index:999;
  3032. display:block;
  3033. padding:8px 10px;
  3034. text-shadow:0 1px 1px rgba(0,0,0,0.5)
  3035. }
  3036.  
  3037. #more_apps_menucontent li:hover,.submenu_container li:hover
  3038. {
  3039. background:rgba(0,0,0,0.1)!important
  3040. }
  3041.  
  3042. #more_apps_menucontent li:hover a,.submenu_container li:hover a
  3043. {
  3044. color:#D3E3F1;
  3045. text-shadow:none
  3046. }
  3047.  
  3048. #more_apps_menucontent li,.submenu_container li
  3049. {
  3050. width:140px
  3051. }
  3052.  
  3053. #more_apps_menucontent,.submenu_container
  3054. {
  3055. margin-top:-4px
  3056. }
  3057.  
  3058. #smiley-box
  3059. {
  3060. display:none
  3061. }
  3062.  
  3063. .pun h2,.pun h3,.pun input,.pun select,.pun th
  3064. {
  3065. font-size:1em;
  3066. font-family:Segoe UI
  3067. }
  3068.  
  3069. .userAdministrador,.userModGlob,.userGerente,.userDesigner,.userEstagiario,.userVIP,.userBan,.userIniciante,.userStaff,.vipBS,.userProgrammer
  3070. {
  3071. margin-top:9px;
  3072. -moz-border-radius:3px;
  3073. -webkit-border-radius:3px;
  3074. background:transparent;
  3075. border-radius:3px;
  3076. border-top:1px solid rgba(0,0,0,.20);
  3077. bottom:-7px;
  3078. color:#fff;
  3079. display:inline-block;
  3080. font-size:11px;
  3081. font-weight:700;
  3082. text-align:center;
  3083. text-decoration:none;
  3084. text-shadow:0 2px 0 rgba(0,0,0,0.14);
  3085. text-transform:uppercase;
  3086. padding:5px 10px
  3087. }
  3088.  
  3089. .userAdministrador:before
  3090. {
  3091. content:"\f135";
  3092. font-family:FontAwesome;
  3093. font-style:normal;
  3094. font-weight:400;
  3095. text-decoration:inherit;
  3096. color:#fff;
  3097. font-size:12px;
  3098. padding-right:5px
  3099. }
  3100.  
  3101. .userModGlob:before
  3102. {
  3103. content:"\f013";
  3104. font-family:FontAwesome;
  3105. font-style:normal;
  3106. font-weight:400;
  3107. text-decoration:inherit;
  3108. color:#fff;
  3109. font-size:12px;
  3110. padding-right:5px
  3111. }
  3112. .userGerente:before
  3113. {
  3114. content:"\f069";
  3115. font-family:FontAwesome;
  3116. font-style:normal;
  3117. font-weight:400;
  3118. text-decoration:inherit;
  3119. color:#fff;
  3120. font-size:12px;
  3121. padding-right:5px
  3122. }
  3123.  
  3124. .userDesigner:before
  3125. {
  3126. content:"\f040";
  3127. font-family:FontAwesome;
  3128. font-style:normal;
  3129. font-weight:400;
  3130. text-decoration:inherit;
  3131. color:#fff;
  3132. font-size:12px;
  3133. padding-right:5px
  3134. }
  3135.  
  3136. .userEstagiario:before
  3137. {
  3138. content:"\f19d";
  3139. font-family:FontAwesome;
  3140. font-style:normal;
  3141. font-weight:400;
  3142. text-decoration:inherit;
  3143. color:#fff;
  3144. font-size:12px;
  3145. padding-right:5px
  3146. }
  3147.  
  3148. .userVIP:before
  3149. {
  3150. content:"\f005";
  3151. font-family:FontAwesome;
  3152. font-style:normal;
  3153. font-weight:400;
  3154. text-decoration:inherit;
  3155. color:#fff;
  3156. font-size:12px;
  3157. padding-right:5px
  3158. }
  3159.  
  3160. .userBan:before
  3161. {
  3162. content:"\f070";
  3163. font-family:FontAwesome;
  3164. font-style:normal;
  3165. font-weight:400;
  3166. text-decoration:inherit;
  3167. color:#fff;
  3168. font-size:12px;
  3169. padding-right:5px
  3170. }
  3171.  
  3172. .userIniciante:before
  3173. {
  3174. content:"\f007";
  3175. font-family:FontAwesome;
  3176. font-style:normal;
  3177. font-weight:400;
  3178. text-decoration:inherit;
  3179. color:#fff;
  3180. font-size:12px;
  3181. padding-right:5px
  3182. }
  3183.  
  3184. .userAdministrador
  3185. {
  3186. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3187. background-color:#c0392b
  3188. }
  3189.  
  3190. .userModGlob
  3191. {
  3192. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3193. background-color:#68B800
  3194. }
  3195.  
  3196. .userGerente
  3197. {
  3198. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3199. background-color:#00B5D1
  3200. }
  3201.  
  3202. .userDesigner
  3203. {
  3204. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3205. background-color:#4B00AD
  3206. }
  3207.  
  3208. .userEstagiario
  3209. {
  3210. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3211. background-color:#F5AE42
  3212. }
  3213.  
  3214. .userVIP
  3215. {
  3216. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3217. background-color:#FFD500
  3218. }
  3219.  
  3220. .userBan
  3221. {
  3222. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3223. background-color:#F23AB8
  3224. }
  3225.  
  3226. .userIniciante
  3227. {
  3228. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3229. background-color:#CCCCCC
  3230. }
  3231.  
  3232. .userPrata
  3233. {
  3234. background:#FF0
  3235. }
  3236.  
  3237. .userOuro
  3238. {
  3239. background:#8307D6
  3240. }
  3241.  
  3242. .userPlatina
  3243. {
  3244. background:#8307D6
  3245. }
  3246.  
  3247. .userDiamante
  3248. {
  3249. background:#8307D6
  3250. }
  3251.  
  3252. .userVIP
  3253. {
  3254. background:#8307D6
  3255. }
  3256.  
  3257. #rep_post .reput_vote
  3258. {
  3259. background-color:#daedfb;
  3260. color:#666;
  3261. -khtml-user-select:none;
  3262. -moz-transition:all,0.15s;
  3263. -moz-user-select:none;
  3264. -ms-user-select:none;
  3265. -o-transition:all,0.15s;
  3266. -webkit-touch-callout:none;
  3267. -webkit-transition:all,0.15s;
  3268. -webkit-user-select:none;
  3269. background:#f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
  3270. background-size:12px;
  3271. clear:both;
  3272. color:#666;
  3273. cursor:pointer;
  3274. display:table;
  3275. font-size:11px;
  3276. font-weight:400;
  3277. line-height:18px;
  3278. margin:5px;
  3279. padding:3px 5px 3px 25px;
  3280. text-align:right;
  3281. transition:all,0.15s
  3282. }
  3283.  
  3284. .reput_vote.zero
  3285. {
  3286. background-color:#6a6a6a
  3287. }
  3288.  
  3289. #rep_post .bs_inline
  3290. {
  3291. list-style:none
  3292. }
  3293.  
  3294. #rep_post
  3295. {
  3296. white-space:nowrap;
  3297. margin:6px 4px;
  3298. float:right
  3299. }
  3300.  
  3301. #rep_post .bs_inline
  3302. {
  3303. list-style:none
  3304. }
  3305.  
  3306. #rep_post .bs_inline > li
  3307. {
  3308. display:inline-block;
  3309. margin:0 3px
  3310. }
  3311.  
  3312. #rep_post .bs_inline > li:first-child
  3313. {
  3314. margin-left:0
  3315. }
  3316.  
  3317. #rep_post .bs_inline img
  3318. {
  3319. display:none
  3320. }
  3321.  
  3322. #rep_post span img
  3323. {
  3324. cursor:pointer
  3325. }
  3326.  
  3327. .reput_vote.positive
  3328. {
  3329. background-color:#8db13e
  3330. }
  3331.  
  3332. .reput_vote.zero
  3333. {
  3334. background-color:#6a6a6a
  3335. }
  3336.  
  3337. #rep_post .reput_vote:before
  3338. {
  3339. content:"Curtidas "
  3340. }
  3341.  
  3342. .text-uper02
  3343. {
  3344. font-family:segoe UI;
  3345. font-size:25px;
  3346. font-weight:600;
  3347. color:#fff;
  3348. text-transform:uppercase;
  3349. text-align:center;
  3350. margin-top:153px
  3351. }
  3352.  
  3353. #main-content
  3354. {
  3355. background:#fff;
  3356. border:1px solid #ececec;
  3357. border-radius:4px;
  3358. margin-right:7px;
  3359. padding:10px;
  3360. border:1px solid #ddd;
  3361. border-radius:2px;
  3362. box-shadow:rgba(0,0,0,0.05) 0 1px 4px
  3363. }
  3364.  
  3365. tr
  3366. {
  3367. -moz-transition:background .3s ease-in-out;
  3368. -webkit-transition:background .3s ease-in-out;
  3369. transition:background .3s ease-in-out;
  3370. border-bottom:1px dashed #f5f5f5
  3371. }
  3372.  
  3373. tr:hover
  3374. {
  3375. -moz-transition:background .3s ease-in-out;
  3376. -webkit-transition:background .3s ease-in-out;
  3377. background:#f9f9f9;
  3378. transition:background .3s ease-in-out
  3379. }
  3380.  
  3381. #message
  3382. {
  3383. margin-top:0!important
  3384. }
  3385.  
  3386. label[for="message"]
  3387. {
  3388. opacity:0;
  3389. display:none
  3390. }
  3391.  
  3392. #divcolor,#divsmilies,#help-button,#submit_button,.format-message + label
  3393. {
  3394. border:1px solid #ddd;
  3395. background:#f5f5f5;
  3396. border-radius:3px;
  3397. box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  3398. display:inline-block;
  3399. height:18px;
  3400. line-height:16px;
  3401. text-align:center;
  3402. width:18px
  3403. }
  3404.  
  3405. #help-button
  3406. {
  3407. cursor:pointer;
  3408. font-weight:700;
  3409. margin-left:4px;
  3410. margin-top:3px;
  3411. margin-right:6px;
  3412. float:right;
  3413. width:20px;
  3414. height:20px;
  3415. line-height:19px;
  3416. color:#555;
  3417. font-size:10px;
  3418. font-weight:normal
  3419. }
  3420.  
  3421. .credits_ppf
  3422. {
  3423. color:#fff;
  3424. background:rgba(0,0,0,0.1);
  3425. padding:8px;
  3426. border:1px solid rgba(0,0,0,0.10);
  3427. text-align:center
  3428. }
  3429.  
  3430. #chatbox_members ul li span[style*="color:#FF0066"]:before
  3431. {
  3432. color:#000;
  3433. font-weight:400!important;
  3434. content:"[ VIP ] "
  3435. }
  3436.  
  3437. #chatbox_members ul li span[style*="color:#FF0066"]
  3438. {
  3439. color:#05DAFF;
  3440. font-weight:700;
  3441. text-shadow:1px 0 5px rgba(255,0,102,0.5);
  3442. background:url(https://i.imgur.com/BdcBAGw.gif);
  3443. text-decoration:none
  3444. }
  3445.  
  3446. #pun-info
  3447. {
  3448. margin-top:50px!important;
  3449. width:100%!important
  3450. }
  3451.  
  3452. #pun-info .main-content
  3453. {
  3454. padding:0!important
  3455. }
  3456.  
  3457. .main-content.standalone h2
  3458. {
  3459. margin:0 0 1em;
  3460. border-bottom:1px solid #ddd;
  3461. font-size:1.7em
  3462. }
  3463.  
  3464. #fa_groups
  3465. {
  3466. font-size:1px
  3467. }
  3468.  
  3469. .user_login_form.main-box.center
  3470. {
  3471. background:url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3472. background-color:#21252d;
  3473. border:2px double #6152bd;
  3474. box-sizing:border-box;
  3475. color:#fff;
  3476. font-family:Arial,sans-serif;
  3477. font-size:12px;
  3478. font-weight:700;
  3479. margin:0;
  3480. padding:15px;
  3481. border-radius:3px
  3482. }
  3483.  
  3484. .user_login_form.main-box.center input.post
  3485. {
  3486. height:30px;
  3487. width:110px;
  3488. background-color:hsl(240,15%,47%);
  3489. border-radius:3px
  3490. }
  3491.  
  3492. body,html
  3493. {
  3494. overflow-x:hidden
  3495. }
  3496.  
  3497. .main-statistics
  3498. {
  3499. background:#000 url(https://i.imgur.com/owWrnjB.png) repeat 50% 100%;
  3500. border:0 solid #4f5258;
  3501. color:lightgray;
  3502. padding:0;
  3503. border-radius:4px
  3504. }
  3505.  
  3506. p.right-oie a:link,p.right-oie a:visited
  3507. {
  3508. color:#f5f5f5
  3509. }
  3510.  
  3511. #onlinelist em
  3512. {
  3513. font-size:0
  3514. }
  3515.  
  3516. #onlinelist em::before
  3517. {
  3518. content:'Legenda: ';
  3519. font-size:12px;
  3520. font-style:normal
  3521. }
  3522.  
  3523. #onlinelist em b
  3524. {
  3525. font-weight:700;
  3526. font-size:14px;
  3527. font-style:normal
  3528. }
  3529.  
  3530. #onlinelist em b:after
  3531. {
  3532. font-weight:400;
  3533. content:', '
  3534. }
  3535.  
  3536. #onlinelist em b:last-child:after
  3537. {
  3538. content:''
  3539. }
  3540.  
  3541. .postbody img
  3542. {
  3543. max-height:230px!important;
  3544. max-width:500px!important
  3545. }
  3546. .lastpost-avatar img {
  3547. border-radius: 30px;
  3548. box-shadow: 0 0 2px #939393;
  3549. }
  3550. #chatbox_messenger_form .right label {
  3551. font-size: 12px !important;
  3552. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement