Difference between revisions of "MediaWiki:Vector.css"

From Popix
Jump to navigation Jump to search
(Page créée avec « Le CSS placé ici affectera les utilisateurs de l’habillage Vector.: *{ font-size:12pt } /* Allow popup submenus to overflow the sidebar area for the Vector skin *... »)
 
m
Line 2: Line 2:
  
 
*{
 
*{
font-size:12pt
+
font-size:12px
}
 
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
 
#mw-panel div.portal div.body ul li {
 
        overflow: visible !important;
 
}
 
/* Positioning tweak for submenus specific to vector */
 
.menuSidebar ul div {
 
        top: -1px !important; /* vertical offset of submenus */
 
 
}
 
}

Revision as of 17:32, 23 April 2013

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */

*{
font-size:12px
}