File talk:Puella magi wiki tab gradients.png

From Puella Magi Wiki
Revision as of 21:19, 19 January 2011 by Sayaka (talk | contribs) (Added instructions for reskinning tabs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To use this image in the skin:

Change main-ltr.css:
 div.vectorTabs li.selected {
   background-color: transparent;
   background-image: url('http://wiki.puella-magi.net/images/2/29/Puella_magi_wiki_tab_gradients.png');
   background-position: left top;
 }
 div.vectorTabs ul li {
  background-color: transparent;
  background-image: url('http://wiki.puella-magi.net/images/2/29/Puella_magi_wiki_tab_gradients.png');
  background-position: 0 -50px;
 }

Note: not full code, just changed properties - will need to merge with existing style sheet properties.