भारत की संस्कृति के लिए... भाषा की उन्नति के लिए... साहित्य के प्रसार के लिए

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

Kavita Kosh से
यहाँ जाएँ: भ्रमण, खोज
छो
छो
पंक्ति 1: पंक्ति 1:
 +
<nowiki>
 +
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
  
पंक्ति 8: पंक्ति 10:
 
/*the personal toolbar - that contains links like "preferences", "my watchlist" etc.*/
 
/*the personal toolbar - that contains links like "preferences", "my watchlist" etc.*/
  
#p-personal li a {
+
#p-personal li a {color: blue /*#0000ff*/;background: none;}
    color: blue /*#0000ff*/;
+
#p-personal li a:hover {background-color: black;color: white;text-decoration: underline;}
    background: none;
+
 
}
+
</nowiki>
#p-personal li a:hover {
+
    background-color: black;
+
    color: white;
+
    text-decoration: underline;
+
}
+

12:04, 10 अगस्त 2006 का अवतरण

<nowiki>

/* CSS placed here will affect users of the Monobook skin */

.pBody {background: #AE9A75;
color:white; border:none;}

body{background:#DDE8EC}

/*the personal toolbar - that contains links like "preferences", "my watchlist" etc.*/

#p-personal li a {color: blue /*#0000ff*/;background: none;}
#p-personal li a:hover {background-color: black;color: white;text-decoration: underline;}

</nowiki>