मिडियाविकी चर्चा:Monobook.css

Page contents not supported in other languages.
विकिपीडिया, मुक्‍त ज्ञानकोशातून

Featured Article[संपादन]

please add following, so that featured articles are marked with STAR in the interwiki list

li.FA {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}

For reference see Template:Link FA on English wiki.
क्षितिज पाडळकर २१:५८, २९ नोव्हेंबर २००८ (UTC)

I am sorry, that wasn't the complete code.
Following is the complete code, I tested it by creating my own "monobook.css", works fine.
/* Sidebar मध्ये इतर भाषांमधील विशिष्ट लेखांआधी (Featured Article) चांदणी दिसण्यासाठी */
.portlet li {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}
 
li.FA {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}