MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Yogawiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 91: | Zeile 91: | ||
/* Bigger font-size */ | /* Bigger font-size */ | ||
.mw-content-text { | |||
font-size: 18px; | font-size: 18px; | ||
} | } | ||
Version vom 20. Juni 2022, 08:26 Uhr
/* All CSS here will be loaded for users of the Timeless skin */
/*************/
/* YV Colors */
/*************/
.color-left, .color-middle, .color-right {
background: #ffcc32;
}
#mw-content-container {
border-bottom: solid 4px #ffcc32;
}
/**************/
/* Navigation */
/**************/
/* One-sided navigation menu */
@media (min-width: 1340px) {
#mw-content-block {
display: block;
}
#mw-content,
#content-bottom-stuff {
margin-left: 14em;
}
#mw-content-wrapper {
float: right;
margin-left: -14em;
width: 100%;
}
#mw-related-navigation {
width: 14em;
padding: 0 1em 0 0;
}
div.color-middle {
margin-right: 0;
}
.mw-wiki-logo {
display: inline-block;
}
}
/* Align top colour bar with page columns */
.ts-inner {
padding: 0 0 0 1em;
}
/* Re-aligning bottom logos */
#footer-bottom {
padding-right: 1em;
}
/**************/
/* Categories */
/**************/
/* Show Categories at Bottom of Main Column */
@media (min-width: 1100px) {
#catlinks {
display: block;
margin: 0 2em;
padding: 1em 0 0.5em;
}
#catlinks-sidebar {
display: none;
}
}
/**************/
/* WikiEditor */
/**************/
/* Hide Advanced Menu */
#wikiEditor-ui-toolbar .tab-advanced {
display: none;
}
/* Smaller Font */
#wpTextbox1 {
font-size: 15px;
line-height: 1.4em;
}
/*********/
/* Other */
/*********/
/* Bigger font-size */
.mw-content-text {
font-size: 18px;
}
/* Hide languages menu (i18n) */
@media (max-width: 850px) {
li#ca-languages {
display: none;
}
}
/* Hide MediaWiki Logo - ALLOWED ??? */
/*
#f-poweredbyico {
display: none;
}
*/