MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wissen Wiki
Zur Navigation springen Zur Suche springen
K
 
(36 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 35: Zeile 35:
     padding: 2px;
     padding: 2px;
     background-color: #FFFFFF;  
     background-color: #FFFFFF;  
     border: 1px solid #0084BC;  
     border: 1px solid #0085BD;  
     text-align: center;  
     text-align: center;  
     border-collapse: collapse;  
     border-collapse: collapse;  
Zeile 45: Zeile 45:
     margin: 0px;
     margin: 0px;
     padding: 2px;
     padding: 2px;
     border: 1px solid #0084BC;
     border: 1px solid #0085BD;
     text-align: center;
     text-align: center;
     border-collapse: collapse;
     border-collapse: collapse;
Zeile 67: Zeile 67:
     font-weight: bold;
     font-weight: bold;
     font-size: 100%;
     font-size: 100%;
     background-color: #F5F5F5;
     background-color: #F6F6F6;
  }
  }
  div.NavFrame_li div.NavHead {
  div.NavFrame_li div.NavHead {
     font-weight: bold;
     font-weight: bold;
     font-size: 100%;
     font-size: 100%;
     background-color: #F5F5F5;
     background-color: #F6F6F6;
  }
  }
  div.NavFrame p {
  div.NavFrame p {
Zeile 123: Zeile 123:
   * Standard: dunkle Schrift auf hellem Grund.
   * Standard: dunkle Schrift auf hellem Grund.
   */
   */
  /* ausgeblendet (Marcus -xxxxxxxxxxxxxxxxxxxxxxxxx)
  /* Layout von Marcus: org. Formatvorlage:
.rahmenfarbe1 { /* xxx */
     border-color: #aaaaaa;
     border-color: #aaaaaa;
     border-width: 1px;
     border-width: 2px;   
    - und Farbe für r2:hellgrau #e9e9e9, r3:rostrot #c00000, r4:grau #8888aa, r5:schwarz #000000  */
.rahmenfarbe1 { /* Tabellenrahmen standard (grau)*/
    border: 2px solid #aaaaaa;
  }
  }
  .rahmenfarbe2 { /* xxx */
  .rahmenfarbe2 { /* NAV-Rahmen aus proclima CI (blau) */
     border-color: #e9e9e9;
     border: 1px solid #0085bd;
    border-width: 1px;
  }
  }
  .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;
  }
  }
  .hintergrundfarbe1 { /* Tabellen bei 2 Kopfzeilen erste Zeile - hellblau */
  .hintergrundfarbe1 { /* Tabellen bei 2 Kopfzeilen erste Zeile - hellblau */
     background: #D1EFFF
     background: #D1EFFF;
  }
  }
  .hintergrundfarbe2 { /* Tabellen Kopfzeile single od. 2.Zeile - helleres hellblau */
  .hintergrundfarbe2 { /* Tabellen Kopfzeile single od. 2.Zeile - helleres hellblau */
Zeile 151: Zeile 153:
  }
  }
  .hintergrundfarbe3 { /* hellgrau */
  .hintergrundfarbe3 { /* hellgrau */
     background: #FEFEFD;
     background: #F6F6F6;
  }
  }
   */
    
 
  /* Tabellen - von Marcus *********************************  */
  /* (Tabellen) zentrieren - von Marcus */


  div.centered,
  div.centered,
Zeile 162: 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 175: Zeile 188:
  margin:0;
  margin:0;
  padding:0;
  padding:0;
}
table, tr, td {
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;
}
}

Aktuelle Version vom 28. Juni 2019, 15:45 Uhr

 /*----------------------------------------------------*/
 /* ACHTUNG! Common.css wirkt sich auf alle Skins aus  */
 /*----------------------------------------------------*/

 /* Personennamen in Kapitälchen: class="Person" */

 .Person {
    display: inline;
    font-variant: small-caps;
    font-style: normal;
 }

 /* Zitate (siehe [[Vorlage:Zitat]]) */

 p.Zitat {
    font-style: normal;
    margin-bottom: 0em;
 }
 p.cite {
    margin-top: 0em;
    padding-left: 1em;
 }

 /* Quellenangaben nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */

 cite {
    font-style: normal;
 }

 /* Stylesheet-Ergänzung zu Standard-Navigationsleisten  */
 /* von Marcus: div.NavFramePassiv und div.NavContent_li_kl  */

 div.NavFramePassiv {
    margin: 0px;
    padding: 2px;
    background-color: #FFFFFF; 
    border: 1px solid #0085BD; 
    text-align: center; 
    border-collapse: collapse; 
    font-size: 100%; 
    clear:both;
 }
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #0085BD;
    text-align: center;
    border-collapse: collapse;
    font-size: 100%;
    clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    font-weight: bold;
    font-size: 100%;
    background-color: #F6F6F6;
 }
 div.NavFrame_li div.NavHead {
    font-weight: bold;
    font-size: 100%;
    background-color: #F6F6F6;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent_li_kl p {
    text-align: left;
    font-size: 85%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }

 /* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
 .NavToggle {
    font-size: x-small;
    float:right;
 }

 /* Workaround für Internet Explorer 6 */
 div.NavFrame, div.NavFramePassiv, div.NavPic, .NavToggle {
    position:relative;
 }

 /* Abstand vor Navigationsleisten */

 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }


 /*
  * Farbdefinitionen für Rahmen und Hintergründe.
  * Standard: dunkle Schrift auf hellem Grund.
  */
 /* Layout von Marcus: org. Formatvorlage: 
    border-color: #aaaaaa;
    border-width: 2px;     
    - und Farbe für r2:hellgrau #e9e9e9, r3:rostrot #c00000, r4:grau #8888aa, r5:schwarz #000000   */
 
 .rahmenfarbe1 { /* Tabellenrahmen standard (grau)*/
    border: 2px solid #aaaaaa;
 }
 .rahmenfarbe2 { /* NAV-Rahmen aus proclima CI (blau) */
    border: 1px solid #0085bd;
 }
 .rahmenfarbe3 { /* rot */
    border-color: #c00000;
    border-width: 1px;
 }
 .rahmenfarbe4 { /* grau-lila*/
    border-color: #8888aa;
    border-width: 1px;
 }
 .rahmenfarbe5 { /* schwarz */
    border-color: #000000;
    border-width: 1px;
 }
 .hintergrundfarbe1 { /* Tabellen bei 2 Kopfzeilen erste Zeile - hellblau */
    background: #D1EFFF;
 }
 .hintergrundfarbe2 { /* Tabellen Kopfzeile single od. 2.Zeile - helleres hellblau */
    background: #EBF8FF;
 }
 .hintergrundfarbe3 { /* hellgrau */
    background: #F6F6F6;
 }
  
 /* Tabellen - von Marcus *********************************  */

 div.centered,
 table.centered,
 .centered {
    margin-left: 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;
 }

/* ***********************************************************************************************************************
   Layoutanpassung pro clima
   von Bert
   *********************************************************************************************************************** */
body {
 backgound:#FFF;
 color:#000;
 font: x-s,all sans-serif;
 margin:0;
 padding:0;
}

table, tr, td {
 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;
}