Work Text:

Css:
#header {
background-image: url("https://64.media.tumblr.com/9dd38ae4ade4753f3d623d430b01c07d/4adcbe0a49e51dda-b5/s1280x1920/11886960b4eaa3ff0a152ee8c4674779aff5e841.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #FFFFFF;
}
#header .heading {
height: 12em;
}
#header .primary {
height: 4em;
background: linear-gradient(90deg,rgba(86, 18, 159, 1) 0%, rgba(204, 166, 250, 1) 50%, rgba(42, 255, 35, 1) 100%);
box-shadow: 0px 0px 15px #F0C6E9;
}
#header .logo,
#header .heading sup {
visibility: hidden;
}
#header .heading a {
color: black;
text-shadow: 0px 0px 15px #FEFAFF;
}
.event .userstuff {
background: #2AFF23;
border: 1px solid #FFFFFF;
}
#outer.wrapper {
background: #17191B;
color: #FFFFFF;
}
#main a {
color: #FFFFFF;
}
#greeting a.dropdown-toggle,
#header .actions a {
color: #F9E7FF;
text-shadow: 0px 0px 3px #A2ABDD;
}
#greeting .menu,
#header .dropdown .menu,
#header .dropdown:hover a {
background: #3D334A;
box-shadow: 0px 0px 15px #CCA6FA;
}
span.submit.actions input.button {
display: none;
}
#greeting img.icon {
display: none;
}
#header #search .text,
.search [role="tooltip"] {
position: top;
height: 0.7em;
background: #3D334A;
box-shadow: 0px 0px 15px #E7D4EC;
color: #E7D4EC !important;
border: 1px solid #F9E7FF;
}
form.search input[type=text],
form.search input[type=submit],
.autocomplete div.dropdown ul {
background: #3D334A !important;
border: none;
box-shadow: 0px 0px 15px #E7D4EC;
color: #E7D4EC;
display: block;
}
#header #search .text {
width: 10em;
}
.notice,
.comment_notice,
.kudos_notice,
ul.notes,
.caution,
.error,
.comment_error,
.kudos_error,
.alert.flash {
background: #574D59;
box-shadow: 0px 0px 15px #E7D4EC !important;
color: #F7E4FC;
border: 1px solid #C8FCDD;
}
.notice a,
.comment_notice a,
.kudos_notice a,
ul.notes a,
.caution a,
.error a,
.comment_error a,
.kudos_error a,
.alert.flash a {
color: #C8FCDD;
font-weight: bold;
}
.splash .module h3 {
color: #C8FCDD;
border-bottom: 2px solid #E7D4EC;
}
.splash .favorite li:nth-of-type(2n+1) a {
background: #3A2C2C;
box-shadow: 0px 0px 15px lightbrown;
color: white;
font-weight: bold;
font-variant: small-caps;
}
.splash .favorite li:nth-of-type(2n+2) a {
color: #C8FCDD;
font-weight: bold;
font-variant: small-caps;
font-size: 110%;
}
.splash .favorite li:nth-of-type(2n+1) a:hover,
.splash .favorite li:nth-of-type(2n+2) a:hover {
color: #C8FCDD;
font-weight: bold;
font-variant: small-caps;
background: #548D93;
}
#footer {
background: linear-gradient(90deg,rgba(86, 18, 159, 0.6) 0%, rgba(204, 166, 250, 0.6) 50%, rgba(42, 255, 35, 0.887) 100%);
color: white;
border-top: 3px solid #BDF4BD;
box-shadow: 0px 0px 15px #2AFF23;
}
#footer a,
#footer .heading {
color: black;
}
button,
.action,
.actions a,
.actions a:focus,
.actions input:focus,
.action:focus,
.actions button,
.actions li input,
.actions li input[type="submit"],
input[type="submit"],
.actions li label,
ul.navigation.actions li a,
.action:link,
.actions a:link {
background: #6835A4;
border: 1px solid #AC95A3;
color: white;
box-shadow: 0px 0px 15px #E1C7DA;
border-radius: 5px;
}
.action:link:hover,
.action a:link:hover,
.action a:hover,
.navigation a:hover,
.submit a:hover,
.actions button:hover,
input[type=“submit”]:hover,
button:hover {
color: #BF67FD;
}
.current,
#dashboard .current {
background: #FAC7DA !important;
color: #BF67FD !important;
box-shadow: 0px 0px 15px #E1C7DA !important;
border-radius: 5px;
}
#dashboard.own {
border-top: 5px solid #A3929E;
border-bottom: 5px solid #A3929E;
box-shadow: 0px 0px 15px #724A51;
}
#dashboard a:hover {
background: #9C8B97;
box-shadow: 0px 0px 15px #9BE7DE;
color: white;
}
#dashboard a {
color: #707A85;
}
dl.meta {
border: 1px solid white;
}
.listbox .index {
background: linear-gradient(90deg,rgba(86, 18, 159, 0.8) 0%, rgba(220, 190, 255, 0.7) 50%, rgba(244, 228, 253, 0.4) 100%);
border: 1px solid #A8EDA4;
}
.listbox,
fieldset fieldset.listbox {
background: #726476;
color: grey;
border: 1px dashed lime;
}
fieldset fieldset,
fieldset fieldset fieldset,
fieldset fieldset dl dl {
background: #724A51 !important;
color: white !important;
border: 1px solid #FFFFFF;
}
form dl,
fieldset {
background: #707A85;
}
textarea,
select,
select:focus,
Input,
span.symbol.question,
.own {
background: #17191B !important;
color: white !important;
border: 1px solid #A8CFA7;
}
dd.hideme,
form blockquote.userstuff {
background: #A8CFA7 !important;
color: black !important;
border: 1px solid #9BE7DE;
}
.autocomplete li.added,
.post .meta dd ul li.added,
label,
label.required {
color: #5A16A2;
}
span.delete {
background: #30FD2D;
box-shadow: 0px 0px 15px #9BE7DE;
}
span.delete a {
color: black !important;
font-weight: bold;
}
.ui-sortable li,
.dynamic form,
div.dynamic {
background: #AE97A5;
border: 1px solid #9BE7DE;
}
.dropdown {
background: #AE97A5;
}
form.verbose legend,
.verbose form legend {
background: #271B19;
color: #FFFFFF;
box-shadow: 0px 0px 15px #69C981;
}
li.blurb {
border: 1px solid #5A16A2;
box-shadow: 0px 0px 15px white;
}
.draft {
background: #5A16A2;
color: white;
border: 2px dashed #A8EDA4;
box-shadow: 0px 0px 10px white;
}
.draft .wrapper {
background: #C2C9E1;
border: 1px solid #787A87;
}
#header h2 {
background: #787A87 !important;
color: #EDD9F8;
box-shadow: 0px 0px 15px #EDD9F8;
}
#stat_chart svg rect:first-of-type {
opacity: 60%;
}
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect,
#stat_chart svg g:nth-of-type(2) > g rect:last-of-type,
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect:first-of-type {
filter: hue-rotate(140deg);
opacity: 80% !important;
}
.statistics .index li:nth-of-type(2n) {
background: #EDD9F8;
border: 1px solid #EDD9F8;
}
.reading h4.viewed,
dl.index dd,
table,
th,
dt.child {
background: #5A16A2;
}
#modal,
span.replied {
background: #5A16A2;
color: white;
border: 2px solid #EDDAFA;
box-shadow: 0px 0px 15px #EDDAFA;
}
h4.heading.byline {
background: #5A16A2;
color: white;
}
li.comment {
border: 1px solid #42A85A;
}
.comment div.icon {
border-bottom: 5px solid #5A16A2;
box-shadow: 0px 0px 15px #958A9B;
}
.thread .even {
background: black;
}
.unread {
background: #5A16A2;
border: 5px dashed #4FFF53 !important;
}
span.unread {
background: #5A16A2;
color: black;
}
span.indicator::before {
box-shadow: 0px 0px 15px white;
}
.warnings .tag,
.work .warning a.tag,
dd.warning.tags a {
border: 1px solid #FBFAF6;
border-radius: 5px;
background: #1C1C36;
padding-left: 2px;
padding-right: 2px;
box-shadow: 0px 0px 10px #FBFAF6;
}
.relationships .tag,
.work .relationships a.tag,
dd.relationship.tags a {
color: white !important;
}
.filters .expander {
background: url("https://64.media.tumblr.com/3c89981f933f9f57157d6dcec6fd85a7/94c6737c6db9ad60-e5/s1280x1920/f7557e617a5439c506721bd326580a0cb4c1f8d8.png") left center no-repeat;
color: #A5EAE5 !important;
font-weight: bold;
}
.filters .expanded .expander {
background: url("https://64.media.tumblr.com/dab095a2fd9387bc1e0c57747ba6b13f/94c6737c6db9ad60-ad/s1280x1920/c1a4e14e0565cdcac5d3e20bebac3ab440f2d607.png") left center no-repeat;
}
ol.pagination {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ol.pagination::before {
content: '';
width: 100%;
order: 1;
}
ol.pagination li:nth-child(1) {
order: 2;
}
ol.pagination li:last-child {
order: 3;
}
ol.pagination li {
align-content: center;
margin-bottom: 0px;
margin-top: 0px;
}
.blurb h4.heading a:link:visited,
.blurb h4.heading a:visited {
color: #BB76ED !important;
}
.blurb .header ul.required-tags {
display: flex;
flex-wrap: nowrap;
column-gap: 1em;
position: unset;
width: auto;
margin-block: 0.375em;
}
.blurb:not(.picture.blurb,
.mystery.blurb) .header .heading {
margin-left: 0;
}
span.rating,
span.category,
span.warning-yes,
span.warning-no,
span.warning-choosenotto,
span.complete-yes,
span.complete-no {
background-image: none !important;
width: 100%;
}
.blurb span.text {
line-height: 1.75em;
font-size: 100%;
}
.blurb .header ul.required-tags li {
position: unset;
text-wrap: nowrap;
padding-right: 2em;
}
.blurb .header ul.required-tags li span.text::before {
content: "Rating: ";
color: #5A16A2;
font-weight: bold;
}
.blurb .header ul.required-tags li span.text {
color: #5A16A2;
font-weight: normal;
}
.blurb .header ul.required-tags li + li {
position: relative;
top: 1.4em;
left: -4.8em;
}
.blurb .header ul.required-tags li + li span.text::before {
content: "Warnings: ";
color: #9EFEB6;
font-weight: bold;
}
.blurb .header ul.required-tags li + li span.text {
color: #9EFEB6;
font-weight: normal;
}
.blurb .header ul.required-tags li + li + li {
position: relative;
top: 2.8em;
left: -9.6em;
}
.blurb .header ul.required-tags li + li + li span.text::before {
content: "Category: ";
color: #BD99FC;
font-weight: bold;
}
.blurb .header ul.required-tags li + li + li span.text {
color: #BD99FC;
font-weight: normal;
}
.blurb .header ul.required-tags li + li + li +li {
position: relative;
top: 4.2em;
left: -14.4em;
}
.blurb .header ul.required-tags li + li + li +li span.text::before {
content: "Status: ";
color: #6DB983;
font-weight: bold;
}
.blurb .header ul.required-tags li + li + li +li span.text {
color: #6DB983;
font-weight: normal;
}
li.warnings {
display: none !important;
}
ul.tags.commas {
margin-top: 3.4em;
}
li.blurb blockquote.userstuff.summary {
padding-top: 1em;
}
ul.tags li.warnings,
ul.tags li.relationships,
ul.tags li.characters,
ul.tags li.freeforms {
float: left !important;
color: white;
}
li.warnings + li.relationships,
li.relationships + li.characters,
li.characters + li.freeforms,
li.warnings + li.characters,
li.warnings + li.freeforms,
li.relationships + li.freeforms {
clear: left;
color: white;
}
ul.tags li {
margin: 0;
}
ul.tags li a.tag {
line-height: 1.5;
}
.commas li:after {
content: " • ";
}
ul.tags li.warnings:first-child:before {
content: "Archive Warnings: ";
font-weight: bold;
}
li.warnings + li.relationships:before {
content: "Relationships: ";
font-weight: bold;
background: rgba(178, 154, 216,0.5);
}
li.relationships + li.characters:before {
content: "Characters: ";
font-weight: bold;
background: rgba(178, 154, 216,0.5);
}
li.characters + li.freeforms:before {
content: "Additional Tags: ";
font-weight: bold;
background: rgba(178, 154, 216,0.5);
}
li.warnings + li.characters:before {
content: "Characters: ";
font-weight: bold;
color: rgba(178, 154, 216,0.5);
}
li.warnings + li.freeforms:before {
content: "Additional Tags: ";
font-weight: bold;
}
li.relationships + li.freeforms:before {
content: "Additional Tags: ";
font-weight: bold;
}
li.blurb ul.tags a {
border-bottom: none;
}
li.blurb ul.tags li.relationships a {
background: none;
}
li.blurb ul.tags li.warnings a {
font-weight: normal;
}
.index .skins .icon {
display: none;
}
li.blurb .tags {
max-height: 7.5em;
overflow-y: auto;
}
li.mark button {
background: #42A85A !important;
border: 1px solid #9CE6BC;
color: #FFFFFF !important;
box-shadow: 0px 0px 10px #4BFF56;
border-radius: 5px;
}
li.mark button:hover {
background-color: #BD99FC !important;
box-shadow: 0px 0px 15px #FFFFFF;
border-radius: 5px;
}
#header #greeting img,
#header .heading a,
#header fieldset,
#header form,
#header p,
#header .user a:hover,
#header .user a:focus,
#header .user .current,
#dashboard a:hover {
color: #9CE6BC;
}
#header h1 img {
display: none;
}
#header h1 {
position: static;
}
#header h1 .landmark {
opacity: 1;
font-size: 100%;
color: #000;
line-height: 1;
height: auto;
width: auto;
display: inline;
}
#header h1 a span:hover {
color: #5A16A2;
}
li.download button {
background: #5A16A2 !important;
border: 1px solid #BD99FC;
color: #FFFFFF !important;
box-shadow: 0px 0px 15px #BD99FC;
border-radius: 5px;
}
.autocomplete .dropdown ul li:hover,
li.selected,
a.tag:hover {
background: #BD99FC;
}
#header .actions a:hover,
#header .actions a:focus,
#header .dropdown:hover a,
#header .open a,
#header .menu,
#small_login,
#header .dropdown:hover .current + .menu,
#dashboard .current,
.actions a:active,
.current,
a.current,
.current a:visited,
span.unread,
.replied,
span.claimed,
dl.index dd,
.own,
.draft,
.draft .wrapper,
.unread,
.child,
.unwrangled,
.unreviewed {
background: #42A85A;
}
