MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
padding: 0 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; | |||
} | } |
Revision as of 10:30, 10 May 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; }