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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
(I guess I could use 'important' instead of [http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html specificity wars]...)
imported>Laisren
(use the force, luke)
Line 1: Line 1:
/* */
/* my style sheet : Footer fix */
#f-poweredbyico  
#f-poweredbyico  
{
{
  visibility:hidden
  visibility:hidden
}
}
div#globalWrapper div#footer  
div#globalWrapper div#footer  
{
{
  white-space:wrap;
  white-space:wrap;
  text-wrap:unrestricted;
  text-wrap:unrestricted;
Line 11: Line 11:
  font-size:110%;
  font-size:110%;
  max-width:800px;
  max-width:800px;
}
}
div#footer  
div#footer  
{
{
  position:fixed;
  position:fixed;
  left:50px;
  left:60px;
  margin-left:0px;
  margin-left:0px;
}
}
div#footer img  
div#footer img  
{
{
  visibility:hidden
  visibility:hidden
}
}
li
div#footer ul li
{
{
  display: list-item !important;
  display: list-item !important;
}
}

Revision as of 04:37, 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:800px;
 }
 div#footer 
 {
 position:fixed;
 left:60px;
 margin-left:0px;
 }
 div#footer img 
 {
 visibility:hidden
 }
 div#footer ul li
 {
 display: list-item !important;
 }