MediaWiki:Common.css: Difference between revisions

From WikiDemocracy
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
img.main-image { width: 300px; }
img.main-image { width: 300px; }


Line 5: Line 6:


.serif-display2 { font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif; }
.serif-display2 { font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif; }
/* This section is temporary -- it has unwanted effects on other skins */
#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;}
}

Latest revision as of 13:47, 2 October 2020

/* CSS placed here will be applied to all skins */

img.main-image { width: 300px; }

.serif-display { font-family: Georgia, serif; }

.serif-display2 { font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif; }