egroupware/pixelegg/less/layout_loginPage.less

237 lines
4.8 KiB
Plaintext
Raw Normal View History

2013-11-11 19:45:33 +01:00
/**
* EGroupware: Stylite Pixelegg template
*
* Definitions for login page
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id$
*/
2013-11-14 20:11:29 +01:00
@import (reference) "def_buttons.less";
@import (reference) "def_design_pattern_color_font_shadow.less";
2013-12-12 21:27:20 +01:00
@import (reference) "layout_messages.less";
2013-11-11 19:45:33 +01:00
/* ##################################################################################
* login page
*
* ##################################################################################
*
*
*/
2013-12-12 21:27:20 +01:00
#loginMainDiv {
padding: 0px;
min-height: 720px;
height: 100%;
width: auto;
2013-11-11 19:45:33 +01:00
border-bottom: 0px solid #7E7E7E;
2013-12-12 21:27:20 +01:00
// Logo Leiste
#divAppIconBar{
margin-left:auto;
margin-right:auto;
background: transparent;
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
#divLogo {
margin-left:auto;
margin-right:auto;
position: relative;
top: 1px;
}
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// Anmeldefenster / Box mit Mesaage + Form
div#centerBox{
margin: 0 auto;
width: 444px;
background-color: @egw_color_1_a;
z-index: 100;
2013-12-30 18:32:42 +01:00
.border_radius (5px, 5px, 5px, 25px);
2013-12-12 21:27:20 +01:00
.bordered (@egw_color_2_a, @egw_color_2_a, @egw_color_2_a, @egw_color_2_a );
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// Meldung
#loginScreenMessage{
margin: 1em;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// Message
#loginCdMessage{
margin: 1em;
.border_radius_button_lefttop;
color: red;
text-align: center;
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// Text der Meldung
span {
padding: 0.5em;
font-size: 1.2em;
// .background-color-hint;
2013-12-30 18:32:42 +01:00
color: @color_hint;
2013-12-12 21:27:20 +01:00
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
width: 100%;
}
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// Formular
form{
margin: 1em;
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
table.divLoginbox {
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// background-color: red;
.box_shadow_standard_light;
.border_radius_button_lefttop;
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
tr.divLoginboxHeader{}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
td { padding: 0.5em;}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
select {
.Complete_Button_select;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
select:hover {
.Complete_Button_select_hover;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
input {
.Complete_Button_input;
}
input:hover{
.Complete_Button_input_hover;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
input:focus{
.Complete_Button_input_focus;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
input[type="submit"] {
2013-12-30 18:32:42 +01:00
.background_color_egw_normal; // Orange
2013-12-12 21:27:20 +01:00
// Hintergrund in EGW Farbe
2013-12-30 18:32:42 +01:00
.color_100_gray;
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
input[type="submit"]:focus {
.Complete_Button_input_focus;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
} // Formular
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
} //center box
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
} // #loginMainDiv
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
// Ende Login / Start #################################################
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
/*Supersized*/
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
#wrap {
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
background-color: white !important;
}
2013-11-11 19:45:33 +01:00
2013-12-12 21:27:20 +01:00
* {
2013-11-18 20:27:56 +01:00
margin: 0;
padding: 0;
}
img {
border: medium none;
}
#supersized-loader {
background: url("../images/progress.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
height: 60px;
left: 50%;
margin: -30px 0 0 -30px;
position: absolute;
text-indent: -999em;
top: 50%;
width: 60px;
z-index: 0;
}
#supersized {
display: block;
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: -999;
}
#supersized img {
border: medium none;
display: none;
height: auto;
outline: medium none;
position: relative;
width: auto;
}
#supersized.speed img {
image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
image-rendering: optimizequality;
}
#supersized li {
background: none repeat scroll 0 0 #111111;
display: block;
height: 100%;
left: 0;
list-style: none outside none;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: -30;
}
#supersized a {
display: block;
height: 100%;
width: 100%;
}
#supersized li.prevslide {
z-index: -20;
}
#supersized li.activeslide {
z-index: -10;
}
#supersized li.image-loading {
background: url("../images/progress.gif") no-repeat scroll center center #111111;
height: 100%;
width: 100%;
}
#supersized li.image-loading img {
visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
display: inline;
}
2013-12-30 18:32:42 +01:00
//