2013-11-11 19:45:33 +01:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Less-file for egroupware
|
|
|
|
|
* Definitionen Layout
|
|
|
|
|
* Raster
|
|
|
|
|
*
|
|
|
|
|
* Version 08.2013
|
2013-11-14 20:11:29 +01:00
|
|
|
|
* Author Stefan Reinhardt, Wolfgang Ott
|
2013-11-11 19:45:33 +01:00
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2013-11-14 20:11:29 +01:00
|
|
|
|
@import "def_design_pattern_color_font_shadow.less";
|
2013-11-11 19:45:33 +01:00
|
|
|
|
|
|
|
|
|
/* #################################################
|
|
|
|
|
* FOOTER
|
|
|
|
|
* ##################################################
|
|
|
|
|
*/
|
|
|
|
|
#egw_fw_footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
// background-image:url(images/gradient22.png);
|
|
|
|
|
// background-position: bottom;
|
|
|
|
|
// background-repeat: repeat-x;
|
|
|
|
|
.background-color-25-gray;
|
|
|
|
|
clear: both;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
|
|
z-index: 100;
|
|
|
|
|
|
|
|
|
|
.color-10-gray;
|
|
|
|
|
|
|
|
|
|
a {.color-10-gray;}
|
|
|
|
|
|
|
|
|
|
a:last-child:after {content: "Und wir waren auch dabei....pixelegg";}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#egw_fw_footer:hover {
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
transition: opacity .5s ease-out;
|
|
|
|
|
-moz-transition: opacity .5s ease-out;
|
2013-11-14 20:11:29 +01:00
|
|
|
|
-webkit-transition: opacity;
|
|
|
|
|
}
|
|
|
|
|
// |