Advertisement
CorvoBr

Untitled

Jan 1st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.86 KB | None | 0 0
  1. .main-head {
  2. background-color: #363636;
  3. }
  4.  
  5. @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css") print;
  6. @import "font-awesome-sprockets";
  7. @import "font-awesome";
  8. *{padding:0;margin:0;}
  9. body{
  10. background:#f5f5f5;
  11. font-family: Segoe UI;
  12. }
  13. a{text-decoration: none;}
  14. #pun-logo {
  15. color: #2f8ac7;
  16. font-family: segoe UI;
  17. font-size: 22px;
  18. font-weight: 700;
  19. margin-left: 48px;
  20. margin-top: 10px;
  21. padding-right: 57px;
  22. text-transform: uppercase;
  23. }
  24. .barra{
  25. background: #3e66A1;
  26. border-bottom: 1px solid rgba(0,0,0,0.1);
  27. color: #fff;
  28. font-size: 13px;
  29. font-weight: 600;
  30. height: 34px;
  31. line-height: 31px;
  32. text-indent: 8px;
  33. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  34. width: 100%;
  35. z-index: 1;
  36. }
  37. .barra .social {
  38. color: #fff;
  39. float: right;
  40. margin-top: 10px;
  41. margin-left: -6px;
  42. font-size: 14px;
  43. }
  44. .barra .social:hover{opacity:0.9;}
  45.  
  46. .menu{
  47. background: rgba(0,0,0,0.7);
  48. box-shadow: rgba(0,0,0,0.10) 0 1px 5px;
  49. height: 60px;
  50. line-height: 38px;
  51. width: 100%;
  52. z-index: 999;
  53. position: sticky;
  54. top: 0px;
  55. }
  56. .menu .div{
  57. color: #E8E8E8;
  58. float: left;
  59. font-size: 14px;
  60. font-weight: 400;
  61. margin-right: 5px;
  62. padding: 10px;
  63. list-style: none;
  64. transition: 0.05s all;
  65. }
  66. .menu .div:hover{
  67. border-bottom: 2px solid #3e66A1;
  68. }
  69. .noti_right{
  70. color: #E8E8E8;
  71. font-size: 14px;
  72. font-weight: 300;
  73. padding: 10px;
  74. text-shadow: 0 1px 2px rgba(0,0,0,.3);
  75. float: right;list-style: none;
  76. }
  77. header{
  78. background: url()
  79. background-position: center;
  80. background-size: 100%;
  81. border-bottom: 1px solid rgba(0,0,0,.10);
  82. height: 245px;
  83. width: 100%;
  84. }
  85. header .logo{
  86. background: url(
  87. ) no-repeat;
  88. width: 800px;
  89. height: 160px;
  90. position: absolute;
  91. margin-top: 30px;
  92. }
  93.  
  94. .meio{margin: auto;width: 75%;height: auto;}
  95. #left{margin-right:20px!important;}
  96. .right {float: right;}
  97. .attach {float: right;}
  98. .attach {
  99. float: right;
  100. }
  101. #search {
  102. margin: 105px 0
  103. }
  104. #search_wrap {
  105. -webkit-transition: all .1s ease-in 0!important;
  106. background: #fff;
  107. border-radius: 2px;
  108. display: block;
  109. height: 26px;
  110. line-height: 25px;
  111. min-width: 20px;
  112. padding: 0 26px 0 4px;
  113. position: relative;
  114. transition: all .5s ease-in 0!important;
  115. }
  116. #main_search {
  117. -webkit-transition: all 1s ease-in-out;
  118. background: transparent;
  119. border: 0;
  120. color: #777;
  121. font-size: 11px;
  122. margin-top: 5px;
  123. outline: 0;
  124. padding: 0;
  125. transition: all 1s ease-in-out;
  126. width: 130px;
  127. font-family: segoe ui;
  128. }
  129. #main_search:focus {
  130. color: #5a5a5a;
  131. width:200px;
  132. transition: all 1s ease-in-out;
  133. -webkit-transition: all 1s ease-in-out;
  134. }
  135.  
  136. #search .submit_input {
  137. background: #FFF url(https://i.imgur.com/4TSqpQ3.png) no-repeat 50%!important;
  138. border: 0!important;
  139. bottom: 0;
  140. box-shadow: none;
  141. display: block;
  142. height: 26px;
  143. margin-right: 1px;
  144. outline: none!important;
  145. padding: 0!important;
  146. position: absolute;
  147. right: 0;
  148. text-indent: -3000em;
  149. top: 0;
  150. transition: all .1s ease-in 0!important;
  151. width: 26px;
  152. border-radius: 2px;
  153. }
  154. fieldset {
  155. border: 0px groove threedface;
  156. }
  157. .pun {
  158. background: #fff;
  159. line-height: 130%;
  160. margin: 0 auto;
  161. padding: 5px;
  162. box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  163. margin-top: -15px;
  164. margin-bottom: 10px;
  165. border-radius: 0 0 3px 3px;
  166. width: 1500px !important;
  167. }
  168. .pun input{
  169. border: 1px solid rgba(0,0,0,0.2);
  170. border-radius: 2px;
  171. box-shadow: inset rgba(0,0,0,0.03) 0 1px 3px;
  172. font-size: 12px;
  173. height: 25px!important;
  174. outline: none;
  175. text-indent: 4px;
  176. }
  177. .pun-crumbs {
  178. background: rgba(0,0,0,0.04);
  179. border-radius: 3px;
  180. border-top: 1px solid rgba(0,0,0,0.06);
  181. color: #333;
  182. font-weight: 600;
  183. margin: 0 1px 1em;
  184. padding: 5px 11px 7px;
  185. margin-top: 5px;
  186. font-size: 11px;
  187. }
  188. #pun-visit, .main-box {
  189. background-color: #fafafa;
  190. border-color: #e5e5e5;
  191. border-style: solid;
  192. border-width: 1px;
  193. margin: 0 0 1em;
  194. padding: .6em 1em;
  195. border-radius: 3px;
  196. margin-top: 5px;
  197. }
  198. .pun .main-content {
  199. background: #fff;
  200. border: 1px solid rgba(0, 0, 0, 0.05);
  201. border-radius: 3px;
  202. padding: 3px;
  203. margin-top:5px;
  204. }
  205. .pun table.table {
  206. background: rgba(0, 0, 0, 0.03);
  207. border-collapse: collapse;
  208. empty-cells: show;
  209. table-layout: fixed;
  210. width: 100%;
  211. }
  212. .pun .statused{border-radius: 3px;}
  213. .pun .statused tr:hover{background:#f5f5f5;}
  214. .pun h2, .pun h3, .pun input, .pun select, .pun th {
  215. font-family: segoe ui;
  216. font-size: 13px;
  217. font-style: normal;
  218. font-variant: normal;
  219. font-weight: 400;
  220. text-decoration: none;
  221. }
  222. .pun table.table td {
  223. background-color: transparent;
  224. border-color: transparent;
  225. border-style: solid none none solid;
  226. border-width: 1px;
  227. line-height: 130%;
  228. padding: .6em 0 .7em;
  229. padding-left: 7px;
  230. font-size: 11px;
  231. }
  232. .pun .forumtitle{font-weight: 600!important;}
  233. .pun a:visited {
  234. color: #555;
  235. text-decoration: none;
  236. }
  237. .pun a:link {color: #666;text-decoration: none;}
  238. .pun a:link:hover{color:#444;}
  239. .pun .main table td.tc2, .pun .main table td.tc3 {background:transparent;}
  240. .pun .main-content {
  241. background: #fff;
  242. border: 1px solid rgba(0,0,0,0.05);
  243. border-radius: 3px;
  244. padding: 3px;
  245. }
  246. .pun .post {
  247. background:#fff!important;
  248. border: 1px solid rgba(0,0,0,0.1);
  249. margin-bottom: 5px;
  250. border-radius: 2px;
  251. }
  252. .pun .postmain {
  253. background-color: #fff;
  254. margin-left: 18em;
  255. border-left: 1px solid #eee;
  256. }
  257. .pun .posthead {
  258. background: #f9f9f9;
  259. border-bottom: 1px solid rgba(0,0,0,0.1);
  260. padding: 9px 10px 11px;
  261. }
  262. .postfoot {
  263. background: rgba(0,0,0,0.014);
  264. border-top: 1px solid rgba(0,0,0,0.08);
  265. clear: both;
  266. padding: 5px;
  267. text-align: right;
  268. margin-left: 0;
  269. }
  270. .pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
  271. background: none;
  272. color: #fff;
  273. margin-right: 10px;
  274. font-size: 11px;
  275. line-height: 32px;
  276. }
  277. .pun .main-foot .options a, .pun .main-foot .options a:link, .pun .main-foot .options a:visited {
  278. color: #fff;
  279. margin-left: 3px;
  280. margin-right: 5px;
  281. text-decoration: none;
  282. font-size: 12px;
  283. }
  284. .pun .main, .pun .main-category {
  285. margin: 0;
  286. }
  287. .pun tbody.statused td.tcl {
  288. padding-left:10px;
  289. }
  290. .pun .main .options {
  291. color: #ccc;
  292. float: right;
  293. text-align: right;
  294. margin-top: 4px;
  295. }
  296. .main .main-foot, .main .main-head {
  297. background: #3e66A1 url();
  298. border-radius: 2px;
  299. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1);
  300. color: #fff;
  301. font-size: 14px;
  302. font-weight: 400;
  303. height: 40px;
  304. line-height: 40px;
  305. margin-bottom: 4px;
  306. padding: 0;
  307. text-indent: 10px;
  308. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  309. margin-top:5px;
  310. }
  311. .main .main-head {
  312. background: #3e66A1 url();
  313. border-radius: 2px;
  314. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1);
  315. color: #fff;
  316. font-size: 14px;
  317. font-weight: 400;
  318. height: 40px;
  319. line-height: 40px;
  320. margin-bottom: 4px;
  321. padding: 0;
  322. text-indent: 10px;
  323. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  324. }
  325. .main .main-head .page-title {
  326. font-weight: 400;
  327. font-size: 14px;
  328. }
  329. #chatbox_header.main-head {
  330. background: #3e66A1 url();
  331. border-radius: 2px;
  332. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1);
  333. color: #fff;
  334. font-size: 14px;
  335. font-weight: 400;
  336. height: 30px;
  337. line-height: 25px;
  338. margin-bottom: 4px;
  339. padding: 0;
  340. text-indent: 4px;
  341. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  342. }
  343. .chatbox-title {
  344. float: left;
  345. margin: 0;
  346. padding: 2px 5px 0;
  347. width: 15em;
  348. }
  349. .chatbox-options {
  350. float: right;
  351. font-size: 11px;
  352. list-style: none;
  353. margin: .7em .5em .5em;
  354. }
  355. .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
  356. color: #fff;
  357. line-height: 14px;
  358. font-size: 11px;
  359. }
  360.  
  361. #chatbox_members {
  362. background: #fff;
  363. border: 1px solid #eee;
  364. bottom: 30px;
  365. color: #333;
  366. overflow: auto;
  367. position: absolute;
  368. top: 32px;
  369. width: 180px;
  370. margin-top: 1px;
  371. border-radius: 3px 0;
  372. }
  373. #chatbox_members .member-title {
  374. background: #3e66A1 url();
  375. border-radius: 2px;
  376. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1);
  377. color: #fff;
  378. font-family: segoe ui;
  379. font-size: 12px;
  380. padding: 7px 7px 9px;
  381. text-indent: 4px;
  382. line-height: 14px;
  383. font-weight: 500;
  384. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  385. text-transform: capitalize;
  386. margin: 4px;
  387. text-align: left;
  388. }
  389. #chatbox {
  390. background: #fff;
  391. bottom: 30px;
  392. left: 181px;
  393. line-height: 10px;
  394. overflow: auto;
  395. position: absolute;
  396. right: 0;
  397. top: 30px;
  398. border: 1px solid #eee;
  399. margin-top: 3px;
  400. border-radius: 0 3px 0;
  401. }
  402. .chatbox-title, .chatbox-title a.chat-title {
  403. color: #fff;
  404. text-decoration: none;
  405. font-size: 13px;
  406. font-weight: 600;
  407. }
  408. #chatbox p {
  409. line-height: 1.2em;
  410. margin: 4px;
  411. padding: 7px 7px 8px;
  412. border-radius: 2px;
  413. border: 1px solid rgba(0, 0, 0, 0.04);
  414. color: #000;
  415. font-family: segoe ui;
  416. }
  417. #chatbox .date-and-time{
  418. float: right;
  419. color: #777;
  420. text-shadow: 0 1px 1px rgba(0,0,0,0.05);
  421. }
  422. #chatbox_footer {
  423. background: #fafafa;
  424. border: 1px solid #eee;
  425. bottom: 0;
  426. left: 0;
  427. position: absolute;
  428. right: 0;
  429. padding: 0 0 3px;
  430. border-radius: 0 0 3px 3px;
  431. }
  432. label[for="message"] {
  433. display: none;
  434. }
  435. #chatbox_contextmenu {
  436. background: #fff;
  437. border: 1px solid #ddd!important;
  438. border-radius: 2px;
  439. box-shadow: none!important;
  440. padding: 2px;
  441. }
  442. #chatbox_contextmenu p {
  443. background: #fff;
  444. font-family: segoe ui;
  445. margin: 0;
  446. padding: 1px 4px;
  447. border-bottom: 0;
  448. }
  449. .cb-menu-title {
  450. background: #eee!important;
  451. border-bottom: 1px solid #ddd!important;
  452. font-weight: 600!important;
  453. }
  454. .cb-menu-close {
  455. color: #222!important;
  456. font-size: 17px!important;
  457. margin-right: 4px;
  458. margin-top: -2px;
  459. }
  460. #message {
  461. -moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
  462. -webkit-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
  463. border: 1px solid rgba(0,0,0,0.2);
  464. border-radius: 2px;
  465. box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
  466. height: 25px!important;
  467. margin-right: 5px;
  468. margin-top: 3px!important;
  469. width: 350px!important;
  470. outline: none;
  471. text-indent: 10px;
  472. font-size: 12px;
  473. }
  474. #submit_button {
  475. background: #3e66A1 url();
  476. border: 0!important;
  477. border-radius: 2px!important;
  478. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1)!important;
  479. color: #fff;
  480. font-size: 12px;
  481. height: 25px!important;
  482. padding: 5px;
  483. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  484. width: auto!important;
  485. outline: none;
  486. }
  487. #chatbox_messenger_form {margin: 0!important;}
  488. #help-button {display: none!important;}
  489. #divcolor, #divsmilies, #help-button, #submit_button, .format-message + label {
  490. border: 0;
  491. border-radius: 2px;
  492. display: inline-block;
  493. height: 20px;
  494. line-height: 16px;
  495. text-align: center;
  496. width: 21px;
  497. -webkit-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
  498. -moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
  499. box-shadow: inset rgba(0,0,0,0.1) 0 0px 1px;
  500. }
  501. .fontbutton {
  502. background: rgba(0, 0, 0, 0.05) none repeat scroll 0;
  503. border: medium none;
  504. color: #000;
  505. cursor: pointer;
  506. float: left;
  507. margin-right: 10px;
  508. padding: 1px;
  509. text-align: left;
  510. }
  511. label[for='format-bold'] {
  512. font-weight: 700;
  513. margin-top: 5px;
  514. }
  515. label[for="format-underline"] {
  516. text-decoration: underline;
  517. margin-top: 5px;
  518. }
  519. label[for="format-strike"] {
  520. text-decoration: line-through;
  521. margin-top: 5px;
  522. }
  523. label[for="format-italic"] {font-style: italic;margin-top: 5px;}
  524. #divcolor {
  525. font-size: 13px;
  526. line-height: 13px;
  527. margin-top: 5px;
  528. }
  529. #divsmilies{margin-top: 5px;}
  530. .format-message:checked + label {
  531. background: #3e66A1 url()!important;
  532. border: 1px solid rgba(0,0,0,0.15);
  533. color: #fff;
  534. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  535. text-align: center;
  536. }
  537. .login{
  538. list-style: none;
  539. color: #E8E8E8;
  540. float: left;
  541. font-size: 12px;
  542. font-weight: 400;
  543. list-style: none;
  544. padding: 10px;
  545. transition: .05s all;
  546. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  547. }
  548. .registro{
  549. list-style: none;
  550. color: #E8E8E8;
  551. float: left;
  552. font-size: 12px;
  553. font-weight: 400;
  554. list-style: none;
  555. padding: 10px 0px;
  556. transition: .05s all;
  557. text-shadow: 0 1px 2px rgba(0,0,0,.2);
  558. }
  559. .login a{
  560. color:#E8E8E8;
  561. border-right: 1px solid #eee;
  562. padding-right: 9px;
  563. margin-right: -2px;}
  564. .registro a{color:#E8E8E8;}
  565. .sprite-icon_topic_latest {
  566. display: none;
  567. }
  568. .hover_stats {
  569. display: none;
  570. position: absolute;
  571. }
  572. .stats_arrow {
  573. margin-left: 150px;
  574. margin-right: -1px;
  575. margin-top: -1px;
  576. position: relative;
  577. }
  578. .idx_stats {
  579. background: rgb(66, 66, 66);
  580. border-radius: 3px;
  581. color: rgb(255, 255, 255);
  582. display: inline;
  583. font-size: 10px;
  584. padding: 3px 5px;
  585. }
  586. .topico_button{
  587. background: #3e66A1 url();
  588. border-radius: 2px;
  589. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1);
  590. color: #fff;
  591. padding: 6px;
  592. font-size: 12px;
  593. text-transform: capitalize;
  594. font-weight: 600;
  595. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  596. margin: -4px;
  597. float: right;
  598. }
  599. .topico_button a{color:#fff!important;}
  600. p#ir_a_pa > strong > a{
  601. -khtml-user-select: none;
  602. -moz-user-select: none;
  603. -ms-user-select: none;
  604. -webkit-touch-callout: none;
  605. -webkit-user-select: none;
  606. background: #3e66A1 url();
  607. border-radius: 2px;
  608. bottom: 15px;
  609. box-shadow: 0 1px 3px rgba(0,0,0,0.05),0 1px 1px rgba(0,0,0,0.14),inset 0 0 1px 1px rgba(0,0,0,.1);
  610. color: #fff;
  611. cursor: pointer;
  612. font-size: 12px;
  613. position: fixed;
  614. right: 15px;
  615. text-align: center;
  616. user-select: none;
  617. z-index: 3;
  618. padding: 10px;
  619. font-weight: 500;
  620. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  621. }
  622. .mini_ava img {
  623. -khtml-border-radius: 3px!important;
  624. -moz-border-radius: 3px!important;
  625. -webkit-border-radius: 100px!important;
  626. background: #fff;
  627. border: 1px solid #aaa!important;
  628. border-radius: 3px;
  629. height: 40px;
  630. margin: 0px 5px;
  631. padding: 1px;
  632. width: 40px;
  633. }
  634. .post span.postdetails a img:first-child, .postprofile dl dt a img:first-child, .post div.user-ident div.user-basic-info a img:first-child, dl.postdetails dl a img:first-child{
  635. width: 160px;
  636. height: auto;
  637. padding: 2px;
  638. margin-left:21px;
  639. }
  640. .user-basic-info a img{
  641. background-color: #fff;
  642. border: 1px solid #d5d5d5;
  643. border-radius: 1px;
  644. height: 250px;
  645. margin-left: 21px;
  646. max-width: 155px;
  647. padding: 2px;
  648. width: 170px;
  649. }
  650. .mini_ava {
  651. float: left;
  652. }
  653. .mini_ava img {
  654. width: 40px;
  655. height: 40px;
  656. margin: 0px 5px;
  657. padding: 1px;
  658. border: 1px solid #aaa;
  659. background: white;
  660. }
  661. .mini_ava img:hover {
  662. border-color: #a1a1a1;
  663. }
  664. .username-bg{}
  665. div[style*="resize"]{display:none;}
  666. div[style*="width: 1130px; height: 153px;"]{height:200px;!important;}
  667. .codebox {
  668. background-color: #fff;
  669. border: 1px solid #ddd;
  670. margin: 1em;
  671. border-radius: 2px;
  672. }
  673. .codebox dt {
  674. background: #fafafa;
  675. border-bottom: 1px solid #ddd;
  676. padding: 8px;
  677. color: #3e66A1;
  678. font-weight: 600;
  679. font-family: segoe ui;
  680. font-size: 11px;
  681. }
  682. .codebox dd {
  683. background-color: #f5f5f5;
  684. padding: .5em;
  685. margin:0;
  686. }
  687. .postmain blockquote {
  688. background-color: #fff;
  689. border: 1px solid #ddd;
  690. border-radius: 2px;
  691. padding: 4px;
  692. }
  693. .postmain cite {
  694. background: #fafafa;
  695. border-bottom: 1px solid #ddd;
  696. color: #3e66A1;
  697. font-family: segoe ui;
  698. font-size: 11px;
  699. font-weight: 600;
  700. padding: 8px;
  701. margin: -4px -4px 5px;
  702. }
  703. .pun .frm .frm-buttons input {
  704. line-height: 1.2;
  705. margin-right: 1em;
  706. overflow: visible;
  707. vertical-align: middle;
  708. background: #3e66A1 url();
  709. border: 0!important;
  710. border-radius: 2px!important;
  711. box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1)!important;
  712. color: #fff;
  713. font-size: 12px;
  714. height: 25px!important;
  715. outline: none;
  716. padding: 5px;
  717. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  718. width: auto!important;
  719. }
  720. .pun .frm .frm-form table {
  721. border: 1px solid #ddd;
  722. background: #fafafa;
  723. }
  724. .pun div.frm-form {
  725. margin: 0;
  726. padding: 0;
  727. }
  728. .pun table.table th {
  729. background-color: #f4f4f4;
  730. border-bottom: 1px solid #ddd;
  731. color: #333;
  732. padding: .5em 0;
  733. }
  734. #tabs ul li a {
  735. background-color: #fafafa;
  736. border: 1px solid #e5e5e5;
  737. float: left;
  738. color: #333;
  739. font-size: 1.1em;
  740. font-weight: 400;
  741. line-height: 2em;
  742. padding: 0 1em;
  743. text-decoration: none;
  744. }
  745. #tabs ul li.activetab a {
  746. background: #3e66A1 url();
  747. color: #f4f9fd;
  748. border: 0;
  749. font-weight: 500;
  750. box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.14),inset 0 0 1px 1px rgba(0,0,0,.1);
  751. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  752. }
  753. fieldset.frm-set dl dd {margin-left:0;}
  754. fieldset.frm-set dl dt{display: none;}
  755. fieldset.frm-set dl dt label{float: left!important;}
  756. #profile-advanced-details div.separator{border-bottom: 1px dashed #e5e5e5;}
  757. .main-content.clearfix.center img{
  758. background-color: #fff;
  759. border: 1px solid #d5d5d5;
  760. border-radius: 1px;
  761. height: 250px;
  762. max-width: 155px;
  763. padding: 2px;
  764. width: 170px;
  765. }
  766. #updateAssuntos{
  767. margin-left: 199px;
  768. margin-top: -31px;
  769. position: absolute;
  770. }
  771. #updateAssuntos img {
  772. -webkit-transition: -webkit-transform .8s ease-in-out;
  773. transition: transform .8s ease-in-out;
  774. }
  775. #updateAssuntos img:hover{
  776. -webkit-transform: rotate(360deg);
  777. transform: rotate(360deg);
  778. }
  779. .cont_footer {padding: 1.3em 13em;}
  780. footer {
  781. background: #3e66A1;
  782. background-position: center;
  783. background-repeat: repeat-x;
  784. background-size: cover;
  785. border-radius: 0 0 2px 2px;
  786. box-shadow: inset rgba(0,0,0,0.2) 0 1px 3px;
  787. color: #fff;
  788. font-size: 12px;
  789. height: 100px;
  790. line-height: 130%;
  791. margin: 0 auto;
  792. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  793. width: 100%;
  794. }
  795. .vote .vote-bar {
  796. margin-left: 5px;
  797. border:0;
  798. font-size: 0;
  799. height: 50px;
  800. margin: 0 auto;
  801. width: 4px;
  802. }
  803. .vote .vote-bar-plus {background-color: #34A853; border-radius: 100px}
  804. .vote .vote-bar-minus {background-color: #EA4335; border-radius: 100px}
  805. .main-content.standalone .button:hover {background-color: #fff;border: 1px solid #3e66A1;}
  806. fieldset.frm-set dl dt {
  807. display:block;
  808. }
  809. ul#pun-legend, ul.pun-legend{
  810. display:none;
  811. }
  812. .sceditor-toolbar {background-color: #f7f7f7!important;}
  813. .i_reply_locked{ position: relative!important;}
  814. .pun .paging {font-size: 13px;line-height: 20px;}.pun .paging {float: left;font-weight: 700;}
  815. .sprite-arrow_prosilver_left{display:none!important;}
  816. div.sceditor-toolbar{float: left;margin-top: -20px!important;}
  817. #first-post-br{display: none;}
  818. .rank{
  819. color: #fff;
  820. font-size: 13px;
  821. font-weight: 600;
  822. height: 36px;
  823. width: 160px;
  824. margin: 5px auto;
  825. border-radius: 2px;
  826. box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.14),inset 0 0 1px 1px rgba(0,0,0,.1);
  827. text-align: center;
  828. line-height: 33px;
  829. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  830. }
  831. .rank.supr{background: linear-gradient(to right, #ffeb3b 0%, #ffc107 100%);}
  832. .rank.supr:before{content: "\f005";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  833. .rank.adm{background-color:#990000;}.rank.adm:before{content: "\f2bd";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  834. .rank.cor{background-color:#3e4842;} .rank.cor:before{content: "\f24e";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  835. .rank.bope{background-color:#AD1818;} .rank.bope:before{content: "\f21b";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  836. .rank.dsn{background: linear-gradient(124deg, #1C1C1C, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);background-size: 1800% 1800%;animation: rainbow 9s ease infinite;} .rank.dsn:before{content: "\f121";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  837. @keyframes rainbow {0% {background-position: 0% 82%;} 50% {background-position: 100% 19%;} 100% {background-position: 0% 82%;}}
  838. .rank.crh{background-color:#003FAB;} .rank.crh:before{content: "\f2c2";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  839. .rank.srp{background-color:#6c6f71;}.rank.srp:before {content: "\f187";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  840. .rank.dire{background-color:#C2C2C2;}.rank.dire:before {content: "\f24e";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  841. .rank.ece{background-color:#662020;}.rank.ece:before {content: "\f21b";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  842. .rank.cfo{background-color:#2C1EF5;}.rank.cfo:before {content: "\f02d";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  843. .rank.mbr{background-color:#00ab64;} .rank.mbr:before{content: "\f1d7";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  844. .rank.ldr{background: linear-gradient(to right, #009688 0%, #7986CB 100%);} .rank.ldr:before{content: "\f1d7";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  845. .rank.ban{background-color:#212121;text-decoration: line-through;}.rank.ban:before{content: "\f05e";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  846. .rank.crn{background-color:#8B864E}.rank.crn:before{content:"\f006";font-family:FontAwesome;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;margin-right:5px}
  847. .rank.2s{background-color:#1C1C1C;} .rank.2s:before{content: "\f21b";margin-right: 5px;font: normal normal normal 14px/1 FontAwesome;}
  848. html body .pun {width: 98% !important;}
  849. html body .pun .main.recentTopics {box-sizing: border-box;max-width: 100%;}
  850. html body #branding .wrapper {width: 88% !important;}
  851. .profile-view dl dt{font-weight:400;text-align:left;width:8em}
  852. .message-body{margin-bottom:4px}#profile-advanced-details .message-footer{text-align:right}
  853. .profile-view dl dt{font-weight:400;text-align:left;width:8em}fieldset.profile-view dl dd{margin:0}#profile-advanced-layout{float:left;margin-right:-302px;width:100%}#profile-advanced-left{margin-right:302px}#profile-advanced-left .main{margin-top:0}#profile-advanced-avatar{float:left;width:30%}#profile-advanced-points,#profile-advanced-reputation{float:left}#profile-advanced-avatar .module,#profile-advanced-details,#profile-advanced-points .module,#profile-advanced-reputation .module{margin-right:4px}#profile-advanced-avatar .module,#profile-advanced-points .module,#profile-advanced-reputation .module,#profile-advanced-right .module{margin-bottom:4px}#profile-advanced-details .main-content{padding:4px}#profile-advanced-details .pagination{float:left}#profile-advanced-details ol{list-style:none}#profile-advanced-details ol li{display:block;margin-bottom:4px}
  854. #profile-advanced-details .message-block{margin-left:57px}#profile-advanced-details .message-header{background:#fff;border-top:1px solid #ddd;margin-bottom:4px;padding:4px}#profile-advanced-details .message-date{float:right}#profile-advanced-details .message-body{margin-bottom:4px}#profile-advanced-details .message-footer{text-align:right}#profile-advanced-details .message-footer li{display:inline;margin:0 .25em}#profile-advanced-details .message-footer li:after{content:' .'}#profile-advanced-details .message-footer li a{margin-right:.25em;text-decoration:underline}#profile-advanced-details .message-footer li.last:after{content:normal}#profile-advanced-layout #new-message{margin-top:20px;position:relative}#profile-advanced-layout #tabs{bottom:0;position:absolute}#profile-advanced-layout #new-message-link{bottom:0;padding-bottom:4px;position:absolute;right:4px}#profile-advanced-details .top{margin-bottom:16px}#profile-advanced-details .bottom{margin-top:16px}#profile-advanced-right{float:right;width:302px}#profile-advanced-add{margin-right:4px;padding:7px 0 6px;text-align:right}#profile-advanced-details .stats-field{margin:4px 0 10px 4px;padding:0 10px 6px}#profile-advanced-details .stats-field legend{font-weight:700}#profile-advanced-details .stats-field ul{list-style-type:none;padding:0;text-indent:10px}#profile-advanced-details .stats-field li{margin:4px 0}
  855. .pun .postfoot .user-contact{float:left;text-align:left;width:15em}* html .pun .postfoot{margin-left:0}
  856. .pun .post .user {
  857. background: #fff;
  858. float: left;
  859. overflow: visible;
  860. margin-left: -212px;
  861. margin-top: -31px;
  862. position: relative;
  863. width: 204px;
  864. border: 1px solid rgba(0,0,0,0.1);
  865. border-radius: 2px;
  866. padding-bottom: 38px;
  867. }
  868. .pun .user .user-ident {
  869. font-size: 12px;
  870. padding: 0 0 0.1em;
  871. }
  872. .pun .user {
  873. white-space: normal;
  874. word-wrap: break-word;
  875. }
  876. .pun .user-ident .username {
  877. color: #7c90a1;
  878. display: block;
  879. font-size: 1.2em;
  880. font-weight: 700;
  881. position: absolute;
  882. text-decoration: none;
  883. top: 0;
  884. }
  885. .pun .username {
  886. font-size: 12px;
  887. margin-bottom: 8px;
  888. margin-top: -10px;
  889. text-align: center;
  890. position: relative !important;
  891. }
  892. .pun .user-ident .user-basic-info {
  893. font-weight: 700;
  894. }
  895. .pun .paged-foot, .pun .paged-head {padding: 12px 12px 12px 10px;background: #fff;border: 0;border-top: 1px solid #3e66A1;border-bottom: 1px solid #3e66A1;box-shadow: 0 1px 1px rgba(0,0,0,0.1);margin-bottom: 5px;font-size: 16px;font-weight: 400;color: #555;text-transform: uppercase;
  896. }
  897. .posting-confirm{margin:1em}div.posting-block{float:left;margin-right:20px;width:80%}.pun .paged .posting{float:right;font-size:1.2em;font-weight:700}.pun .frm div.posting-block dd.frm-textarea{width:auto}
  898. footer{background-color: #363636;font-size: 11px;text-shadow: 0 1px 1px rgba(0,0,0,0.2);height: 170px;width: 100%;line-height: 130%;}
  899. .credits_ppf{background: #363636;padding: 1.4em;color: #FAFAFA;border: 1px solid rgba(0,0,0,0.10);text-align: center;}
  900. .cont_footer{padding: 1.3em 13em;}
  901. .footer-col{float: left;width: 25%;}
  902. .footer-title{display: block;font-size: 17px;text-transform: uppercase;color: #fafafa}
  903. .footer-list{list-style: none;margin: 7px 0 10px;padding-left: 0;}
  904. #ir_a_pa > strong > a{-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-webkit-touch-callout: none;-webkit-user-select: none;background: rgb(101, 37, 38);color: white!important;border-radius: 2px;bottom: 15px;cursor: pointer;font-size: 12px;position: fixed;right: 15px;text-align: center;user-select: none;z-index: 3;padding: 10px;font-weight: 500;}
  905. .lastpost-avatar {float: left;padding: 2px;}.lastpost-avatar img {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 28px;height: 38px;width: 38px;margin: 4px;}
  906. .pun .entry-content {font-size: 15px;}
  907. .pun .posthead img, .pun table .tdtopics img {display: none;}
  908. .fa {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: 14px;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
  909. #stats {background-color: #fff;line-height: 150%;padding: .6em 1em;}
  910. #onlinelist {
  911. background-color: #fff;
  912. border-top: 1px dashed #ccc;
  913. padding: .6em 1em;
  914. }
  915. #main-content p em b a, #main-content p em { font-style: normal !important; }
  916. *::-webkit-scrollbar {width: 12px;}
  917. *::-webkit-scrollbar-button {background-color: #2188da;}
  918. *::-webkit-scrollbar-track {background-color: #eceff1;}
  919. *::-webkit-scrollbar-thumb {background-color: #2091eb; }
  920. *::-webkit-scrollbar-corner {background-color: transparent;}
  921. ::-moz-selection {color: white;background: #2091eb;}
  922. ::selection {color: white;background: #2091eb;}
  923. #quick_reply .mod_box {
  924. top: 35px;
  925. }
  926. .sceditor-button, .sceditor-button div {
  927. -webkit-box-sizing: content-box!important;
  928. -moz-box-sizing: content-box!important;
  929. box-sizing: content-box!important;
  930. }
  931. .sceditor-button {position: relative;}
  932. a.sceditor-button {padding: .7em;}
  933. .sceditor-button * {
  934. text-indent: initial!important;
  935. color: #333!important;
  936. line-height: 15px!important;
  937. }
  938. .sceditor-button div {
  939. font-size: 0px!important;
  940. background-image: none!important;
  941. text-rendering: auto;
  942. -webkit-font-smoothing: antialiased;
  943. -moz-osx-font-smoothing: grayscale;
  944. }
  945. .sceditor-button div:before {
  946. font-size: 15px!important;
  947. font-family: FontAwesome;
  948. text-indent: initial!important;
  949. position: absolute;
  950. left: 50%;
  951. top: 50%;
  952. transform: translate(-50%, -50%);
  953. font-weight: 500!important;
  954. }
  955.  
  956. .sceditor-button-bold div:before {content: "\f032";}
  957. .sceditor-button-italic div:before {content: "\f033";}
  958. .sceditor-button-underline div:before {content: "\f0cd";}
  959. .sceditor-button-strike div:before {content: "\f0cc";}
  960. .sceditor-button-left div:before {content: "\f036";}
  961. .sceditor-button-center div:before {content: "\f037";}
  962. .sceditor-button-right div:before {content: "\f038";}
  963. .sceditor-button-justify div:before {content: "\f039";}
  964. .sceditor-button-bulletlist div:before {content: "\f0ca";}
  965. .sceditor-button-orderedlist div:before {content: "\f0cb";}
  966. .sceditor-button-horizontalrule div:before {content: "\f068";}
  967. .sceditor-button-quote div:before {content: "\f10d";}
  968. .sceditor-button-code div:before {content: "\f1c9";}
  969. .sceditor-button-faspoiler div:before {content: "\f146";}
  970. .sceditor-button-fahide div:before {content: "\f070";}
  971. .sceditor-button-table div:before {content: "\f0ce";}
  972. .sceditor-button-servimg div:before {content: "\f03e";}
  973. .sceditor-button-image div:before {content: "\f1c5";}
  974. .sceditor-button-link div:before {content: "\f0c1";}
  975. .sceditor-button-youtube div:before {content: "\f166";}
  976. .sceditor-button-dailymotion {display: none;}
  977. .sceditor-button-flash div:before {content: "\f008";}
  978. .sceditor-button-headers div:before {content: "\f1dc";}
  979. .sceditor-button-size div:before {content: "\f034";}
  980. .sceditor-button-color div:before {content: "\f1fc";}
  981. .sceditor-button-font div:before {content: "\f031";}
  982. .sceditor-button-removeformat div:before {content: "\f12d";}
  983. .sceditor-button-more div:before {content: "\f067";}
  984. .sceditor-button-subscript div:before {content: "\f12c";}
  985. .sceditor-button-superscript div:before {content: "\f12b";}
  986. .sceditor-button-fascroll div:before {content: "\f060";}
  987. .sceditor-button-faupdown div:before {content: "\f062";}
  988. .sceditor-button-farand div:before {content: "\f074";}
  989. .sceditor-button-date div:before {content: "\f133";}
  990. .sceditor-button-time div:before {content: "\f017";}
  991. .sceditor-button-pastetext div:before {content: "\f0ea";}
  992. .sceditor-button-source div:before {content: "\f016";}
  993. .sceditor-button-dailymotion div:before {content: "\f03d";}
  994. .sceditor-button-staff div:before {content: "\f132"; color: #C0392B;}
  995. .sceditor-button-staff { position: relative;}
  996. .sceditor-button-staff.disabled div {
  997. opacity: 1.0 !important;
  998. filter: alpha(opacity=100) !important;
  999. }
  1000. .sceditor-container iframe,.sceditor-container textarea{background-color:transparent!important}.sceditor-container{background-color:#fff!important}.sceditor-toolbar{background-color:#f7f7f7!important}
  1001. #text_editor_textarea.quick_reply_textarea{width:60%!important}* html #text_editor_textarea.quick_reply_textarea{width:60%!important}#quick_reply .frm-buttons{padding-left:0}#quick_reply table{border:none}div.posting-block{float:left;margin-right:20px;width:80%}
  1002. #textarea_content {
  1003.  
  1004. width: auto !important;
  1005. min-width: 100px !important;
  1006. max-width: 900px !important;
  1007.  
  1008. }
  1009. .main .main-foot, .main .main-head { background: #27408B!important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement