MediaWiki:Common.css: Unterschied zwischen den Versionen

1.477 Bytes hinzugefügt ,  15:45, 28. Jun. 2019
keine Bearbeitungszusammenfassung
 
(26 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 123: Zeile 123:
   * Standard: dunkle Schrift auf hellem Grund.
   * Standard: dunkle Schrift auf hellem Grund.
   */
   */
  /* Layout von Marcus  
  /* Layout von Marcus: org. Formatvorlage:  
    (org. Formatvorlage:  
     border-color: #aaaaaa;
     border-color: #aaaaaa;
     border-width: 2px;     
     border-width: 2px;     
     - und Farbe für r2:hellgrau #e9e9e9, r3:rostrot #c00000, r4:grau #8888aa, r5:schwarz #000000  */
     - und Farbe für r2:hellgrau #e9e9e9, r3:rostrot #c00000, r4:grau #8888aa, r5:schwarz #000000  */
   
   
  .rahmenfarbe1 { /* Tabellenrahmen standard */
  .rahmenfarbe1 { /* Tabellenrahmen standard (grau)*/
     border: 2px solid #aaaaaa
     border: 2px solid #aaaaaa;
  }
  }
  .rahmenfarbe2 { /* NAV-Rahmen aus proclima CI */
  .rahmenfarbe2 { /* NAV-Rahmen aus proclima CI (blau) */
     border: 1px solid #0085bd;
     border: 1px solid #0085bd;
  }
  }
  .rahmenfarbe3 { /* xxx */
  .rahmenfarbe3 { /* rot */
     border-color: #c00000;
     border-color: #c00000;
     border-width: 1px;
     border-width: 1px;
  }
  }
  .rahmenfarbe4 { /* xxx */
  .rahmenfarbe4 { /* grau-lila*/
     border-color: #8888aa;
     border-color: #8888aa;
     border-width: 1px;
     border-width: 1px;
  }
  }
  .rahmenfarbe5 { /* xxx */
  .rahmenfarbe5 { /* schwarz */
     border-color: #000000;
     border-color: #000000;
     border-width: 1px;
     border-width: 1px;
Zeile 156: Zeile 155:
     background: #F6F6F6;
     background: #F6F6F6;
  }
  }
   */
    
 
  /* Tabellen - von Marcus *********************************  */
  /* (Tabellen) zentrieren - von Marcus */


  div.centered,
  div.centered,
Zeile 165: Zeile 163:
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
}
}
 
.TabH1-1 { /* Titelzeile od. Zeile 2 bei 2 Titelzeilen; background s. hintergrundfarbe2 */
    background: #EBF8FF; border: 2px solid #aaaaaa;
}
.TabH1-2 { /* Zeile 1 von 2 Titelzeilen, background s. hintergrundfarbe1 */
    background: #D1EFFF; border: 2px solid #a0a0a0;
}
.wissentable { /* xxx  cellspacing:0; cellpadding:4; rules:all; margin:1em 1em 1em 0; */
    border-color: #aaaaaa;
    border-width: 5px;
    border-collapse:collapse;
    empty-cells:show;
    caption-side:top;
}


/* ***********************************************************************************************************************
/* ***********************************************************************************************************************
Zeile 181: Zeile 191:


table, tr, td {
table, tr, td {
  boder:2px;
  border:none;
}
 
 
/* ***********************************************************************************************************************
  Weitere Layoutanpassung pro clima
  von Marcus
  *********************************************************************************************************************** */
 
table.toc {background-color:#EFEF;}
 
/* Inhaltsverzeichnis nie anzeigen
table.toc {display:none;}
 
#toctitle {display:none;}
.tocnumber {display:none;}
*/
 
 
/*  ***********************************************************************************************************************
  Weitere Layoutanpassung MOBILE
  von Anna
  *********************************************************************************************************************** */
 
#startseitelinks{
float: left;
        vertical-aligh:top;
width:55%;
min-width:17em;
}
 
#startseiterechts{
float: left;
vertical-aligh:top;
max-width:45%;
min-width:17em;
}
}