MediaWiki:Common.css: Unterschied zwischen den Versionen
K (img a > a img) |
|||
Zeile 14: | Zeile 14: | ||
/* Move to Style.css */ | /* Move to Style.css */ | ||
− | img | + | a img { |
border: 0; | border: 0; | ||
outline: 0; | outline: 0; |
Version vom 21. Januar 2014, 10:54 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#redirectFromOldPage {
display: none;
}
#redirectFromOldPage:target {
position: absolute; top: 20px; left: 50%; margin-left: -300px; width: 558px; padding: 20px; border: 1px solid rgba(0,0,0,.3); box-shadow: 0 0 8px rgba(0,0,0,.15); background: #ffeeaa; border-radius: 4px; display: block; z-index: 500;
}
.center {
text-align: center;
}
/* Move to Style.css */
a img {
border: 0;
outline: 0;
}
.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;
}
.templateDocTitle, .hinweisInfo, .hinweisProbleme { border: 1px solid rgba(0,0,0,.1); margin-bottom: 8px; padding: 10px; padding-left: 40px; font-size: 110%; font-weight: bold; border-radius: 2px; }
.templateDoc { margin-top: 15px; padding: 8px; }
.tempalteDocTitle { background: #abd794; border-left: 3px solid #abd794; }
.hinweisInfo { background: #c2d2e6; border-left: 3px solid #32598b; }
.hinweisProbleme { background: #e6d6c2; border-left: 3px solid #e6b374; }
.clear { clear: both }
.left { float: left }
.right { float: right }
code { border: 1px solid #ddd; padding: 1px 4px; border-radius: 2px; }
.page-box { border-radius: 3px; box-shadow: 0 0 3px rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.1); background: #fafafa; }
.page-box-title { padding: 2px 6px; background: #94d7af; border-bottom: 1px solid rgba(0,0,0,.1); }
.page-box-text { padding: 2px 6px; }