Widget:AdventureStyle: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
J* (Diskussion | Beiträge) |
J* (Diskussion | Beiträge) |
||
Zeile 10: | Zeile 10: | ||
body.adventure-style-blindlink div#content a { | body.adventure-style-blindlink div#content a { | ||
− | color: # | + | color: #9999ff; |
} | } | ||
Version vom 22. Juni 2012, 08:04 Uhr
<style type="text/css">
/* blind: schwarzer Hintergrund */
body.adventure-style-blind div#content { color: white; background-color: black;
}
/* blindlink: hellere, lesbarere Linkfarben für "blind" */
body.adventure-style-blindlink div#content a { color: #9999ff;
}
</style>
<script type="text/javascript"> function makeAdventureStyle() {
var styles = "".split(","); for (s in styles) { var style = styles[s]; if (/[A-Za-z]/.test(style)) $(document.body).addClass("adventure-style-"+style); }
}
makeAdventureStyle(); </script>