Difference between revisions of "MediaWiki:Monobook.css"

From CLOKwiki
Jump to navigationJump to search
Line 33: Line 33:
 
background-color: black;
 
background-color: black;
 
font-weight: bolder;
 
font-weight: bolder;
 +
}
 +
 +
#footer {
 +
background-color: bisque;
 
}
 
}

Revision as of 15:19, 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;
}

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

#footer {
background-color: bisque;
}