MediaWiki:Common.css: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Created page with "→CSS placed here will be applied to all skins: →Sysop-Navigation standardmäßig für alle verstecken: #p-administration { display: none; }" |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
#p-administration { | #p-administration { | ||
display: none; | display: none; | ||
} | |||
.mw-special-Userlogin { | |||
background-color: red !important; | |||
} | |||
#n-Alle-Special-Pages { | |||
color: red; | |||
} | } | ||
Latest revision as of 00:20, 26 April 2026
/* CSS placed here will be applied to all skins */
/* Sysop-Navigation standardmäßig für alle verstecken */
#p-administration {
display: none;
}
.mw-special-Userlogin {
background-color: red !important;
}
#n-Alle-Special-Pages {
color: red;
}