Difference between revisions of "User:Laisren/esstyle.css"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
(use the force, luke)
imported>Laisren
(that'll work)
Line 2: Line 2:
  #f-poweredbyico  
  #f-poweredbyico  
  {
  {
  visibility:hidden
  visibility:hidden;
  }
  }
  div#globalWrapper div#footer  
  div#globalWrapper div#footer  
Line 10: Line 10:
  word-wrap:break-word;
  word-wrap:break-word;
  font-size:110%;
  font-size:110%;
  max-width:800px;
  max-width:975px;
text-align:right;
  }
  }
  div#footer  
  div#footer  

Revision as of 04:43, 9 March 2008

/* 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 
 {
 position:fixed;
 left:60px;
 margin-left:0px;
 }
 div#footer img 
 {
 visibility:hidden
 }
 div#footer ul li
 {
 display: list-item !important;
 }