MediaWiki:Common.css
Aus Bromptonauten-Wiki
				
								
				
				
																
				
				
								
				|  (Änderung 99 von Rainer Zenz (Diskussion) rückgängig gemacht.) | |||
| Zeile 5: | Zeile 5: | ||
| <style type="text/css"> | <style type="text/css"> | ||
| body { background-color:#663333; color:#FFCC99; } | body { background-color:#663333; color:#FFCC99; } | ||
| + | a.internal { color:#CD0000 !important;} | ||
| + | a.external { color:#CD5555 !important;} | ||
| a:link { color:#CD0000; } | a:link { color:#CD0000; } | ||
| a:visited { color:#CD5555; } | a:visited { color:#CD5555; } | ||
Version vom 24. August 2012, 15:49 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
<html>
<head>
<style type="text/css">
body { background-color:#663333; color:#FFCC99; }
a.internal { color:#CD0000 !important;}
a.external { color:#CD5555 !important;}
a:link { color:#CD0000; }
a:visited { color:#CD5555; }
a:active { color:#FF0000; }
</style> 
</head>
</html>
