MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus GIB - Glossar der Bildphilosophie
Wechseln zu: Navigation, Suche
Zeile 40: Zeile 40:
 
/* Tabellen */
 
/* Tabellen */
  
table,table.wikitable,
+
td {
table.prettytable {
 
 
margin: 1em 1em 1em 0;
 
margin: 1em 1em 1em 0;
 
padding: 1em;
 
padding: 1em;

Version vom 2. Dezember 2015, 10:47 Uhr

html {
  font-size: 100.01%;
  background: white;
}


#toc {
 width: 100%;
 font-size: 100%;
 background: none;
 border: none!important;
}

#toc h2 {
 margin-top: -1em;
 border-bottom: none !important;
}

#toc ul { 
 margin-top:0.5em;
 text-indent:-1em;
 list-style-type: none!important; 
}

#toc li {
 margin-bottom:0.5em;
 position: relative;
}

#toc li.toclevel-1 {
 margin-bottom: 1em;
}

sup.reference  {
 font-size:50%;
 line-height:0;
 position:relative
}

/* Tabellen */

td {
margin: 1em 1em 1em 0;
padding: 1em;
border: 2px #000000 solid;
border-collapse: collapse;
}