Advertisement
Guest User

css

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