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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
(trying to make the footer wrap properly (instead of run off the righthand side of the page))
imported>Laisren
(float-right footer, with enhanced viz.)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
#f-poweredbyico {visibility:hidden}
/* my style sheet : Footer fix */
footer ul li#f-lastmod {
#f-poweredbyico  
  background-color: #000000;
{
  color: #ffffff;
visibility:hidden;
  font-size:100%;
}
}
div#globalWrapper div#footer  
div#footer {
{
max-width:880px;
white-space:wrap;
width:880px;
text-wrap:unrestricted;
white-space:wrap;
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;
}

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;
 }