egroupware_official/pixelegg/less/layout_footer.less

47 lines
873 B
Plaintext
Raw Normal View History

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%;
2013-11-25 04:16:41 +01:00
text-align: left;
2013-11-11 19:45:33 +01:00
padding: 3px;
// background-image:url(images/gradient22.png);
// background-position: bottom;
// background-repeat: repeat-x;
.background-color-25-gray;
clear: both;
2013-12-08 22:36:30 +01:00
opacity: 1;
2013-11-11 19:45:33 +01:00
z-index: 100;
2013-11-25 04:16:41 +01:00
color: @gray-50;
2013-11-11 19:45:33 +01:00
2013-11-25 04:16:41 +01:00
a {color: @gray-60;}
2013-11-11 19:45:33 +01:00
a:last-child:after {content: "Und wir waren auch dabei....pixelegg";}
}
#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;
}
//