MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 16: | Zeile 16: | ||
font-weight: bold; | font-weight: bold; | ||
border-bottom: 1px solid #e0e0e0; | border-bottom: 1px solid #e0e0e0; | ||
− | + | line-height: 25px; | |
− | + | height: 25px; | |
} | } | ||
Zeile 31: | Zeile 31: | ||
.klassenkarte ul { | .klassenkarte ul { | ||
padding: 5px 0; | padding: 5px 0; | ||
− | |||
margin: 0; | margin: 0; | ||
} | } | ||
Zeile 38: | Zeile 37: | ||
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
+ | padding-left: 20px; | ||
} | } | ||
.klassenkarte .attributes li { | .klassenkarte .attributes li { | ||
− | background: url(http://engine-alpha.org/wiki/images/3/3b/IconMinus.png) | + | background: url(http://engine-alpha.org/wiki/images/3/3b/IconMinus.png) top center no-repeat; |
} | } | ||
.klassenkarte .methods li { | .klassenkarte .methods li { | ||
− | background: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) | + | background: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) top center no-repeat; |
} | } |
Version vom 7. September 2013, 08:57 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.klassenkarte {
float: right;
width: 230px;
padding: 0 8px;
background: #f5f5f5;
border: 1px solid #e0e0e0;
border-radius: 3px;
box-shadow: 1px 1px 3px #ccc;
}
.klassenkarte .title {
display: block;
text-align: center;
font-weight: bold;
border-bottom: 1px solid #e0e0e0;
line-height: 25px;
height: 25px;
}
.klassenkarte .subtitle {
display: block;
text-align: center;
background: #ddd;
line-height: 20px;
height: 20px;
margin: 0 -8px;
}
.klassenkarte ul {
padding: 5px 0;
margin: 0;
}
.klassenkarte li {
list-style-type: none;
list-style-image: none;
padding-left: 20px;
}
.klassenkarte .attributes li {
background: url(http://engine-alpha.org/wiki/images/3/3b/IconMinus.png) top center no-repeat;
}
.klassenkarte .methods li {
background: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) top center no-repeat;
}