MediaWiki:Common.css
Aus Bromptonauten-Wiki
				
								
				
				
																
				
				
								
				| Zeile 6: | Zeile 6: | ||
| body { background-color:#663333; color:#FFCC99; } | body { background-color:#663333; color:#FFCC99; } | ||
| a.internal { color:#CD0000 !important;} | a.internal { color:#CD0000 !important;} | ||
| − | a.external { color:# | + | a.external { color:#CD0000 !important;} | 
| a:link { color:#CD0000; } | a:link { color:#CD0000; } | ||
| a:visited { color:#CD5555; } | a:visited { color:#CD5555; } | ||
Version vom 24. August 2012, 22:01 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:#CD0000 !important;}
a:link { color:#CD0000; }
a:visited { color:#CD5555; }
a:active { color:#FF0000; }
</style> 
</head>
</html>
