#hm.. for some reason theres a lot of extra spaces in this css
Explore tagged Tumblr posts
tenspontaneite · 2 years ago
Note
Hi! Do you have the workskin you used for the iterator logs in Assembly shared anywhere? I'd love to use it in my own fic if possible, with credit given!
Hello! So apparently it's not possible to make workskins public at this time, but I can give you the CSS and you can just paste it into a personal workskin yourself.
So far I've only made tags for SRS, NSH, FP, and LTTM. You can always just make your own for any other iterators if you need more.
CSS under the cut!
#workskin .broadcast {
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.7);
font-family: times new roman;
color: #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 35px;
padding-right: 35px;
}
#workskin .SRS {
margin-left: auto;
margin-right: auto;
font-family: times new roman;
color: #ffbfbf;
}
#workskin .NSH {
margin-left: auto;
margin-right: auto;
font-family: times new roman;
color: #99cc99;
}
#workskin .LTTM {
margin-left: auto;
margin-right: auto;
font-family: times new roman;
color: #e5d999;
}
#workskin .FP {
margin-left: auto;
margin-right: auto;
font-family: times new roman;
color: #66d9bf;
}
25 notes · View notes