Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.84 KB | None | 0 0
  1. /*! modern-normalize v0.5.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}:root{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}hr{height:0}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{padding:0}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
  2.  
  3. a:hover,
  4. span.status {
  5. color: #62344c;
  6. }
  7.  
  8. a {
  9. color: white;
  10. transition: 250ms color;
  11. }
  12.  
  13. .is-sticky#headerbar-top {
  14. background-color: initial;
  15. box-shadow: initial;
  16. height: initial;
  17. left: initial;
  18. padding: initial;
  19. position: initial;
  20. right: initial;
  21. top: initial;
  22. z-index: initial;
  23. }
  24.  
  25. body .is-sticky #logo {
  26. display: initial;
  27. height: initial;
  28. margin: initial;
  29. margin-top: 13px;
  30. opacity: initial;
  31. transform: initial;
  32. width: initial;
  33. }
  34.  
  35. #logo:hover {
  36. -ms-transform: rotate(-5deg);
  37. -webkit-transform: rotate(-5deg);
  38. -moz-transform: rotate(-5deg);
  39. -o-transform: rotate(-5deg);
  40. transform: rotate(-5deg);
  41. -webkit-transition: 0.3s ease-in;
  42. -moz-transition: 0.3s ease-in;
  43. -o-transition: 0.3s ease-in;
  44. transition: 0.3s ease-in;
  45. }
  46.  
  47. .headerbar {
  48. height: 240px;
  49. background-image: linear-gradient(to left, #b14e7b, #62344c 98%);
  50. }
  51.  
  52. #site-title,
  53. #site-title h1,
  54. #site-desc p {
  55. font-size: 0!important;
  56. }
  57.  
  58. #headerbar-top>.wrap {
  59. display: -webkit-box;
  60. display: -ms-flexbox;
  61. display: flex;
  62. justify-content: center;
  63. -webkit-box-align: center;
  64. -ms-flex-align: center;
  65. align-items: center;
  66. width: 100%;
  67. padding: 0;
  68. max-width: 100%;
  69. width: 100%;
  70. }
  71.  
  72. #headerbar-top #logo {
  73. position: absolute;
  74. height: 286px;
  75. }
  76.  
  77. .navbar.navlinks {
  78. position: absolute;
  79. line-height: 35px;
  80. top: 180px;
  81. height: 60px;
  82. background: #1e282d;
  83. display: block;
  84. margin-left: auto;
  85. margin-right: auto;
  86. transition: all .3s;
  87. user-select: none;
  88. width: 100%;
  89. font-size: 0px;
  90. margin: 0 auto;
  91. max-width: 1400px;
  92. padding: 0 36px;
  93. width: 98%;
  94. }
  95.  
  96. .navbar a.mainmenu img,
  97. a.mainmenu[href="/events"],
  98. a.mainmenu[href="/calendar"],
  99. a.mainmenu[href="/publi"] {
  100. display: none;
  101. }
  102.  
  103. .navbar li {
  104. margin: auto;
  105. list-style: none;
  106. padding: 19px 1.25rem;
  107. border-right: 1px solid rgba(0, 0, 0, 0.05);
  108. }
  109.  
  110. .navbar a {
  111. border-radius: 0;
  112. line-height: initial;
  113. padding: 0;
  114. }
  115.  
  116. #main-content>div[class]:first-child:not(.breadcrumbs):not(.content-block):not(.panel),
  117. #main-content>div[style*="overflow:visible"] {
  118. background: 0 0;
  119. overflow-x: auto!important;
  120. overflow-y: hidden!important;
  121. max-width: 100%;
  122. }
  123.  
  124. #wrap {
  125. background-color: rgba(30, 40, 45, 0.34);
  126. }
  127.  
  128. ::-webkit-scrollbar {
  129. width: 8px;
  130. }
  131.  
  132. ::-webkit-scrollbar-thumb {
  133. background: #62344c;
  134. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  135. }
  136.  
  137. #fa_toolbar {
  138. background: transparent;
  139. position: absolute;
  140. }
  141.  
  142. .forabg i[class*='ion-'],
  143. #fa_right a.rightHeaderLink:not([style]),
  144. #fa_left,
  145. #fa_search,
  146. #fa_share,
  147. #fa_toolbar #fa_fb,
  148. #fa_toolbar #fa_gp,
  149. #fa_toolbar #fa_hide,
  150. #fa_toolbar #fa_mail,
  151. #fa_toolbar #fa_rss,
  152. #fa_toolbar #fa_twitter,
  153. #fa_toolbar_hidden #fa_show {
  154. display: none!important;
  155. }
  156.  
  157. #fa_menu>a {
  158. color: #333!important;
  159. background: #FFF;
  160. border-radius: 2px;
  161. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  162. font-size: 13px;
  163. font-weight: 500;
  164. padding: 4px;
  165. user-select: none;
  166. }
  167.  
  168. #fa_menulist {
  169. margin: 0;
  170. position: absolute;
  171. width: -webkit-fill-available!important;
  172. padding: 0!important;
  173. position: relative!important;
  174. top: 250px!important;
  175. }
  176.  
  177. #fa_usermenu {
  178. width: -webkit-fill-available!important;
  179. background-color: rgba(0, 0, 0, 0.03);
  180. border-radius: 0 0 0 3px;
  181. border-right: 1px solid rgba(0, 0, 0, 0.06);
  182. color: #333;
  183. font-size: 1.3rem;
  184. position: relative;
  185. text-align: center;
  186. }
  187.  
  188. .lastpost-avatar img {
  189. width: 40px;
  190. height: 40px;
  191. }
  192.  
  193. .lastpost-avatar:after {
  194. display: none
  195. }
  196.  
  197. .category-title {
  198. background: #24A1FD url(https://i.imgur.com/iMlnGxi.png);
  199. box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1);
  200. height: 50px;
  201. margin-bottom: 5px;
  202. border-radius: 2px;
  203. line-height: 50px;
  204. padding-left: 10px;
  205. font-size: 15px;
  206. font-weight: 500;
  207. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  208. color: #FFF;
  209. user-select: none;
  210. overflow: hidden;
  211. text-overflow: ellipsis;
  212. }
  213.  
  214. .category-title #h1-category {
  215. font-size: 15px;
  216. font-weight: 500;
  217. line-height: unset;
  218. margin: 0;
  219. }
  220.  
  221. .category-title h2 {
  222. color: #fff;
  223. font-size: 15px;
  224. font-weight: 500;
  225. }
  226.  
  227. .category-title a {
  228. color: #fff;
  229. }
  230.  
  231. .forabg {
  232. background-color: transparent;
  233. border-radius: 3px;
  234. box-shadow: none;
  235. clear: both;
  236. margin-bottom: 24px;
  237. padding: 0;
  238. }
  239.  
  240. ul.topiclist {
  241. background: #282828;
  242. border-bottom: 2px solid #62344c;
  243. border-top-left-radius: 3px;
  244. border-top-right-radius: 3px;
  245. }
  246.  
  247. ul. .forabg,
  248. .panel {
  249. margin-bottom: 5px;
  250. }
  251.  
  252. ul.forums {
  253. border-radius: 2px;
  254. }
  255.  
  256. li.row {
  257. background: #313131;
  258. border: 1px solid rgba(0, 0, 0, 0.05);
  259. border-bottom: 0;
  260. }
  261.  
  262. li.row:hover {
  263. background: #313131;
  264. }
  265.  
  266. .forabg .row:first-child {
  267. border-radius: 2px 2px 0 0;
  268. }
  269.  
  270. .forabg .row:last-child {
  271. border-radius: 0 0 2px 2px;
  272. border-bottom: 1px solid rgba(0, 0, 0, 0.05)!important;
  273. }
  274.  
  275. #right,
  276. #left {
  277. display: none;
  278. }
  279.  
  280. #content-container #container {
  281. margin-right: 0;
  282. }
  283.  
  284. .mod-recent-row {
  285. overflow-x: hidden;
  286. height: 390px;
  287. }
  288.  
  289. .mod-recent-info {
  290. font-size: 9px;
  291. padding-bottom: 12px;
  292. }
  293.  
  294. .mod-recent-title {
  295. font-size: 13px;
  296. padding-left: 6px;
  297. }
  298.  
  299. .module {
  300. padding: 0;
  301. margin-bottom: 0;
  302. }
  303.  
  304. .module .h3 {
  305. background: #62344c;
  306. border-radius: 0!important;
  307. box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1);
  308. margin: 0 0 5px 0;
  309. color: #FFF;
  310. font-size: 15px;
  311. font-weight: 500;
  312. height: 50px;
  313. line-height: 50px;
  314. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  315. user-select: none;
  316. padding: 0 0 0 10px;
  317. overflow: hidden;
  318. text-overflow: ellipsis;
  319. white-space: pre;
  320. }
  321.  
  322. .module .h3 i {
  323. display: none;
  324. }
  325.  
  326. .forumbg {
  327. background: #62344c url(https://i.imgur.com/iMlnGxi.png);
  328. border: 1px solid rgba(0, 0, 0, 0.01);
  329. border-radius: 2px 2px 0 0;
  330. box-shadow: none;
  331. }
  332.  
  333. .forumbg thead {
  334. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  335. }
  336.  
  337. .content h2,
  338. .panel h2 {
  339. border: none!important;
  340. color: #FFF;
  341. line-height: 50px;
  342. margin-top: 0;
  343. }
  344.  
  345. h1.page-title {
  346. background: #62344c url(https://i.imgur.com/w8MDeih.png);
  347. color: #ffffff;
  348. font-family: Roboto, sans-serif;
  349. font-size: 15px;
  350. padding: 11px;
  351. font-weight: normal;
  352. border-radius: 2px;
  353. margin: 0;
  354. box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1);
  355. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  356. user-select: none;
  357. margin-bottom: 10px;
  358. width: max-content;
  359. }
  360.  
  361. #box {
  362. padding: 6px;
  363. counter-reset: list-counter;
  364. margin-bottom: 5px;
  365. position: relative;
  366. }
  367.  
  368. .block-footer {
  369. margin: 18px 0 0;
  370. padding: 12px 18px;
  371. }
  372.  
  373. .mod-top {
  374. margin: 0;
  375. }
  376.  
  377. #box,
  378. .panel:not(.introduction),
  379. .block-footer,
  380. .module {
  381. box-sizing: border-box;
  382. border: 2px solid #2c353b;
  383. border-radius: 2px!important;
  384. background-color: transparent;
  385. box-shadow: none;
  386. }
  387.  
  388. .copyright-body,
  389. .copyright-body [href^="/admin/"] {
  390. height: 0;
  391. width: 0;
  392. visibility: hidden;
  393. }
  394.  
  395. .copyright-body [href^="/admin/"]:before {
  396. content: "Painel de Controle";
  397. position: fixed;
  398. bottom: 20px;
  399. padding: 6px;
  400. right: 70px;
  401. display: block;
  402. background: rgba(0, 0, 0, 0.8);
  403. font-weight: 500;
  404. font-size: 12px;
  405. border-radius: 2px;
  406. color: #FFF!important;
  407. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  408. z-index: 999;
  409. }
  410.  
  411. .copyright-body [href^="/admin/"]:hover:before {
  412. visibility: visible;
  413. transition: all .5s;
  414. }
  415.  
  416. .copyright-body [href^="/admin/"]:after {
  417. content: "\f185";
  418. font-family: "Font Awesome 5 Free"!important;
  419. display: block;
  420. visibility: visible;
  421. position: fixed;
  422. font-size: 15px;
  423. bottom: 10px;
  424. right: 10px;
  425. background: #894373;
  426. border: 4px solid #62344c;
  427. border-radius: 4px;
  428. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  429. height: 50px;
  430. width: 50px;
  431. line-height: 44px;
  432. text-align: center;
  433. z-index: 999;
  434. transition: all .5s;
  435. }
  436.  
  437. .copyright-body [href^="/admin/"]:hover:after {
  438. background: #ff229a!important;
  439. color: #FFF!important;
  440. border-radius: 7px;
  441. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  442. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, .1);
  443. }
  444.  
  445. a.forumtitle {
  446. color: white !important;
  447. font-size: 14px;
  448. font-weight: 500;
  449. text-decoration: none!important;
  450. }
  451.  
  452. a.forumtitle:hover {
  453. color: #24A1FD!important;
  454. }
  455.  
  456. .post-head {
  457. padding: 0;
  458. background: #62344c;
  459. border-radius: 2px;
  460. box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1);
  461. color: #FFF;
  462. height: 50px;
  463. line-height: 50px;
  464. border: none;
  465. margin-bottom: 5px;
  466. }
  467.  
  468. .post-head .topic-title {
  469. color: #fff!important;
  470. font-size: 15px;
  471. font-weight: 400;
  472. margin: 0;
  473. padding: 0;
  474. text-transform: none;
  475. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  476. user-select: none;
  477. text-indent: 10px;
  478. float: left;
  479. }
  480.  
  481. .post h2.topic-title a {
  482. color: #fff;
  483. display: unset;
  484. max-width: unset;
  485. margin-right: 4px;
  486. }
  487.  
  488. .post-head .topic-date {
  489. border: none;
  490. margin: 0;
  491. padding: 0;
  492. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  493. font-size: 14px;
  494. padding: 1px;
  495. }
  496.  
  497. .post:not(#forum_rules) {
  498. background-position: 100% 0;
  499. background-repeat: no-repeat;
  500. border-color: #2c353b;
  501. border-radius: 2px;
  502. border-style: solid;
  503. border-width: 1px;
  504. box-shadow: none;
  505. margin-bottom: 5px;
  506. padding: 5px;
  507. }
  508.  
  509. .post[style="background-color:#cadceb;"] {
  510. background-color: #182125!important;
  511. border: 2px solid #53942e!important;
  512. }
  513.  
  514. .post[style="background-color:#cadceb;"] .post-head {
  515. background: #53942e;
  516. }
  517.  
  518. .post[style="background-color:#cadceb;"]:after {
  519. background: #53942e;
  520. border-radius: 2px;
  521. color: #FFF;
  522. content: "Recomendado";
  523. display: table;
  524. font-weight: 500;
  525. margin-left: -6px;
  526. padding: 6px;
  527. position: relative;
  528. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  529. }
  530.  
  531. .post-head .profile-icons {
  532. margin-right: 10px;
  533. margin-top: 16px;
  534. }
  535.  
  536. .post-head .profile-icons a,
  537. .post-head .profile-icons span {
  538. color: #FFF;
  539. }
  540.  
  541. .topic-title-container {
  542. overflow: hidden;
  543. text-overflow: ellipsis;
  544. white-space: pre-line;
  545. }
  546.  
  547. .postprofile {
  548. background: rgba(0, 0, 0, 0.03);
  549. border-radius: 2px;
  550. width: 206px;
  551. }
  552.  
  553. .postprofile-rank {
  554. border-width: 0!important;
  555. margin: 0!important;
  556. }
  557.  
  558. .postbody {
  559. border: 1px solid #2c353b;
  560. border-radius: 2px;
  561. min-height: 340px!important;
  562. }
  563.  
  564. .inputbox:hover,
  565. input[type="text"]:hover,
  566. select:hover {
  567. border: 1px solid #ddd;
  568. }
  569.  
  570. .inputbox:focus,
  571. input[type="text"]:focus,
  572. select:focus {
  573. border: 1px solid #bbb;
  574. }
  575.  
  576. .button,
  577. .button1,
  578. .button2,
  579. input[type="submit"] {
  580. background: #62344c url(https://i.imgur.com/Kie4l2p.png);
  581. border-radius: 2px;
  582. box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1);
  583. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  584. outline: none;
  585. margin: 0 2px;
  586. user-select: none;
  587. }
  588.  
  589. .button1:hover,
  590. .button2:hover,
  591. .button:hover,
  592. input[type="submit"]:hover {
  593. background-color: #62344c;
  594. box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .1);
  595. }
  596.  
  597. .button:focus,
  598. .button1:focus,
  599. .button2:focus,
  600. input[type="submit"]:focus {
  601. box-shadow: inset 0 0 0 1px rgba(36, 161, 253, 1), inset 0 0 0 2px rgba(255, 255, 255, 1), inset 0 0 1px 1px rgba(0, 0, 0, .1);
  602. }
  603.  
  604. .button1 a {
  605. color: #FFF;
  606. }
  607.  
  608. .button+.button-round,
  609. .button+.button1,
  610. .button+.button2,
  611. .button1+.button-round,
  612. .button1+.button1,
  613. .button1+.button2,
  614. .button2+.button-round,
  615. .button2+.button1,
  616. .button2+.button2,
  617. input[type="submit"]+.button-round,
  618. input[type="submit"]+.button1,
  619. input[type="submit"]+.button2 {
  620. margin-left: 5px;
  621. }
  622.  
  623. .mod-recent-info .mod-recent-time {
  624. text-align: right!important;
  625. float: right;
  626. }
  627.  
  628. .mod-recent-info .mod-recent-author {
  629. text-align: left! important;
  630. }
  631.  
  632. .mod-recent-info i {
  633. display: none;
  634. }
  635.  
  636. .mod-recent-info .mod-recent-time {
  637. margin-right: 20px;
  638. }
  639.  
  640. .mod-recent-info .mod-recent-author::before {
  641. content: 'Por ';
  642. }
  643.  
  644. [class^="row"] {
  645. background: #182125;
  646. }
  647.  
  648. .content > div {
  649. word-wrap: break-word;
  650. }
  651.  
  652. div[id].post.online div[id^="profile"] .postprofile-avatar:before {
  653. background-color: #54962f;
  654. content: 'Conectado';
  655. color: #fff;
  656. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  657. }
  658.  
  659. div[id].post div[id^="profile"] .postprofile-avatar:before {
  660. background-color: #e6e6e6;
  661. color: #444;
  662. content: 'Desconectado';
  663. padding: 3px 6px;
  664. border-radius: 2px;
  665. width: max-content;
  666. font-weight: 500;
  667. }
  668.  
  669. .online:before {
  670. content: none;
  671. }
  672.  
  673. .postprofile-avatar img {
  674. border-color: #20292e;
  675. border-radius: 0;
  676. max-width: 100%;
  677. height: auto;
  678. background: #182125;
  679. }
  680.  
  681. .rank {
  682. background: url(https://i.imgur.com/ZODAdEV.png) no-repeat;
  683. color: #fff;
  684. font-size: 13px;
  685. font-weight: 500;
  686. height: 36px;
  687. width: auto;
  688. margin: 5px auto;
  689. border-radius: 2px;
  690. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0), 0 1px 2px rgba(0, 0, 0, 0.14), inset 0 0 1px 1px rgba(0, 0, 0, .1);
  691. text-align: center;
  692. line-height: 35px;
  693. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  694. user-select: none;
  695. cursor: default;
  696. font-weight: bolder;
  697. }
  698.  
  699. .rank.adm {
  700. color: #FF9326;
  701. }
  702.  
  703. .rank.global {
  704. background-color: #349AD9;
  705. }
  706.  
  707. .rank.mod {
  708. background-color: #D63737;
  709. }
  710.  
  711. .rank.dsn {
  712. background-color: #7AB334;
  713. }
  714.  
  715. .rank.dev {
  716. background-color: #8B41AB;
  717. }
  718.  
  719. .rank.vip {
  720. background-color: #ED1D5B;
  721. }
  722.  
  723. .rank.user {
  724. background-color: #007ee5;
  725. }
  726.  
  727. .rank.new {
  728. background-color: #34465d;
  729. }
  730.  
  731. .postprofile-name {
  732. height: 35px;
  733. line-height: 35px;
  734. font-size: 1.2rem;
  735. }
  736.  
  737. dd.postprofile-info .label {
  738. text-align: left;
  739. float: left;
  740. }
  741.  
  742. dd.postprofile-info {
  743. text-align: right;
  744. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement