Remove :before where possible
This commit is contained in:
parent
008c618c16
commit
a0e4043dd7
3 changed files with 41 additions and 106 deletions
|
@ -78,15 +78,13 @@ div.fic h1 span.ficno {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
div.fic h1 span.ficno::before {
|
||||
div.fic h1 span.ficnoprelim {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
content: "no. ";
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
div.fic h1 span.abandoned::before {
|
||||
content: " (abandoned)";
|
||||
div.fic h1 span.abandoned {
|
||||
font-weight: normal;
|
||||
background-color: #9c0000;
|
||||
color: white;
|
||||
|
@ -96,95 +94,39 @@ div.fic ul.ficlinks li, div.fic ul.ficmeta li {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
div.fic li.ficdate::before {
|
||||
content:"Date: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.wordcount::before {
|
||||
content:"Wordcount: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.rating::before {
|
||||
content:"Rating: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.rating span.g::before {
|
||||
div.fic li.rating span.g {
|
||||
background-color: #8ab60b;
|
||||
color: white;
|
||||
content: "general";
|
||||
text-transform: uppercase;
|
||||
font-family: "Hubballi", sans-serif;
|
||||
}
|
||||
|
||||
div.fic li.rating span.t::before {
|
||||
div.fic li.rating span.t {
|
||||
background-color: #e8d405;
|
||||
color: white;
|
||||
content: "teen";
|
||||
text-transform: uppercase;
|
||||
font-family: "Hubballi", sans-serif;
|
||||
}
|
||||
|
||||
div.fic li.rating span.m::before {
|
||||
div.fic li.rating span.m {
|
||||
background-color: #eb7d10;
|
||||
color: white;
|
||||
content: "mature";
|
||||
text-transform: uppercase;
|
||||
font-family: "Hubballi", sans-serif;
|
||||
}
|
||||
|
||||
div.fic li.rating span.e::before {
|
||||
div.fic li.rating span.e {
|
||||
background-color: #9c0000;
|
||||
color: white;
|
||||
content: "explicit";
|
||||
text-transform: uppercase;
|
||||
font-family: "Hubballi", sans-serif;
|
||||
}
|
||||
|
||||
div.fic li.fandom::before {
|
||||
content:"Fandom: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.characters::before {
|
||||
content:"Characters: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.genre::before {
|
||||
content:"Genre: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.warnings::before {
|
||||
content:"Warnings: ";
|
||||
font-style: italic;
|
||||
div.fic li.warnings i {
|
||||
color: #9c0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.fic li.time::before {
|
||||
content:"Point in canon: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic li.location::before {
|
||||
content:"Location: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic p.summary::before {
|
||||
content:"Summary: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic p.note::before {
|
||||
content:"Notes: ";
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.fic ul.ficlinks li a.locked::before {
|
||||
content:"🔒";
|
||||
}
|
||||
|
@ -377,22 +319,6 @@ span.pov, span.main, span.secondary, span.mention {
|
|||
margin: 0 5px;
|
||||
}
|
||||
|
||||
span.pov:before {
|
||||
content: "POV: ";
|
||||
}
|
||||
|
||||
span.main:before {
|
||||
content: "main: ";
|
||||
}
|
||||
|
||||
span.secondary:before {
|
||||
content: "secondary: ";
|
||||
}
|
||||
|
||||
span.mention:before {
|
||||
content: "mentioned: ";
|
||||
}
|
||||
|
||||
input#verifyage-checkbox {
|
||||
display: inline;
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue