![]() |
|
SL Stylish theme with a tiny bit of tweaks. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: SL Stylish theme with a tiny bit of tweaks. (/Thread-SL-Stylish-theme-with-a-tiny-bit-of-tweaks) |
SL Stylish theme with a tiny bit of tweaks. - Blink - 03-28-2017 I saw this and started making little CSS tweaks. 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 RE: SL Stylish theme with a tiny bit of tweaks. - Blink - 04-14-2017 Anyone? No thoughts? Someone? RE: SL Stylish theme with a tiny bit of tweaks. - zenith - 04-14-2017 Your image is broken my dude RE: SL Stylish theme with a tiny bit of tweaks. - Blink - 04-14-2017 (04-14-2017, 09:52 PM)Zenith Wrote: Your image is broken my dude Fixed RE: SL Stylish theme with a tiny bit of tweaks. - zenith - 04-14-2017 (04-14-2017, 10:14 PM)Ender Wrote:(04-14-2017, 09:52 PM)Zenith Wrote: Your image is broken my dude Still broken on my phone lmao I'll test it on my laptop see how I like it RE: SL Stylish theme with a tiny bit of tweaks. - pvnk - 04-15-2017 still broken ass image my dude RE: SL Stylish theme with a tiny bit of tweaks. - Blink - 04-15-2017 (04-15-2017, 12:35 AM)pvnk Wrote: still broken ass image my dude If you are on Firefox, please go to http://a.sinister.ly and unblock it. For some reason Firefox blocks it by default. RE: SL Stylish theme with a tiny bit of tweaks. - mothered - 04-15-2017 (04-15-2017, 02:34 AM)Ender Wrote: For some reason Firefox blocks it by default. FF certainly blocks It. Hit on Tor, It works fine. RE: SL Stylish theme with a tiny bit of tweaks. - Shin - 04-15-2017 Nice, vouch for contribution.
|