Difference between revisions of "User:Laisren/esstyle.css"
Jump to navigation
Jump to search
imported>Laisren (okay, getting closer...) |
imported>Laisren (float-right footer, with enhanced viz.) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#f-poweredbyico | /* my style sheet : Footer fix */ | ||
{ | #f-poweredbyico | ||
visibility:hidden | { | ||
} | visibility:hidden; | ||
div#globalWrapper div#footer | } | ||
{ | div#globalWrapper div#footer | ||
{ | |||
white-space:wrap; | white-space:wrap; | ||
text-wrap: | text-wrap:unrestricted; | ||
word-wrap:break-word; | word-wrap:break-word; | ||
font-size:110%; | font-size:110%; | ||
max-width: | max-width:975px; | ||
text-align:right; | |||
} | } | ||
div#footer img | div#footer | ||
{ | { | ||
visibility:hidden | 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;
}