MediaWiki:Monobook.css: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Created page with "→All CSS here will be loaded for users of the MonoBook skin: .page-Special_UserLogin { background-color: red; }" |
No edit summary Tag: Manual revert |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.page-Special_UserLogin { | .page-Special_UserLogin { | ||
background-color: red; | background-color: red; | ||
} | |||
#n-Alle-Special-Pages a { | |||
color: red !important; | |||
} | } | ||
Latest revision as of 00:25, 26 April 2026
/* All CSS here will be loaded for users of the MonoBook skin */
.page-Special_UserLogin {
background-color: red;
}
#n-Alle-Special-Pages a {
color: red !important;
}