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

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

Kavita Kosh से
यहाँ जाएँ: भ्रमण, खोज
छो
छो
पंक्ति 7: पंक्ति 7:
  
 
/*
 
/*
** the personal toolbar - that contains links like "preferences", "my watchlist" etc.
+
the personal toolbar - that contains links like "preferences", "my watchlist" etc.
 
*/
 
*/
  

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

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