Difference between revisions of "MediaWiki:Monobook.css"

From CLOKwiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
}
 
}
  
#p-personal {
+
#p-personal .pBody ul {
 
background-color: bisque;
 
background-color: bisque;
 
}
 
}
  
 
#p-Navigation-label {
 
#p-Navigation-label {
background-color: brown;
+
background-color: saddlebrown;
 +
color: bisque;
 
}
 
}
  
 
#p-Play-label {
 
#p-Play-label {
background-color: brown;
+
background-color: saddlebrown;
 +
color: bisque;
 
}
 
}
  
 
#p-Community-label {
 
#p-Community-label {
background-color: brown;
+
background-color: saddlebrown;
 +
color: bisque;
 
}
 
}
  
 
#p-tb-label {
 
#p-tb-label {
background-color: brown;
+
background-color: saddlebrown;
 +
color: bisque;
 
}
 
}
  
 
#p-search-label {
 
#p-search-label {
background-color: brown;
+
background-color: saddlebrown;
 +
color: bisque;
 
}
 
}
  
Line 36: Line 41:
  
 
#footer {
 
#footer {
 +
background-color: bisque;
 +
}
 +
 +
#content {
 
background-color: bisque;
 
background-color: bisque;
 
}
 
}

Latest revision as of 15:27, 26 August 2024

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

.pBody {
background-color: bisque;
}

#p-personal .pBody ul {
background-color: bisque;
}

#p-Navigation-label {
background-color: saddlebrown;
color: bisque;
}

#p-Play-label {
background-color: saddlebrown;
color: bisque;
}

#p-Community-label {
background-color: saddlebrown;
color: bisque;
}

#p-tb-label {
background-color: saddlebrown;
color: bisque;
}

#p-search-label {
background-color: saddlebrown;
color: bisque;
}

code {
color: cyan;
background-color: black;
font-weight: bolder;
}

#footer {
background-color: bisque;
}

#content {
background-color: bisque;
}