Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
/* { font-family: courier new } */ | /* { font-family: courier new } */ | ||
| + | |||
| + | /* Extension:ClipBox */ | ||
| + | .clipbox { | ||
| + | font-size: 16px; | ||
| + | color: #333; | ||
| + | align-items: center; | ||
| + | } | ||
| + | .clipbox input { | ||
| + | padding: 7px 0; | ||
| + | text-align: center; | ||
| + | border-radius: 5px; | ||
| + | font-size:14px; | ||
| + | letter-spacing:1px; | ||
| + | } | ||
| + | .clipbox button { | ||
| + | font-size: 16px; | ||
| + | padding: 9px; | ||
| + | border-radius: 5px; | ||
| + | color:#444; | ||
| + | } | ||
| + | .clipbox button:hover { | ||
| + | opacity: 0.8; | ||
| + | } | ||
Revision as of 15:21, 10 April 2025
/* CSS placed here will be applied to all skins */
* body.page-Main_Page h1.firstHeading { display:none; }
/* { font-family: courier new } */
/* Extension:ClipBox */
.clipbox {
font-size: 16px;
color: #333;
align-items: center;
}
.clipbox input {
padding: 7px 0;
text-align: center;
border-radius: 5px;
font-size:14px;
letter-spacing:1px;
}
.clipbox button {
font-size: 16px;
padding: 9px;
border-radius: 5px;
color:#444;
}
.clipbox button:hover {
opacity: 0.8;
}