An Actual system of tabbing has been deployed (which right now, can only be seen on the
Tickets page and on the DKPSystem.com main page only.
But Tabbing is in the new Arena Summary page that's almost complete, and should be deployed today.
Like the Above CSS changes, I've deployed them automatically to the standard CSS files, but again, if you are using a custom CSS file linked from elsewhere, you'll need to make these changes as well, otherwise the tabs will look VERY odd indeed.
Here are the changes as they are deployed on Demo.dkpsystem.com
/* The following are some general rules for tabs. You'd usually not need to mess with these first four, but you can if you wish */
div.tabrow{float:left;width:100%;padding-top:5px;}
ul.tabrow, ul.tabrow li{list-style-type:none;margin:0;padding:0}
ul.tabrow{margin-left:10px;}
ul.tabrow li{list-style-image:none;float:left;margin-right: 3px;text-align:center;font-size:inherit}
/* This is for Unselected Tabs when they are idle (not hovered over) */
ul.tabrow a{float:left;width:8em;padding: 5px 0;background-color:#262626;}
/* Unselected Tabs when the cursor is hovering over it */
ul.tabrow a:hover {background-color:#000000;}
/* The currently selected tab. It's a good idea to make this background being the same background color as .listlabel, Most of the tabs will be directly above a .listlabel element, giving the tabs their full effect*/
ul.tabrow li.selected a,ul.tabrow li.selected a:hover {background-color:#330000}Note: Primarily, you'll only want/need to change the colors/styles for the "Unselected Tabs", "Hover Tabs", and "Active Tabs"
This is just a heads up, albeit a little one.
--
It's all in the reflexes.