MediaWiki:Common.css: verschil tussen versies
Uit Wiki
Naar navigatie springenNaar zoeken springen (Nieuwe pagina: →* CSS die hier wordt geplaatst heeft invloed op alle skins: →extra buttons for edit dialog: →from commons:MediaWiki:Common.css: .my-buttons { padding: 0.5em; } .my-b...) |
(geen verschil)
|
Versie van 4 jun 2008 17:08
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* extra buttons for edit dialog */
/* from commons:MediaWiki:Common.css */
.my-buttons {
padding: 0.5em;
}
.my-buttons a {
color: black;
background-color: #ccddee !important;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
background-color: #bbccdd;
border-style: inset;
}