dracodormien

ao3-material-dark

Nov 25th, 2019 (edited)
16,341
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.29 KB | None | 1 0
  1. /*
  2.  
  3. HOW TO USE:
  4.  
  5. 1. Dashboard > Skins > Create Site Skin
  6. 2. Fill out About pane details
  7. 3. Paste in the following CSS in the large box
  8. 4. Collapse the Advanced panel
  9. 5. Make sure 'add on to archive skin' is selected
  10. 6. Tick 'all' and 'screen' under 'Choose @media'
  11. 7. Submit > Use
  12.  
  13. Screenshots: https://imgur.com/a/Nwubt8M
  14.  
  15. */
  16.  
  17. * {
  18.   font-family: 'Roboto', Sans-Serif !important;
  19.   line-height: 1.2;
  20. }
  21.  
  22. a,
  23. a:visited {
  24.   color: #eeeeee !important;
  25. }
  26.  
  27. a:focus,
  28. img:focus,
  29. span:focus,
  30. *:focus {
  31.   outline: 0;
  32.   border: 0;
  33. }
  34.  
  35. span {
  36.   color: #eeeeee;
  37. }
  38.  
  39. h1,
  40. h2,
  41. h3,
  42. h4,
  43. h5,
  44. h6,
  45. .heading {
  46.   line-height: 1.3em;
  47. }
  48.  
  49. html,
  50. body,
  51. #inner,
  52. #outer,
  53. .wrapper {
  54.   background: #000000;
  55.   color: #eeeeee;
  56.   box-shadow: none;
  57.   font-family: 'Roboto', sans-serif !important;
  58. }
  59.  
  60. .flash {
  61.   color: #eeeeee !important;
  62.   box-shadow: none;
  63. }
  64.  
  65. .notice,
  66. .comment_notice {
  67.   background: #37474F;
  68.   border: 1px solid #263238;
  69.   box-shadow: none;
  70. }
  71.  
  72. .reading h4.viewed,
  73. .reading h4.viewed span {
  74.   background: #1c1c1c;
  75.   color: #bababa !important;
  76.   padding: 0.5em 0;
  77. }
  78.  
  79. #header,
  80. #header .primary {
  81.   background: #212121;
  82.   box-shadow: none;
  83.   color: #eeeeee !important;
  84. }
  85.  
  86. #header {
  87.   padding-top: 1em;
  88. }
  89.  
  90. #header .heading {
  91.   margin-left: 2em;
  92. }
  93.  
  94. #header .heading a {
  95.   color: #eeeeee;
  96. }
  97.  
  98. #header .primary {
  99.   margin-top: 1em;
  100. }
  101.  
  102. #greeting .user > li a {
  103.   color: #eeeeee;
  104. }
  105.  
  106. #greeting img {
  107.   display: none;
  108. }
  109.  
  110. #header .primary a.dropdown-toggle {
  111.   padding: 0.7em 0.5em;
  112.   border-bottom: 2px solid #212121;
  113. }
  114.  
  115. #header .primary .dropdown:hover a.dropdown-toggle {
  116.   background: #212121;
  117.   color: #eeeeee;
  118.   border-bottom: 2px solid #eeeeee;
  119. }
  120.  
  121. #header .menu {
  122.   background: none;
  123.   box-shadow: none;
  124.   padding: 0;
  125.   margin: 0;
  126. }
  127.  
  128. #header .menu li {
  129.   background: #1c1c1c;
  130.   margin: 0;
  131.   border: 0;
  132.   padding: 0.1em 0.5em;
  133. }
  134.  
  135. #header a,
  136. #header a:visited,
  137. #header .primary .dropdown:hover a {
  138.   color: #eeeeee;
  139.   text-decoration: none !important;
  140. }
  141.  
  142. #header a:hover,
  143. #header a:visited:hover,
  144. #header .primary .dropdown:hover a:hover {
  145.   background: transparent;
  146.   color: #eeeeee;
  147.   text-decoration: none !important;
  148. }
  149.  
  150. #login,
  151. #greeting {
  152.   margin-right: 3.5em;
  153.   margin-top: 0.5em;
  154.   text-transform: uppercase;
  155.   font-weight: 500;
  156. }
  157.  
  158. #greeting .user>li {
  159.   margin: 0;
  160. }
  161.  
  162. #header .dropdown:hover a,
  163. #header .dropdown:hover a:visited,
  164. #header .dropdown:focus a:focus {
  165.   border: 0;
  166.   border-radius: 0;
  167.   background: transparent;
  168.   color: #eeeeee;
  169. }
  170.  
  171. #header #greeting .dropdown:hover .menu {
  172.   margin: 0;
  173.   padding: 0.5em 0;
  174.   text-transform: none;
  175.   width: auto;
  176. }
  177.  
  178. #header #greeting .dropdown .menu a,
  179. #header #greeting .dropdown .menu a:visited {
  180.   border-top: 1px solid #212121;
  181. }
  182.  
  183. #header #greeting .dropdown .menu a:hover,
  184. #header .dropdown .menu a:focus,
  185. #header .actions a:hover {
  186.   background: transparent;
  187.   color: #eeeeee;
  188. }
  189.  
  190. #header .search {
  191.   margin-right: 2em;
  192. }
  193.  
  194. #header .search .actions input,
  195. form.search input[type="text"] {
  196.   background: #eeeeee !important;
  197.   background-image: none !important;
  198.   color: #121212 !important;
  199. }
  200.  
  201. #header .user .current {
  202.   color: #eeeeee;
  203.   text-decoration: underline;
  204.   font-weight: 400;
  205. }
  206.  
  207. form.search input[type="text"] {
  208.   border-radius: none;
  209. }
  210.  
  211. .actions input:hover {
  212.   color: #121212;
  213.   box-shadow: none;
  214. }
  215.  
  216. .actions input:focus {
  217.   outline: 0;
  218.   border: 0;
  219. }
  220.  
  221. .search [role="tooltip"] {
  222.   border: 1px solid #212121;
  223.   background: #1c1c1c;
  224.   color: #eeeeee;
  225. }
  226.  
  227. #header #search .button {
  228.   background: #1c1c1c;
  229.   color: #eeeeee;
  230.   text-transform: uppercase;
  231.   font-weight: 500;
  232. }
  233.  
  234. #header #search .button:focus {
  235.   box-shadow: none;
  236.   color: #eeeeee;
  237.   background: #000000;
  238.   outline: 0;
  239. }
  240.  
  241. .splash .module h3 {
  242.   color: #eeeeee;
  243.   border: 0;
  244. }
  245.  
  246. .splash .favorite a,
  247. .splash .favorite li:nth-of-type(odd) a {
  248.   color: #cccccc;
  249.   padding: 0.2em 0em;
  250.   background: #000000;
  251.   text-decoration: underline;
  252. }
  253.  
  254. .splash .favorite a:hover,
  255. .splash .favorite li:nth-of-type(odd) a:hover,
  256. .splash .favorite a:focus,
  257. .splash .favorite li:nth-of-type(odd) a:focus {
  258.   background: #000000;
  259. }
  260.  
  261. .splash .news li {
  262.   border-bottom: 1px solid #1c1c1c;
  263. }
  264.  
  265. .splash .news a {
  266.   border: 0 !important;
  267. }
  268.  
  269. .splash .news .heading .link,
  270. .splash .link a,
  271. .splash .link a:visited {
  272.   text-decoration: underline;
  273.   color: #cccccc;
  274.   border: 0;
  275. }
  276.  
  277. .splash .news h4.heading {
  278.   text-decoration: underline;
  279. }
  280.  
  281. .splash .news blockquote {
  282.   color: #eeeeee;
  283. }
  284.  
  285. .splash .jump {
  286.   text-decoration: underline;
  287. }
  288.  
  289. .system p {
  290.   color: #eeeeee;
  291. }
  292.  
  293. div.comment,
  294. li.comment {
  295.   border: 1px solid #212121;
  296.   color: #eeeeee;
  297.   background: #000000;
  298. }
  299.  
  300. .comment h4.byline {
  301.   background: #212121;
  302. }
  303.  
  304. .actions a,
  305. .actions a:link,
  306. .action,
  307. .action:link,
  308. .actions input,
  309. input[type="submit"],
  310. button,
  311. .actions label {
  312.   background: #212121;
  313.   border: 0;
  314.   color: #eeeeee;
  315.   padding: 0.4em 0.8em;
  316.   box-shadow: none;
  317. }
  318.  
  319. .actions a:hover,
  320. .actions input:hover,
  321. .actions a:focus,
  322. .actions input:focus,
  323. label.action:hover,
  324. .action:hover,
  325. .action:focus {
  326.   box-shadow: none;
  327.   border: 0;
  328.   color: #eeeeee;
  329. }
  330.  
  331. #footer {
  332.   background: #1c1c1c;
  333.   border: 0;
  334. }
  335.  
  336. #footer a {
  337.   border: 0;
  338.   text-decoration: underline;
  339.   line-height: 1;
  340. }
  341.  
  342. #footer a:focus {
  343.   outline: 0;
  344. }
  345.  
  346. a.tag,
  347. a.tag:visited {
  348.   border: 0;
  349.   text-decoration: underline;
  350. }
  351.  
  352. a.tag:hover,
  353. a.tag:visited:hover {
  354.   background: transparent;
  355. }
  356.  
  357. li.blurb,
  358. fieldset,
  359. form dl {
  360.   border: 0;
  361.   background: #1c1c1c;
  362.   padding: 1em;
  363.   box-shadow: none;
  364. }
  365.  
  366. .work .blurb .header,
  367. .work .blurb .tags,
  368. .work .blurb .summary {
  369.   border-bottom: 1px solid #212121;
  370.   padding-bottom: 1em;
  371. }
  372.  
  373. .blurb h4 {
  374.   color: #bababa;
  375. }
  376.  
  377. .blurb h4 a:link:first-of-type {
  378.   font-weight: 500;
  379. }
  380.  
  381. .blurb h4 a:link {
  382.   color: #bababa;
  383.   border-bottom: 0;
  384.   text-decoration: none;
  385. }
  386.  
  387. .blurb h4 a[rel="author"] {
  388.   color: #bababa !important;
  389.   text-decoration: underline;
  390. }
  391.  
  392. .blurb ul.series {
  393.   margin-top: 0;
  394.   padding-bottom: 1em;
  395.   border-bottom: 1px solid #212121;
  396. }
  397.  
  398. .blurb ul.series a {
  399.   border: 0;
  400.   text-decoration: underline;
  401. }
  402.  
  403. .tags {
  404.   padding-top: 1em;
  405.   padding-left: 0.5em;
  406.   padding-right: 0.5em;
  407. }
  408.  
  409. .tags a.tag {
  410.   line-height: 1;
  411. }
  412.  
  413. .tags a.tag:hover {
  414.   background: transparent;
  415. }
  416.  
  417. .tags .warnings a {
  418.   text-transform: uppercase;
  419.   text-decoration: none;
  420. }
  421.  
  422. .tags .relationships a {
  423.   background: transparent;
  424.   font-weight: 500;
  425. }
  426.  
  427. .tags .characters a {
  428.   font-weight: 500;
  429.   text-decoration: none;
  430. }
  431.  
  432. .tags .freeforms a {
  433.   color: #bababa !important;
  434.   text-decoration: none;
  435. }
  436.  
  437. .blurb .work .summary,
  438. .splash .blurb blockquote,
  439. #user-works .summary,
  440. #user-bookmarks .summary {
  441.   color: #eeeeee;
  442. }
  443.  
  444. .current {
  445.   background: #000000;
  446.   color: #bababa;
  447.   border: 1px solid #1c1c1c;
  448.   box-shadow: none;
  449.   padding: 0.4em 0.8em;
  450. }
  451.  
  452. .work .blurb .stats,
  453. .blurb dl.stats {
  454.   color: #bababa;
  455.   margin-bottom: 1em;
  456. }
  457.  
  458. .work .blurb .stats a,
  459. .blurb dl.stats a {
  460.   border: 0;
  461.   color: #bababa !important;
  462.   text-decoration: underline;
  463. }
  464.  
  465. .work .blurb .header .datetime,
  466. .blurb .datetime {
  467.   color: #bababa;
  468.   text-transform: uppercase;
  469. }
  470.  
  471. select {
  472.   border: 0;
  473. }
  474.  
  475. form dt {
  476.   border-bottom: 1px solid #212121;
  477. }
  478.  
  479. .filters .heading {
  480.   font-weight: 400;
  481. }
  482.  
  483. .help .symbol span {
  484.   color: #121212 !important;
  485. }
  486.  
  487. .filters .expander {
  488.   color: #bababa;
  489. }
  490.  
  491. .filters .expander:focus {
  492.   outline: 0;
  493. }
  494.  
  495. input {
  496.   border: 0;
  497.   box-shadow: none;
  498. }
  499.  
  500. .dropdown {
  501.   background: transparent;
  502.   color: #eeeeee;
  503.   box-shadow: none;
  504. }
  505.  
  506. .dropdown .notice {
  507.   color: #eeeeee;
  508.   box-shadow: none;
  509. }
  510.  
  511. .autocomplete div.dropdown ul {
  512.   background: #212121;
  513.   color: #eeeeee;
  514.   border: 2px solid #212121;
  515.   box-shadow: none;
  516. }
  517.  
  518. .autocomplete .dropdown ul li:hover {
  519.   background: #1c1c1c;
  520.   color: #bababa;
  521. }
  522.  
  523. .toggled form,
  524. .dynamic form {
  525.   box-shadow: none;
  526.   background: #000000;
  527.   color: #eeeeee !important;
  528. }
  529.  
  530. #ui-datepicker-div {
  531.   background: #212121;
  532.   box-shadow: none;
  533.   border: 1px solid #1c1c1c;
  534. }
  535.  
  536. .ui-datepicker table {
  537.   background: #1c1c1c;
  538. }
  539.  
  540. thead,
  541. th {
  542.   background: #000000;
  543.   border: 1px solid #121212;
  544. }
  545.  
  546. .ui-datepicker td {
  547.   border: 1px solid #121212;
  548. }
  549.  
  550. .ui-datepicker tr:hover {
  551.   background: #212121;
  552. }
  553.  
  554. .ui-datepicker td:hover {
  555.   background: #000000;
  556. }
  557.  
  558. .secondary {
  559.   box-shadow: none;
  560.   border: 1px solid #121212;
  561.   background: #1c1c1c;
  562. }
  563.  
  564. dl.meta {
  565.   border: 0;
  566.   background: #1c1c1c;
  567.   margin-top: 1.2em;
  568.   padding: 1.5em 2em;
  569. }
  570.  
  571. dl.meta dt,
  572. dl.meta dd {
  573.   float: none;
  574. }
  575.  
  576. dl.meta dt {
  577.   padding: 0;
  578. }
  579.  
  580. dl.meta dt,
  581. dl.meta dt.tags,
  582. dl.meta dt.tags a,
  583. dl.meta dt.warning,
  584. dl.meta dt.warning a {
  585.   color: #bababa !important;
  586.   font-weight: 400;
  587.   text-transform: uppercase;
  588.   border: 0;
  589. }
  590.  
  591. dl.meta dd,
  592. dl.meta dd a,
  593. dl.meta dd .commas a {
  594.   padding: 0;
  595.   width: auto;
  596.   color: #eeeeee !important;
  597. }
  598.  
  599. dl.meta dd {
  600.   padding: 0em 0em 0.5em 0em;
  601.   margin-left: 0;
  602.   border-bottom: 1px solid #212121;
  603. }
  604.  
  605. dl.meta dd a {
  606.   border: 0;
  607.   text-decoration: underline;
  608. }
  609.  
  610. .meta ul li {
  611.   padding-left: 0;
  612. }
  613.  
  614. dd.stats dl.stats dt {
  615.   text-transform: none;
  616. }
  617.  
  618. dd.stats dl.stats dd {
  619.   padding: 0em 0.5em 0em 0em;
  620.   font-weight: 500;
  621.   border: 0;
  622. }
  623.  
  624. dd.stats dl.stats dd a {
  625.   text-decoration: underline;
  626.   border: 0;
  627. }
  628.  
  629. #workskin .preface h2.heading {
  630.   font-weight: 500;
  631.   margin: 0;
  632. }
  633.  
  634. #workskin .preface .byline a {
  635.   line-height: 1;
  636.   color: #bababa !important;
  637.   text-decoration: underline;
  638.   text-transform: none;
  639. }
  640.  
  641. .preface h3 {
  642.   text-transform: uppercase;
  643.   color: #bababa !important;
  644.   border-bottom: 1px solid #212121;
  645. }
  646.  
  647. .preface blockquote {
  648.   margin: 0;
  649. }
  650.  
  651. .preface .userstuff a,
  652. .preface blockquote a,
  653. div.preface .associations a,
  654. div.preface .series a {
  655.   border: 0;
  656.   text-decoration: underline;
  657. }
  658.  
  659. .preface .jump,
  660. #notes > p {
  661.   color: #bababa;
  662.   border: 0;
  663. }
  664.  
  665. .preface .jump a,
  666. .preface .jump a:hover,
  667. #notes > p a,
  668. #notes > p a:hover {
  669.   color: #bababa !important;
  670.   text-decoration: underline;
  671.   border: 0;
  672. }
  673.  
  674. .chapter .preface {
  675.   border: 0;
  676. }
  677.  
  678. .chapter .preface h3.title {
  679.   text-transform: none;
  680.   font-weight: 400;
  681.   text-decoration: none;
  682. }
  683.  
  684. .chapter .preface h3.title a {
  685.   font-weight: 500;
  686.   text-decoration: underline;
  687.   border: 0;
  688. }
  689.  
  690. textarea {
  691.   border: 2px solid #212121 !important;
  692. }
  693.  
  694. textarea:focus {
  695.   border: 2px solid #1c1c1c !important;
  696. }
  697.  
  698. .chapter .userstuff h1,
  699. .chapter .userstuff h2,
  700. .chapter .userstuff h3,
  701. .chapter .userstuff h4,
  702. .chapter .userstuff h5,
  703. .chapter .userstuff h6 {
  704.   color: #eeeeee;
  705. }
  706.  
  707. .chapter .userstuff a,
  708. .chapter .userstuff blockquote a {
  709.   border: 0;
  710.   text-decoration: underline;
  711. }
  712.  
  713. .feedback #kudos a {
  714.   border: 0;
  715.   text-decoration: underline;
  716.   line-height: 1;
  717. }
  718.  
  719. .thread .even {
  720.   background: #1c1c1c;
  721. }
  722.  
  723. .comment a {
  724.   border: 0;
  725.   text-decoration: underline;
  726. }
  727.  
  728. .comment .heading a {
  729.   font-weight: 500;
  730. }
  731.  
  732. .comment .heading .parent {
  733.   color: #bababa;
  734. }
  735.  
  736. .comment div.icon {
  737.   border-bottom: 5px solid #212121;
  738. }
  739.  
  740. .comment .posted,
  741. .comment .posted span {
  742.   color: #bababa;
  743.   text-transform: uppercase;
  744. }
  745.  
  746. #dashboard.own {
  747.   border-radius: 0;
  748.   border: 0;
  749.   background: #1c1c1c;
  750. }
  751.  
  752. #dashboard a {
  753.   text-decoration: underline;
  754.   line-height: 1.5;
  755. }
  756.  
  757. #dashboard a:hover {
  758.   background: transparent;
  759. }
  760.  
  761. #dashboard ul {
  762.   border-top: 1px solid #212121;
  763.   padding: 1em 0;
  764.   text-align: left;
  765. }
  766.  
  767. #dashboard .current {
  768.   background: transparent;
  769.   color: #bababa;
  770.   line-height: 1.5;
  771. }
  772.  
  773. .dashboard .own {
  774.   background: #1c1c1c;
  775. }
  776.  
  777. .home .header h2 {
  778.   font-weight: 500;
  779.   border-bottom: 1px solid #1c1c1c;
  780. }
  781.  
  782. .listbox {
  783.   border: 1px solid #212121;
  784.   box-shadow: none;
  785.   background: #212121;
  786. }
  787.  
  788. .listbox > .heading {
  789.   color: #eeeeee;
  790.   padding: 0.4em 0.8em;
  791. }
  792.  
  793. .listbox .index {
  794.   background: #1c1c1c;
  795.   box-shadow: none;
  796. }
  797.  
  798. .bookmark .blurb .group {
  799.   border-bottom: 5px solid #212121;
  800.   padding-bottom: 0.5em;
  801.   margin-bottom: 0.5em;
  802. }
  803.  
  804. .bookmark .user {
  805.   border-top: 1px solid #212121;
  806.   border-right: 0;
  807.   border-left: 0;
  808.   color: #bababa !important;
  809. }
  810.  
  811. .bookmark div.user {
  812.   padding: 1em;
  813.   box-sizing: border-box;
  814. }
  815.  
  816. .bookmark div.user .datetime {
  817.   top: 1.9em;
  818.   right: 1.5em;
  819. }
  820.  
  821. .bookmark .user .byline a {
  822.   color: #bababa !important;
  823.   border: 0;
  824.   text-decoration: underline;
  825. }
  826.  
  827. .bookmark .blurb ul.series li,
  828. .bookmark .blurb ul.series li a {
  829.   color: #bababa !important;
  830.   padding: 0;
  831.   margin: 0;
  832. }
  833.  
  834. .bookmark .tags {
  835.   border-top: 1px solid #212121;
  836.   margin-top: 0.5em;
  837.   padding-top: 0.7em;
  838. }
  839.  
  840. .bookmark .summary {
  841.   padding-top: 1em;
  842.   padding-bottom: 1em;
  843.   border-top: 1px solid #212121;
  844.   border-bottom: 1px solid #212121;
  845. }
  846.  
  847. #modal {
  848.   background: #000000;
  849.   border: 2px solid #1c1c1c;
  850.   box-shadow: none;
  851. }
  852.  
  853. #modal .content {
  854.   border-bottom: 2px solid #1c1c1c;
  855. }
  856.  
  857. #modal .content a,
  858. #modal content a:visited {
  859.   border: 0;
  860.   text-decoration: underline;
  861. }
  862.  
  863. form .notice,
  864. form ul.notes {
  865.   box-shadow: none;
  866. }
  867.  
  868. form.verbose legend,
  869. .verbose form legend {
  870.   box-shadow: none;
  871.   border: 0;
  872.   background: #212121;
  873.   font-weight: 500;
  874.   text-transform: uppercase;
  875. }
  876.  
  877. .required {
  878.   color: #eeeeee;
  879. }
  880.  
  881. fieldset fieldset {
  882.   background: #1c1c1c;
  883. }
  884.  
  885. .post .meta dd ul li,
  886. .footnote {
  887.   color: #eeeeee;
  888. }
  889.  
  890. .dashboard ul.skin li {
  891.   background: #1c1c1c;
  892. }
  893.  
  894. .picture .header {
  895.   border-bottom: 1px solid #212121;
  896. }
  897.  
  898. dl.index dd {
  899.   background: #000000;
  900. }
  901.  
  902. .subscription a {
  903.   border: 0;
  904.   text-decoration: underline;
  905. }
  906.  
  907. .subscription dt {
  908.   margin-top: 1.5em;
  909.   font-weight: 500;
  910. }
  911.  
  912. .subscription dd {
  913.   padding: 0 !important;
  914.   margin: 0.2em 0em !important;
  915.   border-bottom: 1px solid #1c1c1c;
  916. }
  917.  
  918. .subscription input[type="submit"] {
  919.   margin-top: 0.5em;
  920.   margin-bottom: 0.5em;
  921.   text-transform: uppercase;
  922. }
  923.  
  924. form dd.required {
  925.   color: #eeeeee;
  926. }
  927.  
  928. .listbox,
  929. fieldset fieldset.listbox {
  930.   box-shadow: none;
  931.   border: 1px solid #1c1c1c;
  932.   background: #212121;
  933. }
  934.  
  935. .own,
  936. .draft,
  937. .draft .wrapper,
  938. .unread,
  939. .child,
  940. .unwrangled,
  941. .unreviewed {
  942.   background: #000000;
  943. }
  944.  
  945. .summary a {
  946.   border: 0;
  947.   text-decoration: underline;
  948. }
  949.  
  950. .error,
  951. .comment_error,
  952. .alert.flash {
  953.   background: #C62828;
  954.   border: 1px solid #B71C1C;
  955.   box-shadow: none;
  956. }
  957.  
  958. .alert .userstuff {
  959.   background: #D84315;
  960.   border-color: #BF360C;
  961.   color: #eeeeee;
  962. }
  963.  
  964. .alert a {
  965.   border: 0;
  966.   text-decoration: underline;
  967. }
  968.  
  969. .announcement input[type="submit"],
  970. .announcement .action {
  971.   color: #BF360C;
  972. }
  973.  
  974. .wrapper > dl.meta {
  975.   padding: 1em;
  976. }
  977.  
  978. div.userstuff a {
  979.   border-bottom: 0;
  980.   text-decoration: underline;
  981. }
  982.  
  983. div.userstuff li {
  984.   line-height: 1.3em;
  985. }
  986.  
  987. h2.heading a {
  988.   border-bottom: 0;
  989.   text-decoration: underline;
  990. }
  991.  
  992. div#dashboard a {
  993.   margin: 0.8em 0;
  994. }
  995.  
  996. #dashboard,
  997. #dashboard.own {
  998.   border-color: #212121;
  999. }
  1000.  
  1001. div#user-fandoms a {
  1002.   border-bottom: 0;
  1003.   text-decoration: underline;
  1004. }
  1005.  
  1006. dl.stats dd.chapters a {
  1007.   background-color: #000000;
  1008.   padding: 0.3em 0.5em;
  1009.   border-radius: 15%;
  1010.   transition: 0.3s;
  1011. }
  1012.  
  1013. dl.stats dd.chapters a:hover {
  1014.   color: #ffffff !important;
  1015. }
Add Comment
Please, Sign In to add comment