MediaWiki:Common.css

From StarTrekGames Roleplaying Wiki
Jump to: navigation, search

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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
 
/* Pages here will be marked RP Only */
.ns-0 #content {
 background-image: url('//stg.fastlizard4.org/w/images/b/bc/Namespace_Banner_RP_Only.png');
 background-repeat: no-repeat;
 background-position: right top;
}
 
/* Pages here will be marked Mixed RP */
.page-Main_Page #content,
.ns-2 #content,
.ns-14 #content {
 background-image: url('//stg.fastlizard4.org/w/images/5/5a/Namespace_Banner_RP_Mixed.png');
 background-repeat: no-repeat;
 background-position: right top;
}
 
/* Pages here will be marked Non-RP */
.ns-talk #content,
.ns-4 #content,
.ns-12 #content {
 background-image: url('//stg.fastlizard4.org/w/images/7/79/Namespace_Banner_Non-RP.png');
 background-repeat: no-repeat;
 background-position: right top;
}
 
/* Pages here will be marked as Special (RP N/A) */
.ns-8 #content,
.ns-10 #content,
.ns--1 #content,
.ns-6 #content,
.ns--2 #content {
 background-image: url('//stg.fastlizard4.org/w/images/2/20/Namespace_Banner_Special.png');
 background-repeat: no-repeat;
 background-position: right top;
}