Difference between revisions of "MediaWiki:Monobook.css"

From The Big Cartoon Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* Page content */
 
/* Page content */
 
#content { background-color: #fbe7b5; }
 
#content { background-color: #fbe7b5; }
#firstHeading { background-color: #fbe7b5; }
 
  
 
/* Categories at bottom of page. */
 
/* Categories at bottom of page. */
Line 9: Line 8:
 
#p-navigation .pBody { background-color: #fbe7b5; }
 
#p-navigation .pBody { background-color: #fbe7b5; }
 
#p-search .pBody { background-color: #fbe7b5; }
 
#p-search .pBody { background-color: #fbe7b5; }
#p-tb.pBody { background-color: #fbe7b5; }
+
#p-tb .pBody { background-color: #fbe7b5; }
  
 
/* Image thumbnails. */
 
/* Image thumbnails. */
 
img.thumbimage { border: 1px solid #c5896e; }
 
img.thumbimage { border: 1px solid #c5896e; }
 
div.thumbinner { background-color: #fdb45a; border: 1px solid #c5896e; }
 
div.thumbinner { background-color: #fdb45a; border: 1px solid #c5896e; }

Revision as of 06:57, 3 February 2019

/* Page content */
#content { background-color: #fbe7b5; }

/* Categories at bottom of page. */
#catlinks { background-color: #fdb25b; }

/* Navigation bars */
#p-navigation .pBody { background-color: #fbe7b5; }
#p-search .pBody { background-color: #fbe7b5; }
#p-tb .pBody { background-color: #fbe7b5; }

/* Image thumbnails. */
img.thumbimage { border: 1px solid #c5896e; }
div.thumbinner { background-color: #fdb45a; border: 1px solid #c5896e; }