MediaWiki:Foreground.css: Unterschied zwischen den Versionen

Aus Maddraxikon
(Neustart, Hauptseiten-Anzeige entfernen)
(Logo)
Zeile 4: Zeile 4:
}
}


/* Menüleisten Farbe */
/* Menüleisten Logo */
.top-bar-logo { max-height: 160px; }
.top-bar-logo {
ul.title-area li.name div.title-name a div.title-name { display: none !important; }
max-width: 200%;
@media only screen and (max-width: 1440px){
height: auto;
  .top-bar-logo { max-height: 100px; }
max-height: 2.8125rem;
}
display: inline-block;
@media only screen and (max-width: 1024px) {
vertical-align: middle;
  .top-bar-logo { max-height: 120px; padding: 2px 0; }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 630px) {
  .top-bar-logo { max-height: 2.8125rem; padding: 2px 0; }
  #page-content { margin: 0; }
}
}



Version vom 24. April 2020, 12:10 Uhr

/* Table of Contents rechtsbündig */
#toc, .toc {
    float: right;
}

/* Menüleisten Logo */
.top-bar-logo {
	max-width: 200%;
	height: auto;
	max-height: 2.8125rem;
	display: inline-block;
	vertical-align: middle;
}

/* Hauptseiten-Anzeige entfernen */ 
body.page-Main_Page .title,
body.page-Main_Page #tagline {
	display: none;
}