SL Stylish theme with a tiny bit of tweaks. 03-28-2017, 09:13 PM
#1
I saw this and started making little CSS tweaks.
Here's what I have now:
I haven't worked a lot with stylish, does anyone know how to exclude suburls (like the pomf)?
Thoughts? I'd love some suggestions to know what to add to it.
EDIT: Uploaded to userstyles.org, you can find it here: https://userstyles.org/styles/141333/sinisterly
Here's what I have now:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("sinister.ly") {
body {
background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) ), url("https://sinister.ly/images/sinister2/header/4.png");
background-attachment: fixed;
}
.header {
background: unset;
border-bottom: unset;
border: unset;
box-shadow: unset;
}
.nav_menu {
border: 1px solid #3f3f3f;
border-bottom: 3px solid #3f3f3f;
padding-right: 2px;
padding-left: 2px;
border-radius: 1px 1px 1px 1px;
bottom: 3px;
}
.top {
border-bottom-width: 1px;
}
}
Spoiler: screenshot
I haven't worked a lot with stylish, does anyone know how to exclude suburls (like the pomf)?
Thoughts? I'd love some suggestions to know what to add to it.
EDIT: Uploaded to userstyles.org, you can find it here: https://userstyles.org/styles/141333/sinisterly
(This post was last modified: 04-14-2017, 10:14 PM by Blink.)