MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Forscherhaus Wiki
Zur Navigation springen Zur Suche springen
K
K
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('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
 +
 +
@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: */
 
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
Zeile 12: Zeile 15:
  
  
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
 
  
 
body {
 
body {

Version vom 16. Februar 2021, 16:12 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

 @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;
}



body {
font-family: 'Raleway', sans-serif !important;;
/*font-size: 15px;
line-height: 3.2;*/
color: #666666;
background-color: #ffffff;
}

h1, 
h2 {
  font-family: "Raleway", serif !important;
font-family: Raleway !important;
}

.firstHeading {
font-family: "Raleway", serif !important;
color:#b61632;
}

.mw-body{
margin-top: -1px;
border: 1px solid #b61632;
border-right-width: 0;
}

.vector-menu-tabs li {
background:none;
background-image: linear-gradient(to bottom, white 0,#f3f3f3 100%);
}

.vector-menu-tabs a {
background-image: url(/private/tab-separator-fh.png); 
/*background-image: linear-gradient(to bottom, white 0,#f3f3f3 100%);*/
background-repeat: no-repeat;
background-size: 1px 100%;
}

a:link { color: #b61632 !important; }
a:visited {color: #b61632 !important; }
a:hover { color: #b61632 !important; } 
a:focus { color: #b61632 !important; }
a:active { color: #b61632 !important; }
a:visited:hover{ color: #b61632 !important; }