"मीडियाविकि:Vector.css" के अवतरणों में अंतर

ब्रज डिस्कवरी, एक मुक्त ज्ञानकोष से
नेविगेशन पर जाएँ खोज पर जाएँ
('→‎CSS placed here will affect users of the Vector skin: blockquote { color:black; } .page-मुखपृष्ठ li#ca-talk { displa...' के साथ नया पन्ना बनाया)
 
(कोई अंतर नहीं)

०८:४६, २५ अक्टूबर २०११ के समय का अवतरण

/* 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;
}