Difference between revisions of "MediaWiki:Monobook.css"

From CLOKwiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the MonoBook skin: .pBody { background-color: #fcd3a1; } #p-Navigation-label { background-color: brown; } #p-Play-label { backgrou...")
 
Line 2: Line 2:
  
 
.pBody {
 
.pBody {
background-color: #fcd3a1;
+
background-color: bisque;
 +
}
 +
 
 +
#p-personal {
 +
background-color: bisque;
 
}
 
}
  

Revision as of 15:15, 26 August 2024

/* CSS placed here will affect users of the MonoBook skin */

.pBody {
background-color: bisque;
}

#p-personal {
background-color: bisque;
}

#p-Navigation-label {
background-color: brown;
}

#p-Play-label {
background-color: brown;
}

#p-Community-label {
background-color: brown;
}

#p-tb-label {
background-color: brown;
}

#p-search-label {
background-color: brown;
}