MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Vikramaditya (talk | contribs) No edit summary |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
blockquote { | |||
color:black; | |||
color: | |||
} | } | ||
.page-मुखपृष्ठ li#ca-talk { display: none !important; } | |||
/* 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 */ | |||
} | } | ||
/* keeps nested list font sizes from continually decreasing with each nesting */ | |||
#mw-panel div.portal div.body ul li { | |||
font-size: small !important; | |||
# | |||
} | } |
Latest revision as of 14:25, 8 October 2011
/* CSS placed here will affect users of the Vector skin */ blockquote { color:black; } .page-मुखपृष्ठ li#ca-talk { display: none !important; } /* 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 */ } /* keeps nested list font sizes from continually decreasing with each nesting */ #mw-panel div.portal div.body ul li { font-size: small !important; }