MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Yogawiki
Die Seite wurde neu angelegt: „→All CSS here will be loaded for users of the Timeless skin: →***********: →YV Colors: →***********: .color-left, .color-middle, .color-right {…“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 70: | Zeile 70: | ||
} | } | ||
} | } | ||
/**************/ | /**************/ | ||
| Zeile 96: | Zeile 85: | ||
line-height: 1.4em; | line-height: 1.4em; | ||
} | } | ||
/*********/ | |||
/* Other */ | |||
/*********/ | |||
/* Hide languages menu (i18n) */ | |||
@media (max-width: 850px) { | |||
li#ca-languages { | |||
display: none; | |||
} | |||
} | |||
/* Hide MediaWiki Logo - ALLOWED ??? */ | |||
/* | |||
#f-poweredbyico { | |||
display: none; | |||
} | |||
*/ | |||
Version vom 16. Juni 2022, 18:07 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: 90%;
line-height: 1.4em;
}
/*********/
/* Other */
/*********/
/* Hide languages menu (i18n) */
@media (max-width: 850px) {
li#ca-languages {
display: none;
}
}
/* Hide MediaWiki Logo - ALLOWED ??? */
/*
#f-poweredbyico {
display: none;
}
*/