Hi, it seems like my Mediawiki.Monobook.css file is not working. I have:
body.page-Main_Page h1.firstHeading { display: none; }
in Monobook.css but the page title still appear in my homepage at Aseanpediahttp://www.aseanpedia.com/Aseanpedia,_the_free_online_unofficial_ASEAN_Encyclopedia. It used to be working fine until I transferred my Mediawiki files into a folder instead of in publichtml, thinking it is neater. However, it did not work, so I reverted it to its original position. All other functions seem to work just fine, except this page.
PM Poon
The first heading is actually controlled from main.css http://www.aseanpedia.com/skins/monobook/main.css?195
In that file you will find this line:
#firstHeading { margin-bottom: .1em; line-height: 1.2em; padding-bottom: 0; }
The firebug plugin for FireFox is a great tool for identifying these css issues.
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Ekompute .info Sent: Monday, March 09, 2009 8:48 PM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] Mediawiki:Monobook.css file not working
Hi, it seems like my Mediawiki.Monobook.css file is not working. I have:
body.page-Main_Page h1.firstHeading { display: none; }
in Monobook.css but the page title still appear in my homepage at Aseanpediahttp://www.aseanpedia.com/Aseanpedia,_the_free_online_unofficial_ ASEAN_Encyclopedia. It used to be working fine until I transferred my Mediawiki files into a folder instead of in publichtml, thinking it is neater. However, it did not work, so I reverted it to its original position. All other functions seem to work just fine, except this page.
PM Poon _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org