GPN13:Stylesheet: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
   div#content h5 {
   div#content h5 {
   color:      #F5B905;
   color:      #F5B905;
  }
 
  div#content a,
  div#content a:link,
  div#content a:active,
  div#content a:visited {
  text-decoration: underline;
  color:    #FFFFFF;
  }
 
  div#content a:hover {
  text-decoration: none;
   }
   }
    
    

Version vom 10. April 2013, 20:38 Uhr

 div#content, div#bodyContent {
  background: #000000;
  color:      #F5B905;
 }
 
 div#content h1,
 div#content h2,
 div#content h3,
 div#content h4,
 div#content h5 {
 color:      #F5B905;
 }
 
 div#content a,
 div#content a:link,
 div#content a:active,
 div#content a:visited {
  text-decoration: underline;
  color:     #FFFFFF;
 }
 
 div#content a:hover {
  text-decoration: none;
 }
 
 
 div.NavHead {
  background: #000000;
 }
 
 div.catlinks, div#catlinks{
  background: #000000;
 }