Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.51 KB | None | 0 0
  1. /*Barra com cor nas categorias*/
  2. #pun-head {border-bottom: 3px solid #00FA9A;;box-shadow: #00FA9A; 0 -2px 0 inset;}
  3. .main .main-foot, .main .main-head, .title-overview {border-bottom: 3px solid #00FA9A;;box-shadow: #00FA9A; 0 -2px 0 inset;}
  4. /*Mensagem*/
  5. .pun .postmain {
  6. background: #fff;
  7. border: 1px solid #ddd;
  8. border-radius: 3px;
  9. margin-left: 17em;
  10. position: relative;
  11. }
  12. /*Categoria cor Preto*/
  13. .main .main-foot, .main .main-head, .title-overview {background-color:#000;}
  14. /*Rodapé*/
  15. #footer{
  16. width: 100%;
  17. min-width: 900px;
  18. color: white;
  19. height: 280px;
  20. background: #0c0d0d url(http://i36.servimg.com/u/f36/11/96/49/61/footer15.png) repeat-x;}
  21.  
  22. #footer ul{list-style-type: none;}
  23.  
  24. #footer a{color: white;}
  25.  
  26. #footer h1{
  27. font-weight: normal;
  28. margin-bottom: 20px;
  29. font-family: 'Lobster';
  30. font-size: 24px;
  31. border-bottom: 3px dotted white;
  32. padding-bottom: 5px;}
  33.  
  34. #footer h1 img{
  35. margin: 0 0 3px 0 !important;
  36. vertical-align: middle;
  37. height: 25px;}
  38.  
  39. #back-top{
  40. text-align: center;
  41. margin-bottom: 8px;
  42. position: relative;
  43. top: -12px;}
  44.  
  45. #f-content{
  46. float: center;
  47. margin: 0 auto;}
  48.  
  49. #f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
  50.  
  51. #f-content #username, #f-content #password{
  52. color: #333333;
  53. text-shadow: 1px 1px 0 white;
  54. background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
  55. width: 149px;
  56. height: 39px;
  57. border: 0;
  58. padding: 0 0 0 20px;}
  59.  
  60. input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
  61. background: none !important;}
  62.  
  63. #f-content .button1{
  64. cursor: pointer;
  65. font-weight: normal !important;
  66. -webkit-border-radius: 0px;
  67. -moz-border-radius: 0px;
  68. border-radius: 0px;
  69. color: white;
  70. text-align: center;
  71. border: 0 !important;
  72. text-shadow: 0 1px 5px black;
  73. background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
  74. width: 53px;
  75. height: 25px;
  76. padding-bottom: 2px;
  77. -webkit-box-shadow: 0 0 0;
  78. -moz-box-shadow: 0 0 0;
  79. box-shadow: 0 0 0;}
  80.  
  81. #f-content dd.login{
  82. margin-top: -40px;
  83. margin-left: 110px;}
  84.  
  85. ul#social{
  86. margin-left: 25px;
  87. margin-right: 25px;
  88. text-shadow: 1px 1px 0 black;
  89. font-weight: bold;
  90. font-size: 15px;
  91. float: left;}
  92.  
  93. ul#social li{
  94. margin-bottom: 10px;}
  95.  
  96. ul#social img{
  97. -ms-interpolation-mode: bicubic;
  98. margin-right: 10px;
  99. margin-bottom: 3px;
  100. vertical-align: middle;
  101. height:25px;}
  102.  
  103. #connect{
  104. margin-left: 25px;
  105. margin-right: 25px;
  106. float: left;}
  107.  
  108. #user-panel #avatar{margin-right: 5px;}
  109.  
  110. #site-links{
  111. text-align: center;
  112. margin-left: 25px;
  113. margin-right: 25px;
  114. float: left;}
  115.  
  116. #site-links li{margin-bottom: 3px;}
  117.  
  118. #site-links li a {
  119. font-size: 16px;}
  120.  
  121. #other{
  122. float: left;
  123. margin-left: 25px;
  124. margin-right: 25px;}
  125. /*Posição Rodapé*/
  126. #footer {width:91%;margin-left:60px;margin-top:-23px;}
  127. /*Barra do Widget*/
  128. .module .main-head, .statistics_head {background: #a9b4c0 url(http://i55.servimg.com/u/f55/18/71/50/00/noise12.png) repeat;box-shadow: inset #778594 0 1px 3px;}
  129. /*ChatBox*/
  130. .codebox dd {background-color: #FFF;}
  131. #chatbox {background-color: #FFFFFF !important;}
  132. #chatbox_members {background-color: #FFFFFF !important;}
  133. #chatbox_footer {background-color: #FFFFFF !important;}
  134. body {
  135. background: #000000 url("") repeat;
  136. color: #4e565e;
  137. }
  138. body, .pun a {
  139. font: normal 11px "Trebuchet MS",tahoma,helvetica,arial,sans-serif;
  140. }
  141. ::selection {
  142. color: #fff;
  143. background: #82b8e6;
  144. }
  145. a:link {text-decoration:none;}
  146. .pun, .wrapper {
  147. margin: 0 auto;
  148. min-width: 980px;
  149. max-width: 1600px;
  150. width: 90%;
  151. }
  152. .pun {
  153. background: #fff;
  154. max-width: 1588px;
  155. -webkit-border-radius: 5px;
  156. -moz-border-radius: 5px;
  157. border-radius: 5px;
  158. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  159. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  160. box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  161. border: 1px solid #d6d8d9;
  162. margin-bottom: 10px;
  163. }
  164. .overview {background: white;}
  165. #pun-visit {
  166. background: url(http://i55.servimg.com/u/f55/18/71/50/00/highli10.png) repeat-x scroll 0 0 #f9d79b;
  167. border: 1px solid #ebb962;
  168. box-shadow: 0 1px 4px #fde5bb;
  169. font-size: 13px;
  170. line-height: 140%;
  171. margin: 5px 5px 10px;
  172. padding: 10px;
  173. text-shadow: 0 1px 0 rgba(255,255,255,0.55);
  174. }
  175. #pun-visit, #pun-visit a {color: #b85f1d;}
  176. .main-box, #pun-about {background: transparent;border: 0px; font: 0.8em;}
  177. #secondary_navigation {
  178. position: fixed;
  179. width: 100%;
  180. top: 0;
  181. left: 0;
  182. z-index: 999;
  183. background: url("http://i55.servimg.com/u/f55/18/71/50/00/trans810.png") repeat;
  184. background: rgba(0,0,0,0.8);
  185. font-size: 11px;
  186. text-shadow: rgba(0,0,0,0.8) 0px 1px 1px;
  187. -webkit-box-shadow: rgba(255,255,255,0.05) 0px 1px 0px;
  188. -moz-box-shadow: rgba(255,255,255,0.05) 0px 1px 0px;
  189. box-shadow: rgba(255,255,255,0.05) 0px 1px 0px;
  190. border-bottom: 1px solid #0d0d0d;
  191. overflow: hidden;
  192. line-height: 37px;
  193. clear: both;
  194. }
  195. #secondary_navigation a {
  196. color: #ddd;
  197. line-height: 37px;
  198. height: 37px;
  199. }
  200. #secondary_navigation a:hover {
  201. color: #fff;
  202. text-shadow: #fff 0px 0px 3px;
  203. }
  204. #secondary_navigation li {list-style-type: none;}
  205. #secondary_navigation li {
  206. float: left;
  207. }
  208. .breadcrumb {
  209. color: #777;
  210. font-size: 11px;
  211. }
  212. ul.pun-crumbs {margin: 0px;padding: 0px;}
  213. span.crumbs .first {
  214. margin-left: 0;
  215. background: none;
  216. padding-left: 12px;
  217. }
  218. span.crumbs a {
  219. color: #ddd;
  220. margin-left: -8px;
  221. padding: 10px 15px 10px 5px;
  222. background: url('http://i55.servimg.com/u/f55/18/71/50/00/second10.png') no-repeat 100% -1px;
  223. }
  224. span.crumbs a:hover {
  225. background: url('http://i55.servimg.com/u/f55/18/71/50/00/second10.png') no-repeat 100% -44px;
  226. }
  227. #secondary_links a {
  228. padding: 0 12px;
  229. display: block;
  230. }
  231. #secondary_links img {
  232. vertical-align: top;
  233. width: 16px;
  234. height: 16px;
  235. position: relative;
  236. margin: 10px -3px 0 -3px;
  237. }
  238. #secondary_links a:hover img {
  239. opacity: 0.7;
  240. }
  241. img, .input_check, .input_radio {
  242. vertical-align: middle;
  243. }
  244. .left {float: left;}
  245. /*INTRO*/
  246. #pun-intro {
  247. background: #262626 url('http://i67.tinypic.com/ddj095.png');
  248. height: 110px;
  249. border-bottom: 1px solid #141414;
  250. padding: 0;
  251. padding-top: 150px;
  252. }
  253. #pun-desc {display: inline-block;}
  254. #pun-navlinks {
  255. background: rgba(0,0,0,0.3) url("http://i55.servimg.com/u/f55/18/71/50/00/trans310.png") repeat;
  256. text-transform: uppercase;
  257. font-family: "Lato","Trebuchet MS",Arial,Helvetica,sans-serif;
  258. float: right;
  259. margin-top: 16px;
  260. }
  261. #pun-navlinks a.mainmenu {
  262. color: #e9ebed;
  263. padding: 8px;
  264. line-height: 35px;
  265. height: 35px;
  266. -webkit-transition: all 0.15s ease-in-out;
  267. -o-transition: all 0.15s ease-in-out;
  268. -moz-transition: all 0.15s ease-in-out;
  269. }
  270. #pun-navlinks a.mainmenu:hover {
  271. background: rgba(255,255,255,0.05) url("http://i55.servimg.com/u/f55/18/71/50/00/nav_ac10.png") repeat;
  272. text-decoration: none;
  273. color: #fff;
  274. text-shadow: #fff 0px 0px 4px;
  275. }
  276. #pun-navlinks li {
  277. font: 12px 700;
  278. }
  279. #pun-navlinks li a {
  280. margin: 0px;
  281. }
  282. @font-face {
  283. font-family: 'Lato';
  284. font-style: normal;
  285. font-weight: 700;
  286. src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
  287. }
  288. #pun-head {
  289. background-color: #000;
  290. margin-bottom: 10px;
  291. }
  292. /*USERBAR*/
  293. #user_navigation {
  294. float: left;
  295. color: #9f9f9f;
  296. font-size: 11px;
  297. line-height: 36px;
  298. height: 36px;
  299. overflow: hidden;
  300. font-weight: bold;
  301. border-left: 1px solid rgba(255,255,255,0.15);
  302. }
  303. #user_navigation .ipsList_inline li {
  304. margin: 0;
  305. list-style-type: none;
  306. padding: 0;
  307. float: left;
  308. }
  309. #user_navigation a {
  310. color: #fff;
  311. text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
  312. float: left;
  313. padding: 0 12px;
  314. line-height: 36px;
  315. outline: none;
  316. height: 36px;
  317. border-right: 1px solid rgba(255,255,255,0.15);
  318. }
  319. #user_navigation a:hover {
  320. background: rgba(255,255,255,0.12);
  321. }
  322. #avatar img {
  323. background: #fff;
  324. border: 1px solid #959595;
  325. height: 24px;
  326. margin-top: 4px;
  327. padding: 1px;
  328. position: relative;
  329. vertical-align: top;
  330. width: 24px;
  331. }
  332. #user_navigation #sign_in img, #user_navigation #register_link img {
  333. vertical-align: top;
  334. position: relative;
  335. margin: 10px 2px 0 0;
  336. }
  337. #inbox_link img {
  338. background-image: url(http://i55.servimg.com/u/f55/18/71/50/00/icon_i10.png);
  339. }
  340. #notify_link img {
  341. background-image: url(http://i55.servimg.com/u/f55/18/71/50/00/icon_n10.png);
  342. }
  343. #inbox_link img, #notify_link img {
  344. background-position: 0 0;
  345. background-repeat: no-repeat;
  346. height: 20px;
  347. vertical-align: middle;
  348. width: 20px;
  349. }
  350. #search {
  351. margin: 4px 0 0 0;
  352. }
  353. fieldset {
  354. border: 0;
  355. }
  356. #adv_search {
  357. width: 26px;
  358. height: 26px;
  359. -webkit-border-radius: 3px;
  360. -moz-border-radius: 3px;
  361. border-radius: 3px;
  362. background: url('http://i55.servimg.com/u/f55/18/71/50/00/advanc10.png') no-repeat 50% 50%;
  363. text-indent: -3000em;
  364. display: inline-block;
  365. margin-left: 3px;
  366. }
  367. #adv_search:hover {
  368. background-color: rgba(0,0,0,0.2);
  369. }
  370. #search_wrap {
  371. position: relative;
  372. background: url("http://i55.servimg.com/u/f55/18/71/50/00/trans210.png") repeat;
  373. background: rgba(0,0,0,0.2);
  374. display: block;
  375. padding: 0 26px 0 7px;
  376. height: 26px;
  377. line-height: 25px;
  378. -moz-border-radius: 3px;
  379. -webkit-border-radius: 3px;
  380. border-radius: 3px;
  381. -webkit-box-shadow: inset rgba(0,0,0,0.35) 0px 1px 3px, rgba(255,255,255,0.2) 0px 1px 0px;
  382. -moz-box-shadow: inset rgba(0,0,0,0.35) 0px 1px 3px, rgba(255,255,255,0.2) 0px 1px 0px;
  383. box-shadow: inset rgba(0,0,0,0.35) 0px 1px 3px, rgba(255,255,255,0.2) 0px 1px 0px;
  384. min-width: 250px;
  385. }
  386. #main_search {
  387. font: normal 12px tahoma,helvetica,arial,sans-serif;
  388. border: 0;
  389. margin: 3 0 0 0;
  390. padding: 0;
  391. background: transparent;
  392. width: 138px;
  393. outline: 0;
  394. color: #fff;
  395. text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
  396. }
  397. #search_options {
  398. max-width: 80px;
  399. text-overflow: ellipsis;
  400. overflow: hidden;
  401. font-size: 10px;
  402. height: 20px;
  403. line-height: 20px;
  404. margin: 3px 3px 3px 0;
  405. padding: 0 6px;
  406. -moz-border-radius: 3px;
  407. -webkit-border-radius: 3px;
  408. border-radius: 3px;
  409. background: url('http://i55.servimg.com/u/f55/18/71/50/00/trans410.png') repeat;
  410. background: rgba(0,0,0,0.4);
  411. display: inline-block;
  412. text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
  413. color: #fff;
  414. float: right;
  415. }
  416. .clickable {
  417. cursor: pointer;
  418. }
  419. #search .submit_input {
  420. background: #292929 url('http://i55.servimg.com/u/f55/18/71/50/00/search10.png') no-repeat 50%;
  421. text-indent: -3000em;
  422. padding: 0;
  423. border: 0;
  424. display: block;
  425. width: 26px;
  426. height: 26px;
  427. position: absolute;
  428. right: 0;
  429. top: 0;
  430. bottom: 0;
  431. -moz-border-radius: 0 3px 3px 0;
  432. -webkit-border-top-right-radius: 3px;
  433. -webkit-border-bottom-right-radius: 3px;
  434. border-radius: 0 3px 3px 0;
  435. }
  436. #search .submit_input:hover {
  437. background-color: #3e3e3e;
  438. }
  439. /*TABLEHEAD*/
  440. .main .main-head, .title-overview , .main .main-foot {
  441. color: #fff;
  442. text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
  443. padding: 12px;
  444. font-size: 12px;
  445. -moz-border-radius: 3px;
  446. -webkit-border-radius: 3px;
  447. border-radius: 3px;
  448. -webkit-box-shadow: inset #778594 0px 1px 3px;
  449. -moz-box-shadow: inset #778594 0px 1px 3px;
  450. box-shadow: inset #778594 0px 1px 3px;
  451. overflow: hidden;
  452. margin-bottom: 2px;
  453. }
  454. .main .main-head .page-title {
  455. font-weight: 700;
  456. }
  457. .pun table.table td, .pun table.table th {
  458. background: #fff !important;
  459. }
  460. .pun table.table td {
  461. padding: 10px;
  462. border: 0px;
  463. border-bottom: 1px solid #f3f3f3;
  464. }
  465. .pun table.table td.col_stats {text-align: right;}
  466. .pun table.table td a {color: #676c70;}
  467. .pun table.table td a:hover {color: #53585c;}
  468. .hierarchy a {
  469. font: 12px bold;
  470. }
  471. .main .main-content, .main .main-content.frm, .pun .frm-form {background: transparent;border: 0px;}
  472. /*WIDGETS*/
  473. .module .main-head, .statistics_head {
  474. background: #262626;
  475. text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
  476. -moz-border-radius: 3px;
  477. -webkit-border-radius: 3px;
  478. border-radius: 3px;
  479. -webkit-box-shadow: inset #000 0px 1px 3px;
  480. -moz-box-shadow: inset #000 0px 1px 3px;
  481. box-shadow: inset #000 0px 1px 3px;
  482. padding: 10px;
  483. }
  484. .module .main-content {background: #fff;}
  485. /*STATISTICS*/
  486. .statistics_head {
  487. color: #fff;
  488. font-size: 11px;
  489. font-weight: bold;
  490. padding: 8px;
  491. }
  492. #onlinelist, #onlinechat {
  493. background: #fff;
  494. border: 0px;
  495. }
  496. #statistics {
  497. margin: 0 auto !important;
  498. text-align: center !important;
  499. display: table;
  500. background: none;
  501. }
  502. .statHide{display:none !important;}
  503. .statsPers li span a {
  504. text-decoration: none !important;
  505. }
  506. .statsPers li > span {
  507. display: inline-block;
  508. background: url('http://i71.servimg.com/u/f71/18/12/14/12/trans110.png') repeat;
  509. background: #edeff1;
  510. color: #768089;
  511. text-shadow: rgba(255,255,255,0.9) 0px 1px 0px;
  512. -webkit-box-shadow: inset #b3bac1 0px 1px 3px;
  513. -moz-box-shadow: inset #b3bac1 0px 1px 3px;
  514. box-shadow: inset #b3bac1 0px 1px 3px;
  515. padding: 3px 7px;
  516. font-weight: bold;
  517. -moz-border-radius: 3px;
  518. -webkit-border-radius: 3px;
  519. border-radius: 3px;
  520. margin-right: 3px;
  521. }
  522. .statsPers li {
  523. float: left;
  524. color:#666;
  525. margin: 2px 10px;
  526. }
  527. .statsPers {
  528. list-style: none;
  529. display: block;
  530. margin: 0px auto;
  531. width: 100%;
  532. }
  533. /*footer*/
  534. #footer_utilities {
  535. padding: 8px;
  536. font-size: 11px;
  537. position: relative;
  538. border-top: 1px solid #141414;
  539. text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
  540. background: #262626 url('http://i55.servimg.com/u/f55/18/71/50/00/brandi11.png') repeat;
  541. }
  542. #footer_utilities, #footer_utilities a {
  543. color: #ccc;
  544. }
  545. .clr {
  546. clear: both;
  547. }
  548. #backtotop, #bottomScroll {
  549. width: 24px;
  550. height: 24px;
  551. line-height: 20px;
  552. left: 50%;
  553. top: 50%;
  554. margin-left: -12px;
  555. margin-top: -12px;
  556. position: absolute;
  557. display: inline-block;
  558. background: url("http://i55.servimg.com/u/f55/18/71/50/00/trans311.png") repeat;
  559. background: rgba(0,0,0,0.3);
  560. -webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.07) 0px 1px 0px;
  561. -moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.07) 0px 1px 0px;
  562. box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.07) 0px 1px 0px;
  563. text-align: center;
  564. -moz-border-radius: 16px;
  565. -webkit-border-radius: 16px;
  566. border-radius: 16px;
  567. outline: 0;
  568. }
  569. #bottomScroll:hover,#backtotop:hover{background:url("http://i55.servimg.com/u/f55/18/71/50/00/trans710.png") repeat;background:rgba(0,0,0,0.7);color:#fff}
  570. #backtotop img {
  571. margin-top: 5px;
  572. opacity: 0.4;
  573. }
  574. #backtotop:hover img {
  575. opacity: 1;
  576. }
  577. .skin_link {
  578. float: left;
  579. padding-top: 4px;
  580. }
  581. .skin_link, .skin_link a {
  582. color: #ccc !important;
  583. }
  584. #copyright {
  585. text-align: right;
  586. line-height: 22px;
  587. float: right;
  588. }
  589. #footer_utilities .ipsList_inline {
  590. margin-top: 3px;
  591. clear: left;
  592. float: left;
  593. }
  594. #footer_utilities .ipsList_inline>li {
  595. margin: 0;
  596. }
  597. .ipsList_inline>li {
  598. display: inline-block;list-style-type: none;
  599. margin: 0 3px;
  600. }
  601. #rss_feed {
  602. margin-top: -1px;
  603. }
  604. #footer_utilities .ipsList_inline>li>a {
  605. margin-right: 0px;
  606. padding: 4px 10px;
  607. display: inline-block;
  608. }
  609. /*TÓPICO*/
  610. .pun .paged-foot, .pun .paged-head {
  611. background-color: transparent;
  612. border: 0px;
  613. }
  614. .pun .posthead {
  615. background: #262626 url('http://i55.servimg.com/u/f55/18/71/50/00/brandi12.png') repeat;
  616. text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
  617. -moz-border-radius: 3px;
  618. -webkit-border-radius: 3px;
  619. border-radius: 3px;
  620. -webkit-box-shadow: inset #000 0px 1px 3px;
  621. -moz-box-shadow: inset #000 0px 1px 3px;
  622. box-shadow: inset #000 0px 1px 3px;
  623. color: #bbb;
  624. border: 0px;
  625. padding: 0 10px;
  626. height: 36px;
  627. line-height: 36px;
  628. font-weight: normal;
  629. font-size: 13px;
  630. }
  631. .pun .posthead a {color: #fff;}
  632. .pun .posthead h2 strong {
  633. font: 11px normal;
  634. color: #878c91;
  635. }
  636. .pun .posthead h2 strong:before {
  637. content: '#';
  638. }
  639. .pun .posthead .username {
  640. float: left;
  641. min-width: 177px;
  642. }
  643. .pun .posthead .username a {
  644. font-weight: bold;
  645. text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
  646. font-size: 13px;
  647. }
  648. .pun .posthead .username a span {color: #fff !important;}
  649. .pun .user .user-basic-info a img {
  650. max-width: 90px;
  651. max-height: 90px;
  652. padding: 1px;
  653. border: 1px solid #d5d5d5;
  654. background: #fff;
  655. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  656. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  657. box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  658. }
  659. .pun .user .user-basic-info a img:hover {
  660. border-color: #a1a1a1;
  661. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  662. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  663. box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  664. }
  665. .pun .post {margin-bottom: 10px;}
  666. .pun .post, .pun .postmain {background: #fff;border: 0px;}
  667. .pun .postmain {margin-left: 17em;}
  668. .pun .post .user {
  669. width: 155px;
  670. margin-top: 1em;
  671. border-right: 1px dashed #e4e8ed;
  672. font-size: 12px;
  673. text-align: center;
  674. margin-left: -16em;
  675. padding: 10px 10px;
  676. line-height: 150%;
  677. }
  678. .pun .user .user-info {
  679. font: 11px;
  680. color: #878c91;
  681. }
  682. .pun .postfoot {
  683. background: #edeff1 url("http://i55.servimg.com/u/f55/18/71/50/00/noise13.png") repeat;
  684. -moz-border-radius: 3px;
  685. -webkit-border-radius: 3px;
  686. border: 0px;
  687. border-radius: 3px;
  688. -webkit-box-shadow: inset #b3bac1 0px 1px 3px;
  689. -moz-box-shadow: inset #b3bac1 0px 1px 3px;
  690. box-shadow: inset #b3bac1 0px 1px 3px;
  691. clear: both;
  692. }
  693. /*Cor Preto Widget*/
  694. .module .main-head, .statistics_head {background-color:#000}
  695. /*PERFIL TABS PERSONALIZADOS*/
  696. #tabs ul li a {
  697. font-weight: bold;
  698. color: #424242;
  699. background-color: #F1F1F1;
  700. border-color: #C1C1C1;
  701. background-image: url('http://i50.tinypic.com/2rcpvd3.png');
  702. background-repeat: repeat-x;
  703. margin-top: 10px;
  704. border-top: 1px solid #CCC;
  705. border-left: 1px solid #CCC;
  706. }
  707. #tabs ul li.activetab a:hover {
  708. background-color: #363636;
  709. }
  710. #tabs ul li a:hover {
  711. background-color: #F4F4F4;
  712. border-color: #333;
  713. }
  714. #tabs ul li.activetab a {
  715. background-color: #363636;
  716. background-image: url(http://i50.tinypic.com/9qky9y.png);
  717. background-repeat: repeat-x;
  718. border-color: #363636;
  719. color: white;
  720. text-decoration: none;
  721. }
  722. #tabs ul li.activetab a:hover {
  723. background: white;
  724. }
  725. /*QR*/
  726. #quick_reply .frm-buttons {
  727. text-align: right;
  728. }
  729. .pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
  730. background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
  731. background-position: left;
  732. background-repeat: no-repeat;
  733. color: #fff;
  734. }
  735. input[type="button"], input[type="submit"], input[type="reset"] {
  736. background: #51a3ce url('http://i55.servimg.com/u/f55/18/71/50/00/highli11.png') repeat-x 0 0;
  737. border: 1px solid #4897c0;
  738. -webkit-box-shadow: #8ac7e7 0px 1px 2px;
  739. -moz-box-shadow: #8ac7e7 0px 1px 2px;
  740. box-shadow: #8ac7e7 0px 1px 2px;
  741. color: #fff;
  742. padding: 4px 10px !important;
  743. cursor: pointer;
  744. text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  745. -moz-border-radius: 2px;
  746. -webkit-border-radius: 2px;
  747. border-radius: 2px;
  748. }
  749. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {background-color:#60b3de;color:#fff}
  750. input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {-webkit-box-shadow:inset rgba(0,0,0,0.2) 0px 1px 3px;-moz-box-shadow:inset rgba(0,0,0,0.2) 0px 1px 3px;box-shadow:inset rgba(0,0,0,0.2) 0px 1px 3px;position:relative;top:1px}
  751.  
  752. blockquote {
  753. background:none repeat scroll 0 0 #FFF!important;
  754. border:3px solid #bdbdbd!important;
  755. border-radius:5px;
  756. box-shadow:0 2px 10px #d6d6d6;
  757. max-width:1033px;
  758. margin:3px;
  759. padding:0!important;
  760. }
  761.  
  762. blockquote:before {
  763. content:"Citação:";
  764. border-bottom:4px solid #2a80b9;
  765. font-size:14px;
  766. font-weight:700;
  767. text-shadow:1px 1px #f3f3f3;
  768. background-image:url(http://illiweb.com/fa/invision/css_img_quote.gif);
  769. background-position:top right;
  770. background-repeat:no-repeat;
  771. color:#000;
  772. display:block;
  773. padding:3px;
  774. }
  775.  
  776. blockquote div {
  777. background:none repeat scroll 0 0 #FFF;
  778. border:3px solid #d3d3d3;
  779. border-radius:5px;
  780. margin:5px;
  781. }
  782.  
  783. blockquote cite {
  784. background-color:#FFF!important;
  785. background-image:none!important;
  786. }
  787. .spoiler_closed{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-color:#FFF;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:4px 4px 3px #FFF}.spoiler_content{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-color:#FFF;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:4px 4px 3px #a0a0a0;padding:10px}
  788. .spoiler dt {border-bottom: 1px dotted write}div.spoiler_content.hidden {background:#FFF;}dl.codebox.spoiler {background-color:#FFF;}
  789. dl.codebox.spoiler {border-left: 7px solid red}
  790. /*Profundidade Categoria*/
  791. .main .main-foot, .main .main-head, .title-overview { box-shadow: none; }
  792. /*Tirar pesquisa*/
  793. div#search.right {display:none;}
  794. /*Aumentar tamanho o texto*/
  795. a.mainmenu {font-size:14px;}
  796. /*Quem esta conectado*/
  797. .statistics_head {text-align:center;}
  798. #onlinelist {text-align:center;}
  799. #onlinelist {border: solid #212121;border-width: 0px 1px 1px; border-radius: 3px;}
  800. /*Cor do titulo do topico*/
  801. a.topictitle{
  802. color: black !important;
  803. font-family: Arial;
  804. }
  805. /*Poste*/
  806. .pun .user-ident .username {margin-top:-19px;}
  807. .pun .posthead {background-color: #ddd;
  808. border-bottom: 1px solid #ddd;
  809. font-size: 13px;
  810. font-weight: 400;
  811. padding: 6px;
  812. text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  813. }
  814. /*Nome na postagem*/
  815. .pun .user-ident .username {
  816. border: 1px solid #ddd;
  817. border-radius: 3px;
  818. margin: 1em;
  819. margin-left: 1.5em;
  820. position: relative;
  821. }
  822. .pun .username {
  823. background-color: #f7f7f7;
  824. border-bottom: 1px solid #eee;
  825. font-size: 13px;
  826. font-weight: 400;
  827. padding: 10px;
  828. text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  829. }
  830. .pun .post .user {
  831. line-height: 150%;
  832. margin-left: -17em!important;
  833. margin-top: -3em;
  834. padding-top: initial;
  835. text-align: center;
  836. width: 17em;
  837. }
  838. .pun .user-ident .user-basic-info {margin-top: 15px;}
  839. /*Imagem Staff Online*/
  840. .monAva img {
  841. height: 40px;
  842. width: 40px;
  843. margin-right: 5px;
  844. background: none repeat scroll 0 0 #FFF;
  845. border: 1px solid #d5d1c8;
  846. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  847. padding: 1px;
  848. }
  849. .monAva img:hover {
  850. border: 1px solid black;
  851. }
  852. .myStaff a {
  853. display:inline-block;
  854. vertical-align:top;
  855. margin-top:.75em;
  856. }
  857. /*Cor do tópico*/
  858. .pun table.table td a {
  859. color: #000;
  860. }
  861. /*Neon no Widget*/
  862. .main .main-foot, .main .main-head, .title-overview { font-weight: bold; text-shadow: 0px 0px 5px #FFF;
  863. }
  864. /*Remover menus*/
  865. #pun-navlinks [href="/faq"] {display:none;}
  866. #pun-navlinks [href="/groups"]{display:none;}
  867. #pun-navlinks [href="/search"]{display:none;}
  868. /*Posição do Menu*/
  869. #pun-navlinks {margin-top: 115px;margin-right:360px;}
  870. div#search.right{margin-top:-30px;}
  871. #pun-navlinks {background:none;}
  872. /*Largura Fórum*/
  873. .pun {
  874. width: 1096px;
  875. }
  876. /*Espessura barra cinza*/
  877. #pun-head {height:42px;}
  878. /* Comandos do Editor */
  879. .postbody .sucesso, .postbody .aviso, .postbody .infos {
  880. width: 75%;
  881. margin: 8px 0;
  882. padding: 8px;
  883. color: #fefefe;
  884. -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  885. -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  886. -khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  887. box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  888. -moz-box-sizing: border-box;
  889. -webkit-box-sizing: border-box;
  890. box-sizing: border-box;
  891. -webkit-border-radius: 5px 5px 5px 5px;
  892. -moz-border-radius: 5px 5px 5px 5px;
  893. -khtml-border-radius: 5px 5px 5px 5px;
  894. border-radius: 5px 5px 5px 5px;
  895. border-style: solid;
  896. border-width: 0;
  897. position: relative;
  898. font: 14px/20px Museo300Regular,Helvetica,Arial,sans-serif;
  899. }
  900. .postbody .infos {
  901. background-color: #2fa9f6;
  902. }
  903. .postbody .sucesso {
  904. background-color: #7EB62E;
  905. }
  906. .postbody .aviso {
  907. background-color: #BE1B00;
  908. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement