You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.4 KiB
88 lines
1.4 KiB
#(enabled)#::
|
|
<!-- BEGIN Footer.html -->
|
|
<style type="text/css">
|
|
|
|
|
|
.SubMenuFooter h3 {
|
|
-webkit-border-radius: 5px;
|
|
-khtml-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
|
background-color:#[color]#;
|
|
color:white;
|
|
}
|
|
|
|
a.MenuItemLinkFooter, ul.SubMenuFooter em {
|
|
background-color: #[color]#;
|
|
color:#[color]#;
|
|
}
|
|
|
|
a:hover.MenuItemLinkFooter {
|
|
background-color:#[color]#;
|
|
color:#[color]#;
|
|
}
|
|
|
|
ul.SubMenuFooter a.MenuItemLinkFooter {
|
|
margin-top:0;
|
|
}
|
|
|
|
a.MenuItemLinkFooter{
|
|
display:block;
|
|
text-decoration:none;
|
|
margin-top:1px;
|
|
margin-bottom:1px;
|
|
padding:1px 10px 1px 15px;
|
|
font-size:0.9em;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
|
|
|
|
a:hover.MenuItemLinkFooter {
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
ul.SubMenuFooter em {
|
|
margin-top:0;
|
|
}
|
|
|
|
|
|
ul.SubMenuFooter em {
|
|
display:block;
|
|
text-decoration:none;
|
|
margin-top:1px;
|
|
margin-bottom:1px;
|
|
padding:1px 10px 1px 15px;
|
|
font-size:0.9em;
|
|
}
|
|
|
|
ul.SubMenuFooter {
|
|
clear:left;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
ul.SubMenuFooter li {
|
|
list-style:none;
|
|
margin:0;
|
|
margin-top:1px;
|
|
padding:0;
|
|
}
|
|
|
|
ul.SubMenuFooter li {
|
|
float:left;
|
|
margin-right:1px;
|
|
margin-top:0;
|
|
}
|
|
|
|
</style>
|
|
|
|
<div style="position: fixed; bottom: 0px; width: 100%;">
|
|
<ul class="SubMenuFooter">
|
|
#(userlogonenabled)#::<li style="width:#[ratio]#%;"><!--#include virtual="/currentyacypeer/interaction_elements/Loginstatus_part.html" --></li>#(/userlogonenabled)#
|
|
</ul>
|
|
</div>
|
|
<!-- END Footer.html -->
|
|
#(/enabled)# |