MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 294: Zeile 294:
}
}


.warnung::before {
div.warnung::after {
clear:both;
}
 
div.warnung::before {
  content: "Warnung";
  content: "Warnung";
  background:url(/de/images/c/cb/Warning.png) no-repeat;
  background:url(/de/images/c/cb/Warning.png) no-repeat;
  background-position:center;
  background-position:center;
  background-size:100px auto;
  background-size:24px auto;
  width:100px;
  width:24px;
  height:100px;
  height:24px;
line-height:24px;
  display:inline-block;
  display:inline-block;
  color:rgba(0,0,0,0);
  color:rgba(0,0,0,0);
Zeile 307: Zeile 312:
}
}


.warnung {
 
 
div.warnung {
  font-weight:bold;
  font-weight:bold;
  font-size:200%;
  font-size:120%;
  color:#ff0000;
  color:#ff0000;
  float:left;
  float:left;
}
.warnung::after {
clear:both;
}
}

Navigationsmenü