Entropia:Sandkasten:CSS: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
   div#Hauptlink {
   div#Hauptlink {
    color: #ababab;
    background-color: none;
     position:absolute;
     position:absolute;
     top: 0px;
     top: 0px;
     right: 0px;
     right: 0px;
     float: right;
     direction: rtl;
    display: block;
     width: 100%;
     width: 100%;
     padding-top: 5px;
     padding-top: 5px;
     padding-right: 24px;
     padding-right: 24px;
    direction: rtl;
    z-index: 12;
   }
   }
   div#mw-content-text.mw-content-ltr div#toc.toc {
    
     z-index: 10;
  td[rowspan] {
    height: 100px;
  }
  td {
    background: #AAA;
    height: 100px;
  }
  tr td:nth-child(even){
     background: rgba(255, 255, 255, 0.45);;
   }
   }

Aktuelle Version vom 11. August 2014, 15:08 Uhr

 div#Hauptlink {
   position:absolute;
   top: 0px;
   right: 0px;
   direction: rtl;
   width: 100%;
   padding-top: 5px;
   padding-right: 24px;
 }
 
 td[rowspan] {
   height: 100px;
 }
 td {
   background: #AAA;
   height: 100px;
 }
 tr td:nth-child(even){
   background: rgba(255, 255, 255, 0.45);;
 }