MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
font-size: 12px; | font-size: 12px; | ||
color: #333; | color: #333; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 02:41, 4 February 2024
/* CSS placed here will be applied to all skins */
/* Extension:ClipBox */
.clipbox {
font-size: 12px;
color: #333;
text-align: center;
}
.clipbox input {
font-size:12px;
text-align: center;
}
.clipbox button {
font-size: 16px;
padding: 9px;
border-radius: 5px;
color:#444;
}
.clipbox button:hover {
opacity: 0.8;
}