GPN14:Stylesheet: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 43: Zeile 43:
   div#content h1#firstHeading {
   div#content h1#firstHeading {
   color:    #E0E0E0;
   color:    #E0E0E0;
  }
 
  /* toc */
  #toc, .toc, .mw-warning {
  background-color: rgba(255, 255, 255, 0);
  }
  /* thumbnail pictures */
  html .thumbimage {
  border: none;
   }
   }
    
    

Version vom 4. März 2014, 10:27 Uhr

 /* GPN14 Stylesheet, wird ueber die GPN14 Navigationsleiste in die Seiten mit eingebunden */
 
 @font-face {
   font-family: "Loxica";
   src: url("/gulasch/v5loxicar.ttf");
 }
 
 /* screen only */
 @media screen {
 
 /* links */
 div#content a,
 div#content a:link,
 div#content a:active,
 div#content a:visited {
  text-decoration: underline;
  color:     #FFFFFF;
 }
 
 div#content a.new {
  text-decoration:line-through;
  color:     #CCCCCC;
 }
 
 div#content a:hover {
  text-decoration: none;
 }
 div#mw-content-text pre a,
 div#mw-content-text pre a:link,
 div#mw-content-text pre a:active,
 div#mw-content-text pre a:visited {
  color:     #101010;
 }
 
 /* heading */  
 div#content h1,
 div#content h2,
 div#content h3,
 div#content h4,
 div#content h5 {
  font-family: Loxica,sans-serif;
 }
 div#content h1#firstHeading {
  color:     #E0E0E0;
 }
 
 /* toc */
 #toc, .toc, .mw-warning {
  background-color: rgba(255, 255, 255, 0);
 }

 /* thumbnail pictures */
 html .thumbimage {
  border: none;
 }
 
 /* page content */
 div#content {
  background-color: #000000;
  color:            #000000;
  background-image: url("/wiki/images/3/3f/GPN14-Logo-only.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 70%;
 }
 
 div#bodyContent {
  border-radius: 5px;
  background-color: rgba(40, 150, 180, 0.94);
 }
 
 div.NavHead, .catlinks {
  background-color: rgba(255, 255, 255, 0);
 
 } /* end -- media screen */