MediaWiki:Gadget-CatGenForm.css: Unterschied zwischen den Versionen

Aus Watch-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „#tippinfo { position: absolute; display: none; z-index: 10; font-size: 75%; background-color: whitesmoke; →‎opacity: .9;: }“)
 
(Verhübscht :-))
Zeile 3: Zeile 3:
 
   display: none;
 
   display: none;
 
   z-index: 10;
 
   z-index: 10;
   font-size: 75%;
+
   font-size: 85%;
 
   background-color: whitesmoke;
 
   background-color: whitesmoke;
 
   /* opacity: .9; */
 
   /* opacity: .9; */
 +
  -moz-border-radius:3px;
 +
  -khtml-border-radius:3px;
 
}
 
}

Version vom 8. September 2010, 08:50 Uhr

#tippinfo {
  position: absolute;
  display: none;
  z-index: 10;
  font-size: 85%;
  background-color: whitesmoke;
  /* opacity: .9; */
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
}