MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(+.toc-compact: make table of contents more compact (2nd level is floating inline))
 
(+fix thumbs)
Zeile 19: Zeile 19:
 
   padding-left:0.5em;
 
   padding-left:0.5em;
 
}
 
}
 +
 +
/* fix thumbs */
 +
.thumbinner, img.thumbimage {border-radius:0px}
 +
.thumbcaption { word-wrap:break-word }

Version vom 2. April 2018, 14:20 Uhr

/* Das folgende CSS wird in der Druckausgabe geladen. */

/* make table of contents more compact (2nd level is floating inline) */
.toc-compact #toc > .toctitle { text-align:center; }
.toc-compact #toc { max-width:300px }
.toc-compact #toc li.toclevel-1 li.toclevel-2 { float:left; display:inline; margin-left:0.5em}
.toc-compact #toc li.toclevel-1 {clear:left;}
.toc-compact #toc li.toclevel-1 > a .tocnumber {font-weight:bold;}
.toc-compact #toc > ul {
  list-style-type:none;
  padding-left:0.5em;
}
.toc-compact #toc > ul > li > ul {
  list-style-type:none;
  padding-left:0.5em;
}
.toc-compact #toc > ul > li > ul > li > ul {
  list-style-type:none;
  padding-left:0.5em;
}

/* fix thumbs */
.thumbinner, img.thumbimage {border-radius:0px}
.thumbcaption { word-wrap:break-word }