User:Laisren/esstyle.css

From the Oblivion ConstructionSet Wiki
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.
/* my style sheet : Footer fix */
 #f-poweredbyico 
 {
 visibility:hidden;
 }
 div#globalWrapper div#footer 
 {
 white-space:wrap;
 text-wrap:unrestricted;
 word-wrap:break-word;
 font-size:110%;
 max-width:975px;
 text-align:right;
 }
 div#footer 
 {
 float:right;
 }

 div#footer img 
 {
 display:none;
 /* instead of visibility:hidden */
 }

 div#footer ul#f-list
 {
 display: block;
 z-index:10;
 }
 div#footer ul li
 {
 display: list-item !important;
 }