Of course with "a good browser", you can select the stylesheet to use when alternative stylesheets are available. In IE you can't. But even "good browsers" like Firefox, Mozilla and Opera don't handle this correctly. When you click on a link that fetches the next page from the same site, the style sheet selection is undone and you again need to pull out the same 3-level menu selection to switch style to the one you want. Only Konqueror handles this "correctly", by remembering the style you selected for tht si
The real question is how we're going to write a module to solicit style sheet contributions from our users and let everyone try them out and vote on which ones they like best.
Patches welcome.
Bonus points if your code automatically ships free ThinkGeek T-shirts to the most popular.
On stylesheet switching (Score:0)
But even "good browsers" like Firefox, Mozilla and Opera don't handle this correctly. When you click on a link that fetches the next page from the same site, the style sheet selection is undone and you again need to pull out the same 3-level menu selection to switch style to the one you want.
Only Konqueror handles this "correctly", by remembering the style you selected for tht si
Re:On stylesheet switching (Score:1)
Patches welcome.
Bonus points if your code automatically ships free ThinkGeek T-shirts to the most popular.
Re:On stylesheet switching (Score:0)
People can try them with user CSS.
In Opera Shift + G, or Ctrl + G.
In FF With Web Developer extention or Edit CSS.
Hard to post CSS because
/* Slashdot.org */
body{font-family:arial narrow}
h1,h2,h3,h4,h5,h6{color:white;background
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: #CCCCCC;}
ul,ol{border:thin solid gray}
li{margin:0;}
i,em,cite,dfn,var{color:mar
b,strong{color:navy;font
blockquote{color:#300;background:#
a[name] b{display:block;color:white;background:#006666;ma
img{font-family:verdana;font-size:9px;border:
a{text-decoration:none;border-bottom: thin solid blue;}
a:hover{color: #CC0066;border-bottom: thin solid #CC6666;}
td{background:#aaa;}
td + td{background:#bbb;}
dt{background: #CCCC99;}
Parent
Re:On stylesheet switching (Score:0)
Press: Alt + P, Advanced, Content, Style options...
Then Shift + G to activate.
Here's another small one:
body,td{font-size:12px;
font-family:verdana,sans-serif;}
h1,h2,h3,h4,h5,h6,a[name] b{display:block;background:#696;color:#eff;margin
td td{background:#cdc;}
ul{margin:1em;}
b{font-family:tahoma,sans-serif;}