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...")
 
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
.pBody {
 
.pBody {
background-color: #fcd3a1;
+
background-color: bisque;
 +
}
 +
 
 +
#p-personal .pBody ul {
 +
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;
 +
}
 +
 
 +
code {
 +
color: cyan;
 +
background-color: black;
 +
font-weight: bolder;
 +
}
 +
 
 +
#footer {
 +
background-color: bisque;
 +
}
 +
 
 +
#content {
 +
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;
}