How to add a theme selector to your site
Setting up your site
Overall page style - body Adjust width of your site with form input, select changes the input buttons/boxes style
.SelectedTab { } .UnSelectedTab { } .UnSelectedTabMo { }
Adding and Customizing themes
Selector Module (Drop down menu)
<link rel="stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-bold.css" title="default" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-black.css" title="black" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-blue.css" title="blue" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-exodar.css" title="exodar"><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-grey.css" title="grey" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-ne.css" title="ne" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-parch.css" title="parch" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-slim.css" title="slim"><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-wv.css" title="wv" /><script src="http://www.axiomfiles.com/Files/262592/setstyle.js"></script><div align="center"><select id="setStyle" class="StyleBox" onchange="setActiveStyleSheet(this.value)"><option value="default">WoW-Bold</option><option value="black">WoW-Black</option><option value="blue">WoW-Blue</option><option value="exodar">WoW-Exodar</option><option value="grey">WoW-Grey</option><option value="ne">WoW-Night Elves</option><option value="parch">WoW-Parchment</option><option value="slim">WoW-Slim</option><option value="wv">WoW-Vault</option></select></div><script type="text/javascript"> var cookie = readCookie("style"); var cssName = cookie ? cookie : "default"; setPassiveStyleSheet(cssName); document.getElementById('setStyle').value = cssName;</script>
Selector Module (using links or images)
<link rel="stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-bold.css" title="default" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-black.css" title="black" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-blue.css" title="blue" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-exodar.css" title="exodar"><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-grey.css" title="grey" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-ne.css" title="ne" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-parch.css" title="parch" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-slim.css" title="slim"><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-wv.css" title="wv" /><script src="http://www.axiomfiles.com/Files/262592/setstyle.js"></script><a href="#" onclick="setActiveStyleSheet('default'); return false;">WoW-Bold</a><br><a href="#" onclick="setActiveStyleSheet('black'); return false;">WoW-Black</a><br><a href="#" onclick="setActiveStyleSheet('blue'); return false;">WoW-Blue</a><br><a href="#" onclick="setActiveStyleSheet('exodar'); return false;">WoW-Exodar</a><br><a href="#" onclick="setActiveStyleSheet('grey'); return false;">WoW-Grey</a><br><a href="#" onclick="setActiveStyleSheet('ne'); return false;">WoW-Night Elves</a><br><a href="#" onclick="setActiveStyleSheet('parch'); return false;">WoW-Parchment</a><br><a href="#" onclick="setActiveStyleSheet('slim'); return false;">WoW-Slim</a><br><a href="#" onclick="setActiveStyleSheet('wv'); return false;">WoW-Vault</a><br><script type="text/javascript"> var cookie = readCookie("style"); var cssName = cookie ? cookie : "default"; setPassiveStyleSheet(cssName);</script>
<link rel="stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-bold.css" title="default" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-black.css" title="black" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-blue.css" title="blue" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-exodar.css" title="exodar"><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-grey.css" title="grey" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-ne.css" title="ne" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-parch.css" title="parch" /><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-slim.css" title="slim"><link rel="alternate stylesheet" type="text/css" media="screen" href="http://www.axiomfiles.com/Files/262592/style-wv.css" title="wv" /><script src="http://www.axiomfiles.com/Files/262592/setstyle.js"></script><script type="text/javascript"> var cookie = readCookie("style"); var cssName = cookie ? cookie : "default"; setPassiveStyleSheet(cssName);</script>