MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Yogawiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 92: | Zeile 92: | ||
/* Bigger font-size */ | /* Bigger font-size */ | ||
#mw-content-text { | #mw-content-text { | ||
font-size: | font-size: 18px; | ||
} | } | ||
#site-navigation { | #site-navigation { | ||
font-size: 18px; | font-size: 18px !important; | ||
} | } | ||
#mw-related-navigation { | #mw-related-navigation { | ||
| Zeile 106: | Zeile 106: | ||
display: none; | display: none; | ||
} | } | ||
} | |||
/* Responsive Table */ | |||
#bodyContent table { | |||
overflow: auto; | |||
overflow-y: hidden; | |||
overflow-x: auto; | |||
display: block; | |||
max-width: 100% !important; | |||
box-sizing: border-box; | |||
} | |||
#bodyContent table th { | |||
text-align: start; | |||
} | } | ||
Aktuelle Version vom 2. Juli 2022, 16:34 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: 16px;
line-height: 1.4em;
}
/*********/
/* Other */
/*********/
/* Bigger font-size */
#mw-content-text {
font-size: 18px;
}
#site-navigation {
font-size: 18px !important;
}
#mw-related-navigation {
font-size: 18px;
}
/* Hide languages menu (i18n) */
@media (max-width: 850px) {
li#ca-languages {
display: none;
}
}
/* Responsive Table */
#bodyContent table {
overflow: auto;
overflow-y: hidden;
overflow-x: auto;
display: block;
max-width: 100% !important;
box-sizing: border-box;
}
#bodyContent table th {
text-align: start;
}
/* Hide MediaWiki Logo - ALLOWED ??? */
/*
#f-poweredbyico {
display: none;
}
*/