Difference between revisions of "Template:CTable"

From Final Kingdom MUSH
Jump to: navigation, search
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{css:   
+
{{#css:   
 
   .CTable                        {border-spacing:0px; width:90%; text-align:left; padding:5px;}
 
   .CTable                        {border-spacing:0px; width:90%; text-align:left; padding:5px;}
 
   .CTable    tr:nth-child(1) th  {background-color: rgba(0,70,70,.6); text-align:center; font-size:medium; color:white;}
 
   .CTable    tr:nth-child(1) th  {background-color: rgba(0,70,70,.6); text-align:center; font-size:medium; color:white;}
Line 9: Line 9:
 
   .CTable    tr:nth-child(2n+1)  {background-color: rgba(0,70,70,.2);}
 
   .CTable    tr:nth-child(2n+1)  {background-color: rgba(0,70,70,.2);}
 
   .CTable    td,th              {padding:0px 0px 0px 5px;}
 
   .CTable    td,th              {padding:0px 0px 0px 5px;}
}}
+
}}<noinclude>
 +
This adds a table format to your page, called with the CTable 'class'.
 +
</noinclude>

Latest revision as of 12:59, 16 October 2012

This adds a table format to your page, called with the CTable 'class'.