A custom FA skin I made. It's purely CSS. I have to be using the "light" theme on FA or the text is light grey for some reason (I can't figure out why).
I can still look at the monthly banner by hovering the mouse over the "conceptfur" text.
You can find the updated version here: http://www.furaffinity.net/view/3137407/
I can still look at the monthly banner by hovering the mouse over the "conceptfur" text.
You can find the updated version here: http://www.furaffinity.net/view/3137407/
Category Screenshots / All
Species Unspecified / Any
Size 800 x 612px
File Size 65.4 kB
If FF you can install a plugin called Stylish, then open the add-ons window go to "User Styles">Write New Style Give it a name and copy and paste the contents of the CSS in the main box. Then add '@-moz-document domain("furaffinity.net") {' before everything and a '}' to close at the very end (minus the single quotes on both).
In Chrome you have to be using the dev version and install an extension like ChromeStylist, then in the options for it just add a new rule for FurAffinity and copy the contents of the CSS into there.
In Chrome you have to be using the dev version and install an extension like ChromeStylist, then in the options for it just add a new rule for FurAffinity and copy the contents of the CSS into there.
It looks nice on my system, and I know why the text is grey on those not using the light theme: you didn't add a "color" descriptor (or whatever the hell lines in CSS are called) to ".alt1".
Here, try this in Stylish and see if this works; it's an edited version of the more-compatible CSS theme. I also added a line for links ("a") to ensure that they're handled too.
http://pastebin.com/f3427b3ef
Here, try this in Stylish and see if this works; it's an edited version of the more-compatible CSS theme. I also added a line for links ("a") to ensure that they're handled too.
http://pastebin.com/f3427b3ef
I love to tinker with CSS. In fact, I managed to get some of the CSS you didn't touch to match your style. Add this to your CSS and tell me what you think. (Note: due to differences in fonts and browsers, the margins may not line up right, but things look okay for me in Firefox 3.5.)
.cat { padding-top: 3px !important; }
span.reply-link {
background-color: #B8AC84 !important;
bottom: 1px !important;
right: 0 !important;
padding-bottom: 1px !important;
padding-top: 1px !important;
}
span.reply-link a {
background-color: #B8AC84 !important;
border-top: 1px solid #9C8D6E !important;
margin-right: 0px !important;
}
.container-comment { border: 1px solid #9C8D6E !important; }
.cat { padding-top: 3px !important; }
span.reply-link {
background-color: #B8AC84 !important;
bottom: 1px !important;
right: 0 !important;
padding-bottom: 1px !important;
padding-top: 1px !important;
}
span.reply-link a {
background-color: #B8AC84 !important;
border-top: 1px solid #9C8D6E !important;
margin-right: 0px !important;
}
.container-comment { border: 1px solid #9C8D6E !important; }
I do too. Yeah there's tons of stuff I haven't touched and/or need to fix (like the pop-up menu next to people's icons.. it has a transparent BG, which is easy to fix).
These are good as well, though I kind of liked that the reply link hovered off a bit. It's fitting for the simple version though.
If you don't mind I may just link to the Pastebin link for the simple version if you don't mind adding any changes you make to that. Otherwise this will probably be my last update to the simple one (I'm having too much fun fiddling with CSS3 on the complex one and when to get that one really polished).
These are good as well, though I kind of liked that the reply link hovered off a bit. It's fitting for the simple version though.
If you don't mind I may just link to the Pastebin link for the simple version if you don't mind adding any changes you make to that. Otherwise this will probably be my last update to the simple one (I'm having too much fun fiddling with CSS3 on the complex one and when to get that one really polished).
Unfortunately for the most part I'm pretty busy right now. The only reason I'm fiddling with this is because I got tired of FA hurting my eyes and because I wanted to take a break from commissions to work on something for myself... I just figured I'd share since I know a lot of other people also feel the site causes eye fatigue.
FA+

Comments