Difference between revisions of "MediaWiki:Monobook.css"

From The Big Cartoon Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
#content { background-color: #fbe7b5; }
 
#content { background-color: #fbe7b5; }
 
a { color: #af4200; }
 
a { color: #af4200; }
li a { color: #af4200; }
 
  
  
Line 14: Line 13:
  
 
/* Page tabs */
 
/* Page tabs */
#p-cactions li.selected a { background-color: #fbe7b5; }
+
#p-cactions li.selected a { color: #af4200; background-color: #fbe7b5; }
#p-cactions li a:hover { background-color: #fbe7b5; }
+
#p-cactions li a:hover { color: #af4200; text-decoration: underline; background-color: #fbe7b5; }
#p-cactions li a { background-color: #fdb25b; }
+
#p-cactions li a { color: #af4200; background-color: #fdb25b; }
  
 
/* 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 07:05, 3 February 2019

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


/* 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 { color: #af4200; background-color: #fbe7b5; }
#p-cactions li a:hover { color: #af4200; text-decoration: underline; background-color: #fbe7b5; }
#p-cactions li a { color: #af4200; background-color: #fdb25b; }

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