MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 77: | Zeile 77: | ||
.clear { clear: both } | .clear { clear: both } | ||
+ | |||
+ | code { | ||
+ | border: 1px solid #ddd; | ||
+ | padding: 1px 4px; | ||
+ | border-radius: 2px; | ||
+ | } |
Version vom 7. September 2013, 23:16 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.klassenkarte {
float: right;
width: 350px;
padding: 0 8px;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: 1px 1px 3px #ddd;
}
.klassenkarte .title {
display: block;
text-align: center;
font-weight: bold;
line-height: 28px;
height: 28px;
background: #8be88b;
margin: 0 -8px;
border-radius: 3px 3px 0 0;
font-size: 110%;
}
.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) 0px 3px no-repeat;
}
.klassenkarte .methods li {
background: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) 0px 3px no-repeat;
}
.klassenkarte span.visible_public:after {
content: "+";
}
.klassenkarte span.visible_protected:after {
content: "#";
}
.klassenkarte span.keywords {
color: #555;
}
.klassenkarte span.type {
font-weight: bold;
}
.klassenkarte span.name {
color: #058;
}
.vorlagendokumentation { margin-top: 10px; background: #f5f5f5; border: 1px solid #ccc; border-radius: 3px; box-shadow: 1px 1px 3px #ddd; padding: 8px; }
.vorlagendokumentationTitle { background: #8be88b; border-radius: 3px 3px 0 0; margin: -8px; margin-bottom: 8px; padding: 0 15px; font-size: 110%; font-weight: bold; line-height: 30px; height: 30px; }
.hinweisInfo { background: #fafafa; border: 1px solid #eee; border-radius: 2px; padding: 10px; padding-left: 50px; }
.clear { clear: both }
code {
border: 1px solid #ddd;
padding: 1px 4px;
border-radius: 2px;
}