MediaWiki:Medik.css
Aus Stadt Ingolstadt Stadtgeschichtslexikon
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Farbverlauf in der Seitenleiste */
@media screen and (min-width: 768px) {
div#mw-navigation.col-12.col-md-3.col-xl-2 {
height: 11em;
background: linear-gradient(#0bb817 50%,#efefef,#fff);
}
}
/* Seitenname verbergen */
.mw-desktop-sitename {
color: #0bb817;
}
/* Suchfeld verbreitern */
#searchInput {
max-width: 100%;
width: 35em;
}
/* Ansicht des Logos anpassen */
#mw-navigation
.mw-wiki-logo {
margin-top: 0;
margin-right: auto;
margin-bottom: 2em;
margin-left: auto;
max-width: 18em;
max-height: 6.5em;
}
@media screen and (min-width: 576px) {
#mw-navigation
.mw-wiki-logo {
min-width: 100%;
}
}
.custom-row-95 {
width: 95%;
margin: 0 auto; /* Center the row */
}
.custom-row-75 {
width: 75%;
margin: 0 auto; /* Center the row */
}
/* Schalter für das Inhaltsverzeichnis in grau */
.toctogglelabel {
color: #6a6a6a;
}
/* Abgrenzung links des Inhalts */
.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 {
border-left: 1px solid #e5e5e5;
}
/* Minimalhöhe des Inhaltsbereichs */
div#mw-main-container.container-fluid div.row div.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 {
min-height: 35em;
}
/* Böse overflow-Leiste entfernen */
#content {
overflow: hidden;
}
/* Add border to the right of the main content area */
.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 {
border-right: 1px solid #e5e5e5;
}
/* MediaWiki
* Galerie bündig nach rechts rücken
*/
ul.gallery.mw-gallery-traditional {
margin-left: 0;
}
/* MediaWiki
* Kategorien bescheiden
*/
.catlinks {
border-top: 1px solid #a2a9b1;
border-bottom: none;
border-right: none;
border-left: none;
background-color: #fff;
margin-top: 2.5em;
}
/* MediaWiki
* Postion des Inhaltsverzeichnisses korrigieren
*/
#toc.toc {
float: none;
}
/* VisualEditor
* Postion des Inhaltsverzeichnisses korrigieren
*/
div#mw-wrapper div#mw-main-container.container-fluid div.row div.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 div#content.mw-body.ve-init-mw-desktopArticleTarget-targetContainer {
min-height: 35rem;
}
/** Semantic MediaWiki
* Hide indicator for entity examination
*/
div#mw-indicator-smw-entity-examiner.mw-indicator {
display: none;
}
/** Semantic MediaWiki
* Increase dominance of special property names on "Special:Browse".
*/
.smwbuiltin a,
.smwbuiltin a.new {
color: #0bb817;
}
/** Semantic MediaWiki
* Change the position of the section tab on property pages.
*/
.smw-tabs label.nav-label.smw-tab-right {
float: left;
}
/** Semantic MediaWiki
* Beautify box containing semantic help.
*/
.smw-editpage-help {
padding: 1em;
}
/** Semantic MediaWiki
* Set quantities to the right
*/
.table-quantity-right-align .smwtype_qty {
text-align: right;
}
/** Semantic MediaWiki
* Make table header row more distinct
*/
.smwtable-clean.sortable.jquery-tablesorter thead {
background: #e8e8e8;
}