Přeskočit na obsah

Wikipedista:Zichd/vector.css

Z Wikipedie, otevřené encyklopedie

Poznámka: Po uložení musíte vyprázdnit mezipaměť vašeho prohlížeče, jinak změny neuvidíte.

/* This moves the sidebar off-screen */ 
#mw-panel { 
    opacity: 0; 
    margin-left: -11em; 
} 
/* This moves other stuff into the leftover space */ 
#content, #head-base, #footer, #mw-head-base { 
    margin-left: -1px; 
} 
/* Nicer presentation for the left-hand tabs */ 
#left-navigation { 
    margin-left: 1em; 
}