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
Line 2: Line 2:
.page-Special_UserLogin {
.page-Special_UserLogin {
   background-color: red;
   background-color: red;
}
#n-Alle-Special-Pages a {
color: red !important;
}
}

Revision as of 00:21, 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;
}