MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →[[Template:LoadBox]]: .load-page { background-color: var(--custom-load-page-background); border: 1px solid var(--custom-load-page-border); margin-bottom: 0.5em; padding: 0 0.5em; } →[[Template:LoadBox]] with navbox: .loadbox-navbox { padding: 2px !important; margin: 1em 0 0 !important; clear: both; } #content .loadbox-navbox > p { background-color: #CCC; text-align: center; margin: 0; padding: 0 3px;...") |
mNo edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 9: | Line 9: | ||
} | } | ||
/* | /* Simulate link styling for JS only links */ | ||
. | .jslink { | ||
color: #0645AD; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
} | } | ||
.jslink:hover { | |||
text- | text-decoration: underline; | ||
cursor: pointer; | |||
} | } | ||
. | |||
.jslink:active { | |||
color: #FAA700; | |||
} | } | ||
. | |||
.tabs-input-1:checked ~ .tabs-container .tabs-content-1, .tabs-input-2:checked ~ .tabs-container .tabs-content-2, .tabs-input-0:checked ~ .tabs-container .tabs-content-1 { | |||
width: 100%; | |||
. | |||
} | } | ||
Latest revision as of 15:36, 19 August 2024
/* CSS placed here will be applied to all skins */
/* [[Template:LoadBox]]*/
.load-page {
background-color: var(--custom-load-page-background);
border: 1px solid var(--custom-load-page-border);
margin-bottom: 0.5em;
padding: 0 0.5em;
}
/* Simulate link styling for JS only links */
.jslink {
color: #0645AD;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.jslink:hover {
text-decoration: underline;
cursor: pointer;
}
.jslink:active {
color: #FAA700;
}
.tabs-input-1:checked ~ .tabs-container .tabs-content-1, .tabs-input-2:checked ~ .tabs-container .tabs-content-2, .tabs-input-0:checked ~ .tabs-container .tabs-content-1 {
width: 100%;
}