[Wikia-l] Monaco CSS tip

DanTMan dan_the_man at telus.net
Fri Feb 29 00:17:22 UTC 2008


Actually, I remember running into issues using inherit... They may be a 
little old, but some browsers still in common use don't appear to 
support inherit correctly.
When I did content area background changes in Monobook I ended up with 
issues of tables having white backgrounds, and the best solution I found 
was to put a general "table { background: transparent; }" inside the css 
near the top of the skin's css file. Everything else is more specific 
than that and cascading stuff overrides it, so it nicely fixes my issue 
while not resulting in having issues with it overriding other rules.
Might be something to test.

~Daniel Friesen(Dantman) of:
-The Gaiapedia (http://gaia.wikia.com)
-Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG)
-and Wiki-Tools.com (http://wiki-tools.com)

Christian Williams wrote:
> Actually, please specify style rules only in the article area. "table"  
> will style all tables anywhere on the page. "#article table" will  
> style only tables in the article area.
>
> -Christian
>
> On Feb 28, 2008, at 8:32 AM, Cizaña wrote:
>
>   
>> For the ones that modifies "table {background-color:SOMETHING;}" you  
>> will have to add this fix
>>
>> /* Varius fixes for .table customization */
>> #headerMenuHub table,
>> #link_box table,
>> #spotlight_footer table,
>> #wikia_footer {background-color:inherit;}
>>
>> Unless you like the table color in the variety of backgrounds
>>
>> Ciz
>> _______________________________________________
>> Wikia-l mailing list
>> Wikia-l at wikia.com
>> http://lists.wikia.com/mailman/listinfo/wikia-l
>>     
>
> _______________________________________________
> Wikia-l mailing list
> Wikia-l at wikia.com
> http://lists.wikia.com/mailman/listinfo/wikia-l
>
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wikia.com/pipermail/wikia-l/attachments/20080228/8ac8dcf6/attachment-0004.html 


More information about the Wikia-l mailing list