Advertisement
Guest User

Untitled

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