MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Forscherhaus Wiki
Zur Navigation springen Zur Suche springen
K
K (Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: @import url("/private/private.css") screen;“)
Markierung: Ersetzt
 
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
+
@import url("/private/private.css") screen;
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
 
body {
 
  background: white;
 
}
 
 
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
#mw-page-base {
 
  background: white;
 
}
 
 
 
 
 
@import url( 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900,regular');
 
@import url( 'https://fonts.googleapis.com/css?family=Montserrat:700,regular');
 
@import url( 'https://fonts.googleapis.com/css?family=Playfair+Display:700,900,regular,italic,700italic,900italic');
 
 
 
body {
 
font-family: 'Raleway', sans-serif;
 
font-size: 14px;
 
line-height: 2.2;
 
color: #6a6a69;
 
background-color: #ffffff;
 
}
 
 
 
h1,
 
h2 {
 
  font-family: "Raleway", serif;
 
font-family: Raleway !important;
 
}
 
 
 
.firstHeading {
 
font-family: Raleway !important;
 
color:#b61632;
 
}
 
 
 
.mw-body{
 
margin-top: -1px;
 
border: 1px solid #b61632;
 
border-right-width: 0;
 
}
 

Aktuelle Version vom 16. Februar 2021, 16:29 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url("/private/private.css") screen;