GPN13:Stylesheet: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
KKeine Bearbeitungszusammenfassung
(ich bin mal gespannt ob das stimmt)
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 43: Zeile 43:
    
    
   /* page content */
   /* page content */
   div#content, div#bodyContent, html body {
   div#content, div#bodyContent, #mw-content-text, html body {
   background-color: #000000;
   background-color: #000000;
   color:            #F5B905;
   color:            #F5B905;
Zeile 169: Zeile 169:
   }
   }
   } /* end of @media print */
   } /* end of @media print */
[[Kategorie:GPN13]]

Aktuelle Version vom 2. Juli 2023, 02:10 Uhr

 /* screen only */
 @media screen {
 
 /* logo */
 div#p-logo.portlet a,
 div#p-logo.portlet a:hover {
  background-image: url("/wiki/images/c/ca/Tetrisknoten_Logo.png") !important; /* does not compute */
  display: block;
  height: 110px;
  width: 160px;
 }
 
 /* left menu */
 #p-navigation li a,
 #p-navigation .pBody ul,
 #p-fnord li a,
 #p-fnord .pBody ul,
 #p-tb li a,
 #p-tb .pBody ul,
 #p-cactions li {
   background-color: #151515;
   color:            #F5B905;
 }
 
 /* gaaaaaarrrrrr.....!!!! */
 div#column-one div a img {
  display: none;
 }
 
 /* Search */
 div#p-search .pBody, input#searchInput {
  background-color: #e5a900;
  color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 1px;
  margin-right: 0px;
 }
 #searchform {
  margin-buttom: 4px;
 }
 
 /* page content */
 div#content, div#bodyContent, #mw-content-text, html body {
  background-color: #000000;
  color:            #F5B905;
 }
 
 /* toc */
 #toc, .toc, .mw-warning {
  background-color: #050505;
 }
 
 /* thumbnail pictures */
 html .thumbimage {
  border: none;
 }
 
 div.thumbinner {
  border: none;
  background-color: #010101;
 }
 
 /* heading */  
 div#content h1,
 div#content h2,
 div#content h3,
 div#content h4,
 div#content h5 {
  color:      #F5B905;
 }
 
 /* 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;
 }
 
 /* lists */
 div#content ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
 }
 
 /* unnumbered list bulletpoints */
 div#content ul li {
  background-image: url(/wiki/images/8/8e/Tetris_s.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 25px;
 }
 
 /* unnumbered list icons for TOC */
 div#content table#toc.toc ul li {
  background-image: url(/wiki/images/0/0b/Tetris_t.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 25px;
 }
 
 /* 2nd level TOC */
 div#content table#toc.toc ul ul li {
  background-image: url(/wiki/images/c/c0/Tetris_z.png);
 }
 
 /* 3rd level TOC */
 div#content table#toc.toc ul ul ul li {
  background-image: url(/wiki/images/4/49/Tetris_j.png);
 }
 
 /* Gallery (icons disabled) */
 div#content ul.gallery li.gallerybox {
  background-image: none;
  padding-left: 0px;
 }
 
 /* unnumbered list icons for catlinks */
 div#content div#mw-normal-catlinks.mw-normal-catlinks ul li {
  background-image: url(/wiki/images/4/49/Tetris_j.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 25px;
 }
   
 /* navbar */
 div.NavHead {
  background: #000000;
 }
 
 /* categories */
 div.catlinks, div#catlinks{
  background: #000000;
 }
 
 /* footer */
 div#column-content,
 div#footer,
 div#globalWrapper {
  background-color: #101010;
  color:            #F5B905;
 }
 } /* end of @media screen */
 
 /* print only */
 @media print {
 div#content, div#bodyContent, html body {
   color: #FFFFFF;
 }
 } /* end of @media print */