MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Xhodon
Rakoon (Diskussion | Beiträge) (Dropdown Menu zur optimierung der Navigation zwischen den Welten) |
Rakoon (Diskussion | Beiträge) K |
||
Zeile 17: | Zeile 17: | ||
margin: 10px 1px 18px 1px; | margin: 10px 1px 18px 1px; | ||
background: #F3DCA8; | background: #F3DCA8; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | .menuebox2 { | ||
+ | position: relative; | ||
+ | width: auto; | ||
+ | clear: both; | ||
+ | border: 1px solid #aaa; | ||
+ | padding: 0.2em 0.2em 0.2em 0.2em; | ||
+ | margin: 1px 1px 1px 1px; | ||
font-size: 95%; | font-size: 95%; | ||
} | } |
Version vom 16. Oktober 2009, 11:15 Uhr
/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */ /* Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } /* Code für DropDownMenu */ .menuebox { position: relative; width: auto; clear: both; border: 1px solid #aaa; padding: 0.2em 1em 2.8em 0.2em; margin: 10px 1px 18px 1px; background: #F3DCA8; font-size: 95%; } .menuebox2 { position: relative; width: auto; clear: both; border: 1px solid #aaa; padding: 0.2em 0.2em 0.2em 0.2em; margin: 1px 1px 1px 1px; font-size: 95%; } .menue { position: absolute; z-index: 4; top: 0.4em; } .menue .floatleft { float: left; margin-right: 10px; } .menue .aussen { float: left; display: block; overflow: hidden; height: 1.3em; margin-right: 20px; border: 1px solid #aaa; background: #E0E8FF; padding: 4px; -moz-border-radius: 8px; } .menue .aussen:hover { height: auto; } .menue ul { padding-right: 0.2em; font-size: 95%; } .menue .menutag { display: block; text-align: center; } /* Code für DropDownMenu - Ende - */ /* Neuerungen bitte erst nach dieser Zeile einfügen und kenntlich machen! - - - - - - - - - - */