Guest User

Untitled

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