MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cornix (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Cornix (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 9: | Zeile 9: | ||
.pBody { | .pBody { | ||
-moz-border-radius-topright: 5px; | -moz-border-radius-topright: 5px; | ||
background: #e6e6e6 url(skins/monobook/portlet_bg.png) no-repeat; | |||
} | } | ||
.portlet h5 { | .portlet h5 { | ||
-moz-border-radius-topright: 5px; | -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 { | #content { | ||
-moz-border-radius-topleft: 5px; | -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; | |||
} | } | ||
Version vom 24. Juli 2008, 00:15 Uhr
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
.pBody {
-moz-border-radius-topright: 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;
}