Talk:Exar's Shadow

From Wikipedia of the Dark Brotherhood, an online Star Wars Club

Table Color

To DJBWIki Staff - so I found and implemented this table for the commanders but I'd like to change the color. Right now it seems to be called "fancy fancy-green" (I copied this from another DJBWiki page), so I've no idea what my color options are. Any help? --Aabs 23:25, 31 October 2013 (MDT)

It's fairly simple if you know a little bit of html. You could use the code from here Template:Taldryan_Ranks_Army as a resource. Basically, remove the fancy-green tag and then, for each column, you add the td tag and the following: style="background-color:#xxxxxx -- replace the x's with the hexcode for the color you want.

For example: to change the color of the table's title background, you'd change the lines:

{| class="fancy fancy-green" width="550" align="center" cellpadding="3" 
|-
|class="head" colspan="2"  |  '''Battleteam Exar's Shadow'''

to

{| class="fancy" width="550" align="center" cellpadding="3" 
|-
|td style="background-color:#000033" class="head" colspan="2"  |  '''Battleteam Exar's Shadow'''

That will give a dark blue background behind the "Battleteam Exar's Kun" part. Hope that helps. And, if you can't get it to work, just let me know what colors you'd like things to be and I can fix it later. --Shadow Taldrya 10:59, 1 November 2013 (MDT)