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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
((you're too close! almost... there...))
imported>Laisren
(I guess I could use 'important' instead of [http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html specificity wars]...)
Line 1: Line 1:
/*  */
#f-poweredbyico  
#f-poweredbyico  
{
{
Line 13: Line 14:
div#footer  
div#footer  
{
{
position:fixed;
position:fixed;
left:50px;
left:50px;
margin-left:0px;
margin-left:0px;
}
}
div#footer img  
div#footer img  
{
{
visibility:hidden
visibility:hidden
}
}
li
li
{
{
display: list-item
display: list-item !important;
}
}

Revision as of 04:31, 9 March 2008

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