First ever CSS theme made by messing around. Colors are loosely chosen from the Flexoki theme by Steph Ango.
wtfpl.net by thSleeves
Details
AuthorthSleeves
LicenseWTFPL
Categorywtfpl.net
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wtfpl.net
@namespace github.com/openstyles/stylus
@version 1.0.0
@description First ever CSS theme made by messing around. Colors are loosely chosen from the Flexoki theme by Steph Ango.
@author sleeves
==/UserStyle== */
@-moz-document domain("wtfpl.net") {
/* Insert code here... */
body {
background-color: rgb(16, 15, 15);
color: rgb(206, 205, 195);
}
div.footer-nav {
background-color: rgb(16, 15, 15);
}
.nav li a {
background-color: rgb(16, 15, 15);
border: 1px solid rgb(206, 205, 195);
padding: 10px;
}
p {
background-color: rgb(16, 15, 15);
color: rgb(206, 205, 195);
}
header {
color: rgb(206, 205, 195);
}
h3 {
color: rgb(135, 133, 128);
}
a:link {
color: rgb(67, 133, 190);
}
a:visited {
color: rgb(139, 126, 200);
}
.entry-content pre {
background-color: rgb(16, 15, 15);
color: rgb(206, 205, 195);
}
.nav li {
margin-inline-start: 10px;
}
.comment_content {
background-color: rgb(16, 15, 15);
color: rgb(206, 205, 195);
}
.commentlist .even {
background-color: rgb(16, 15, 15);
color: rgb(206, 205, 195);
border: 1px solid rgb(206, 205, 195);
}
.commentlist .odd {
background-color: rgb(16, 15, 15);
color: rgb(206, 205, 195);
border: 1px solid rgb(206, 205, 195);
}
}