Hi, 2009/7/12 Ekompute .info <[email protected]>: > Hi Jean-Marc, thank you for your response. I did follow your advice and > managed to learn a thing or two. However, I still have some problems as > sometimes when I changed certain things, other things move "without" > apparent reason. Anyway, I tried many configurations and managed to "solve" > the login page problem, as you can see at this > page<http://dummipedia.org/Special:UserLogin>, > using IE6. I still don't understand why this particular version works, LOL. > However, the red links are not showing in the p-cactions bar (2nd bar below > logo, right at the top) although it works for the personal toolbar: > > a.new, #p-personal a.new, #p-cactions a.new { > color: #ba0000; > } > > Both bars are defined by the above statements, so it is rather surprising > that one works and not the other. I would be glad if you or anyone can > assist me as there is no way at the moment for me, or anyone for that > matter, to know whether the pages are empty. >
Using FF WebDeveloper plugin shows that the .new is applied to the <li>, not to the <a>, therefor the css selection is not done. For example, hovering on the Video tab on the main page gives html > body .mediawiki ltr ns-0 ns-subject page-Free_Simplified_Online_Encyclopedia skin-nuskin > div #globalWrapper > div #column-one > div #p-cactions .portlet > div .pBody > ul > li #ca-video .new > a -- Regards, Jean-Marc -- . ___ . @@ // \\ "De Chelonian Mobile" . (_,\/ \_/ \ TortoiseSVN . \ \_/_\_/> The coolest Interface to (Sub)Version Control . /_/ \_\ http://tortoisesvn.net _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
