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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
(i'm gonna crack this nut...)
imported>Laisren
(float-right footer, with enhanced viz.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
#f-poweredbyico {visibility:hidden}
/* my style sheet : Footer fix */
div#footer {
#f-poweredbyico  
margin-left:0px;
{
padding-left:0px;
visibility:hidden;
font-size:100%;
}
max-width:880px;
div#globalWrapper div#footer  
width:880px;
{
white-space:wrap;
white-space:wrap;
}
text-wrap:unrestricted;
div#footer img {
word-wrap:break-word;
visibility:hidden
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;
}

Latest revision as of 05:06, 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 
 {
 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;
 }