egroupware_official/pixelegg/less/layout_footer.less
2013-12-12 20:27:20 +00:00

44 lines
717 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Less-file for egroupware
* Definitionen Layout
* Raster
*
* Version 08.2013
* Author Stefan Reinhardt, Wolfgang Ott
*
*/
@import "def_design_pattern_color_font_shadow.less";
/* #################################################
* FOOTER
* ##################################################
*/
#egw_fw_footer {
position: fixed;
bottom: 0px;
width: 100%;
text-align: left;
padding: 3px;
clear: both;
opacity: 1;
z-index: 100;
color: @gray-50;
a {color: @gray-60;}
a:last-child:after {content: " + Layout: pixelegg";}
}
#egw_fw_footer:hover {
opacity: 0.1;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity;
}
//