themeswitcher/themeswitcher.html

22 lines
800 B
HTML
Raw Permalink Normal View History

2019-01-10 08:20:47 +00:00
<!-- <head> needs to contain the alternative style sheet -->
<style media="all">
# normal CSS
</style>
<style id="css_alt" media="speech">
# alt CSS
</style>
2019-04-29 09:28:18 +01:00
<!-- 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>