Advertisement
JustxMeg

Untitled

Oct 8th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.22 KB | None | 0 0
  1. /*** Zeef always red***/
  2. div.message.admin[data-owner-id="2030"] div.poster.avatar div.userheader p.username.ellipsis a.user {
  3.     color: #B9133C !important;
  4. }
  5. /*******
  6.  General
  7.  ********/
  8. /** Screw #layout and #contentArea height, give #html the same background colour */
  9. html, body {
  10.     background: #0E0E0E !important;
  11.     color: #fff !important;
  12. }
  13.  
  14.  
  15. /** Overall background */
  16. #layout {
  17.     background: #0E0E0E !important;
  18.     padding-top: 5px !important;
  19.     height: 100% !important;
  20. }
  21.  
  22. /** Give the actual content a different background colour */
  23. #contentArea {
  24.     background: #323434 !important;
  25.     padding: 5px 5px 10px 5px !important;
  26.     position: relative !important;
  27. }
  28.  
  29. /* Global .bar style */
  30. .bar {
  31.     background-color: #323333;
  32.     color: #EDEEEE;
  33. }
  34.  
  35. /* Gallery */
  36. .galleryHeadingContainer>div {
  37.     border-top: none !important;
  38. }
  39. .galleryHeadingContainer, .pageTabsContainer {
  40.     background-color: #212323 !important;
  41. }
  42. div.galleryBody h3.bar {
  43.     background: #212323 !important;
  44. }
  45. .galleryTable.karma td {
  46.     background: #323434 !important;
  47. }
  48. ul.galleryProfile li.checked {
  49.     color: #EDEEEE !important;
  50. }
  51.  
  52. /** Unsorted meuk */
  53. h3, h3 a {
  54.     color: #FFFFFF !important;
  55. }
  56.  
  57.  
  58. /** Bottom */
  59. #bottom div.hr {
  60.     background: #202020 !important;
  61. }
  62.  
  63. /** Text boxes (search, reply) */
  64. textarea#messageBox, input {
  65.     color: #FFFFFF;
  66.     background: #1E1E1E;
  67. }
  68.  
  69. /** Menu */
  70. .unread .newNotificationsCount {
  71.     color: #000000 !important;
  72. }
  73. #menu li a {
  74.     color: #C8CBCB !important;
  75. }
  76. #menu li.active a {
  77.     color: #D9FF26 !important;
  78. }
  79. #menu .dropdown > span, .dropdown li, .dropdown li a, #menu .dropdown ul a {
  80.     color: #000000 !important;
  81. }
  82.  
  83. /** Notifications */
  84. .notificationsPopup .header h3 {
  85.     color: #000000 !important;
  86. }
  87. div.popup {
  88.     background: #323131 !important;
  89. }
  90. .scrollableList .listItem:hover {
  91.     background: #323434 !important;
  92. }
  93. .menuHeaderPopup .notification.unread:hover {
  94.     background: #454444 !important;
  95. }
  96. .menuHeaderPopup .notification.unread {
  97.     background: #414040 !important;
  98. }
  99.  
  100. /** Tracker */
  101. #tracker .trackeritem li a {
  102.     color: #B7B4B2 !important;
  103. }
  104. #tracker .trackeritem li .new, #tracker .trackeritem li a:hover, #tracker .trackeritem li a:hover .time {
  105.     color: #d9ff26 !important;
  106. }
  107. #tracker .trackeritem h4, #tracker .trackeritem h4 a {
  108.     color: #D7D6D4 !important;
  109. }
  110.  
  111. /* Background color of tabs */
  112. .pageTabs li {
  113.     background: #212323 !important;
  114. }
  115. .pageTabs li.active {
  116.     background: #323434 !important;
  117. }
  118.  
  119. /* Hyperlinks */
  120. a {
  121.     color: #fff!important;
  122. }
  123. a:visited {
  124.     color: #878888 !important;
  125. }
  126.  
  127. /* Badges */
  128. .labelCard, ul.topKarma.show {
  129.     background: #000000 !important;
  130. }
  131.  
  132.  
  133. /*******
  134.    FP
  135.  *******/
  136. /** Main content */
  137. /* Tabs */
  138. #fp_tabs li a {
  139.     color: #ABAAAA !important;
  140. }
  141. #fp_tabs li.active a {
  142.     color: #FFFFFF !important;
  143. }
  144.  
  145. /* Whitepapers */
  146. .itknowledgebasewrapper {
  147.     background: #212323 !important;
  148. }
  149.  
  150. /** Tile items */
  151. .fpaItem>a {
  152.     background: rgba(0,0,0,0.8);
  153. }
  154. .fpaTitle h2 {
  155.     color: #b9133d !important;
  156. }
  157.  
  158. /** Article Listing */
  159. table.highlights td a {
  160.     color: #EDEEEE !important;
  161. }
  162. table.highlights td a:visited {
  163.     color: #EDEEEE; !important
  164. }
  165.  
  166. table.highlights {
  167.     border-top: 1px solid #000 !important;
  168. }
  169. table.highlights td {
  170.     border-bottom: 1px solid #000 !important;
  171. }
  172. table.highlights .publicationTime span.new {
  173.     color: #A9CC0B !important;
  174. }
  175. /* More items popup */
  176. .moreItems .popupContent {
  177.     background: #2E2F2F !important;
  178. }
  179.  
  180. /** Second Column - PW, Jobs, Newsletter, etc. */
  181. #pricewatch, #jobs, #poll, .pollWrapper, #newsletter, #textlink, #social .twitterButton, #social .facebookButton {
  182.     background: #212323 !important;
  183. }
  184.  
  185. /* Poll option highlight */
  186. .poll label:hover {
  187.     background-color: #545656;
  188. }
  189.  
  190. .secondColumn p, .secondColumn h3 {
  191.     color: #EDEEEE !important;
  192. }
  193. #poll, .poll {
  194.     color: #EDEEEE;
  195.     background: none !important;
  196. }
  197. .poll.jsenabled label:hover {
  198.     background: #18AE43 !important;
  199. }
  200.  
  201. /* Highlighted Products (Het bekijken waard) */
  202. #highlightedProducts .description, #highlightedProducts .price {
  203.     color: #EDEEEE !important;
  204. }
  205.  
  206. /* User reviews */
  207. .frontpage #community .userReview .userReviewDescription, .userReview {
  208.     background: #454646 !important;
  209.     color: #EDEEEE;
  210. }
  211.  
  212. /** Articles */
  213. .article, .content {
  214.     color: #EDEEEE !important;
  215. }
  216. .article h2 {
  217.     color: #B9133D;
  218. }
  219. .article h3 {
  220.     color: #FFFFFF !important;
  221. }
  222. /* Tables in articles */
  223. .article table {
  224.     background: #232525 !important;
  225. }
  226.  
  227. /* Author information next to article */
  228. .relatedAuthor p {
  229.     color: #868686 !important;
  230. }
  231. .relatedAuthor .authorInfo td {
  232.     color: #868686 !important;
  233. }
  234.  
  235. /* Next/Prev article date colour */
  236. table.nextPrevious tr td {
  237.     color: #B7B4B2 !important;
  238. }
  239.  
  240. /* Modfilter text and width */
  241. .modFilter {
  242.     color: #B7B4B2 !important;
  243. }
  244.  
  245. /* Meuk sidebar */
  246. .meukDetail .sidebar .section {
  247.     background: #323434 !important;
  248.     color: #EDEEEE !important;
  249. }
  250. table.meuklist {
  251.     color: #EDEEEE;
  252. }
  253.  
  254. /** Comments */
  255. .reactie {
  256.     background: #212323 !important;
  257.     color: #EDEEEE !important;
  258.     border-left: 1px solid #545454 !important;
  259. }
  260. /* +2 comments */
  261. .reactieBody.informative {
  262.     background: #323535 !important;
  263.     border: 1px solid #4D4F4F !important;
  264. }
  265. /* +3 comments */
  266. .reactieBody.spotlight {
  267.     background: #454747 !important;
  268.     border: 1px solid #6D6F6F !important;
  269. }
  270. /* Odd white line at last comment*/
  271. .reactie.last > .reactieContainer {
  272.     border-left: 1px solid #545454 !important;
  273. }
  274. /* Blockquote colour a bit lighter */
  275. .reactieContent blockquote {
  276.     color: #A9A9A9 !important;
  277. }
  278.  
  279. /** User tab V&A */
  280. div.pwLinks ul li, div.pwLinks ul li a {
  281.     color: #EDEEEE !important;
  282. }
  283. .pwLinks {
  284.     background: #323434 !important;
  285. }
  286. /* Wishlist */
  287. .tabContent .article table {
  288.     background: #2E2F2F !important;
  289. }
  290. div.inventory h3.title, div.inventory h3.titleShow {
  291.     color: #0067A2 !important;
  292. }
  293.  
  294.  
  295. /** Gallery fotoalbum */
  296. form table td {
  297.     color: #FFFFFF !important;
  298. }
  299. #fotoalbum .sidebar {
  300.     background: #212323;
  301. }
  302.  
  303. /** Tweakblog admin table */
  304. form table.tweakblog {
  305.     background: #2E2F2F !important;
  306. }
  307.  
  308. /** Karmastore */
  309. .mainColumn table.itemList {
  310.     background: #2E2F2F !important;
  311. }
  312.  
  313.  
  314. /* Change text background below article
  315.    in case we do want to have the buttons
  316.    See 'hide social' at bottom of this file section */
  317. #toggleButtonTxt {
  318.     background: #212323 !important;
  319. }
  320.  
  321. /** Pricewatch */
  322. #header h1 .subtitle {
  323.     color: #EDEEEE !important;
  324. }
  325.  
  326. /* Product display list */
  327. /* White top bar */
  328. #top #entity, #top .pageTabsContainer {
  329.     background: #323434 !important;
  330. }
  331. #entity>div {
  332.     border-top: none !important;
  333. }
  334.  
  335. #categoryBrowser div, #categoryBrowser .sublist {
  336.     background: #323434 !important;
  337.     border: 1px solid #171818 !important;
  338. }
  339. #categoryBrowser .large li {
  340.     border-bottom: 1px solid #171818 !important;
  341.     border-right: 1px solid #171818 !important;
  342. }
  343. #categoryBrowser {
  344.     background: #282929 !important;
  345.     border: 1px solid #171818 !important;
  346. }
  347.  
  348. .popularProductListing table.listing tr td, .popularProductListing table.listing tr td a, .articleColumn table.listing tr td, .articleColumn table.listing a {
  349.     background: #323434 !important;
  350. }
  351. #tweakbase {
  352.     margin-top: 51px;
  353. }
  354. .listOptions .pageIndex {
  355.     color: #EDEEEE;
  356. }
  357. .productCompare table.listing tr td, .productCompare table.listing tr td a, .productCompare table.listing th, .itemFilter table.listing tr td, .itemFilter table.listing tr td a, table.spec-detail tr.diff td {
  358.     background: #323434 !important;
  359. }
  360. .productCompare table.listing tr th.compare {
  361.     background-position: 14px 19px !important;
  362. }
  363. .productCompare table.listing tr td.compare {
  364.     background-position: 14px -1px !important;
  365.     border: none !important;
  366. }
  367. .productCompare table.listing .compare {
  368.     background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAABUAQMAAABnUf89AAAABlBMVEUAGAXDxsa+Z6rqAAAAAXRSTlMAQObYZgAAABZJREFUCFtjXMXAwMDA0DBAJFZBepEAjDwVLKcRyjUAAAAASUVORK5CYII=") no-repeat transparent !important;
  369. }
  370.  
  371. table.listing th .listOptions .sortable.sortorder .dropdown li, table.listing th .listOptions .sortable.sortorder .dropdown li a {
  372.     color: #000000 !important;
  373. }
  374.  
  375. .relatedBlock table.listing tr td, .relatedBlock table.listing a, .relatedBlock {
  376.     background: #2D2E2E !important;
  377. }
  378. .relevancyColumn .relationboxBlock .thumb a, .relatedBox .thumb a {
  379.     background: #484848 !important;
  380.     border: 1px solid #595959 !important;
  381. }
  382. /* Sort dropdown */
  383. div.sortable.sortorder ul li a {
  384.     color: #000000 !important;
  385. }
  386.  
  387. /* Bestelkosten berekenen */
  388. /* Right column colour */
  389. #costTypeSelect, .costFilter {
  390.     background: none !important;
  391. }
  392. /* Article table */
  393. .priceTable tbody tr.even {
  394.     background: #454548 !important;
  395. }
  396. .priceTable tbody tr {
  397.     background: #343437 !important;
  398. }
  399. /* Shop table */
  400. table.shoppingCart tr.even td {
  401.     background: #454548 !important;
  402.     color: #EDEEEE !important;
  403. }
  404. table.shippingCart tr td {
  405.     background: #343437 !important;
  406.     color: #EDEEEE !important;
  407. }
  408. table.shoppingCart .pricelisthead td, table.shoppingCart .pricelist td {
  409.     color: #EDEEEE !important;
  410. }
  411.  
  412. /* Specs */
  413. td.spec-column, table.spec-detail td.spec-group-name {
  414.     color: #EDEEEE !important;
  415. }
  416. table.spec-detail td.spec-index-column {
  417.     color: #838686 !important;
  418. }
  419. .specs .popularSpecs, .fixedLabels .specs .popularSpecs td.spec-label span {
  420.     background: #343232 !important;
  421. }
  422. .specs h3.bar {
  423.     background: #232121 !important;
  424. }
  425. .specs td.spec-label, .specs td.spec {
  426.     color: #EDEEEE !important;
  427. }
  428. #productSpecifications tbody tr:hover td, .fixedLabels #productSpecifications tbody tr:hover td.spec-label span, #productSpecifications tbody tr.diff:hover td {
  429.     background-color: #323282 !important;
  430. }
  431.  
  432. /* Shop Review */
  433. .rightInfoBlock {
  434.     background: none !important;
  435. }
  436. #reacties.shopSurvey .reactie {
  437.     border: 1px solid #DBDEDE;
  438. }
  439.  
  440. /* User Review */
  441. .ScorecardView {
  442.     background-color: #232121 !important;
  443.     color: #EDEEEE;
  444. }
  445. /* Review tab has some black text colour */
  446. .articleColumn.userreview .userReviewPageInfo {
  447.     color: #EDEEEE;
  448. }
  449.  
  450. /* Product comparison */
  451. #compareSpecsHeader.fixed .wrap {
  452.     background-color: #313232 !important;
  453. }
  454.  
  455. div#productSpecifications.specs.toggle tr th .bar {
  456.     background: #565656 !important;
  457. }
  458.  
  459. /* Specs same */
  460. div#productSpecifications.specs.toggle tr td.spec, div#productSpecifications.specs.toggle tr td.spec-label {
  461.     color: #EDEEEE !important;
  462. }
  463. /* Specs differ */
  464. div.productSpecifications.specs.toggle tr.diff {
  465.     background: #545454 !important;
  466.     color: #EDEEEE !important;
  467. }
  468. div#productSpecifications.specs.toggle table.popularSpecs tr td.spec, div#productSpecifications.specs.toggle table.popularSpecs tr td.spec-label {
  469.     background: #545454 !important;
  470. }
  471.  
  472.  
  473. /*******
  474.    GoT
  475.  *******/
  476. /* Breadcrumbs */
  477. .breadcrumb a, .action_list a {
  478.     color: #828585 !important;
  479. }
  480. .bulletSeparatedList > li:first-child::before {
  481.     content: "" !important;
  482. }
  483.  
  484. /** Forum tabs */
  485. #forum_tabs li a {
  486.     color: #ABAAAA !important;
  487. }
  488. #forum_tabs li.active a {
  489.     color: #FFFFFF !important;
  490. }
  491.  
  492. /* Bookmarks */
  493. .faux p {
  494.     color: #FFFFFF !important;
  495. }
  496.  
  497. /** Search results */
  498. table.forumlisting .preview .content {
  499.     background: #212323 !important;
  500. }
  501. table.forumlisting>tbody>tr>td {
  502.     background: #323434 !important;
  503. }
  504. /* Search filter */
  505. #filter, .filterOption.active {
  506.     background: #212323 !important;
  507. }
  508. .filterBlock h4, .filterOption h4 {
  509.     color: #EDEEEE !important;
  510. }
  511. .filterOption li, .filterOption label {
  512.     color: #919494 !important;
  513. }
  514. .filterOption label.selected {
  515.     color: #000000 !important;
  516. }
  517.  
  518. /* Topic listing heading colour */
  519. table.listing th a {
  520.     color: #FEFEFE !important;
  521. }
  522. /* Border around image */
  523. .channelHeader .thumb {
  524.     border: none !important;
  525. }
  526.  
  527. /** Listing borders */
  528. table.listing td {
  529.     border-top: 0px solid #000000 !important;
  530.     border-bottom: 1px solid #000000 !important;
  531. }
  532. table.listing td.last {
  533.     border-right: 1px solid #000000 !important;
  534. }
  535. table.listing td.ind, table.listing td.ind2 {
  536.     border-left: 1px solid #000000 !important;
  537. }
  538.  
  539. /** Forum Description */
  540. #title p.forumdesc {
  541.     color: #EDEEEE !important;
  542. }
  543. /** GoT Topic listings  */
  544. table.listing td, table.listing td a {
  545.     background: #121212 !important;
  546.     color: #EDEEEE !important;
  547. }
  548. table.listing td.topic a, table.listing td.title a {
  549.     color: #EDEEEE !important;
  550. }
  551. /* Listing height */
  552. table.listing td, table.listing th {
  553.     padding: 4px 5px !important;
  554. }
  555. table.listing th {
  556.     background: #3E3E3E !important;
  557. }
  558.  
  559. /* Mijn Topics bar .find_topics.poster*/
  560. div.info {
  561.     background: #232121;
  562.     color: #edeeee;
  563. }
  564.  
  565. /** Forum replies */
  566. /* Viewcounter colour */
  567. .action_list li.viewcount {
  568.     color: gray;
  569. }
  570.  
  571. #content #sidebar #tweakbase_relations {
  572.     margin: 0px 5px;
  573. }
  574.  
  575. /* Message content */
  576. div.message, div.faq, form.form1, form.form2, #folders, #myprofilecontainer, table.info {
  577.     background: #212323 !important;
  578.     color: #EDEEEE !important;
  579. }
  580. #messages, .topic_actions {
  581.     padding-left: 5px !important;
  582. }
  583. div.message div.post div.messagecontent {
  584.     margin-right: 5px !important;
  585. }
  586. /* Hyperlinks in messages Tweakers green */
  587. div.messagecontent a {
  588.     color: #D9FF26 !important;
  589. }
  590. /* Members Only */
  591. .membersonly {
  592.     background: #00A000 !important;
  593. }
  594. div.membersonly a {
  595.     color: #000000 !important;
  596. }
  597. /* Hyperlinks in RML list */
  598. table.rml a {
  599.     color: #DDDD00 !important;
  600. }
  601. /* RML list background */
  602. table.rml td {
  603.     background: #505050 !important;
  604. }
  605. table.rml th {
  606.     background: #606060 !important;
  607. }
  608. /* Remove space between messages */
  609. div.message, div.faq {
  610.     margin-bottom: 0px !important;
  611. }
  612.  
  613. /* Make your own post more visible, now with gradient! */
  614. div.message.ownpost {
  615.     background-image: linear-gradient(#404040 10px, #212323 40px) !important;
  616. }
  617. /* Give the header of the TS a different colour */
  618. div.message.topicstarter {
  619.     background-image: linear-gradient(#323434 10px, #212323 40px) !important;
  620. }
  621. /* And the date a different colour */
  622. div.topicstarter div.messageheader div.date a {
  623.     color: #008800 !important;
  624. }
  625.  
  626. /* Post version on diff */
  627. div.message div.poster {
  628.     color: #EDEEEE !important;
  629. }
  630.  
  631. /** Quote boxes */
  632. div.messagecontent blockquote {
  633.     color: #FFFFFF !important;
  634. }
  635. div.message-quote-div {
  636.     background: #616464 !important;
  637.     color: #FFFFFF !important;
  638. }
  639. /* Quote user link */
  640. div.messagecontent div.message-quote-div a.messagelink, div.messagecontent div.message-quote-div a.messagelink:hover {
  641.     color: #FFFFFF !important;
  642. }
  643.  
  644. /** Code boxes */
  645. table.phphighlight td.phphighlightline, table.phphighlight td.phphighlightcode {
  646.     border: 1px solid #FFFFFF !important;
  647. }
  648. table.phphighlight td, table.phphighlight td pre, table.phphighlight td code {
  649.     color: #000000 !important;
  650.     background: #DDDDDD !important;
  651. }
  652.  
  653. /* Pre-box */
  654. div.pre pre {
  655.     background: #323434 !important;
  656. }
  657.  
  658. /* /me tag */
  659. .me, div.messagecontent span.me a {
  660.     color: #00AA00 !important;
  661. }
  662.  
  663. /* Modbreak text */
  664. .mbr {
  665.     color: #AD0009 !important;
  666. }
  667.  
  668. /* lazy image loading */
  669. img.lazyimg {
  670.     background: #0a0a0a !important;
  671. }
  672. /* image broken */
  673. img.error {
  674.     background: #3f1111;
  675. }
  676.  
  677. /** User info **/
  678. /* Ugly klipklap arrow */
  679. .userklipklap {
  680.     background: none !important;
  681.     border: none !important;
  682. }
  683. .userklipklap > div {
  684.     background: #202121 !important;
  685. }
  686. .userklipklap .online {
  687.     color: #63C000 !important;
  688. }
  689.  
  690. /* Username */
  691. .user {
  692.     color: #FFFFFF !important;
  693. }
  694.  
  695. /* Crew username*/
  696. .crew, .crew:visited {
  697.     color: #B9133C !important;
  698. }
  699.  
  700. /* Pimp user, aka luser :+ */
  701. .pimp, a.pimp:hover, .pimp:visited {
  702.     color: #DE47DC !important;
  703. }
  704.  
  705. /* Pagenumbers */
  706. .pagecounter {
  707.     margin: 5px 0px 0px !important;
  708. }
  709.  
  710. /** Quick Reply */
  711. #reageer.bar {
  712.     background: #303030 !important;
  713.     border: 0px solid #D2D4D4 !important;
  714.     border-top: 1px solid #D2D4D4 !important;
  715.     border-left: 1px solid #D2D4D4 !important;
  716.     border-right: 1px solid #D2D4D4 !important;
  717. }
  718. /* Topicwarning */
  719. fieldset.modbreak {
  720.     background: #800000 !important;
  721. }
  722. fieldset.modbreak legend {
  723.     color: #FFE900 !important;
  724. }
  725. fieldset.modbreak a {
  726.     color: #09FF26 !important
  727. }
  728. .bar.warning {
  729.     background-color: #880000 !important;
  730.     color: #FFFFFF !important;
  731. }
  732.  
  733. /* Report post */
  734. form.insertMessage {
  735. background: inherit;
  736. }
  737.  
  738. div.wrap div#content h3.bar {
  739.     background: #232121 !important;
  740. }
  741. textarea#messageBox.report {
  742.     background: #322121 !important;
  743. }
  744.  
  745. /* Toon Voorbeeld - make it true visible button */
  746. form input.forumlink {
  747.     cursor: pointer;
  748.     background: #0A93CA !important;
  749.     border: 1px solid #0987B8;
  750.     border-radius: 1px;
  751.     box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.102);
  752.     color: #FFFFFF !important;
  753.     font-size: 12px;
  754.     height: 26px;
  755.     padding: 0px 10px;
  756.     text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.149);
  757. }
  758. /* Reply dropdown for page selection */
  759. #footer div.buttonnav select, #quotemessages div.buttonnav select {
  760.     color: #EDEEEE !important;
  761. }
  762. /* Button toolbar */
  763. #toolbar img {
  764.     background: #FFFFFF;
  765. }
  766.  
  767. /* Make sure Reageer has correct text colour */
  768. .fancyButton {
  769.     color: #FFFFFF !important;
  770. }
  771.  
  772. /* New topic and topic page navigation buttons */
  773. .fancyButton.grey {
  774.     background: linear-gradient(to bottom, #0A93CA, #0A8ABD) #0A93CA !important;
  775.     border: 1px solid #0987B8 !important;
  776. }
  777.  
  778. .fancyButton:hover {
  779.     background: linear-gradient(to bottom, #0CA3D4, #0B98C5) #0CA3D4 !important;
  780.     border-bottom-color: #0B94BF !important;
  781.     border-left-color: #0B94BF !important;
  782.     border-right-color: #0B94BF !important;
  783.     border-top-color: #0B94BF !important;
  784. }
  785.  
  786. .fancyButton:focus {
  787.     box-shadow: 0px 0px 4px rgba(9, 135, 184, 0.749) !important;
  788. }
  789. a.fancyButton.grey.next {
  790.     color: #FFFFFF !important;
  791. }
  792.  
  793. /* Topic nav */
  794. .pageDistribution .previous, .pageDistribution .next, .pageDistribution .last {
  795.     background: no-repeat linear-gradient(to bottom, #0A93CA, #0A8ABD) #0A93CA !important;
  796.     border: 1px solid #0A88BA  !important;
  797.     height: 15px !important;
  798.     line-height: 15px !important;
  799.     color: #FFFFFF !important;
  800. }
  801. .pageDistribution .previous {
  802.     background-image: url("https://tweakimg.net/g/prev_arrow.png") !important;
  803.     background-position: 5px 3px !important;
  804. }
  805.  
  806. /* Relationeditor (Onderwerpen koppelen) */
  807. .relationManager dd ul.bulletSeparatedList, ul.bulletSeparatedList {
  808.     color: #EDEEEE !important;
  809. }
  810. #relationeditor table tr td {
  811.     background: #2F3131 !important;
  812. }
  813. #relationeditor h3 {
  814.     color: #327398 !important;
  815. }
  816. form.insertMessage.relationManager {
  817.     background: #232121 !important;
  818. }
  819.  
  820. .relationeditor input[type=text] {
  821.     color: #EDEEEE !important;
  822.     background: #323131 !important;
  823. }
  824.  
  825. .relationeditor .resultItem, .relationeditor .resultFooter, .relationeditor .resultItemSimple {
  826.     color: #EDEEEE !important;
  827.     background: #424141 !important;
  828. }
  829. .relationeditor .resultItem .title, .relationeditor .resultItemSimple .title, .relationeditor .resultItem .type, .relationeditor .resultItemSimple .type {
  830.     color: #EDEEEE !important;
  831. }
  832.  
  833.  
  834. /* Dropdowns */
  835. select {
  836.     background: #000000 !important;
  837.     color: #EDEEEE !important;
  838. }
  839. #searchbar
  840. {
  841. background:#323434;
  842. }
  843. .aboShop .info {
  844.     background: inherit;
  845. }
  846. .aboShop form>.greyContainer {
  847.     background: inherit !important;
  848. }
  849. .greyBorderBox, .greyBorderBox>div {
  850.     background: inherit;
  851. }
  852. /*** Zeef always red***/
  853. div.message.admin[data-owner-id="2030"] div.poster.avatar div.userheader p.username.ellipsis a.user {
  854.     color: #B9133C !important;
  855. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement