MediaWiki:Common.css
Aus Bromptonauten-Wiki
				
								
				
				
																
				
				
								
				|  (Die Seite wurde neu angelegt: „- →Das folgende CSS wird für alle Benutzeroberflächen geladen.:   <html> <head> <title>Farbe für Text und Verweise</title> </head> <body link="##CD0000…“) | |||
| Zeile 3: | Zeile 3: | ||
| <html> | <html> | ||
| <head> | <head> | ||
| − | < | + | <style type="text/css"> | 
| + | body { background-color:#663333; color:#FFCC99; } | ||
| + | a:link { color:#CD0000; } | ||
| + | a:visited { color:#FF9900; } | ||
| + | a:active { color:#FFFFFF; } | ||
| + | </style>   | ||
| </head> | </head> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| </html> | </html> | ||
Version vom 24. August 2012, 15:19 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
<html>
<head>
<style type="text/css">
body { background-color:#663333; color:#FFCC99; }
a:link { color:#CD0000; }
a:visited { color:#FF9900; }
a:active { color:#FFFFFF; }
</style> 
</head>
</html>
