MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DokuWiki Goethe-Gymnasium
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
float: left;  
 
float: left;  
 
margin-right:20px;  
 
margin-right:20px;  
background-color: #f2c4ff;
 
 
margin-bottom: 20px;
 
margin-bottom: 20px;
 
}
 
}
 
  
 
div.kachelfloatleft pre
 
div.kachelfloatleft pre
Zeile 22: Zeile 20:
 
line-height: 0em;
 
line-height: 0em;
 
height: 0px;
 
height: 0px;
 +
}
 +
 +
div.kachel1
 +
{
 +
background-color: #a4ffa0;
 
}
 
}

Version vom 29. Dezember 2017, 22:42 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

div.kachelfloatleft
{
height: 150px !important;
width: 250px  !important;
float: left; 
margin-right:20px; 
margin-bottom: 20px;
}

div.kachelfloatleft pre
{
height: 93px !important;
}

br.clear 
{
clear: both;
line-height: 0em;
height: 0px;
}

div.kachel1
{
background-color: #a4ffa0; 
}