Happy Birthdays Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* different coloured tabs */
div.vectorTabs li span#ca-contribs,   
div.vectorTabs li span#ca-ve-edit {
  background-color: #ff7727;
}

div.vectorTabs li span#ca-edit {
  background-color: #00F2FF;
}

div.vectorTabs li span#ca-history {
  background-color: #74FF37 !important;
}

div.vectorTabs ul li#ca-nstab-main {
  background-color: #FF5CFF;
}

div.vectorTabs ul li#ca-nstab-image, 
div.vectorTabs ul li#ca-nstab-special, 
div.vectorTabs ul li#ca-nstab-help, 
div.vectorTabs ul li#ca-nstab-category, 
div.vectorTabs ul li#ca-nstab-template, 
div.vectorTabs ul li#ca-nstab-project, 
div.vectorTabs ul li#ca-nstab-user, 
div.vectorTabs ul li#ca-user, 
div.vectorTabs ul li#ca-user_talk, 
div.vectorTabs ul li#ca-user_profile, 
div.vectorTabs ul li#ca-userprofile, 
div.vectorTabs ul li#ca-user_wiki {
  background-color: #ff7727;
}

div.vectorTabs ul li#ca-talk {
  background-color: #E3E236;
}

div.vectorTabs ul li#ca-nstab-mediawiki,
div.vectorTabs ul li#ca-view, 
div.vectorTabs ul li#ca-viewsource {
  background-color: #FF4550;
}
Advertisement