MediaWiki:Common.css: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: .klassenkarte { float: right; width: 230px; padding: 8px; background: #f5f5f5; border…“) |
|||
Zeile 13: | Zeile 13: | ||
.klassenkarte .title { | .klassenkarte .title { | ||
display: block; | display: block; | ||
+ | text-align: center; | ||
border-bottom: 1px solid #e0e0e0; | border-bottom: 1px solid #e0e0e0; | ||
padding-bottom: 3px; | padding-bottom: 3px; | ||
Zeile 19: | Zeile 20: | ||
.klassenkarte ul { | .klassenkarte ul { | ||
− | list-style: | + | list-style-type: none; |
padding: 0; | padding: 0; | ||
+ | padding-left: 15px; | ||
margin: 0; | margin: 0; | ||
} | } | ||
.klassenkarte .attributes { | .klassenkarte .attributes { | ||
− | + | background: url(http://engine-alpha.org/wiki/images/3/3b/IconMinus.png) left center no-repeat; | |
} | } | ||
.klassenkarte .methods { | .klassenkarte .methods { | ||
− | list-style-image: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png); | + | list-style-image: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) left center no-repeat; |
} | } |
Version vom 7. September 2013, 02:14 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.klassenkarte {
float: right;
width: 230px;
padding: 8px;
background: #f5f5f5;
border: 1px solid #e0e0e0;
border-radius: 3px;
box-shadow: 1px 1px 3px #ccc;
}
.klassenkarte .title {
display: block;
text-align: center;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 3px;
margin: 0 -8px;
}
.klassenkarte ul {
list-style-type: none;
padding: 0;
padding-left: 15px;
margin: 0;
}
.klassenkarte .attributes {
background: url(http://engine-alpha.org/wiki/images/3/3b/IconMinus.png) left center no-repeat;
}
.klassenkarte .methods {
list-style-image: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) left center no-repeat;
}