MediaWiki:Medik.css: Unterschied zwischen den Versionen

Aus Stadt Ingolstadt Stadtgeschichtslexikon

Inhalt gelöscht Inhalt hinzugefügt
änd
Fix footer icon alignment
 
(58 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Farbverlauf in der Seitenleiste */
/* Farbverlauf in der Seitenleiste */
div#mw-navigation.col-12.col-md-3.col-xl-2 {
background: linear-gradient(#0bb817 50%,#efefef,#fff);
}
@media screen and (min-width: 768px) {
@media screen and (min-width: 768px) {
div#mw-navigation.col-12.col-md-3.col-xl-2 {
div#mw-navigation.col-12.col-md-3.col-xl-2 {
height: 15em;
height: 11em;
background: linear-gradient(#0bb817 40%,#efefef,#fff);
background: linear-gradient(#0bb817 50%,#efefef,#fff);
}
}
}
}
Zeile 18: Zeile 15:
#searchInput {
#searchInput {
max-width: 100%;
max-width: 100%;
width: 600px;
width: 35em;
}
}


Zeile 28: Zeile 25:
margin-bottom: 2em;
margin-bottom: 2em;
margin-left: auto;
margin-left: auto;
max-width: 50em;
max-width: 18em;
max-height: 6.5em;
}
}
@media screen and (min-width: 576px) {
#mw-navigation
.mw-wiki-logo {
min-width: 100%;
}
}



.custom-row-95 {
/* Schriftgröße des Menüs vergrößern */
width: 95%;
aside {
margin: 0 auto; /* Center the row */
font-size: 1em;
}
}


.custom-row-75 {
/* Aktive Schaltflächen in grau */
width: 75%;
.dropdown-item.active,
margin: 0 auto; /* Center the row */
.dropdown-item:active {
background-color: #6a6a6a;
}
}


Zeile 47: Zeile 51:
}
}


/* Abgrenzung links und rechts des Inhalts */
/* Abgrenzung links des Inhalts */
.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 {
.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 {
border-left: 1px solid #e5e5e5;
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: 35rem;
}

/* 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;
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
*/
.ve-init-mw-desktopArticleTarget-targetContainer {
min-height: 40rem;
}

/** 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;
}

/** Footer icons
* Align icons
*/
#footer-copyrightico > a:first-child {
margin-right: 1em;
}

#footer-copyrightico > a:first-child > img {
padding: 3px 0;
}
}

Aktuelle Version vom 26. November 2025, 13:40 Uhr

/* 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: 35rem;
}

/* 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
 */
.ve-init-mw-desktopArticleTarget-targetContainer {
    min-height: 40rem;
}

/** 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;
}

/** Footer icons
 * Align icons
 */
#footer-copyrightico > a:first-child {
    margin-right: 1em;
}

#footer-copyrightico > a:first-child > img {
    padding: 3px 0;
}
Cookies helfen uns bei der Bereitstellung von Stadt Ingolstadt Stadtgeschichtslexikon. Durch die Nutzung von Stadt Ingolstadt Stadtgeschichtslexikon erklärst du dich damit einverstanden, dass wir Cookies speichern.