themeswitcher/themeswitcher.html
Peter Molnar f2ba6cde56
2019-04-29 08:28:18 +00:00

22 lines
No EOL
800 B
HTML

<!-- <head> needs to contain the alternative style sheet -->
<style media="all">
# normal CSS
</style>
<style id="css_alt" media="speech">
# alt CSS
</style>
<!-- example of container and sibling that will auto-include the theme form -->
<div id="header-forms">
<!-- theme form will be inserted here if the selectors in the JS code below are unmodified -->
<form id="search" role="search" method="get" action="/search/">
<label for="qsub">
<input type="submit" value="search" id="qsub" name="qsub" />
<svg width="16" height="16">
<use xlink:href="#icon-search"></use>
</svg>
</label>
<input type="search" placeholder="search..." value="" name="q" id="q" title="Search for:" />
</form>
</div>