“Repository” for concrete, runnable user modifcations to the look of the Azimuth wiki that may be useful to others.
Sylish is an extension allowing selective css overwriting, available for firefox and available for chrome. The following are scripts in Stylish format:
This does the minimum required to replace large expanses of white with a light grey (which requires tweaking some of the other uses of grey to make them visible).
@-moz-document url-prefix('http://www.azimuthproject.org') { html, body, frameset { background-color:#C0C0C0 !important } textarea { background-color: #C0C0E0 !important ; color: #000000 !important ; } #content div { background-color: #C0C0E0 !important ; } }
User CSS is an extension allowing selective css overwriting, available on Safari.