MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Weiske (Diskussion | Beiträge) |
Weiske (Diskussion | Beiträge) |
.pre-content h1, .content h1, h2, h3, h4, h5, h6, .mw-headline{
font-family: sans-serif; line-height: 1;
}
.pre-content h1, .content h1{ font-size: 1.5rem; }
.noinclude, .mw-ui-icon.mw-ui-icon-arrow.mw-ui-icon-element.indicator, .pre-content.heading-holder{
display:none;
}
.transclusion-container .additional {
display:none;
border:dotted lightgrey;
padding: 0.5em;
}
.grey { background: #7b7673; border-radius: 0.5em; display: inline; color: white; font-weight: bold; padding: .3em 0.5em; margin: 0em;
white-space: nowrap;
}
.pink { background: #dc097a; border-radius: 0.5em; display: inline; color: white; font-weight: bold; padding: .3em 0.5em; margin: 0em;
white-space: nowrap;
}
.additional { background: #efefef; border-radius: .1em; display: outline; padding: .0em 0.5em; margin: 0em; -webkit-box-decoration-break: slice; box-decoration-break: slice; margin-top: 0.5em;
margin-bottom: 0.5em;
}
body.mce-content-body .additional {
background-color: lightgreen;
}
.transclusion-container div.show.additional {
display:noneblock;
}
.transclusion-container span.show.additional {
display:inline;
}
.intime-icon-faq::before {
font-family: "entypo" !important; content: "\e9b6"; font-size: 100%300%;
}
.languageselector {
float:right;
}
.transclusion-container .languageselector {
display:none;
}
/* MobileFrontendFixes */ /* extensions/MobileFrontend/resources/skind.minverva.content.styles/lists.less:20 */ .content ul {
list-style-position: outside; padding-left: 1em;
}
- bs-statebar,
- page-actions,
- page-secondary-actions,
.last-modified-bar {
display: none;
}
.content .section-heading, .content .in-block {
display: block;
}
/*In Bearbeitung*/
/* Alle Links einfärben a:-webkit-any-link {
color: #dc097a;
font-weight: bold; }*/
.pre-content h1, .content h1, h2, h3, h4, h5, h6, .mw-headline{ font-family: sans-serif; line-height: 1; } .pre-content h1, .content h1{ font-size: 1.5rem; } .noinclude, .mw-ui-icon.mw-ui-icon-arrow.mw-ui-icon-element.indicator, .pre-content.heading-holder{ display:none; } .transclusion-container .additional { display:none; border:dotted lightgrey; padding: 0.5em; } .grey { background: #7b7673; border-radius: 0.5em; display: inline; color: white; font-weight: bold; padding: .3em 0.5em; margin: 0em; white-space: nowrap; } .pink { background: #dc097a; border-radius: 0.5em; display: inline; color: white; font-weight: bold; padding: .3em 0.5em; margin: 0em; white-space: nowrap; } .additional { background: #efefef; border-radius: .1em; display: outline; padding: .0em 0.5em; margin: 0em; -webkit-box-decoration-break: slice; box-decoration-break: slice; margin-top: 0.5em; margin-bottom: 0.5em; } body.mce-content-body .additional { background-color: lightgreen; } .transclusion-container div.show.additional { display:noneblock; } .transclusion-container span.show.additional { display:inline; } .intime-icon-faq::before { font-family: "entypo" !important; content: "\e9b6"; font-size: 100%300%; } .languageselector { float:right; } .transclusion-container .languageselector { display:none; } /* MobileFrontendFixes */ /* extensions/MobileFrontend/resources/skind.minverva.content.styles/lists.less:20 */ .content ul { list-style-position: outside; padding-left: 1em; } #bs-statebar, #page-actions, #page-secondary-actions, .last-modified-bar { display: none; } .content .section-heading, .content .in-block { display: block; } /*In Bearbeitung*/ /* Alle Links einfärben a:-webkit-any-link { color: #dc097a; font-weight: bold; }*/
Zeile 14: | Zeile 14: | ||
.transclusion-container .additional { | .transclusion-container .additional { | ||
display:none; | display:none; | ||
− | |||
− | |||
} | } | ||
Zeile 57: | Zeile 55: | ||
.transclusion-container div.show.additional { | .transclusion-container div.show.additional { | ||
− | display: | + | display:block; |
} | } | ||
Zeile 67: | Zeile 65: | ||
font-family: "entypo" !important; | font-family: "entypo" !important; | ||
content: "\e9b6"; | content: "\e9b6"; | ||
− | font-size: | + | font-size: 300%; |
} | } | ||