egroupware/pixelegg/less/layout_raster.less

1149 lines
27 KiB
Plaintext
Raw Normal View History

2013-11-11 19:45:33 +01:00
/**
* EGroupware: Stylite Pixelegg template
*
* Definitions for layout and raster
*
* 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
2013-11-20 09:41:08 +01:00
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
2013-11-11 19:45:33 +01:00
* @package pixelegg
* @version $Id$
*/
2013-11-14 20:11:29 +01:00
@import "def_buttons.less";
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
//############## Layout ########################################################################################
2013-11-11 19:45:33 +01:00
// Allgemeines
/* #################################################
* Basecontainer
* #################################################
*/
//IFRAME
.egw_fw_content_browser_iframe,
#divMainView {
2013-11-14 20:11:29 +01:00
// .background-color-0-gray;
margin: 0;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
body {.background-color-0-gray; }
2013-11-11 19:45:33 +01:00
}
2013-11-14 20:11:29 +01:00
.egwGridView_scrollarea {
2013-11-20 09:41:08 +01:00
width: 100%;
overflow: auto;
2013-11-14 20:11:29 +01:00
}
#egw_fw_header{
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
width: 100%;
float: left;
// Logo
#egw_divLogo {
float: left;
width: 255px;
display: block;
margin-left: -8px;
text-align: center;
height: 45px;
.background-color-5-gray;
img {
height: 40px;
border: none;
.background-color-5-gray;
}
}
2013-11-20 09:41:08 +01:00
/* ###########################################################################################################################################
/* ###########################################################################################################################################
* Topmenu / Home / Einstellungen / usw..
/* ###########################################################################################################################################
2013-11-14 20:11:29 +01:00
*/
#egw_fw_topmenu ul,
#egw_fw_topmenu > * > ul > li,
.topmenu_info_item,
#egw_fw_topmenu_items,
#egw_fw_topmenu_info_items {
display: inline;
}
2013-11-20 09:41:08 +01:00
2013-11-14 20:11:29 +01:00
#egw_fw_topmenu{
2013-11-20 09:41:08 +01:00
2013-11-14 20:11:29 +01:00
#egw_fw_topmenu_items {
float: left;
padding-top: 10px;
// height: 30px;
2013-11-20 09:41:08 +01:00
ul {
// padding: 10px;
// margin-left: 2em;
li{
.color-100-gray;
.Button_size_square_32;
padding: 0.3em 0.4em;
.Complete_Button_normal;
&:hover{.Complete_Button_hover;.color-100-gray;}
a {.color-100-gray;}
a:hover {
.color-50-gray;
.border-color-50-gray;
}
}
2013-11-14 20:11:29 +01:00
2013-11-20 09:41:08 +01:00
li:first-child{
margin-left: 10px;
:before{border: none;}
}
} // Ende ul
2013-11-14 20:11:29 +01:00
2013-11-15 18:05:59 +01:00
} // Ende Items
2013-11-20 09:41:08 +01:00
2013-11-15 18:05:59 +01:00
} // Ende Topmenu
2013-11-20 09:41:08 +01:00
2013-11-11 19:45:33 +01:00
2013-11-15 18:05:59 +01:00
} // Ende Header
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
2013-11-15 18:05:59 +01:00
/*#################################################
###################################################
Slide Effekt
###################################################*/
2013-11-11 19:45:33 +01:00
#egw_fw_topmenu_slide{
2013-11-14 20:11:29 +01:00
// width: 100%;
width: auto;
text-align: center;
height: 15px;
2013-11-20 09:41:08 +01:00
float: left;
2013-11-14 20:11:29 +01:00
position: fixed;
2013-11-20 09:41:08 +01:00
left: 194px;
}
#egw_fw_topmenu_slide.slidedown{
background-image: url("../images/list.png");
2013-11-14 20:11:29 +01:00
background-position: center center;
height: 15px;
width: 15px;
display: block;
2013-11-20 09:41:08 +01:00
margin-left: 5px;
margin-top: 10px;
background-size: 15px 15px;
float: left;
position: relative;
left: -5px;
2013-11-14 20:11:29 +01:00
}
2013-11-20 09:41:08 +01:00
#egw_fw_topmenu_slide.slideup{
2013-11-14 20:11:29 +01:00
background-image: url("../images/slideup.png");
background-position: center center;
height: 15px;
width: 15px;
display: block;
2013-11-20 09:41:08 +01:00
margin-top: -55px;
2013-11-14 20:11:29 +01:00
margin-left: 40px;
}
2013-11-20 09:41:08 +01:00
#slidetoggle{
width: 20px;
height: 20px;
display: block;
}
2013-11-15 18:05:59 +01:00
/*#################################################
###################################################
Add / Print / Logout /
- Name / Date
###################################################*/
2013-11-11 19:45:33 +01:00
#egw_fw_topmenu_addons{
2013-11-20 09:41:08 +01:00
// ########################################
2013-11-15 18:05:59 +01:00
// quick_add
2013-11-11 19:45:33 +01:00
2013-11-15 18:05:59 +01:00
span#quick_add{
2013-11-20 09:41:08 +01:00
.Complete_Button_add;
2013-11-14 20:11:29 +01:00
position: fixed;
2013-11-15 18:05:59 +01:00
right: 88px;
top: 0;
z-index: 200;
2013-11-11 19:45:33 +01:00
2013-11-15 18:05:59 +01:00
padding: 0 0.8em 0.8em 0.5em;
2013-11-20 09:41:08 +01:00
2013-11-15 18:05:59 +01:00
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
select#quick_add_selectbox{
2013-11-20 09:41:08 +01:00
.border_normal;
.box_shadow_standard_light;
height: 30px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
&:hover {.box_shadow_standard_light_hover;}
&:focus {.box_shadow_standard_light_inset;}
/* option {
&:first-child{
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
}*/
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-20 09:41:08 +01:00
2013-11-15 18:05:59 +01:00
// Logout
2013-11-20 09:41:08 +01:00
#egw_fw_logout {
background-image: url(../images/logout.png);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
float: right;
margin-right: 1em;
margin-top: 0px;
z-index: 200;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
padding: 0.5em;
top: 5px;
position: fixed;
right: 5px;
&:hover {.box_shadow_standard_light_hover;}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Print
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
#egw_fw_print {
background-image: url(../images/print.png);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
float: right;
margin-right: 5px;
margin-top: 0px;
position: fixed;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
padding: 0.5em;
top: 5px;
right: 45px;
z-index: 200;
&:hover {.box_shadow_standard_light_hover;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
&:focus {.box_shadow_standard_light_inset;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-20 09:41:08 +01:00
/*Name / Datum / angemeldete User*/
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
#egw_fw_topmenu_info_items {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
padding-right: 20px;
white-space: nowrap;
2013-11-15 18:05:59 +01:00
float: right;
display: flex;
2013-11-14 20:11:29 +01:00
.topmenu_info_item {
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
// Info Bell
&:nth-child(1) {
}
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
// Name
&:nth-child(2) {
/*float: right;*/
margin-top: 0;
font-size: 1em;
padding-right: 5px;
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
// angemeldete User
&:nth-child(3) {
position: relative;
top: 0px;
display: inline-block;
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
&:hover {.box_shadow_standard_light_hover;}
&:focus {.box_shadow_standard_light_inset;}
&:before {content: "| ";font-size: 1em;color: @egw_color_2_a;}
}
// Add
&:nth-child(4) {
}
}
}
// Ende items
2013-11-11 19:45:33 +01:00
/* ################################################################################################################
2013-11-15 18:05:59 +01:00
################################################################################################################
################################################################################################################
2013-11-11 19:45:33 +01:00
* Sidebar
2013-11-15 18:05:59 +01:00
* ################################################################################################################*/
2013-11-20 09:41:08 +01:00
2013-11-11 19:45:33 +01:00
#egw_fw_sidebar {
2013-11-14 20:11:29 +01:00
position: fixed;
overflow: hidden;
top: 57px;
left: 0px;
bottom: 20px;
width: 225px;
.background-color-5-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
//Menu
#egw_fw_sidemenu {
position: absolute;
top: 0px;
bottom: 4px;
left: 4px;
right: 5px;
overflow: hidden;
z-index: 0;
padding-top: 0.6em;
// .background-color-0-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_scrollarea_outerdiv{
.background-color-5-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Alle Tabs
.egw_fw_ui_sidemenu_entry_header {
2013-11-20 09:41:08 +01:00
cursor: pointer;
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
display: block;
height: 30px;
margin: 0 0;
padding: 4px 5px 5px 15px;
.background-color-5-gray;
background-image: none;
.border-color-10-gray;
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
.rounded(5px);
&:hover { .background-color-15-gray;}
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
h1 {
font-size: 1em;
font-weight: normal;
margin: 0 0 10px 0;
padding-top: 0.31em;
.color-40-gray;
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// aktive APP
// aktiver Tab
.egw_fw_ui_sidemenu_entry_header_active {
//
cursor: pointer;
//background-image: url("images/gradient30blue.png");
background-image: none;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.background-color-10-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
border-radius: 27px 0px 0 0;
// border-width: medium 1px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
border-top: 1px solid #C6CED6;
border-left: 1px solid #C6CED6;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
margin: 0 0 0 0;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius:27px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
border-bottom: none;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
height: 44px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
img {padding-left: 10px; padding-top: 8px;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
h1 {text-transform: uppercase; font-size: 1.4em; .color-100-gray; padding-top: 8px;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
&:hover {.box_shadow_standard_light_inset;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
&:focus {
background-image: url("../images/ajax-loader.gif");
background-repeat: no-repeat;
background-position: 90% 50%;
.Complete_Button_active;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.background-color-25-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_ajaxloader {margin-top: -26px;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Rahmen um APP Einstellungen
.egw_fw_ui_sidemenu_entry_content {
display: block;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
background-image: none;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.border-radius (0, 0, 27px, 0);
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.border-color-25-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
border-style: solid;
border-width: 0px;
margin: 0 0 2em 0;
// padding: 0 0.3em 2em 0.3em;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
> div:nth-of-type(1) {
padding: 5px 0.3em 1.5em 0.3em;
margin: 0 0 10px 0;
.background-color-25-gray;
.border-radius (0, 0, 27px, 0);
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.border-color-25-gray;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Schaltflächen
// Normal
.egw_fw_ui_category {
margin: 10px 5px 0px 5px;
padding: 0.5em 1em;
cursor: pointer;
// border-top: 7px solid;
.border-color-25-gray;
.background-color-15-gray;
.border-radius(3px,3px,3px,3px);
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
h1 {
margin: 5px 0px 3px 5px;
padding: 0px 0px 0px 15px;
font-size: 9pt;
background-image:url(../images/arrow_left.png);
background-repeat:no-repeat;
background-position:left center;
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Hover
.egw_fw_ui_category:hover {
.background-color-30-gray;
padding: 0.5em 1em;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Active
.egw_fw_ui_category_active {
border-bottom-width: 0px;
margin-top: 0px;
.background-color-50-gray;
.color-5-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
h1 {
background-image:url(../images/arrow_down.png);
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
a {
color: #FFF;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
img {height: 16px; width: 16px;}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
a:hover {
padding: 5px 30px 5px 0px;
width: 200px;
.background-color-10-gray;
.color-50-gray;
.Complete_Button_hover;
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-20 09:41:08 +01:00
2013-11-14 20:11:29 +01:00
}
.egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px;
}
.egw_fw_ui_sidemenu_entry_header_bottom {
border-width: 0px;
border-color: black;
}
.egw_fw_ui_sidemenu_entry_icon {
display: inline-block;
width: 20px;
height: 20px;
padding-left: 0;
padding-right: 10px;
float: left;
2013-11-21 05:16:11 +01:00
/*filter grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray; /* IE 6-9 */
}
2013-11-14 20:11:29 +01:00
}
}
// Trenner (Splitter)
#egw_fw_splitter {
position: absolute;
// background-color: RGB(200, 200, 255);
.background-color-25-gray;
width: 5px;
top: 61px;
bottom: 3px;
right: 0px;
&:hover {background-color: @egw_color_1;}
.egw_fw_ui_splitter_vertical {
background-image: url(../images/splitter_vert.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 5px;
height: 100%;
cursor: col-resize;
}
}
// Ende Sidebar
2013-11-11 19:45:33 +01:00
}
// Menu Seite links
// Submenu / Unterpunkte in der Seitenleiste
.egw_fw_ui_category_content {
2013-11-14 20:11:29 +01:00
.background-color-0-gray;
2013-11-11 19:45:33 +01:00
border-top-width: 0;
border-left: 0px solid;
border-bottom: 0px solid;
2013-11-14 20:11:29 +01:00
// .border-color-25-gray;
2013-11-11 19:45:33 +01:00
margin-left: 4px;
margin-top: 0px;
padding-bottom: 5px;
2013-11-14 20:11:29 +01:00
padding-left: 0px;
2013-11-11 19:45:33 +01:00
padding-top: 14px;
margin-right: 5px;
min-height: 50px;
2013-11-14 20:11:29 +01:00
img { height: 16px; width: 16px}
2013-11-11 19:45:33 +01:00
&:hover {
2013-11-14 20:11:29 +01:00
.background-color-0-gray;
.border-color-50-gray;
2013-11-15 18:05:59 +01:00
}
2013-11-20 09:41:08 +01:00
2013-11-15 18:05:59 +01:00
// Favoriten anlegen und löschen
.sidebox-favorites{} // ist in etemplate2.less definiert
2013-11-11 19:45:33 +01:00
}
// Sub Sub Menu Item
.egw_fw_ui_sidemenu_listitem {
2013-11-15 18:05:59 +01:00
2013-11-20 09:41:08 +01:00
padding: 0.5em 0;
margin: 4px 0 5px 0px;
position: relative;
2013-11-11 19:45:33 +01:00
2013-11-20 09:41:08 +01:00
// Icon before
img.egw_fw_ui_sidemenu_listitem_icon {
height: 9px;
width: 9p;
padding: 0px;
float: left;
background-image: url("../images/bullet.png");
}
input {
height: 16px;
width: 81% !important;
}
input[type="image"] {
height: 10px;
width: 10px !important;
margin-left: 1px;
} // mehrere Benutzer auswählen
select { max-width: 85% !important; }
// Icon rechts der Liste - Auswahl Button
img {
height: 9px;
width: 9px;
padding: 0px;
float: right;
}
// normale Links
a {
// .Complete_Button_text;
padding: 5px 0px 5px 5px;
text-decoration: none;
min-width: 5em;
&:hover{
.color-100-gray;
}
&:active {
.box_shadow_standard_light_inset;
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
div {
a:first-child{
.Complete_Button_text;
// padding: 2px;
// padding: 5px 30px 5px 0px;
width: 72% !important;
// background-color: red;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
a:first-child:hover {
// .Complete_Button_text_hover;
// .background-color-30-gray;
// padding: 5px 30px 5px 0px;
// width: 200px;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
//löschen
a:nth-child(2){
// float: left;
position: absolute;
// margin-left: 72%;
right: 0;
top: 0;
background: transparent;
// .Complete_Button_Icon_normal;
// margin-right: 0.5em;
padding: 0px 2px 0 2px;
width: 10px;
min-width: 5px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
img {
margin: 0 0 0 0;
padding: 0em 0em 0 0em;
height: 10px;
width: 10px;
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
a:nth-child(2):hover {
.background-color-warning;
.Complete_Button_Icon_hover ;
.color-0-gray;
// width: auto;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-15 18:05:59 +01:00
// Submenu Item
&:hover{
2013-11-20 09:41:08 +01:00
.color-100-gray;
background-color: @egw_color_1_e;
padding: 0.5em 0;
}
2013-11-14 20:11:29 +01:00
} // .egw_fw_ui_sidemenu_listitem
2013-11-11 19:45:33 +01:00
// Scrollarea
.egw_fw_ui_scrollarea
{
2013-11-14 20:11:29 +01:00
overflow: hidden;
z-index: 0;
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_button
{
2013-11-14 20:11:29 +01:00
position: absolute;
display: block;
width: 100%;
height: 12px;
z-index: 2;
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover,
.egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover
{
2013-11-14 20:11:29 +01:00
background-image:url(../images/scroll_hover.png);
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_button_disabled
{
2013-11-14 20:11:29 +01:00
display: none !important;
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_button_up, .egw_fw_ui_scrollarea_button_down
{
2013-11-14 20:11:29 +01:00
height: 14px;
background-image:url(../images/scroll.png);
background-color: white;
background-repeat: no-repeat;
background-position: center;
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_button_up
{
2013-11-14 20:11:29 +01:00
top: 0px;
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_button_down
{
2013-11-14 20:11:29 +01:00
bottom: 0px;
2013-11-11 19:45:33 +01:00
}
.egw_fw_ui_scrollarea_outerdiv
{
2013-11-14 20:11:29 +01:00
height: 100%;
2013-11-11 19:45:33 +01:00
}
.egw_fw_content_browser_div {
2013-11-14 20:11:29 +01:00
display: block;
// overflow: auto;
/* background-color: RGB(240, 240, 255);*/
2013-11-11 19:45:33 +01:00
}
.egw_fw_content_browser_div_loading {
2013-11-14 20:11:29 +01:00
position: absolute;
z-index: 1000;
top: 0px;
left: 0px;
width: 16px;
height: 16px;
background-image: url(../images/ajax-loader.gif);
background-position: center;
background-repeat: no-repeat;
2013-11-11 19:45:33 +01:00
}
2013-11-14 20:11:29 +01:00
/* ###########################################################################################################################################
/*extended for calender app*/
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
div#calendar-container {
margin-left: 0px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
div.calendar{
margin-bottom: 1em;
background-color: inherit;
padding: 2%;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
table {
font-size: 0.9em;
color: #000;
cursor: default;
padding: 0.3em;
.background-color-5-gray;
.basefontfamily;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
thead {
// Month
.title {
background-color: @egw_color_1_a;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// << today >>
.headrow {}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// daynames
.daynames {
background-color: @egw_color_2_e;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
tbody {
tr.daysrow {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
&:hover {background-color: @egw_color_1_a;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// fields
.name {}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.day {}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.weekend {}
}
// hover tr
2013-11-20 09:41:08 +01:00
tr.rowhilite td{background-color: @egw_color_1_a;}
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
} // table
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
/* ###########################################################################################################################################
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
/* ###########################################################################################################################################
/* ###########################################################################################################################################
* Main
/* ###########################################################################################################################################
*/
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
#egw_fw_main {
// margin: 0;
// float: left;
margin: 3px 0em 0em 2em;
// .background-color-0-gray;
padding: 0;
width: auto;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// ########################################
// APPS
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
#egw_fw_tabs{
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
position: relative;
background-color: transparent;
float: left;
width: 100%;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// ############################################################
// Tabnavigation
// Statusmeldung
// definiert in def_messages.less
// .egw_fw_ui_app_header_container { }
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// ############################################################
// # # # # # # # # # ####
// # # # # # # # # # ####
// # # # # # # # # # ####
// # # # # # # # # # ####
// ############################################################
// Div um Tabs
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_tabs_header {
.border-radius(5px,0, 0, 5px);
margin: 0;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
padding: 0px 5px 0px 5px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
background-position: bottom;
background-repeat: repeat-x;
background-color: transparent;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
h1 {
// font-size: 8pt;
float: left;
width: 100%;
text-align: center;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
img{
text-align:center;
float: none;
margin: 0 auto;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Tab
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// ##########
// # #
// # 16x16 #
// ##########
// aktive
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_tab_header {
text-align: center;
padding-left: 0;
padding-right: 0;
position: relative;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
border-top-right-radius:3px;
border-top-left-radius:3px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.background-color-5-gray;
// .background-color-egw-lighter ;
display: inline-block;
margin: 3px 5px 0px 0px;
padding: 2px 10px 2px 10px;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-color: #c6ced6;
// border-color: @egw_color_1;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// background-image:url(../images/tabs_bg.png);
background-repeat:repeat-x;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
height: 49px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
&:hover {.background-color-25-gray ;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
h1 {font-size: 100%; line-height: 1em; margin-top:0;}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_tab_header_active {
border-width: 1px 1px 0px 1px !important;
padding: 2px 10px 3px 10px !important;
// background-color: white !important;
.background-color-25-gray ;
background-image:none !important;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
&:hover {.background-color-25-gray ;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
// Bilder
img.egw_fw_ui_tab_icon {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
margin-top: 10px;
// float: left;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_tab_close_button {
position: absolute;
right: 1px;
top: 1px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
display: inline-block;
width: 16px;
height: 16px;
margin-left: 5px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close_button.png);
float: right;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
:hover {
background-image: url(../images/close_button_hover.png);
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Ende Tabs
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Hover
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_tab_header_hover{
// background-image:url(../images/tabs_bg_hover.png);
background-color: transparent;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Der eigentliche Inhalt der APP
// ############################################################
// # # # # # # # # # ####
// # # # # # # # # # ####
// ############################################################
//
// Content / Inhalt
//
// ############################################################
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.egw_fw_ui_tab_content {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
border-width: 0px 9px 0px 9px;
border-style: solid;
.border-color-25-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// background-color: white;
// width: 99.5%;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
div:nth-child(1) {
// height: 100%;
// min-height: 400px;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
iframe{
height: 100%;
min-height: 99%;
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Ende Main
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Dialoge Allgemeine Definition
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
div.et2_container {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// .background-color-25-gray;
padding: 0;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
div{
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
table.et2_grid {
// .background-color-5-gray;
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
tbody {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
tr {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Select + Inputfelder
.row {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
td {
.et2_box_widget {
select, input {
height: 20px;
padding: 0;
margin: 0px;
font-size: 0.95em;
}
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
td{
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
// Tabs
.et2_tabbox{
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
.et2_tabheader {}
.et2_tabs {
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
table.et2_grid {.background-color-0-gray;}
2013-11-11 19:45:33 +01:00
2013-11-14 20:11:29 +01:00
}
2013-11-20 09:41:08 +01:00
2013-11-14 20:11:29 +01:00
}
}
}
2013-11-20 09:41:08 +01:00
2013-11-14 20:11:29 +01:00
}
}
}
}
2013-11-20 09:41:08 +01:00
//