Difference between revisions of "MediaWiki:Monobook.css"

From The Big Cartoon Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
/* Page tabs */
 
/* Page tabs */
 
#p-cactions li.selected a { background-color: #fbe7b5; }
 
#p-cactions li.selected a { background-color: #fbe7b5; }
#p-cactions li.hover a { background-color: #fbe7b5; }
+
#p-cactions li a:hover { background-color: #fbe7b5; }
 
#p-cactions li a { background-color: #fdb25b; }
 
#p-cactions li a { background-color: #fdb25b; }
  

Revision as of 07:00, 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; }

/* Page tabs */
#p-cactions li.selected a { background-color: #fbe7b5; }
#p-cactions li a:hover { background-color: #fbe7b5; }
#p-cactions li a { background-color: #fdb25b; }

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