Advertisement
Shinoko

yflim ęibul

Oct 26th, 2021 (edited)
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.05 KB | None | 0 0
  1. /*****ZMIENNE****/
  2.  
  3. /*JASNOŚĆ FORUM - ZMIEŃ WARTOŚĆ, JEŚLI NIE ODPOWIADA CI KONTRAST*/
  4. .wrap {
  5. filter: brightness(1); /*wartości mogą mieć przecinki, np. 1,4 1,5*/
  6. }
  7.  
  8. /*KOLORY*/
  9. :root {
  10. --background: #121212 !important;
  11. --bar: #181818 !important;
  12. --shadow: #0c0c0c !important;
  13. --border: #202020 !important;
  14. --akcent: #791e1b !important;
  15. --link: #791e1b !important;
  16. --text: #979696 !important;
  17. --text2: #121212 !important;
  18. --shadow2: #34190e !important;
  19. }
  20.  
  21.  
  22. /*BACKGROUND*/
  23. body {
  24. background: url(https://i.imgur.com/w8A0yQR.png) no-repeat center bottom; /*obrazek w tle*/
  25. background-size: cover;
  26. background-attachment: fixed;
  27. color: var(--text);
  28. }
  29.  
  30. /*HEADER*/
  31. div.headerbar {
  32. height: 380px;
  33. background-image: url(https://i.imgur.com/1lj0YgI.png); /*obrazek w nagłówku*/
  34. object-fit: cover;
  35. border-bottom: none!important;
  36. }
  37.  
  38.  
  39. /*********************************************** NIE RUSZAĆ BO UTNĘ NOGI ****************************************************/
  40. p { font-family: roboto; }
  41. a {text-decoration: none;}
  42. ::-webkit-scrollbar-thumb { background-color: var(--akcent); }
  43. ::-webkit-scrollbar-track-piece { background-color: var(--background);}
  44. ::-webkit-scrollbar { width: 5px; }
  45.  
  46.  
  47. aside, aside a {
  48. font-family: roboto;
  49. font-size: 14px!important;
  50. }
  51.  
  52.  
  53.  
  54. /*** STRONA GŁÓWNA ***/
  55. .purplexion-navbar-bottom {
  56. background: var(--akcent);
  57. background-image: url(https://i.imgur.com/iRMUxKM.png);
  58. box-sizing: border-box !important;
  59. height: 50px;
  60. display: inline-block !important;
  61. float: right !important;
  62. position: absolute !important;
  63. bottom: 0 !important;
  64. right: 0 !important;
  65. padding-top: 0px;
  66. padding-bottom: 0px;
  67. }
  68.  
  69. .search-box .inputbox {
  70. border-color: var(--border)!important;
  71. }
  72.  
  73. .icon, .button .icon, blockquote cite:before, .uncited:before {
  74. line-height: 0;
  75. }
  76.  
  77. * {
  78. font-size: 13px;
  79. }
  80.  
  81. button.button.button-search {
  82. height: 30px;
  83. background: var(--background);
  84. border: none;
  85. box-shadow: none;
  86. }
  87.  
  88. a.button.button-search-end {
  89. padding: 5px;
  90. height: 20px;
  91. border: none;
  92. box-shadow: none;
  93. background: var(--background);
  94. }
  95.  
  96. input#keywords {
  97. height: 30px;
  98. }
  99.  
  100. .wrap {
  101. background-color: var(--background);
  102. border-color: var(--border);
  103. box-shadow: 0 0 3px 0px var(--shadow);
  104. }
  105.  
  106.  
  107. /*** NAVBAR ***/
  108. .crumb a {
  109. color: var(--link)
  110. }
  111.  
  112. .navbar a:hover, .navbar a:focus {
  113. color: var(--link-hover);
  114. }
  115. .navbar ul.linklist {
  116. padding: 10px!important;
  117. list-style-type: none !important;
  118. text-transform: uppercase;
  119. font-family: roboto;
  120. }
  121.  
  122. /*GÓRNY*/
  123. .purplexion-navbar-top {
  124. height: 50px;
  125. background-image: url(https://i.imgur.com/iRMUxKM.png);
  126. background-color: var(--akcent);
  127. margin: 0;
  128. padding: 0;
  129. }
  130.  
  131. /*DOLNY*/
  132. a.header-avatar img {
  133. margin-top: -30px!important;
  134. margin-left: 10px!important;
  135. height: 100px!important;
  136. max-height: 100px;
  137. width: 100px!important;
  138. vertical-align: middle;
  139. border-radius: 100%;
  140. object-position: top;
  141. object-fit: cover;
  142. float: right;
  143. border: 5px solid var(--akcent);
  144. box-shadow: 0 0 3px var(--shadow);
  145. }
  146.  
  147. ul.dropdown-contents.dropdown-nonscroll {
  148. left: -90px;
  149. }
  150.  
  151. .dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
  152. left: 17px;
  153. }
  154.  
  155. ul.linklist .dropdown {
  156. top: 20px;
  157. }
  158.  
  159. /*** OGŁOSZENIE ***/
  160. div#phpbb_announcement {
  161. background: var(--bar)!important;
  162. border: 1px solid var(--border);
  163. box-shadow: 0 0 3px var(--shadow);
  164. }
  165.  
  166. blockquote {
  167. background: var(--background);
  168. border: 1px solid var(--akcent)!important;
  169. box-shadow: 0 0 3px var(--shadow2);
  170. font-family: roboto;
  171. overflow: auto;
  172. color: var(--text)
  173. }
  174.  
  175.  
  176.  
  177. #phpbb_announcement a {
  178. text-decoration: none;
  179. }
  180.  
  181. span {
  182. margin: 0;
  183. }
  184.  
  185. hr {
  186. color: var(--background);
  187. }
  188.  
  189. blockquote aside hr {
  190. color: transparent!important;
  191. background-color: transparent!important;
  192. border-top: 1px solid var(--akcent) !important;
  193. }
  194.  
  195.  
  196. /** FORUM **/
  197.  
  198. /*ikonka*/
  199. dl.row-item {
  200. background-position: 10px 50%;
  201. background-repeat: no-repeat;
  202. background-size: 50px;
  203. }
  204.  
  205. dl.row-item dt .list-inner {
  206. box-sizing: border-box;
  207. width: 100%;
  208. font-family: roboto !important;
  209. color: var(--text) !important;
  210. padding-left: 70px;
  211. padding-top: 10px !important;
  212. padding-bottom: 10px !important;
  213. text-align: justify !important;
  214. }
  215.  
  216. /*kategoria tytul*/
  217. dt {
  218. text-align: center;
  219. }
  220.  
  221. li.header {
  222.  
  223. background-image: url(https://i.imgur.com/iRMUxKM.png);
  224. border-bottom: 1px solid var(--border)
  225. }
  226.  
  227. .header {
  228. }
  229.  
  230. .forumbg .header a, .forabg .header a, th a {
  231. color: var(--text2) !important;
  232. text-decoration: none!important;
  233. font-family: roboto;
  234. }
  235.  
  236. ul.topiclist dl {
  237. box-sizing: border-box;
  238. position: relative;
  239. min-height: 50px;
  240. }
  241.  
  242. dl.row-item {
  243. display: flex;
  244. justify-content: center;
  245. align-items: center;
  246. align-content: center;
  247. }
  248.  
  249. li.header dt {
  250. margin-right: 0!important;
  251. }
  252.  
  253. dl.row-item dt a {
  254. display: inline-block;
  255. }
  256.  
  257. a.forumtitle {
  258. font-family: Roboto;
  259. color: var(--akcent);
  260. margin-bottom: 5px!important;
  261. text-transform: uppercase;
  262. }
  263.  
  264. .list-inner strong, h2.ucp-title, .panel-container h2 {
  265. display: none;
  266. }
  267.  
  268. .icon.icon-blue, .icon.icon-blue, .icon.icon-red,.icon.icon-red {
  269. display: none;
  270. }
  271.  
  272. /*przeczytane*/
  273. .forum_read {
  274. background-image: url(https://i.imgur.com/DemCDaT.png);
  275. }
  276.  
  277. /*nieprzeczytane*/
  278. .forum_unread {
  279. background-image: url(https://i.imgur.com/IL6wEwq.png);
  280. }
  281.  
  282. .forum_read_subforum {
  283. background-image: url(https://i.imgur.com/DemCDaT.png);
  284. }
  285.  
  286. .forum_unread_subforum {
  287. background-image: url(https://i.imgur.com/IL6wEwq.png);
  288. }
  289.  
  290. /*zablokowane*/
  291. .forum_read_locked {
  292. background-image: url(https://i.imgur.com/7z6RsUK.png);
  293. }
  294.  
  295. .forum_unread_locked {
  296. background-image: url(https://i.imgur.com/1TzAuUv.png);
  297. }
  298.  
  299.  
  300. ul.topiclist li.row dd {
  301. margin: 0;
  302. padding: 0;
  303. color: var(--text);
  304. font-family: roboto;
  305. }
  306.  
  307. a.lastsubject {
  308. font-weight: bold;
  309. text-decoration: none;
  310. color: var(--akcent);
  311. font-family: roboto;
  312. }
  313.  
  314. .icon.icon-lightgray, .icon.icon-lightgray {
  315. display: none;
  316. }
  317.  
  318. a.subforum.read, a.subforum.unread {
  319. color: var(--akcent);
  320. text-decoration: none;
  321. }
  322.  
  323.  
  324. ul.topiclist.forums dt {
  325. width: 75%;
  326. margin-right: -0px;
  327. }
  328.  
  329. ul.topiclist li.row dt a.subforum {
  330. max-width: 400px!important;
  331. }
  332.  
  333. .responsive-show {
  334. display: none!important;
  335. }
  336.  
  337.  
  338. ul dd.topics {
  339. display: flex;
  340. justify-content: center;
  341. align-items: center;
  342. }
  343.  
  344. ul dd.posts {
  345. display: flex;
  346. justify-content: center;
  347. align-items: center;
  348. }
  349.  
  350. ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
  351. display: none;
  352. }
  353.  
  354. .list-inner {
  355. margin-right: 0!important;
  356. }
  357.  
  358. ul.topiclist li.row dl {
  359. margin: none;
  360. }
  361.  
  362.  
  363. li.row {
  364. border: none;
  365. }
  366.  
  367. .forabg {
  368. border: 1px solid var(--border);
  369. box-shadow: 0 0 3px var(--shadow);
  370. }
  371.  
  372. /*mchat*/
  373.  
  374. #mchat-status {
  375. display: none;
  376. }
  377.  
  378. #mchat-body * {
  379. -webkit-box-sizing: border-box;
  380. box-sizing: border-box;
  381. }
  382.  
  383. .mchat-buttons a {
  384. color: var(--akcent);
  385. }
  386.  
  387. .mchat-text, .mchat-time {
  388. color: var(--text);
  389. font-family: roboto;
  390. }
  391.  
  392. #mchat-panel.cp-mini {
  393. margin-top: 0;
  394. }
  395.  
  396. .mchat-input-container.inputbox, a.button1, input.button1, input.button3, a.button2, input.button2 {
  397. border: 1px solid var(--border);
  398. box-shadow: 0 0 3px var(--shadow);
  399. border-radius: 0;
  400. }
  401.  
  402. #mchat-input {
  403. color: var(--text);
  404. }
  405.  
  406. ul#mchat-messages {
  407. padding: 10px;
  408. margin: 10px;
  409. border: 1px solid var(--border);
  410. box-shadow: 0 0 3px var(--shadow);
  411. }
  412.  
  413. .mchat-message:nth-child(2n) {
  414. background: #181818;
  415. }
  416.  
  417. div#mchat-panel {
  418. background: var(--background)!important;
  419. }
  420.  
  421. .mchat-controls {
  422. padding: 5px;
  423. margin-left: 0!important;
  424. width: 100%;
  425. }
  426.  
  427. button.button.mchat-button-smilies.mchat-button-down.mchat-button-is-down, button.button.mchat-button-bbcodes.mchat-button-down.mchat-button-is-down {
  428. width: 34px;
  429. height: 34px;
  430. padding: 4px;
  431. border: 1px solid var(--border);
  432. background: var(--backround);
  433. }
  434.  
  435. button.button {
  436. border: 1px solid var(--border);
  437. background: var(--backround);
  438. font-family: roboto;
  439. font-weight: normal;
  440. text-decoration: none!important;
  441. }
  442.  
  443. button.button a {
  444. font-family: roboto;
  445. font-weight: normal;
  446. text-decoration: none!important;
  447. }
  448.  
  449. #mchat-bbcodes #format-buttons, #mchat-bbcodes #format-postingbuttons {
  450. margin-top: -5px;
  451. margin-bottom: 5px;
  452. }
  453.  
  454. .mchat-avatar {
  455. margin: 0;
  456. }
  457.  
  458. .mchat-avatar img.avatar {
  459. width: 30px !important;
  460. height: 53px !important;
  461. object-fit: cover;
  462. border: 1px solid var(--border);
  463. box-shadow: 0 0 3px var(--shadow);
  464. }
  465.  
  466. .mchat-message-header {
  467. margin-left: 5px;
  468. }
  469.  
  470. img.smilies {
  471. max-width: 25px;
  472. max-height: 25px;
  473. }
  474.  
  475. #mchat-panel > #mchat-whois {
  476. float: left;
  477. display: none;
  478. }
  479.  
  480. #mchat-smilies.hidden a {
  481. padding: 5px;
  482. font-family: roboto;
  483. color: var(--link);
  484. font-size: 10px!important;
  485. }
  486.  
  487. .post-buttons .button, .format-buttons .button {
  488. color: var(--akcent)!important;
  489. font-family: roboto!important;
  490. }
  491.  
  492. .button .icon, .button-secondary {
  493. color: var(--akcent)
  494. }
  495.  
  496. select {
  497. background-color: var(--background);
  498. color: var(--akcent);
  499. }
  500.  
  501. button.button a {
  502. color: var(--akcent);
  503. }
  504.  
  505. /*footer*/
  506.  
  507. ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
  508. text-transform: uppercase;
  509. color: var(--text2);
  510. margin-right: 0 !important;
  511. padding-right: 0;
  512. text-align: center;
  513. padding-left: 0;
  514. }
  515.  
  516. h3 {
  517. border-bottom: none;
  518. color: var(--akcent);
  519. }
  520.  
  521. .stat-block.online-list p {
  522. font-family: roboto;
  523. }
  524.  
  525. .stat-block.online-list {
  526. box-sizing: border-box;
  527. margin-top: -10px;
  528. font-family: roboto;
  529. }
  530.  
  531. .stat-block.birthday-list {
  532. display: none;
  533. }
  534.  
  535. .stat-block.statistics p {
  536. font-family: roboto;
  537. }
  538.  
  539. .stat-block.\32 4stats {
  540. font-family: roboto;
  541. }
  542.  
  543. em {
  544. font-style: normal;
  545. }
  546.  
  547. h3 a {
  548. color: var(--akcent);
  549. }
  550.  
  551. li.rightside a {
  552. color: var(--background);
  553. font-weight: bold;
  554. }
  555.  
  556. p.footer-row {
  557. color: var(--text);
  558. }
  559.  
  560. p.footer-row a {
  561. color: var(--akcent);
  562. }
  563.  
  564. span.footer-copyright::after {
  565. content: '| Styl edytowany przez Ajisai | Hime';
  566. margin-left: 5px;
  567. }
  568.  
  569.  
  570. /*dzialy*/
  571. h2.forum-title a{
  572. color: var(--akcent);
  573. }
  574.  
  575. h2.forum-title{
  576. background: transparent;
  577. }
  578.  
  579. .action-bar.bar-top a, .action-bar .button {
  580. font-family: roboto;
  581. color: var(--akcent);
  582. font-size: 13px!important;
  583. background: transparent !important;
  584. border: none !important;
  585. box-shadow: none !important;
  586. margin-left: -6px !important;
  587. }
  588.  
  589. a.button {
  590. color: var(--akcent);
  591. }
  592.  
  593. .action-bar.actions-jump {
  594. display: none;
  595. }
  596.  
  597. .purplexion-who-browsing {
  598. padding: 20px;
  599. padding-bottom: 10px;
  600. }
  601.  
  602. .global_unread, .announce_unread {
  603. background-image: url(https://i.imgur.com/aYZmTXe.png);
  604. }
  605.  
  606. .global_unread_locked, .announce_unread_locked {
  607. background-image: url(https://i.imgur.com/aYZmTXe.png);
  608. }
  609.  
  610. .global_read, .announce_read {
  611. background-image: url(https://i.imgur.com/aYZmTXe.png);
  612. }
  613.  
  614. .global_read_locked, .announce_read_locked {
  615. background-image: url(https://i.imgur.com/6k8bqDd.png);
  616. }
  617.  
  618. .sticky_read {
  619. background-image: url(https://i.imgur.com/1tgX0IZ.png);
  620. }
  621.  
  622. .sticky_read_locked {
  623. background-image: url(https://i.imgur.com/1tgX0IZ.png);
  624. }
  625.  
  626. .sticky_unread {
  627. background-image: url(https://i.imgur.com/RWCAn4y.png);
  628. }
  629.  
  630. .sticky_unread_locked {
  631. background-image: url(https://i.imgur.com/RWCAn4y.png);
  632. }
  633.  
  634. .topic_read, .pm_read {
  635. background-image: url(https://i.imgur.com/DemCDaT.png);
  636. }
  637. .topic_read_locked {
  638. background-image: url(https://i.imgur.com/7z6RsUK.png);
  639. }
  640.  
  641. .topic_unread, .pm_unread {
  642. background-image: url(https://i.imgur.com/IL6wEwq.png);
  643. }
  644.  
  645. .topic_unread_locked {
  646. background-image: url(https://i.imgur.com/1TzAuUv.png);
  647. }
  648.  
  649. a.topictitle {
  650. color: var(--akcent);
  651. }
  652.  
  653. .topic_unread_mine {
  654. background-image: url(https://i.imgur.com/cY8klMM.png);
  655. }
  656.  
  657. .topic_read_mine {
  658. background-image: url(https://i.imgur.com/lzVE7ST.png)
  659. }
  660.  
  661. dl.row-item dt a {
  662. margin-left: 0px!important;
  663. font-family: roboto;
  664. display: inline-block !important;
  665. }
  666.  
  667.  
  668. ul.topiclist dfn {
  669. display:none;
  670. }
  671.  
  672. li.header dl.row-item dd {
  673. display: none;
  674. }
  675.  
  676.  
  677.  
  678.  
  679. i.icon.fa-clone.fa-fw {
  680. display: none;
  681. }
  682.  
  683. .pagination li.active span {
  684. font-family: roboto;
  685. background: var(--bar)!important;
  686. border: 1px solid var(--border);
  687. box-shadow: 0 0 3px var(--shadow);
  688. color: var(--akcent);
  689. margin-right: 0px;
  690. }
  691.  
  692.  
  693. .action-bar .pagination .button {
  694. margin: 0px;
  695. font-family: roboto;
  696. background: var(--bar)!important;
  697. border: 1px solid var(--border) !important;
  698. box-shadow: 0 0 3px var(--shadow) !important;
  699. }
  700.  
  701. .pagination {
  702. font-family: roboto;
  703. }
  704.  
  705. .row .pagination li a, .row .pagination li span, a.button.button-icon-only {
  706. border: none;
  707. background: none;
  708. box-shadow: none;
  709. }
  710.  
  711. ul.topiclist.topics {
  712. border: 1px solid var(--border);
  713. border-top: none;
  714. box-shadow: 0 0 3px var(--shadow);
  715. }
  716.  
  717. ul.topiclist {
  718. border: 1px solid var(--border);
  719. box-shadow: 0 0 3px var(--shadow);
  720. }
  721.  
  722. span.button.button-secondary.dropdown-trigger.dropdown-select.dropdown-toggle {
  723. display: none;
  724. }
  725.  
  726. cite a {
  727. color: var(--akcent);
  728. }
  729.  
  730. h2.topic-title {
  731. border: 1px solid var(--border);
  732. background: var(--akcent);
  733. background-image: url(https://i.imgur.com/iRMUxKM.png);
  734. box-shadow: 0 0 3px var(--shadow);
  735. }
  736.  
  737. h2.topic-title a {
  738. font-family: roboto;
  739. color: var(--text2);
  740. }
  741.  
  742. .postlove {
  743. display: none;
  744. }
  745.  
  746. div.bb3hide {
  747. border: 1px dashed var(--akcent);
  748. background-color: var(--background);
  749. padding: 15px;
  750. font-family: roboto;
  751. color: var(--text);
  752. }
  753.  
  754. p.author {
  755. font-family: roboto;
  756. }
  757.  
  758. .bg2 {
  759. background-color: var(--bar);
  760. }
  761.  
  762. .online {
  763. border-right: none;
  764. }
  765.  
  766. .postbody {
  767. margin-top: 5px;
  768. width: calc(100% - 201px - 1px - 16px);
  769. background: var(--background);
  770. }
  771.  
  772. .postprofile {
  773. overflow: auto;
  774. border: none;
  775. float: left;
  776. margin-right: 10px;
  777. }
  778.  
  779. .postprofile dd, .postprofile dt {
  780. margin: 0;
  781. }
  782.  
  783. dd.profile-rank {
  784. text-align: center;
  785. font-family: roboto;
  786. }
  787.  
  788. dd.profile-posts {
  789. display: none;
  790. }
  791.  
  792. dd.profile-joined {
  793. display: none;
  794. }
  795.  
  796. dd.profile-custom-field.profile-wiek_postaci, dd.profile-custom-field.profile-ranga, dd.profile-custom-field.profile-krotki_wyglad, dd.profile-custom-field.profile-widoczny_eq, dd.profile-custom-field.profile-link_do_kp, dd.profile-custom-field.profile-gg_discord, dd.profile-custom-field.profile-multikonta, dd.profile-custom-field.profile-aktywnapostac, dd.profile-custom-field.profile-phpbb_location {
  797. margin: 10px 0 5px!important;
  798. background: var(--background);
  799. padding: 10px;
  800. box-shadow: 0 0 3px var(--shadow);
  801. border: 1px solid var(--border);
  802. box-sizing: border-box;
  803. width: 97%;
  804. font-family: roboto;
  805. text-align: justify;
  806. }
  807.  
  808. dd.profile-custom-field.profile-wiek_postaci strong, dd.profile-custom-field.profile-ranga strong, dd.profile-custom-field.profile-widoczny_eq strong, dd.profile-custom-field.profile-krotki_wyglad strong, dd.profile-custom-field.profile-link_do_kp strong, dd.profile-custom-field.profile-gg_discord strong, dd.profile-custom-field.profile-multikonta strong, dd.profile-custom-field.profile-aktywnapostac strong, dd.profile-custom-field.profile-phpbb_location strong {
  809. color: var(--akcent);
  810. font-family: roboto;
  811. font-weight: bold;
  812. }
  813.  
  814. dd.profile-custom-field.profile-krotki_wyglad, dd.profile-custom-field.profile-widoczny_eq, dd.profile-custom-field.profile-link_do_kp {
  815. display: flex;
  816. flex-direction: column;
  817. }
  818.  
  819. dd.profile-contact strong {
  820. display: none;
  821. }
  822.  
  823. dd.profile-contact {
  824. text-align: center;
  825. }
  826.  
  827. i.icon.fa-commenting-o.fa-fw.icon-lg {
  828. color: var(--akcent);
  829. }
  830.  
  831. .postlink {
  832. color: var(--akcent);
  833. }
  834.  
  835. .signature {
  836. border-top: none;
  837. padding-top: 10px !important;
  838. background: var(--bar);
  839. }
  840.  
  841. .content, .has-profile p.author, h3.first {
  842. background: var(--background);
  843. padding: 10px;
  844. color: var(--text);
  845. }
  846.  
  847. p.author, .has-profile .postbody h3 {
  848. margin-bottom: -5px;
  849. }
  850.  
  851. h3.first {
  852. width: 40%;
  853. }
  854.  
  855. h3.purplexion-hide {
  856. margin-top: -8px!important;
  857. }
  858.  
  859. h3.first {
  860. margin-right: 0!important;
  861. }
  862.  
  863. span.mchat-title {
  864. margin-left: 10px!important;
  865. }
  866.  
  867. .postprofile .avatar {
  868. width: 200px;
  869. height: 350px;
  870. object-fit: cover;
  871. display: block;
  872. float: left;
  873. }
  874.  
  875. /**profil**/
  876. h2.memberlist-title {
  877. display: none;
  878. }
  879.  
  880. .column1 {
  881. float: left;
  882. clear: left;
  883. width: 27%;
  884. padding: 5px;
  885. }
  886.  
  887. dl.details dt {
  888. font-family: roboto;
  889. color: var(--text);
  890. }
  891.  
  892. dl.details dd {
  893. color: var(--text);
  894. font-family: roboto;
  895. }
  896.  
  897. dl.details dd a {
  898. color: var(--akcent);
  899. font-family: roboto;
  900. }
  901.  
  902. .column2 {
  903. padding: 5px;
  904. }
  905.  
  906. dl.left-box.details.profile-details {
  907. max-width: 65%;
  908. margin-left: 20px;
  909. padding: 10px;
  910. }
  911.  
  912. input.button2 {
  913. background: var(--background);
  914. color: var(--text);
  915. border: 1px solid var(--border);
  916. box-shadow: 0 0 3px var(--shadow);
  917. }
  918.  
  919. dd {
  920. color: var(--text);
  921. font-family: roboto;
  922. }
  923.  
  924. dt.author {
  925. text-align: left!important;
  926. }
  927.  
  928. i.icon.fa-angle-right.fa-fw.icon-black {
  929. display: none;
  930. }
  931.  
  932. a.arrow-right, a.arrow-left, dd a {
  933. font-family: roboto;
  934. }
  935.  
  936. dd strong, h2.searchresults-title {
  937. color: var(--text)!important;
  938. }
  939.  
  940. details, .codebox {
  941. border: 1px solid var(--akcent);
  942. box-shadow: 0 0 3px var(--shadow2);
  943. background: var(--background);
  944. padding: 15px;
  945. font-family: roboto;
  946. }
  947.  
  948. aside.codebox {
  949. font-family: roboto;
  950. margin: 13.5px;
  951. }
  952.  
  953. .codebox a {
  954. background: var(--akcent);
  955. border: 1px solid var(--border);
  956. box-shadow: 0 0 3px var(--shadow);
  957. font-family: roboto;
  958. color: var(--text2);
  959. }
  960.  
  961. code {
  962. color: var(--akcent)!important;
  963. margin-top: 10px;
  964. }
  965.  
  966. .postprofile .has-avatar .avatar-container {
  967. margin-bottom: 10px;
  968. }
  969.  
  970. .post .postprofile {
  971. box-sizing: border-box;
  972. }
  973.  
  974. .navigation {
  975. width: 100%;
  976. padding-top: 0px;
  977. background: var(--bar);
  978. color: var(--text);
  979. font-family: roboto;
  980. }
  981.  
  982. .panel-container .panel p {
  983. background: var(--bar);
  984. padding: 10px;
  985. text-align: justify;
  986. margin-top: 5px;
  987. color: var(--text);
  988. border: 1px solid var(--border);
  989. box-shadow: 0 0 3px var(--shadow);
  990. }
  991.  
  992. fieldset dt, fieldset dt strong, .inputbox, dd label, .tabs .tab > a {
  993. font-family: roboto;
  994. text-align: left;
  995. color: var(--text);
  996.  
  997. }
  998.  
  999. dt label {
  1000. color: var(--akcent);
  1001. font-family: roboto;
  1002. }
  1003.  
  1004.  
  1005.  
  1006. a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .tabs .tab, .minitabs .tab {
  1007. background: var(--background);
  1008. font-family: roboto;
  1009. }
  1010.  
  1011. .inputbox, .tabs .tab, .minitabs .tab {
  1012. border: 1px solid var(--border);
  1013. box-shadow: 0 0 3px var(--shadow);
  1014. }
  1015.  
  1016. .panel-container table.table1, .panel-container table.table1 thead th, tbody, table.table1 tbody tr, table.table1 td, .panel p, .content h2, .panel h2 {
  1017. color: var(--text);
  1018. font-family: roboto;
  1019. }
  1020.  
  1021. h2.forum-title, h2.topic-title, h2.posting-title {
  1022. background: var(--akcent);
  1023. background-image: url(https://i.imgur.com/iRMUxKM.png);
  1024. text-align: center;
  1025. color: var(--text2)!important;
  1026. font-family: roboto;
  1027. }
  1028.  
  1029. .posting-title a {
  1030. color: var(--text2);
  1031. }
  1032.  
  1033. input#keywords {
  1034. box-shadow: none!important;
  1035. }
  1036.  
  1037. ul.dropdown-contents.dropdown-nonscroll a, ul.dropdown-contents.dropdown-nonscroll a, ul.dropdown-contents.dropdown-nonscroll a, ul.dropdown-contents.dropdown-nonscroll a{
  1038. color: var(--akcent);
  1039. font-family: roboto;
  1040. }
  1041.  
  1042. ul#nav-main a {
  1043. font-weight: bold;
  1044. }
  1045.  
  1046. i.icon.fa-file-o.fa-fw.icon-gray {
  1047. display: none;
  1048. }
  1049.  
  1050. ul.linklist > li.rightside, p.rightside, a.rightside {
  1051. color: var(--background);
  1052. }
  1053.  
  1054.  
  1055.  
  1056. a.mchat-nav-link-title.dropdown-trigger.dropdown-toggle, li#quick-links, a.dropdown-trigger.dropdown-toggle, ul#nav-main a {
  1057. color: var(--background);
  1058. }
  1059.  
  1060. a.username-coloured {
  1061. font-family: roboto;
  1062. }
  1063.  
  1064. li.breadcrumbs {
  1065. color: var(--akcent);
  1066. }
  1067.  
  1068. .dropdown .dropdown-contents {
  1069. background-image: url(https://i.imgur.com/iRMUxKM.png);
  1070. background: var(--akcent);
  1071. border: 1px solid var(--border);
  1072. box-shadow: 0 0 3px var(--shadow2);
  1073. }
  1074.  
  1075. h2.forum-title {
  1076. display: none;
  1077. }
  1078.  
  1079. dt#flair, dt#flair4, dt#flair12, dt#flair5, dt#flair6, dt#flair7, dt#flair8, dt#flair9, dt#flair10, dt#flair11, dt#flair13 {
  1080. width: 100%;
  1081. text-align: left!important;
  1082. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement