MediaWiki:Gadget-AutohidePanel.css: differenze tra le versioni

Da Semi del Verbo, l'enciclopedia dell'influenza del Vangelo sulla cultura
m (fix errore, -important non letto)
 
m (una versione importata)
 
(Nessuna differenza)

Versione attuale delle 22:40, 30 ago 2020

div#mw-panel
{
 visibility:visible;
 position:fixed !important;
 resize:vertical;
 top:160px;
 left:-9.5em;
 background-color:#E8E8E8;
 overflow-y:auto;
 overflow-x:hidden;
 z-index:2;
 height:23em; /*this number sets the height of your navigation bar. The higher the number, the higher the navigation bar. Make sure you have "em" to the right of the number. The the original value I set it was 22em.*/
}
div#mw-panel div
{
 overflow:visible;
 resize:none;
}
div#mw-panel:hover
{
 left:0;
}
div#p-logo
{
 position:fixed;
 left:-9.5em;
 top:0px;
 background-color:#E8E8E8;
 z-index:1
}
div#mw-panel:hover div#p-logo
{
 left:0em;
}
div#mw-head-base
{
 margin-left:10px;
}
div#content
{
 position:relative;
 left:10px;
 margin-left:0;
}
div#left-navigation
{
 left:50px;
}
div#footer
{
 margin-left:10px;
}