Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BLGBL
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
   --color-visited--hover: #534fa3;
   --color-visited--hover: #534fa3;
   }
   }
/*  .vector-page-titlebar {
  .vector-page-titlebar {
   box-shadow: none !important;
   box-shadow: none !important;
   }
   }
Zeile 16: Zeile 16:
   display: none;
   display: none;
   }
   }
  */
  .mw-heading,
   .firstHeading {
   .firstHeading {
border-bottom: none !important;
color: #b2292e;
  }
  .mw-page-title-main {
font-family: "Minion Pro",minion-pro,serif;
font-family: "Minion Pro",minion-pro,serif;
font-weight: 700;
font-weight: 700;
color: #b2292e;
color: #b2292e;


   }
   }

Version vom 25. August 2025, 18:01 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@media screen {
  /*.vector-feature-zebra-design-disabled .vector-header-container {
    padding-right: 5em !important;
  }*/
  :root {
  	--color-link: #666;
  	--color-link-visited: #555;
  	--color-visited--hover: #534fa3;
  }
  .vector-page-titlebar {
  	box-shadow: none !important;
  }
    .vector-page-titlebar::after {
  	display: none;
  }
  .firstHeading {
	font-family: "Minion Pro",minion-pro,serif;
	font-weight: 700;
	color: #b2292e;

  }
  .mw-body,
  .mw-body-content,
  .mw-heading,
  .mw-body h1, 
  .mw-body .mw-heading1, 
  .mw-body-content h1, 
  .mw-body-content .mw-heading1, 
  .mw-body-content h2, 
  .mw-body-content .mw-heading2 {
    font-family: "Minion Pro", minion-pro, serif !important;
  }

  .vector-body {
  	font-family: "Minion Pro",minion-pro,serif;
  	font-size: 1.2rem;
  }

  a {
	text-decoration: underline;
  }

}
a {
	color: #666;
	text-decoration: underline;
}