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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Laisren
(New page: #f-poweredbyico {visibility:hidden} footer ul li#f-lastmod { position:absolute; top:35px; right: 10px; background-color: #000000; color: #FFFFFF; })
 
imported>Laisren
(trying to make the footer wrap properly (instead of run off the righthand side of the page))
Line 1: Line 1:
#f-poweredbyico {visibility:hidden}
#f-poweredbyico {visibility:hidden}
footer ul li#f-lastmod {
footer ul li#f-lastmod {
  position:absolute;
  top:35px;
  right: 10px;
   background-color: #000000;
   background-color: #000000;
   color: #FFFFFF;
   color: #ffffff;
  font-size:100%;
}
div#footer {
max-width:880px;
width:880px;
white-space:wrap;
}
}

Revision as of 03:54, 9 March 2008

#f-poweredbyico {visibility:hidden}
footer ul li#f-lastmod {
   background-color: #000000;
   color: #ffffff;
   font-size:100%;
}
div#footer {
max-width:880px;
width:880px;
white-space:wrap;
}