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
(float-right footer, with enhanced viz.)
 
(10 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  
  position:absolute;
{
  top:35px;
visibility:hidden;
  right: 10px;
}
  background-color: #000000;
div#globalWrapper div#footer  
  color: #FFFFFF;
{
}
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;
}

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