Thread: Styling the Fox
View Single Post
Old 13-05-2011, 05:56 PM   #10
Ohne Mitleid
Brazen Pangolin
 
Ohne Mitleid's Avatar


 
Join Date: Dec 2010
Location: ,
Posts: 202
Default

Quote:
Originally Posted by GTX2GvO View Post
ooohhh. Now I really want to see the style code.
Maybe I can find a few bugs.

And I'm only using Stylish for the fun, getting my fox look cool and learning some coding along the way.
I don't know if it is really style, or code for that matter. In either case, it is not my creation, just my modification.

As far as bugs go, I am more concerned with changing something like this:
Code:
  font-weight: bold !important;
  font-style: normal !important;
  font-variant: small-caps !important;
  font-size: .90em !important;
  line-height: 1.2em !important;
  font-family: Tahoma, Sans-serif !important;
into this:
Code:
  font: bold normal small-caps .90em/1.2 tahoma, sans-serif !important;
It's lunchtime on Friday here. I'll PM you with what I have accomplished early Monday morning. K?
Ohne Mitleid is offline                         Send a private message to Ohne Mitleid
Reply With Quote