From WikiTemp, the GBAtemp wiki
Revision as of 13:16, 21 December 2014 by Tempbot (talk | contribs) (Created page with "WikiTemp and Tempstyle3 use absolute position: .skin-wikitemp #main_sidebar, .skin-tempstyle3 #main_sidebar { right: 8px; } /* Tempstyle2 uses absolute, but has margins...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
/* WikiTemp and Tempstyle3 use absolute position */
.skin-wikitemp #main_sidebar, .skin-tempstyle3 #main_sidebar {
	right: 8px;
}
 
/* Tempstyle2 uses absolute, but has margins */
.skin-tempstyle2 #main_sidebar {
	right: 0;
}
 
/* Tempstyle4 uses float */
.skin-tempstyle4 #main_sidebar {
	float: right;
}
 
/* Adjust main page container */
#page_content #main_content, .skin-wikitemp #footer, .skin-tempstyle3 #footer {
	margin-left: 0;
	margin-right: 195px;
}