MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: .infobox { float: right; margin: 0 0 1em 1em; padding: 0.5em; border: 1px solid #aaa; background: #f9f9f9; width: 25em; font-size: 90%; } #p-create a { display: inline-block; background-color: #4CAF50; color: white !important; padding: 0.4em 0.8em; margin: 0.5em 0; border-radius: 5px; font-weight: bold; text-align: center; text-decoration: none; } #p-create a:hover { background-color..." |
(No difference)
|
Latest revision as of 13:35, 9 July 2025
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
margin: 0 0 1em 1em;
padding: 0.5em;
border: 1px solid #aaa;
background: #f9f9f9;
width: 25em;
font-size: 90%;
}
#p-create a {
display: inline-block;
background-color: #4CAF50;
color: white !important;
padding: 0.4em 0.8em;
margin: 0.5em 0;
border-radius: 5px;
font-weight: bold;
text-align: center;
text-decoration: none;
}
#p-create a:hover {
background-color: #45a049;
}