MediaWiki:Metrolook.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Metrolook skin: #mw-page-base {background-color: #000066 !important; background-image: none;} div.vectorTabs a:hover {backgr...") |
m (Slight modification) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
#left-navigation | #left-navigation | ||
{background-color: #000066;} | {background-color: #000066;} | ||
} | |||
div.vectorMenu ul { | |||
border: solid 2px #000066; | |||
} | |||
div.vectorMenu:hover h5 a { | |||
background-color: #006600; | |||
} | |||
div.vectorMenu:hover { | |||
background-color: #006600; | |||
} | |||
div.vectorTabs { | |||
height: inherit; | |||
} | |||
img.userIcon20 { | |||
height: auto; | |||
top: auto; | |||
} | } |
Latest revision as of 14:23, 2 July 2021
/* All CSS here will be loaded for users of the Metrolook skin */
#mw-page-base
{background-color: #000066 !important;
background-image: none;}
div.vectorTabs a:hover
{background-color: #006600;}
div.onhoverbg:hover
{background-color: #006600;}
div.vectorMenu:hover h5 span
{background-color: #006600;}
div.vectorMenu h5 span
{background-color: #000066;}
div.vectorMenu:hover h5 a
{background-color: #006600;}
div.vectorMenu h5 a
{background-color: #000066;}
{#hamburgerIcon:hover
{background-color: #006600;}
img.editbutton:hover
{background-color: #006600;}
div.actionmenu ul
{border-top: solid 2px #000066;}
#left-navigation
{background-color: #000066;}
}
div.vectorMenu ul {
border: solid 2px #000066;
}
div.vectorMenu:hover h5 a {
background-color: #006600;
}
div.vectorMenu:hover {
background-color: #006600;
}
div.vectorTabs {
height: inherit;
}
img.userIcon20 {
height: auto;
top: auto;
}