Benutzer:FoXen/vector.css: Unterschied zwischen den Versionen

Aus Horizon
Wechseln zu: Navigation, Suche
(Änderung 19570 von FoXen (Diskussion) rückgängig gemacht.)
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
  
 
h2 {  
 
h2 {  
   margin-top: 1ex;  
+
   margin-top: 1.5ex;  
 
   padding-top: 0.2ex;  
 
   padding-top: 0.2ex;  
   padding-left: 1em;  
+
}
 +
 
 +
div.vectorMenu > h5 {
 +
   background-color: transparent;
 
}
 
}
  
 
h2, h3, h4, h5, h6 {  
 
h2, h3, h4, h5, h6 {  
   padding-left: 1ex;  
+
   padding-left: 0.5em;  
   padding-right: 0.5ex;  
+
   padding-right: 0.5em;  
   background-color: #dddddd;  
+
   background-color: rgb(249,249,249);  
 
}
 
}
  
Zeile 18: Zeile 21:
  
 
h4, h5, h6 {  
 
h4, h5, h6 {  
   color:#999999;  
+
   color: rgb(170,170,170);  
 
}
 
}

Aktuelle Version vom 26. November 2015, 22:47 Uhr

h1 {}

h2 { 
  margin-top: 1.5ex; 
  padding-top: 0.2ex; 
}

div.vectorMenu > h5 { 
  background-color: transparent;
}

h2, h3, h4, h5, h6 { 
  padding-left: 0.5em; 
  padding-right: 0.5em; 
  background-color: rgb(249,249,249); 
}

h3, h4 { 
  font-weight:normal; 
}

h4, h5, h6 { 
  color: rgb(170,170,170); 
}