Zum Inhalt springen

Benutzer:Menphrad/vector.css

aus Wikipedia, der freien Enzyklopädie

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/*
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic&subset=latin,latin-ext,greek,greek-ext);

#content {
font-family: Georgia, Book Antiqua, Times New Roman, serif;
letter-spacing: 0.05em;
}

#bodyContent {
font-size: 100%;
}

#bodyContent img {
border: 1px solid #ccc;
}

#hauptseite h2 {
background-color: #EEEEEE;
color: #333333;
border: 1px solid #EEEEEE;
}
#hauptseite .inhalt {
border: 1px solid #EEEEEE;
}
 
h1, h2, h3, h4, h5, h6 {
font-family: Roboto, Optima, "Trebuchet MS", sans-serif;
font-weight: normal;
letter-spacing: 0.05em;
}

table {
border-collapse: collapse;
}
 
.firstHeading {
font-size: 200%;
}
 
h1 {
font-size: 180%;
}
 
h2 {
font-size: 160%;
}
 
h3 {
font-size: 140%;
}
 
h4 {
font-size: 120%;
}

.toparrow {
float: right;
}

.editsection,
.reference {
font-size: 75%;
font-family: Arial;
}
.references {
font-size: 85%;
}

#hauptseite .inhalt hr {
background-color:#EEEEEE;
border:0 none;
color:#EEEEEE;
height:1px;
margin:0.2em 0;
}
*/