Hauptmenü öffnen

Änderungen

MediaWiki:Gadget-DeepCat.hintbox.css

635 Bytes hinzugefügt, 21:47, 7. Okt. 2016
https://de.wikipedia.org/wiki/Benutzer:Christoph_Fischer_(WMDE)/Gadgets/DeepCat.hintbox.css
/**
* DeepCat Gadget for MediaWiki
* @licence GNU GPL v2+
* @author Christoph Jauera < christoph.jauera@wikimedia.de >
*/
#deepcat-hintbox, #deepcat-smallhint {
background: #f3f3f3;
border: 1px solid silver;
font-size: 13px;
}

#deepcat-hintbox {
padding: .75em;
margin-top: 1em;
margin-bottom: 1em;
width: 38em;
}

#deepcat-info-img {
margin-right: 0.75em;
margin-bottom: 1em;
float: left;
}

#deepcat-smallhint {
padding: .30em;
}

#deepcat-hintbox a {
cursor: pointer;
}

#deepcat-smallhint-hide {
float: right;
cursor: pointer;
}

#deepcat-hint-hide {
float: right;
}
Anonymer Benutzer