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
|
2014-04-01 11:14:34 +02:00
|
|
|
*
|
2013-11-11 19:45:33 +01:00
|
|
|
*/
|
2014-04-01 11:14:34 +02:00
|
|
|
|
2014-07-16 13:24:38 +02:00
|
|
|
@import (reference) "definitions.less";
|
|
|
|
//##############################################################################################################
|
2013-11-11 19:45:33 +01:00
|
|
|
|
|
|
|
/* #################################################
|
|
|
|
* FOOTER
|
|
|
|
* ##################################################
|
|
|
|
*/
|
|
|
|
#egw_fw_footer {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
2014-04-01 11:14:34 +02:00
|
|
|
width: 50%;
|
2013-11-25 04:16:41 +01:00
|
|
|
text-align: left;
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 3px;
|
2013-12-12 21:27:20 +01:00
|
|
|
|
2013-11-11 19:45:33 +01:00
|
|
|
clear: both;
|
2013-12-08 22:36:30 +01:00
|
|
|
opacity: 1;
|
2014-04-01 11:14:34 +02:00
|
|
|
|
2013-11-11 19:45:33 +01:00
|
|
|
z-index: 100;
|
2014-04-01 11:14:34 +02:00
|
|
|
|
2013-12-30 18:32:42 +01:00
|
|
|
color: @gray_50;
|
2014-04-01 11:14:34 +02:00
|
|
|
|
2013-12-30 18:32:42 +01:00
|
|
|
a {color: @gray_60;}
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
|
2014-04-01 11:14:34 +02:00
|
|
|
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_footer:hover {
|
2013-12-08 22:36:30 +01:00
|
|
|
opacity: 0.1;
|
2013-11-11 19:45:33 +01:00
|
|
|
transition: opacity .5s ease-out;
|
|
|
|
-moz-transition: opacity .5s ease-out;
|
2013-11-14 20:11:29 +01:00
|
|
|
-webkit-transition: opacity;
|
|
|
|
}
|
2014-01-17 09:10:35 +01:00
|
|
|
//
|