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

भारत डिस्कवरी प्रस्तुति
यहाँ जाएँ:नेविगेशन, खोजें
No edit summary
No edit summary
 
(एक दूसरे सदस्य द्वारा किए गए बीच के 6 अवतरण नहीं दर्शाए गए)
पंक्ति 1: पंक्ति 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* Gallery */
blockquote {
#glheader a {
color:black;
color:#fbecc5;
}
}
.page-मुखपृष्ठ li#ca-talk { display: none !important; }


#glheader a:visited {
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
color:#fbecc5;
#mw-panel div.portal div.body ul li {
        overflow: visible !important;
}
}
 
/* Positioning tweak for submenus specific to vector */
#glheader a:active {
.menuSidebar ul div {  
color:#fbecc5;
        top: -1px !important; /* vertical offset of submenus */
}
}


#glheader a:hover {
/* keeps nested list font sizes from continually decreasing with each nesting */
color: #CC9900;
#mw-panel div.portal div.body ul li {
background-color:#000000;
        font-size: small !important;
}
 
blockquote {
color:black;
}
}

14:25, 8 अक्टूबर 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;
}