MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
color: #333; | color: #333; | ||
align-items: center; | align-items: center; | ||
text-align: center; | |||
} | } | ||
.clipbox input { | .clipbox input { | ||
font-size:12px; | font-size:12px; | ||
text-align: center; | |||
} | } | ||
.clipbox button { | .clipbox button { | ||
Revision as of 02:40, 4 February 2024
/* CSS placed here will be applied to all skins */
/* Extension:ClipBox */
.clipbox {
font-size: 12px;
color: #333;
align-items: center;
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;
}