User:DragoonWraith/esstyle.css

From the Oblivion ConstructionSet Wiki
< User:DragoonWraith
Revision as of 17:48, 28 May 2011 by imported>DragoonWraith
Jump to navigation Jump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
 @import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css";
 @import "/constwiki/index.php?title=Wiki_User_Style/Thread_Archive.css&action=raw&ctype=text/css";
 
 /* tab highlight fix for Firefox 3 */
 #p-cactions li.selected a
 {
   background-color: #ece3cd !important;
   color: #6e5229 !important;
   border-color: #6e5229 !important;
 }
 
 #content
 {
   margin-bottom: 60px !important;
 }
 
 #footer
 {
  height: 55px !important;
 }
 
 a.new
 {
  text-transform: none !important;
 }