MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 25: | Line 25: | ||
.jslink:active { | .jslink:active { | ||
color: #FAA700; | 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%;
}