MediaWiki:UniversalExport/PDF/Default/Styles.less: Difference between revisions

(Autogenerated)
 
No edit summary
Tag: 2017 source edit
 
Line 86: Line 86:
ul ul ul {
ul ul ul {
     list-style-type: square;
     list-style-type: square;
}
/*GoTeach*/
#runningheaderfix {
    background-color: #ffe187;
}
#runningheaderfix > table {
    border-bottom: none;
}
#runningheaderfix > table td:last-child {
    vertical-align: middle;
}
#runningheaderfix .wiki-logo {
    background-position: right center;
}
#runningheaderfix .goteach-pdf-title {
    font-weight: bold;
    font-size: 22px;
    color: #767171;
}
#runningfooterfix {
    background-color: #eee;
}
#runningfooterfix > table {
    border-top: none;
}
#runningfooterfix > table td {
    vertical-align: middle;
}
}

Latest revision as of 20:53, 18 April 2021

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

  1. runningheaderfix > table {

border-bottom: 1px solid @primary-bg; }

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

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

/* 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;

}

/*GoTeach*/

  1. runningheaderfix {
   background-color: #ffe187;

}

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

}

  1. runningheaderfix > table td:last-child {
   vertical-align: middle;

}

  1. runningheaderfix .wiki-logo {
    background-position: right center;

}

  1. runningheaderfix .goteach-pdf-title {
   font-weight: bold;
   font-size: 22px;
   color: #767171;

}

  1. runningfooterfix {
   background-color: #eee;

}

  1. runningfooterfix > table {
   border-top: none;

}

  1. runningfooterfix > table td {
   vertical-align: middle;

}