Chapter Text
Here is the CSS for the different colors of author name I use in my fics.
Different pseuds have different colors because I like seeing the different colors for different "authors".
If I ever write for other fandoms beyond CRK and RotG, I might add another pseud and use a different color. Or not, haven't decided yet.
(plus my co-writer ):
#workskin .byline.heading a:nth-of-type(1) {
font-family: Allura, Lucida Calligraphy, cursive;
font-size: 170%;
background: linear-gradient(to bottom, #ff0600, #ff0600, #ff0600, #6b0400, #6b0400); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
#workskin .byline.heading a:nth-of-type(2) {
font-family: Monotype Corsiva, cursive;
font-size: 170%;
background: linear-gradient(to bottom, #4169E1, #4169E1, #4169E1, #001a66, #001a66); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
:
#workskin .byline.heading a:nth-of-type(1) {
font-family: Allura, Lucida Calligraphy, cursive;
font-size: 170%;
background: linear-gradient(to bottom, #2655d3c, #2655d3, #66ffff, #66ffff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
:
#workskin .byline.heading a:nth-of-type(1) {
font-family: Allura, Lucida Calligraphy, cursive;
font-size: 170%;
color: #ddb12c;
}
