MediaWiki:Gadget-CatGenForm.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WWWIG (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „#tippinfo { position: absolute; display: none; z-index: 10; font-size: 75%; background-color: whitesmoke; →opacity: .9;: }“) |
WWWIG (Diskussion | Beiträge) (so ...) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 3: | Zeile 3: | ||
display: none; | display: none; | ||
z-index: 10; | z-index: 10; | ||
| − | font-size: | + | font-size: 85%; |
background-color: whitesmoke; | background-color: whitesmoke; | ||
| − | + | border: 1px solid #aaa; | |
| + | -moz-border-radius:3px; | ||
| + | -khtml-border-radius:3px; | ||
} | } | ||
Aktuelle Version vom 8. September 2010, 07:56 Uhr
#tippinfo {
position: absolute;
display: none;
z-index: 10;
font-size: 85%;
background-color: whitesmoke;
border: 1px solid #aaa;
-moz-border-radius:3px;
-khtml-border-radius:3px;
}