Changes

Jump to navigation Jump to search
no edit summary
Line 32: Line 32:

/*Header*/
/*Header*/
div#mw-head {
#mw-head {
   position: absolute;
   position: absolute;
   top: 0;
   top: 0;
Line 57: Line 57:
/*This is the menu on the left*/
/*This is the menu on the left*/
/* increase Vector sidebar width */
/* increase Vector sidebar width */
div#mw-panel { width: 12em; }
#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#footer, #mw-head-base, #content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }
#left-navigation { margin-left: 12em; }


div#mw-panel .portal .body ul li,
#mw-panel .portal .body ul li,
div#mw-panel .portal .body ul li a,  
#mw-panel .portal .body ul li a,  
div#mw-panel .portal .body ul li a:visited,
#mw-panel .portal .body ul li a:visited,
div#mw-panel .portal h3 {
#mw-panel .portal h3 {
   list-style-type: none;
   list-style-type: none;
   color: white;
   color: white;

Navigation menu