MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Shadowhelix
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:


.pBody {
.pBody {
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
background: #e6e6e6 url(skins/monobook/portlet_bg.png) no-repeat;
background: #e6e6e6 url(skins/monobook/portlet_bg.png) no-repeat;
}
}

Version vom 24. Juli 2008, 10:16 Uhr

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

.pBody {
	-moz-border-radius-bottomright: 5px;
	background: #e6e6e6 url(skins/monobook/portlet_bg.png) no-repeat;
}
.portlet h5 {
	-moz-border-radius-topright: 5px;
	background: #e5e5e5 url(skins/monobook/portlet_head.png) repeat-y;
}

#p-cactions .pBody {
	background: none;
}

#p-cactions li a {
	background: #cccccc url(skins/monobook/portlet_actions_bg.png) repeat-x;
}
#p-cactions li.selected a {
	background-color: #cccccc;
}
#p-cactions li a:hover {
	background-color: #cccccc;
}
#content {
	-moz-border-radius-topleft: 5px;
	background: #f2f2f2 url(skins/monobook/gradient1.png) repeat-x;
}

.greybox1 {
	background: #cccccc url(skins/monobook/gradient2.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

.greybox2 {
	background: #b2b2b2 url(skins/monobook/gradient3.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}