MediaWiki:Common.css: Difference between revisions

From Wiki-DB
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
}
}


.mw-special-Userlogin .mw-portlet.mw-portlet-administration {
.mw-special-Userlogin {
background-color: red;
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;
}