Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Doesn't scale properly. Fixed. |
|
|
Doesn't scale properly. |
|
|
Fixed it Navid. Thanks. But I used font-size 11px. |
|
|
Nice style. I found a little bug in it:
I prefer the point unit for fonts and real-life units like mm for the rest, because otherwise you get tiny fonts on high-DPI screens (like mine) :D
|
|
|
If you're interested in making your Stylish code do image replacement for the logo, might I suggest the following code:
h1 > a[href="/"] > img
{
display: none !important;
}
h1 > a[href="/"]:after
{
content: url(URI GOES HERE) !important;
}The URI GOES HERE should be replaced with the URI of the logo. I didn't quote it because it's really really long. I also will warn you that Stylish went a bit freaky with a URI that long when I copied and pasted it into the Stylish window, but it still works. This Hope that helps anyone who wanted to use Stylish for styling. |
|
|
I don't know how to change the image by css in Stylish.
|
|
|
Is it possible you update the userscripts logo image in here: http://userstyles.org/styles/9483
thank you |
|
|
Fantastic looking now, thank you. yet another website turned dark for me :) |
|
|
I'm going to. I made it in Stylish so I couldn't do that right away. I'll add that in now. I already had a logo with a transparent background.
|
|
|
I like it black, but maybe you want to change that logo - it looks bad, maybe remove the orange background like this:
or remove is and paint the text background like this:
|