MediaWiki:Metrolook.css

Da Sotto le querce.
Versione del 8 mar 2018 alle 23:09 di GFA (Discussione | contributi) (Creata pagina con "CSS placed here will affect users of the Metrolook skin: body, #mw-page-base { background-color: #9C9284; background-image: url("https://aframeidea.altervista.org/w/Mus...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
/* CSS placed here will affect users of the Metrolook skin */

body, #mw-page-base {
background-color: #9C9284; 
background-image: url("https://aframeidea.altervista.org/w/Mushroom_pair_in_the_forest_by_danimatie_3000.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-size: cover;
}

img.line { display: none; }

div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #CCCC99; }

div#mw-panel div.portal div.body ul li a, 
div#mw-panel div.portal div.body ul li a:visited { color: white; }

#mw-panel.collapsible-nav .portal h5 a,
#mw-panel.collapsible-nav .portal.collapsed h5 a, 
#mw-panel.collapsible-nav .portal.collapsed h5 a:visited { color: #CCCCCC; }

#mw-panel.collapsible-nav .portal.collapsed h5 a:hover { text-decoration: none; }

div.vectorMenu h5 span {
background-color: none;
background-color: transparent;
}

/* Portrait */
@media only screen 
  and (orientation: portrait) {
body, #mw-page-base {
background-color: #9C9284; 
background-image: url("https://aframeidea.altervista.org/w/images/a/a9/Mushroom_pair_in_the_forest_by_danimatie_portrait.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-size: cover;
}

div#mw-panel div.portal div.body ul li a, 
div#mw-panel div.portal div.body ul li a:visited { color: #000000; }

#mw-panel.collapsible-nav .portal h5 a,
#mw-panel.collapsible-nav .portal.collapsed h5 a, 
#mw-panel.collapsible-nav .portal.collapsed h5 a:visited { color: #555555; }

.fotoprima { display: none; }
}

/* 
div.vectorMenu h5 span:hover, div.vectorMenu h5 span:active, div.vectorMenu h5 span:focus { background-color: #5B7290; }


div.vectorTabs a:hover {
	background-color: #5B7290;
}

div.onhoverbg:hover {
	background-color: #5B7290;
}

img.downarrow:hover{
	background-color: #5B7290;
}

div.vectorMenu:hover h5 a {
	background-color: #5B7290;
}

div.vectorMenu h5 a {
	background-color: #B1BDCD; 
}

div.vectorMenu:hover {
	background-color: #5B7290;
}

div.vectorMenu ul {
	border: solid 2px #B1BDCD;
	border-top: none;

}

@media (max-width: 768px) {
#hamburgerIcon:hover {
	background-color: #5B7290;
}

img.editbutton:hover {
	background-color: #5B7290;
}

div.actionmenu ul {
	border-top: solid 2px #B1BDCD;
}

#left-navigation {
	background-color: #B1BDCD;
}
}

*/