MediaWiki:Common.css
Aus Bromptonauten-Wiki
				
								
				
				
																
				
				
								
				| Zeile 2: | Zeile 2: | ||
| <html> | <html> | ||
| − | |||
| − | |||
| 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:#CD0000 !important;} | a.external { color:#CD0000 !important;} | ||
| − | a:link { color:#CD0000; } | + | a:link { color:#CD0000; !important;} | 
| − | a:visited { color:#CD5555; } | + | a:visited { color:#CD5555; !important;} | 
| − | a:active { color:#FF0000; } | + | a:active { color:#FF0000; !important;} | 
| − | + | ||
| − | + | ||
| </html> | </html> | ||
Version vom 25. August 2012, 10:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
<html>
body { background-color:#663333; color:#FFCC99; }
a.internal { color:#CD0000 !important;}
a.external { color:#CD0000 !important;}
a:link { color:#CD0000; !important;}
a:visited { color:#CD5555; !important;}
a:active { color:#FF0000; !important;}
</html>
