MediaWiki:Common.css
Aus AnnoWiki 1602
(Unterschied zwischen Versionen)
(Änderung 2749 von Sir Henry (Diskussion) rückgängig gemacht.) |
|||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | .editsection { | ||
+ | font-size:smaller; | ||
+ | float: right; | ||
+ | margin-left: 5px; | ||
+ | } | ||
+ | |||
+ | h1 .editsection { font-size:53%; } | ||
+ | h2 .editsection { font-size: 67%; } | ||
+ | h3 .editsection { font-size: 76%; font-weight: normal; } | ||
+ | h4 .editsection { font-size: 86%; font-weight: normal; } | ||
+ | h5 .editsection { font-weight: normal; } | ||
+ | h6 .editsection { font-size: 125%; font-weight: normal; } |
Aktuelle Version vom 19. Oktober 2011, 19:49 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .editsection { font-size:smaller; float: right; margin-left: 5px; } h1 .editsection { font-size:53%; } h2 .editsection { font-size: 67%; } h3 .editsection { font-size: 76%; font-weight: normal; } h4 .editsection { font-size: 86%; font-weight: normal; } h5 .editsection { font-weight: normal; } h6 .editsection { font-size: 125%; font-weight: normal; }