MediaWiki:Monobook.css

From Xhodon 2
Revision as of 13:41, 8 September 2010 by Rakoon (Talk | contribs) (implement, dropdownmenu)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Monobook skin */
/* Code 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 #fff;
	padding: 0.2em 1em 2.5em 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 DropDownMenu - End - */