MediaWiki:UniversalExport/PDF/Default/Styles.less: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Keine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
 
(7 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 3: Zeile 3:
/* #runningheaderfix { border-bottom: 1px solid @primary-bg; } */
/* #runningheaderfix { border-bottom: 1px solid @primary-bg; } */
/* separator content widht*/
/* separator content widht*/
#runningheaderfix > table {
/* #runningheaderfix > table { border-bottom: 1px solid @primary-bg; } */
border-bottom: 1px solid @primary-bg;
#runningheaderfix > table { border-bottom: none; }
}


/* header */
/* footer */
/* separator full page widht */
/* separator full page widht */
/*#runningfooterfix { border-top: 1px solid @primary-bg; } */
/*#runningfooterfix { border-top: 1px solid @primary-bg; } */
/* separator content widht*/
/* separator content widht*/
#runningfooterfix > table { border-top: 1px solid @primary-bg; }
#runningfooterfix > table { border-top: 1px solid @primary-bg; }
/* header */
#runningheaderfix {
    background-color: #3c3c58;
}
#runningheaderfix,
#runningheaderfix table td {
    color: #ffffff !important;
}
/* footer */
#runningfooterfix > table td {
width: 25%;
}


/* toc */
/* toc */
Zeile 86: Zeile 99:
ul ul ul {
ul ul ul {
     list-style-type: square;
     list-style-type: square;
}
/* Header */
#runningheaderfix {
    background-color: #3c3c58;
}
/* Footer */
#runningfooterfix > table td {
width: 25%;
}
#runningfooterfix > table td:nth-child( 2 ) {
width: 35%;
}
#runningfooterfix > table td:last-child {
width: 15%;
}
}

Aktuelle Version vom 12. Mai 2021, 08:06 Uhr

/* header */ /* separator full page widht*/ /* #runningheaderfix { border-bottom: 1px solid @primary-bg; } */ /* separator content widht*/ /* #runningheaderfix > table { border-bottom: 1px solid @primary-bg; } */

  1. runningheaderfix > table { border-bottom: none; }

/* footer */ /* separator full page widht */ /*#runningfooterfix { border-top: 1px solid @primary-bg; } */ /* separator content widht*/

  1. runningfooterfix > table { border-top: 1px solid @primary-bg; }

/* header */

  1. runningheaderfix {
   background-color: #3c3c58;

}

  1. runningheaderfix,
  2. runningheaderfix table td {
   color: #ffffff !important;

}

/* footer */

  1. runningfooterfix > table td {

width: 25%; }

/* toc */

  1. toc, .toc {
   border: 1px solid #D9D9D9;

} .toc span.tocnumber, .toc span.toctext,

  1. toc a:after, .toc a:after {
   color: @link-fg;

}

/* headlines */

  1. firstHeading {

font-weight: @font-weight-medium;

   color: @content-fg;

}

h1 { font-weight: @content-h1-font-weight; border-bottom: @content-h1-border;

   color: @content-h1-fg;

}

h2 { font-weight: @content-h1-font-weight; border-bottom: @content-h1-border;

   color: @content-h1-fg;

}

h3 {

   font-weight: @content-h1-font-weight;

border-bottom: @content-h1-border;

   color: @content-h1-fg;

}

h4 {

   font-weight: @content-h1-font-weight;

border-bottom: @content-h1-border;

   color: @content-h1-fg;

}

h5 {

   font-weight: @content-h1-font-weight;

border-bottom: @content-h1-border;

   color: @content-h1-fg;

}

h6 {

   font-weight: @content-h1-font-weight;

border-bottom: @content-h1-border;

   color: @content-h1-fg;

}

/* content */ body, p, ul, ol, dl, dt, dd,table {

   color: @content-fg;

}

a, a:hover, a:visited {

   color: @link-fg;

}

a.new, a.new:hover, a.new:visited {

   color :@new-link-fg;

} ul {

   list-style-type: disc;

}

ul ul {

   list-style-type: circle;

}

ul ul ul {

   list-style-type: square;

}

Keine Kategorien vergebenBearbeiten