Just though to pop by and say I really like this style but as you said its still a wip (hope it still is and not abandoned)
Here are a few mods i though you might like.
The header text was kid of hard to read so i modded it a bit to look like the pic. Makes it easier to read.
It was modded with stylish just because i didnt feel like browsing to the files and doing it there.
Here is the code i used (yeah its messy but it works XD)
Edit: NOTE -moz-border-radius is a firefox only css thing so it will not completely work on other browsers.
- Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("https://localhost:9090/sabnzbd/") {
UL.sf-menu.sf-navbar.sf-js-enabled { padding: 7px !important; }
#uploadNZBForm {
background: #000 !important;
-moz-border-radius: 10px !important;
padding: 5px !important;
border:1px solid #2d2d2d !important;
width: 93% !important;
margin-left:auto !important;
margin-right:auto !important;
background: url('https://localhost:9090/sabnzbd/static/images/plush-default/sprite-tilex.png') repeat top right !important;
background-position: 0 -43px !important;
border:4px solid #cfcfcf !important;
-moz-box-shadow: 0px 0px 30px 0px #000 !important;
}
}