MediaWiki:Medik.css: Unterschied zwischen den Versionen
Aus Stadt Ingolstadt Stadtgeschichtslexikon
Inhalt gelöscht Inhalt hinzugefügt
Admin (Diskussion | Beiträge) änd |
Admin (Diskussion | Beiträge) änd |
||
| Zeile 48: | Zeile 48: | ||
div#mw-main-container.container-fluid div.row div.col-12.col-md-9.col-xl-8.py-md-3.px-md-5 { |
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; |
min-height: 35em; |
||
} |
|||
/** 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; |
|||
} |
} |
||
Version vom 29. September 2022, 16:05 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%;
}
}
/* 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;
}
/** 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;
}