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

भारत डिस्कवरी प्रस्तुति
यहाँ जाएँ:नेविगेशन, खोजें
No edit summary
No edit summary
 
(2 सदस्यों द्वारा किए गए बीच के 8 अवतरण नहीं दर्शाए गए)
पंक्ति 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;
}
 
#glheader a:visited {
color:#fbecc5;
}
 
#glheader a:active {
color:#fbecc5;
}
}
.page-मुखपृष्ठ li#ca-talk { display: none !important; }


#glheader a:hover {
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
color: #CC9900;
#mw-panel div.portal div.body ul li {
background-color:#000000;
        overflow: visible !important;
}
#textboxrt {
float:right;
width:25%;
font-size:14px;
background-color:#ecf4fa;
border:1px solid #a7d7f9;
margin:5px;
padding:5px;
}
}
#textboxlt {
/* Positioning tweak for submenus specific to vector */
float:left;
.menuSidebar ul div {  
width:25%;
        top: -1px !important; /* vertical offset of submenus */
font-size:14px;
background-color:#ecf4fa;
border:1px solid #a7d7f9;
margin:5px;
padding:5px;
}
#rollnone a:hover {
background:none;
}
}


blockquote {
/* keeps nested list font sizes from continually decreasing with each nesting */
color:black;
#mw-panel div.portal div.body ul li {
}
        font-size: small !important;
#imagepad {
padding:10px;
}
#bgnone  {
background:none;
}
}

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