[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Difference between revisions of "MediaWiki:Vector.css"

From blogginpedia
Jump to navigation Jump to search
Line 2: Line 2:
#mw-head-base { background-color: #4682B4; }
#mw-head-base { background-color: #4682B4; }


.mw-body .ThemeGreen a:link { font-weight: bold; color: #00ad4e; } /* normal unvisited links */
 
.mw-body .ThemeGreen a:link:visited { font-weight: bold; color: #00ad4e; } /* visited links */
/* change background of unselected tabs */
.mw-body .ThemeGreen a:link:active { font-weight: bold; color: #008039; } /* active links */
#p-cactions ul li a { background: #C7FDC7; }
.mw-body .ThemeGreen a:link.new { color: #FF0000; } /* new links */
 
/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }
 
/* change border background of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }
 
/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

Revision as of 11:36, 7 April 2022

/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #4682B4; }


/* change background of unselected tabs */
#p-cactions ul li a { background: #C7FDC7; }

/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }

/* change border background of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }

/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }