Guest User

Candidus 5.0.0

a guest
Nov 17th, 2019
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.32 KB | None | 0 0
  1. /*
  2.  
  3. --- /r/Candidus Subreddit Theme | Build 5.0.0 ---
  4.  
  5. --- Original Design Foundation by the retired /u/RoyalKoala23. Development assistance and current maintenance by /u/Stuffed02. ---
  6.  
  7. */
  8.  
  9. /* Sidebar Discord Button */
  10.  
  11. .side a[href*="https://discord.gg/"] {
  12. background: transparent url(%%discordlogo%%) center center no-repeat!important;
  13. background-size: 120px!important;
  14. border-color: #551a8b;
  15. display: block!important;
  16. text-align: center!important;
  17. font-weight: bold;
  18. font-size: 14px!important;
  19. margin-left: -5px!important;
  20. border-radius: 3px!important;
  21. padding-top: 30px!important;
  22. transition: all 0.25s;
  23. margin-top: 0px;
  24. color: transparent!important;
  25. }
  26.  
  27.  
  28. /* Header */
  29.  
  30. #header {
  31. background: #4285F4;
  32. height: 170px;
  33. width: auto;
  34. border: 0px;
  35. background-size: cover;
  36. }
  37.  
  38. /*#header {
  39. background-repeat: repeat;
  40. -webkit-animation: banner 300s infinite linear;
  41. animation: banner 300s infinite linear;
  42. }
  43.  
  44. @-webkit-keyframes banner {
  45. from { background-position: 0 0px; }
  46. to { background-position: -5402px 500px; }
  47. }
  48. @keyframes banner {
  49. from { background-position: 0 0px; }
  50. to { background-position: -5402px 0px; }
  51. }
  52. */
  53. #header-bottom-left .tabmenu {
  54. position: absolute;
  55. top: 160px;
  56. left: -50px;
  57. right: 0px;
  58. height: 35px;
  59. margin-top: 0;
  60. background-color: #4285F4;
  61. }
  62.  
  63. #header-bottom-left .tabmenu li {
  64. position: relative;
  65. top: 9px;
  66. left: 60px;
  67. }
  68.  
  69. #header-bottom-left .tabmenu li a {
  70. background: #4285F4;
  71. border: 0;
  72. font-weight: 500;
  73. color: rgba(255,255,255,0.7);
  74. font-size: 13px;
  75. padding: 4px 12px;
  76. text-transform: uppercase;
  77. -webkit-transition: all 0.3s;
  78. }
  79.  
  80. #header-bottom-left .tabmenu li.selected a {
  81. background: #4285F4;
  82. color: #fff;
  83. padding-bottom: 9px;
  84. border-bottom: 2px solid #fff;
  85. }
  86.  
  87. #header-bottom-left .tabmenu li a:hover {
  88. color: #fff;
  89. padding-bottom: 9px;
  90. border-bottom: 2px solid #fff;
  91. }
  92.  
  93. #header-bottom-right {
  94. position: absolute;
  95. margin-bottom: -20px;
  96. background-color: #4285F4;
  97. border-radius: 0px;
  98. }
  99.  
  100. .pagename a {
  101. background-image: url(%%candidus%%);
  102. top: 0; bottom:0; left: 0; right:0;
  103. margin: auto;
  104. padding:0;
  105. z-index: 300;
  106. font-size:0!important;
  107. position: relative!important;
  108. display: block!important;
  109. width: 253px;
  110. height: 64px;
  111. }
  112.  
  113. /* Header Area */
  114.  
  115. #sr-header-area {
  116. background: #4285F4;
  117. opacity: .5;
  118. border: 0px;
  119. transition: all .5s ease;
  120. }
  121.  
  122. #sr-header-area:hover { opacity: 1; transition: all .5s ease; }
  123.  
  124. #sr-header-area a {
  125. color: white;
  126. }
  127.  
  128. a[href="https://www.reddit.com/subreddits/"] {
  129. background: #4285F4;
  130. color: white;
  131. }
  132.  
  133. .dropdown.srdrop .selected {
  134. color: white;
  135. }
  136.  
  137. .sr-bar a, .dropdown.srdrop .selected {
  138. color: white; }
  139.  
  140. div#sr-header-area a#sr-more-link {
  141. background-color:#4285F4;
  142. color: white;
  143. }
  144.  
  145. .drop-choices {
  146. background-color: #4285F4;
  147. }
  148.  
  149. .drop-choice:hover {
  150. background-color: #cc3600;
  151. }
  152.  
  153. #header-bottom-right .user {
  154. color: white;
  155. }
  156.  
  157. #header .user a {
  158. color: white;
  159. }
  160.  
  161. div#header-bottom-right .perf-lang a {
  162. color: white;
  163. }
  164.  
  165. #header-bottom-right a.pref-lang, .loggedin .logout a {
  166. color: white;
  167. }
  168.  
  169. #srList {
  170. background-color: #ff6933;
  171. color: white;
  172. z-index:99999999;
  173. }
  174.  
  175. #srList a {
  176. color: white;
  177. }
  178.  
  179. div.bottom {
  180. position: relative;
  181. margin-left: -12px;
  182. }
  183.  
  184. /*===== Body =====*/
  185.  
  186. body {
  187. background-color: white;
  188. }
  189.  
  190. .content {
  191. margin-top: 32px;
  192. margin-left: 7px;
  193. margin-right: 7px;
  194. padding: 5px;
  195. overflow: hidden;
  196. background-color: white;
  197. border-radius: 5px;
  198. z-index: 103
  199. }
  200.  
  201. .link {
  202. padding-top: 8px;
  203. padding-bottom: 8px;
  204. border-bottom: 1px solid #E5E0E0;
  205. margin: 0px;
  206. }
  207.  
  208. body { font-family: Helvetica,Arial,"Lucida Grande",sans-serif; }
  209.  
  210. .link .title {
  211. font-size: 16px;
  212. font-weight: bold;
  213. color: #4c4145; }
  214.  
  215. .thing .title:visited, .thing.visited .title { color: #8b787f; }
  216.  
  217.  
  218. /*===== Sidebar =====*/
  219.  
  220. .side {
  221. background-color: white;
  222. margin-top: 25px;
  223. }
  224.  
  225. .nub, .titlebox form.toggle, .leavemoderator, .icon-menu li a, .sidebox .spacer {
  226. background-color: transparent !important;
  227. }
  228.  
  229. .morelink {
  230. position: relative;
  231. z-index: 50;
  232. border-radius: 50px!important;
  233. border: none!important;
  234. background: #4285F4;
  235. padding-top: 3px!important;
  236. padding-bottom: 3px!important;
  237. color: white;
  238. width: 300px;
  239. transition: all .25s ease;
  240. }
  241.  
  242. .morelink:hover {
  243. position: relative;
  244. /*margin-left: -3px;*/
  245. z-index: 50;
  246. border: none!important;
  247. background: #4285F4;
  248. padding-top: 3px!important;
  249. padding-bottom: 3px!important;
  250. overflow: visible!important;
  251. width: 300px;
  252. opacity: .85;
  253. transition: all .25s ease;
  254. }
  255.  
  256. .morelink a {
  257. margin-top: -10px;
  258. color: white;
  259. font-weight: 400;
  260. font-size: 18px;
  261. padding-bottom: 10px;
  262. padding-top: 10px;
  263. overflow: visible;
  264. }
  265.  
  266. .morelink a:hover {
  267. color: #fff;
  268.  
  269. }
  270.  
  271. .morelink:hover a {
  272. color: #fff;
  273. }
  274.  
  275. .morelink .nub { display: none; }
  276.  
  277. .side .helplink {
  278. background: #4285F4;
  279. background-size: 24px;
  280. border-radius: 5px;
  281. border-color: #4285F4;
  282. color: #fff;
  283. padding: 10px 9px;
  284. display: block!important;
  285. width: 281px;
  286. height: 250;
  287. font-size: 17px;
  288. position: relative;
  289. overflow: visible;
  290. text-transform: capitalize;
  291. text-align: center!important;
  292. margin-bottom: 5px!important;
  293. margin-top: -5px!important;
  294. transition: all 0.25s ease;
  295. }
  296.  
  297. .side .helplink:hover {
  298. background: #4285F4;
  299. padding-top: 35px;
  300. color: transparent;
  301. opacity: .85;
  302. transition: all 0.25s ease;
  303. }
  304.  
  305. .side .helplink:after {
  306. content: "Please include all relevant links when messaging the moderators!";
  307. padding: 0px 9px;
  308. width: 280px;
  309. position: absolute;
  310. top: 0;
  311. right: 0;
  312. background-color: transparent;
  313. color: #fff;
  314. letter-spacing: 0;
  315. margin-top: 8px;
  316. z-index: 9999;
  317. opacity: 0;
  318. -webkit-transition: .25s 0s;
  319. transition: .25s 0s;
  320. font-weight: 400;
  321. line-height: 1.4em;
  322. border-radius: 2px 2px 0 0;
  323. visibility: hidden;
  324. pointer-events: none;
  325. }
  326. .side .helplink:hover:after {
  327. opacity: 1;
  328. visibility: visible;
  329. -webkit-transition-delay: .25s;
  330. transition-delay: .25s;
  331. }
  332.  
  333. #search input:focus {
  334. outline: none;
  335. border-bottom-right-radius: 0px!important;
  336. border-bottom-left-radius: 0px!important;
  337. }
  338. #search {
  339. position: relative;
  340. width: 300px;
  341. margin-top: 0px;
  342. }
  343. #search input[type="text"] {
  344. width: 300px;
  345. height: 35px;
  346. border: none;
  347. background: #F2F4F4;
  348. color: #3f3f3f!important;
  349. text-indent: 5px;
  350. }
  351.  
  352. #search input[type="text"]:active {
  353. border-bottom-right-radius: 20px;
  354. border-bottom-left-radius: 20px;
  355. transition-delay: 0s;
  356. }
  357.  
  358. #search input[type="text"] {
  359. border-bottom-right-radius: 20px;
  360. border-bottom-left-radius: 20px;
  361. border-top-left-radius: 20px;
  362. border-top-right-radius: 20px;
  363. transition-delay: 0.47s;
  364. }
  365.  
  366. #searchexpando {
  367. background: #F2F4F4;
  368. border: 1px solid #F2F4F4;
  369. color: #3f3f3f;
  370. border-top: 0;
  371. margin-top: 0;
  372. border-radius: 0px;
  373. border-bottom-right-radius: 20px;
  374. border-bottom-left-radius: 20px;
  375. }
  376. #searchexpando a {
  377. color: #1870c9;
  378. }
  379.  
  380. .side .res-sr-style-toggle {
  381. margin-left: 3px!important;
  382. z-index: 9999!important;
  383. }
  384.  
  385. .fancy-toggle-button a,
  386. .subButtons .RESshortcut,
  387. .subButtons .RESDashboardToggle{
  388. color: white !important;
  389. background: #4285F4 !important;
  390. border: 1px solid #4285F4 !important;
  391. border-radius: 5px!important;
  392. padding-top: 5px!important;
  393. padding-bottom: 5px!important;
  394. margin-left: 3px;
  395. }
  396.  
  397. .subscribers,.users-online,.leavemoderator,.toggle.leavecontributor-button,.toggle.flairtoggle {
  398. margin-left: 3px!important;
  399. }
  400.  
  401. .subscribers .word {
  402. display: none;
  403. }
  404.  
  405. .subscribers .number::after {
  406. content: " readers";
  407. }
  408.  
  409. .users-online .word {
  410. display: none;
  411. }
  412.  
  413. .users-online .number::after {
  414. content: " users here now";
  415. }
  416.  
  417. h1.redditname {
  418. font-size: 20px;
  419. width: 298px;
  420. text-align: center;
  421. padding: 15px 0;
  422. background: transparent;
  423. border: 0px;
  424. border-radius: 0px;
  425. text-transform: capitalize;
  426. }
  427.  
  428. h1.redditname a {
  429. display: block;
  430. color: #4285F4;
  431. font-weight: normal;
  432. font-size: 30px;
  433. }
  434.  
  435. .side .redditname a:before {
  436. content: "";
  437. }
  438.  
  439. h1.redditname:before {
  440. font-size: 14px;
  441. content: "";
  442. display: block;
  443. font-weight: normal;
  444. }
  445.  
  446. .side .md h2 {
  447. background: #4285F4;
  448. margin-top: auto;
  449. margin-bottom: 0;
  450. width: 290px;
  451. color: #fff;
  452. padding-left: 10px;
  453. font-style: sans-serf;
  454. border-radius: 0px;
  455. border-top-right-radius: 5px;
  456. border-top-left-radius: 5px;
  457. padding-top: 1px;
  458. padding-bottom: 1px;
  459. }
  460.  
  461. .side .md h2 + ul {
  462. margin-top: 0;
  463. margin-bottom: 0;
  464. padding: 0;
  465. list-style: none;
  466. font-size: 12px;
  467. width: 300px;
  468. }
  469.  
  470. .side .md h2 + ul a {
  471. color: black;
  472. }
  473.  
  474. .side:after{display:block;margin:0;padding:10px 0;color:#4285F4;content:"/r/Candidus Subreddit Theme";font:16px Lato,Arial,sans-serif;position:absolute;width:298px;border:1px solid #4285F4;border-radius:5px;text-align:center; opacity:.7;}
  475.  
  476. .side .md h2 + ul a:hover {
  477. color: #fff;
  478. font-weight: bold;
  479. }
  480.  
  481. .side .md h2 + ul :hover a {
  482. color: #4d4d4d;
  483. font-weight: bold;
  484. border-bottom: 1px dotted #4d4d4d;
  485. }
  486.  
  487. .side .md h2 + ul > li > p {
  488. position: relative;
  489. background: #F2F4F4;
  490. padding: 10px 20px 10px 30px;
  491. margin: 3;
  492. color: #4d4d4d;
  493. font-weight: bold;
  494. border-left: none;
  495. font-style: sans-serf;
  496. transition: all .25s ease;
  497. }
  498.  
  499. .side .md h2 + ul > li:last-child > p {
  500. border-radius: 0px;
  501. border-bottom-right-radius: 5px!important;
  502. border-bottom-left-radius: 5px!important;
  503. }
  504.  
  505. .side .md h2 + ul > li > p:before {
  506. position: absolute;
  507. content: "";
  508. width: 7px;
  509. height: 7px;
  510. border-radius: 0%;
  511. background: #4d4d4d;
  512. border: none;
  513. left: 10px;
  514. top: 13px;
  515. transition: all .25s ease;
  516. }
  517.  
  518. .side .md h2 + ul > li > p:hover:before {
  519. background: #4d4d4d;
  520. border-radius: 50%;
  521. width: 8px;
  522. height: 8px;
  523. transition: all .25s ease;
  524. }
  525.  
  526. .side .md h2 + ul > li > p:hover {
  527. padding-left: 40px;
  528. transition: all .25s ease;
  529. }
  530.  
  531. .side .md h2 + ul :hover {
  532. background: #E5E8E8;
  533. color: #4d4d4d;
  534. font-weight: bold;
  535. }
  536.  
  537. .side .md h3 {
  538. background: #4285F4;
  539. margin-top: auto;
  540. margin-bottom: 0;
  541. width: 290px;
  542. color: #fff;
  543. padding-left: 10px;
  544. font-style: sans-serf;
  545. border-radius: 5px;
  546. padding-top: 1px;
  547. padding-bottom: 1px;
  548. font-weight: normal;
  549. }
  550.  
  551. .side h4 + blockquote {
  552. text-align: inherit;
  553. display:block;
  554. padding: 10px;
  555. margin-left: 0px;
  556. background-color:#4285F4;
  557. border:1px solid #4285F4;
  558. border-radius: 5px;
  559. width: 278px;
  560. color: #fff !important;
  561. }
  562.  
  563. .side h4 + blockquote :hover {
  564. opacity: .85;
  565. transition: .25s ease;
  566. }
  567.  
  568. .side h5 + blockquote {
  569. text-align: inherit;
  570. display:block;
  571. padding: 10px;
  572. margin-left: 0px;
  573. background-color:#F4F6F6;
  574. border:1px solid #F4F6F6;
  575. border-radius: 5px;
  576. width: 278px;
  577. color: #4d4d4d !important;
  578. transition: all 1s ease;
  579. }
  580.  
  581. .side h6 + blockquote {
  582. text-align: inherit;
  583. display:block;
  584. padding: 10px;
  585. margin-left: 0px;
  586. background-color:#4285F4;
  587. border:1px solid #4285F4;
  588. border-radius: 5px;
  589. width: 278px;
  590. color: #fff !important;
  591. transition: all 1s ease;
  592. }
  593.  
  594. .linkinfo {
  595. background: #4285F4;
  596. color: #fff;
  597. border-radius: 5px;
  598. border: none;
  599. }
  600.  
  601. .premium-banner-outer {
  602. border-radius: 5px;
  603. }
  604.  
  605. .side .bottom{
  606. margin-left: 0px!important;
  607. }
  608.  
  609. /* --------------------- Flairs ----------------------- */
  610.  
  611. /* Flair Selector */
  612.  
  613. .flairselector {
  614. position: fixed;
  615. top: 20%!important;
  616. left: 50%!important;
  617. margin-left: -125px;
  618. padding: 32px!important;
  619. width: 250px!important;
  620. border: none;
  621. border-radius: 2px;
  622. box-shadow: 0 0 16px rgba(0,0,0,0.12);
  623. }
  624.  
  625. .flairselector.drop-choices.active {
  626. border: 1px solid #e2e2e2
  627. }
  628.  
  629. .flairselector h2 {
  630. margin-bottom: 10px;
  631. background-color: transparent;
  632. color: white;
  633. text-align: left;
  634. text-transform: capitalize;
  635. font-weight: 400;
  636. font-size: 18px;
  637. }
  638.  
  639. .flairoptionpane {
  640. max-height: 250px;
  641. text-align: left;
  642. }
  643.  
  644. .flairselector .flairoptionpane ul li {
  645. padding: 0!important
  646. }
  647.  
  648. .flairoptionpane ul li .linkflair {
  649. text-align: left;
  650. padding: 0
  651. }
  652.  
  653. .flairoptionpane ul li .linkflair:hover,.flairselector li:hover {
  654. background-color: #d9d9d9;
  655. border: 0 solid
  656. }
  657.  
  658. .flairoptionpane ul li .linkflair span.linkflairlabel {
  659. margin: 8px 0;
  660. line-height: 1.35;
  661. margin-right: 6px
  662. }
  663.  
  664. .flairoptionpane ul li .linkflair a.title {
  665. font-size: 18px!important;
  666. opacity: 100!important;
  667. color: white!important
  668. }
  669.  
  670. .flairselector form {
  671. padding-top: 12px;
  672. border-top: 1px solid #F7F7F7
  673. }
  674.  
  675. .flairselector form .flairselection {
  676. text-align: left
  677. }
  678.  
  679. .flairselector form .flairselection:before {
  680. display: block;
  681. content: "Selected Flair:";
  682. color: white;
  683. }
  684.  
  685. .flairselector form .flairselection .linkflair a.title {
  686. font-size: 18px!important;
  687. opacity: 100!important;
  688. color: #24a0ed!important;
  689. cursor: default
  690. }
  691.  
  692. .flairselector form .flairselection .flairremove {
  693. padding: 4px 0;
  694. margin-bottom: 8px;
  695. visibility: hidden;
  696. display: block!important
  697. }
  698.  
  699. .flairselector form .flairselection .flairremove a {
  700. visibility: visible;
  701. opacity: 100!important;
  702. color: #24a0ed!important;
  703. margin-left: -4px;
  704. text-transform: capitalize
  705. }
  706.  
  707. .flairselector form .flairselection .flairremove a:first-letter {
  708. text-transform: capitalize
  709. }
  710.  
  711. .flairselector form .flairselection .flairremove a:hover {
  712. text-decoration: underline!important
  713. }
  714.  
  715. .flairselector .error {
  716. text-align: left
  717. }
  718.  
  719. .flairselector .error:first-letter {
  720. text-transform: capitalize
  721. }
  722.  
  723. .flairselector .error:after {
  724. display: block;
  725. color: white;
  726. content: "Go to /about/flair"
  727. }
  728.  
  729. .flairselector img {
  730. position: relative;
  731. left: 50%;
  732. margin-left: -9px;
  733. opacity: .5
  734. }
  735.  
  736. .flairselector .flairoptionpane ul li {
  737. margin: 4px 0
  738. }
  739.  
  740. .flairselector li.selected {
  741. border: none;
  742. background-color: transparent
  743. }
  744.  
  745. .flairselector .flairoptionpane ul li.flairsample-right {
  746. padding: 5px 0!important;
  747. border: none
  748. }
  749.  
  750. .flairselector li a,.flairselector form .flairselection a.author {
  751. color: #24a0ed!important;
  752. font-size: 11px
  753. }
  754.  
  755.  
  756. .linkflair a.title{
  757. position: relative;
  758. top: -1px;
  759. }
  760.  
  761. .linkflair .domain {
  762. position: relative;
  763. top: -3px;
  764. }
  765.  
  766. .linkflair .add-domain-tag{
  767. position: relative;
  768. top: -3px;
  769. }
  770.  
  771. .linkflair .linkflairlabel {
  772. min-width: 70px;
  773. text-align: center;
  774. font-size: 11px;
  775. font-weight: 500;
  776. color: #ffffff;
  777. border: 1px solid;
  778. max-width: none!important;
  779. border-radius: 0px;
  780. }
  781.  
  782. .linkflair-modpost .linkflairlabel {
  783. background-color: #0059b3;
  784. border-color: #0059b3;
  785. }
  786.  
  787. /* Toolbox */
  788.  
  789. /*
  790.  
  791. Please Note: Toolbox devs do not recommend making changes to Toolbox with CSS. As this is the generic version of /r/Candidus Subreddit Theme, it will not receive immediate updates to this section. If this section is causing issues, deleting it will not affect the rest of the theme.
  792.  
  793. */
  794.  
  795. .listing-page .link .add-domain-tag,
  796. .listing-page .link .global-mod-button,
  797. .listing-page .link a#add-user-tag,
  798. .listing-page .link a.user-history-button,
  799. .listing-page .link a.tb-user-profile.tb-bracket-button,
  800. .listing-page .link span.tb-bracket-button.tb-show-action-table {
  801. opacity: 0;
  802. transition: opacity 0.15s ease-in-out;
  803. }
  804.  
  805. .link:hover .add-domain-tag,
  806. .link:hover .global-mod-button,
  807. .link:hover a#add-user-tag,
  808. .link:hover a.user-history-button,
  809. .link:hover a.tb-user-profile.tb-bracket-button,
  810. .link:hover span.tb-bracket-button.tb-show-action-table {
  811. opacity:100;
  812. }
  813.  
  814. .listing-page .link.stickied .add-domain-tag,
  815. .listing-page .link.stickied .global-mod-button,
  816. .listing-page .link.stickied a#add-user-tag,
  817. .listing-page .link.stickied a.user-history-button,
  818. .listing-page .link.stickied a.tb-user-profile.tb-bracket-button,
  819. .listing-page .link.stickied span.tb-bracket-button.tb-show-action-table {
  820. opacity: 100!important;
  821. }
  822.  
  823.  
  824. #tb-metrics-expand-list {
  825. position: absolute!important;
  826. }
  827.  
  828. .drop-choices.lightdrop.sortorder-options.inuse a.choice{
  829. color: white;
  830. }
  831.  
  832. .add-domain-tag:after{
  833. content: "ag Domain";
  834. }
  835.  
  836. .add-domain-tag:hover {
  837. text-decoration: none!important;
  838. background-color: #a6a6a6!important;
  839. color: white!important;
  840. border-color: #a6a6a6!important;
  841. }
  842.  
  843. .global-mod-button:after{
  844. content: "od Action"
  845. }
  846.  
  847. .global-mod-button:hover {
  848. text-decoration: none!important;
  849. background-color: #009933!important;
  850. color: white!important;
  851. border-color: #009933!important;
  852. }
  853.  
  854. a#add-user-tag:hover {
  855. text-decoration: none!important;
  856. background-color: #9999ff!important;
  857. color: white!important;
  858. border-color: #9999ff!important;
  859. }
  860.  
  861. a.user-history-button{
  862. font-size: 0px!important;
  863. }
  864.  
  865. a.user-history-button:before {
  866. content: "User History";
  867. font-size: 10px!important;
  868. }
  869.  
  870. a.user-history-button:hover {
  871. text-decoration: none!important;
  872. background-color: #ff4d4d!important;
  873. color: white!important;
  874. border-color: #ff4d4d!important;
  875. }
  876.  
  877. a#add-user-tag a[title*=""]:before {
  878. font-size: 0px!important;
  879. }
  880.  
  881. a.tb-user-profile.tb-bracket-button:after {
  882. content: "rofile"
  883. }
  884.  
  885. a.tb-user-profile.tb-bracket-button:hover {
  886. background-color: #ff9933!important;
  887. border-color: #ff9933!important;
  888. text-decoration: none!important;
  889. color: white!important;
  890. }
  891.  
  892. span.tb-bracket-button.tb-show-action-table:hover {
  893. background-color: #00cc66!important;
  894. color: white!important;
  895. border-color: #00cc66!important;
  896. text-decoration: none!important;
  897. }
  898.  
  899. #tb-context-menu.show-context-left.hover-activated.show-tb-context {
  900. background-color: white!important;
  901. border-color: #d2d2d2!important;
  902. color: black!important;
  903. border-top-right-radius: 20px!important;
  904. border-bottom-right-radius: 20px!important;
  905. }
  906.  
  907. a.tb-bottombar-unhide.tb-icons {
  908. background-color: white!important;
  909. border: 1px solid #d2d2d2!important;
  910. color: black!important;
  911. border-top-right-radius: 20px!important;
  912. border-bottom-right-radius: 20px!important;
  913. }
  914.  
  915. a.tb-bottombar-hide.tb-icons {
  916. background-color: white!important;
  917. border-color: #d2d2d2!important;
  918. color: black!important;
  919. border-top-right-radius: 20px!important;
  920. border-bottom-right-radius: 20px!important;
  921. }
  922.  
  923. span#tb-bottombar-contentleft {
  924. background-color: white!important;
  925. border-color: white!important;
  926. color: black!important;
  927. }
  928.  
  929. span#tb-toolbarcounters {
  930. background-color: white!important;
  931. border-color: white!important;
  932. color: black!important;
  933. }
  934.  
  935. #tb-bottombar {
  936. background-color: white!important;
  937. border-top: 1px solid #d2d2d2!important;
  938. border-right: 1px solid #d2d2d2!important;
  939. color: black!important;
  940. }
  941.  
  942. a#tb-toolbar-mysubs.tb-modbar-button {
  943. background-color: white!important;
  944. border-color: white!important;
  945. color: black!important;
  946. }
  947.  
  948. a#tb-old-new-reddit-toggle.tb-modbar-button {
  949. background-color: white!important;
  950. border-color: white!important;
  951. color: black!important;
  952. }
  953.  
  954. #tb-bottombar-hidden {
  955. background-color: transparent!important;
  956. border-color: transparent!important;
  957. }
  958.  
  959. #tb-modbar-hide-tooltip {
  960. background-color: white!important;
  961. color: black!important;
  962. border: 1px solid #d2d2d2!important;
  963. }
  964.  
  965. /* RES */
  966.  
  967. .res #header {
  968. height: 155px;
  969. }
  970.  
  971. .res #header-bottom-left .tabmenu {
  972. position: absolute;
  973. top: 155px;
  974. left: -50px;
  975. right: 0px;
  976. height: 35px;
  977. margin-top: 0;
  978. background-color: #4285F4;
  979. padding-bottom: 2px;
  980. }
  981.  
  982. .res .RES-keyNav-activeElement,
  983. .res .commentarea .RES-keyNav-activeElement .md,
  984. .res .RES-keyNav-activeElement .md-container,
  985. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  986. background: transparent!important;
  987. }
  988.  
  989. .res #RESShortcutsSort, .res #RESShortcutsRight, .res #RESShortcutsLeft, .res #RESShortcutsAdd, .res #RESShortcutsTrash, .res #RESShortcutsEditContainer {
  990. background-color: transparent;
  991. color: white;
  992. }
  993.  
  994. .res #search {
  995. margin-top: 15px;
  996. }
  997.  
  998. .res body>.content {
  999. margin-top: 45px;
  1000. }
  1001.  
  1002. .res .side {
  1003. margin-top: 30px;
  1004. }
Add Comment
Please, Sign In to add comment