GPN14:Stylesheet

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Version vom 4. März 2014, 10:09 Uhr von JackMcCrack (Diskussion | Beiträge) (GPN14 basic setup - first run)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
 /* 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;
  
 }
 
 /* page content */
 div#content {
  background-color: #000000;
  color:            #808080;
  background-image: url("/wiki/images/3/3f/GPN14-Logo-only.png");
 }
 
 div#bodyContent {
  background-color: rgba(40, 150, 180, 0.94);
 }
 
 
 } /* end -- media screen */