egroupware/pixelegg/less/layout_footer.less
Stefan Reinhardt c6527ff2a4 pixelegg / less
cleanup less files

separate the definitions in different files

merge them in definitions.less

###

same with layout_ files / merge in layout_defintions.less

#
change all app.less files
2014-07-16 11:24:38 +00:00

46 lines
807 B
Plaintext

/**
* Less-file for egroupware
* Definitionen Layout
* Raster
*
* Version 08.2013
* Author Stefan Reinhardt, Wolfgang Ott
*
*/
@import (reference) "definitions.less";
//##############################################################################################################
/* #################################################
* FOOTER
* ##################################################
*/
#egw_fw_footer {
position: fixed;
bottom: 0px;
width: 50%;
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;
}
//