Benutzer:DJ el rubio/vector.css: Unterschied zwischen den Versionen

Aus ConanWiki
Zur Navigation springen Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
K (Die Seite wurde neu angelegt: „div.thumbcaption { text-align: center; text-shadow: #BBBBBB 2px 2px; }“)
 
KKeine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
div.thumbcaption {
 
div.thumbcaption {
text-align: center;
+
text-align: center;
text-shadow: #BBBBBB 2px 2px;
+
text-shadow: #BBBBBB 1px 1px;
  +
font-weight: bold;
  +
}
  +
#bodyContent {
  +
text-align: justify;
  +
}
  +
h1, h2, h3, h4, h5, h6 {
  +
text-shadow: #BBBBBB 1px 1px;
  +
font-weight: bold;
  +
clear: left;
 
}
 
}

Aktuelle Version vom 9. Juli 2012, 16:15 Uhr

div.thumbcaption {
  text-align: center;
  text-shadow: #BBBBBB 1px 1px;
  font-weight: bold;
}
#bodyContent {
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  text-shadow: #BBBBBB 1px 1px;
  font-weight: bold;
  clear: left;
}