mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
8349 lines
238 KiB
CSS
8349 lines
238 KiB
CSS
/**
|
|
* EGroupware: Stylite Pixelegg template - mobile fw
|
|
*
|
|
* 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 Hadi Nategh <hn@stylite.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template - mobile theme
|
|
*
|
|
* 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 Hadi Nategh <hn@stylite.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* 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$
|
|
*/
|
|
/**
|
|
* addapted from orginal styles.php
|
|
*/
|
|
/**
|
|
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
|
|
*
|
|
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
|
|
* files AND include ../default/app.less from there
|
|
*/
|
|
/**
|
|
* not sure about these files, in general it is not a good idea to replace
|
|
* files from other projects, was we need to update them regulary.
|
|
* Would be a lot better to include their css files and only overwrite
|
|
* neccesarry settings
|
|
*/
|
|
/**
|
|
* Styles for etemplate2 widgets
|
|
* Überschreibt egroupware/etemplate/templates/default/etemplate2.css
|
|
*
|
|
* @version: 1
|
|
* Stefan Reinhardt
|
|
*/
|
|
/*@import (less) "../../api/templates/default/etemplate2.css";*/
|
|
@media all {
|
|
/**
|
|
* Top level
|
|
*/
|
|
.et2_container {
|
|
padding: 0px;
|
|
background-color: transparent;
|
|
}
|
|
.et2_container > div:not([class]) {
|
|
height: 100%;
|
|
}
|
|
/**
|
|
* Basic rules
|
|
*/
|
|
input,
|
|
button,
|
|
select {
|
|
margin: 1px;
|
|
/*-webkit-appearance: none;*/
|
|
}
|
|
/**
|
|
* img gray filter
|
|
*/
|
|
img.et2_appicon,
|
|
.et2_appicon img,
|
|
table.egwGridView_grid img.et2_appicon {
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
/**
|
|
* VBox widget
|
|
*/
|
|
div.et2_vbox > * {
|
|
display: block;
|
|
}
|
|
/**
|
|
* HBox widget
|
|
*/
|
|
div.et2_hbox_right {
|
|
background: transparent;
|
|
}
|
|
/**
|
|
* Placeholder widget - used for un-implemented widgets
|
|
*/
|
|
.et2_placeholder {
|
|
display: inline-block;
|
|
/*border: 1px solid cornflowerblue;*/
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
background-color: #E6E6E6;
|
|
}
|
|
.et2_placeholder .et2_attr {
|
|
color: #000000;
|
|
}
|
|
/**
|
|
* Label widget, and labels for other widgets
|
|
*/
|
|
.et2_label {
|
|
color: #1E1E1E;
|
|
white-space: pre-wrap;
|
|
}
|
|
/**
|
|
* img Icons
|
|
*/
|
|
a.et2_url {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 14px 14px;
|
|
cursor: pointer;
|
|
margin: -4px;
|
|
padding: 2px;
|
|
padding-left: 16px;
|
|
margin-left: -10px;
|
|
}
|
|
a.et2_url.email {
|
|
background-image: url(../images/email.png);
|
|
}
|
|
a.et2_url.phone {
|
|
background-image: url(../images/phone.png);
|
|
}
|
|
a.et2_url.url {
|
|
background-image: url(../images/url.png);
|
|
}
|
|
/**
|
|
* Button widget - text only, and icon
|
|
*/
|
|
.et2_button {
|
|
text-shadow: 0px 0px !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
}
|
|
.et2_button_icon {
|
|
height: 16px;
|
|
background-color: transparent;
|
|
}
|
|
/* give the image a button lock and feel*/
|
|
img.et2_button_icon[src*="svg"] {
|
|
background-color: #b4b4b4;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4));
|
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-repeat: repeat-x;
|
|
}
|
|
img.et2_button_icon[src*="svg"]:hover {
|
|
background-color: #1aa200;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWFhMjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMWFhMjAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #1aa200, #1aa200);
|
|
background-image: -ms-linear-gradient(top, #1aa200, #1aa200);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1aa200), to(#1aa200));
|
|
background-image: -webkit-linear-gradient(top, #1aa200, #1aa200);
|
|
background-image: -o-linear-gradient(top, #1aa200, #1aa200);
|
|
background-image: linear-gradient(top, #1aa200, #1aa200);
|
|
background-repeat: repeat-x;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
img.et2_button_icon[src*="svg"]:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
/*look in layout_content_elements*/
|
|
.et2_selectbox .ui-multiselect-checkboxes li:hover {
|
|
background-color: #189800 !important;
|
|
}
|
|
.et2_selectbox .ui-multiselect-checkboxes label {
|
|
display: block;
|
|
border: 0px solid transparent;
|
|
padding: 0.1em 0.2em;
|
|
}
|
|
.et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close {
|
|
/*visibility: hidden;*/
|
|
background-image: url(../images/close.png);
|
|
background: #FFFFFF;
|
|
margin: 2px;
|
|
padding: 0px;
|
|
}
|
|
/**
|
|
* Date / Time widgets
|
|
*/
|
|
span.et2_date input.et2_date {
|
|
min-width: 21.5ex;
|
|
}
|
|
span.et2_date span {
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
|
background-image: url(../images/bullet.svg);
|
|
background-color: transparent;
|
|
background-size: contain;
|
|
border: none;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev:hover,
|
|
.ui-datepicker .ui-datepicker-next:hover {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev span {
|
|
background-image: url(../images/previous.svg) !important;
|
|
background-position: 0px 0px !important;
|
|
background-size: contain;
|
|
}
|
|
.ui-datepicker .ui-datepicker-next span {
|
|
background-image: url(../images/next.svg) !important;
|
|
background-position: 0px 0px !important;
|
|
background-size: contain;
|
|
}
|
|
.ui-datepicker .ui-datepicker-next span:hover {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
.et2_file .progress li:hover div.remove {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.et2_file .progress p {
|
|
background-color: #FFDD73;
|
|
}
|
|
span.et2_file_span {
|
|
background-image: url(../images/attach.png);
|
|
width: 145px;
|
|
}
|
|
span.et2_file_span img[url*="svg"] {
|
|
background-color: #b4b4b4 !important;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=) !important;
|
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4)) !important;
|
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-repeat: repeat-x !important;
|
|
fill: red !important;
|
|
}
|
|
span.et2_file_span:hover {
|
|
background-color: #189800 !important;
|
|
color: #000000 !important;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
|
|
}
|
|
span.et2_file_span:active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
div.et2_file input.et2_file_upload {
|
|
background-color: #FFFFFF !important;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
div.et2_file input.et2_file_upload:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background-color: #1aa200 !important;
|
|
}
|
|
/* Gantt widget */
|
|
.et2_gantt .gantt_task_line {
|
|
background-color: #679FD2;
|
|
}
|
|
.et2_gantt .gantt_task_line .gantt_task_content {
|
|
color: #043A6B;
|
|
}
|
|
.et2_gantt .gantt_task_line .gantt_selected {
|
|
background-color: rgba(255, 194, 0, 0.01);
|
|
}
|
|
.et2_gantt .gantt_task_line .gantt_task_progress {
|
|
color: #043A6B;
|
|
background-color: #FFDD73;
|
|
/* outline progress in a complementary color */
|
|
border: 1px solid #BF9D30;
|
|
border-right: none;
|
|
margin: -1px;
|
|
}
|
|
.et2_gantt .gantt_task_line.gantt_milestone {
|
|
background-color: #ffc200;
|
|
border-color: #BF9D30;
|
|
}
|
|
.et2_gantt .gantt_task_link .gantt_line_wrapper div {
|
|
background-color: green;
|
|
}
|
|
.et2_gantt .gantt_task_link .gantt_link_arrow_left {
|
|
border-right-color: green;
|
|
}
|
|
.et2_gantt .gantt_task_link .gantt_link_arrow_right {
|
|
border-left-color: green;
|
|
}
|
|
.et2_gantt .gantt_task_link:hover .gantt_line_wrapper div {
|
|
box-shadow: 0 0 5px 0 green;
|
|
}
|
|
.et2_gantt .gantt_task_link.invalid_constraint .gantt_line_wrapper div {
|
|
background-color: #AE1D00;
|
|
}
|
|
.et2_gantt .gantt_task_link.invalid_constraint .gantt_link_arrow_left {
|
|
border-right-color: #AE1D00;
|
|
}
|
|
.et2_gantt .gantt_task_link.invalid_constraint .gantt_link_arrow_right {
|
|
border-left-color: #AE1D00;
|
|
}
|
|
.et2_gantt .gantt_task_link.invalid_constraint:hover .gantt_line_wrapper div {
|
|
box-shadow: 0 0 5px 0 #AE1D00;
|
|
}
|
|
/*
|
|
Link to / Selector Widget
|
|
*/
|
|
.et2_link_to.et2_toolbar {
|
|
margin-top: 2px !important;
|
|
}
|
|
.et2_link_to .et2_link_entry select,
|
|
.et2_link_to .et2_link_entry input,
|
|
.et2_link_to .et2_link_entry button {
|
|
padding: 0;
|
|
padding-left: 4px;
|
|
}
|
|
.et2_link_to .et2_link_entry .ui-icon-close {
|
|
background-color: transparent;
|
|
left: 0px;
|
|
}
|
|
.et2_link_to .et2_file span {
|
|
background-position: center;
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.et2_link {
|
|
color: #0C5DA5;
|
|
}
|
|
.et2_link_list tr {
|
|
cursor: pointer;
|
|
}
|
|
.et2_link_list tr:hover {
|
|
background-color: rgba(103, 159, 210, 0.2);
|
|
}
|
|
.et2_link_list tr:active {
|
|
background-color: rgba(255, 194, 0, 0.01);
|
|
}
|
|
.et2_link_list .icon img,
|
|
.et2_link_list .icon {
|
|
width: 14px !important;
|
|
height: 14px !important;
|
|
}
|
|
.et2_link_list td div.delete {
|
|
visibility: hidden;
|
|
background-image: url("../images/close.png");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 16px 16px;
|
|
background-color: #AE1D00;
|
|
padding: 0px;
|
|
}
|
|
.et2_link_list td div.delete:hover {
|
|
background-color: #e12500 !important;
|
|
}
|
|
.et2_link_list td div.delete:active {
|
|
background-color: #e12500 !important;
|
|
}
|
|
.egw_tooltip {
|
|
background-color: #ffffff;
|
|
}
|
|
/**
|
|
* Tabs widget
|
|
*/
|
|
/*.et2_tabflag {
|
|
margin: 1em 3px -1px 0;
|
|
padding: 4px;
|
|
.background_color_25_gray;
|
|
.inner_shadow(1px, 0px, 0px, 0.5);
|
|
-webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
min-width: 73px;
|
|
&:hover {
|
|
.color_5_gray;
|
|
.background_color_25_gray;
|
|
}
|
|
&:active{
|
|
.background_color_0_gray;
|
|
.color_0_gray;
|
|
}
|
|
}
|
|
|
|
|
|
.et2_tabflag.active {
|
|
border-spacing: 0px;
|
|
background-color: white;
|
|
.color_100_gray;
|
|
border-width: 1px 1px 0px 1px;
|
|
border-style: solid;
|
|
border-color: @gray_70;
|
|
&:hover {
|
|
.color_100_gray;
|
|
// border: 1px solid gray;
|
|
background-color: white;
|
|
}
|
|
}
|
|
|
|
.et2_tabs {
|
|
border-width: 0px 1px 1px 1px;
|
|
border-style: solid;
|
|
border-color: @gray_70;
|
|
padding: 5px;
|
|
overflow-y: auto;
|
|
background-color: @gray_0;
|
|
.border_radius_button_normal;
|
|
}*/
|
|
/*.et2_tabheader {
|
|
padding-left: 0em;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
margin: 0 2px;
|
|
background-image: none;
|
|
:first-child {
|
|
margin-left: 1px;
|
|
}
|
|
}*/
|
|
/**
|
|
* Validation
|
|
*/
|
|
.et2_required,
|
|
[required] {
|
|
background-color: #ffe9a6;
|
|
-webkit-border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
/**
|
|
* hrule widget
|
|
*/
|
|
hr {
|
|
border-top: 1px solid #E6E6E6;
|
|
}
|
|
/**
|
|
* grid widget
|
|
*/
|
|
.et2_grid th,
|
|
.et2_grid tr,
|
|
.et2_grid td {
|
|
/* border: 1px dashed silver;*/
|
|
}
|
|
.et2_grid th .gray,
|
|
.et2_grid tr .gray,
|
|
.et2_grid td .gray {
|
|
padding: 0px;
|
|
height: 24px;
|
|
/*background-color: @color_hint;*/
|
|
/*.background-color-5-gray;*/
|
|
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
/* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(191, 191, 191, 0.65)));
|
|
/* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
/* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
/* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
/* IE10+ */
|
|
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
/* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
|
|
/* IE6-9 */
|
|
}
|
|
.et2_grid th .gray span.et2_label,
|
|
.et2_grid tr .gray span.et2_label,
|
|
.et2_grid td .gray span.et2_label {
|
|
background-color: transparent;
|
|
padding-left: 3px;
|
|
}
|
|
/* ##################################################################################
|
|
* Nextmatch widget
|
|
*
|
|
* SEARCH FIELD | SEARCH BUTTON ###### FILTER ##### EXPORT IMG ### FAVORITES ### COUNT
|
|
*
|
|
* ##################################################################################*/
|
|
div.header_row_right div[id$=favorite_wrapper] {
|
|
margin-top: 0px;
|
|
}
|
|
.et2_nextmatch {
|
|
background-color: transparent;
|
|
}
|
|
.et2_nextmatch .nextmatch_header {
|
|
padding: 0;
|
|
border: none;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
}
|
|
.et2_nextmatch > img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
/*################################################################
|
|
*
|
|
* Filters
|
|
*
|
|
################################################################*/
|
|
.nextmatch_header_row .et2_label select {
|
|
margin-left: 3px;
|
|
border-color: #CDCDCD;
|
|
}
|
|
.nextmatch_header_row > .filters {
|
|
/*width: 83%;*/
|
|
z-index: 7;
|
|
margin-bottom: 4px;
|
|
top: 0px;
|
|
padding: 0 5px 0 0;
|
|
/*background-color: @gray_30;*/
|
|
background: transparent;
|
|
border: none !important;
|
|
/*border-color: @gray_100;*/
|
|
background-image: none !important;
|
|
min-height: 37px;
|
|
margin-left: 224px;
|
|
margin-right: 119px;
|
|
/* .border_radius (3px, 3px, 0px, 0px);*/
|
|
}
|
|
.nextmatch_header_row > .filters select {
|
|
margin-top: 10px;
|
|
}
|
|
.nextmatch_header_row > .filters .et2_label {
|
|
padding: 0.2em;
|
|
}
|
|
.nextmatch_header_row > .filters .et2_label select {
|
|
/*.Complete_Button_select;*/
|
|
margin-left: 2px;
|
|
margin-right: 1px;
|
|
margin-top: 8px;
|
|
width: 20%;
|
|
max-width: 20% !important;
|
|
/*Dialog - Addressbook - View */
|
|
}
|
|
.nextmatch_header_row > .filters .et2_label select:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
.nextmatch_header_row > .filters .et2_label select #infolog-index_cat_id,
|
|
.nextmatch_header_row > .filters .et2_label select #infolog-index_filter {
|
|
width: 50% !important;
|
|
}
|
|
.nextmatch_header > .filters > select > option {
|
|
font-size: 11px;
|
|
}
|
|
.nextmatch_header > .filters input {
|
|
margin-right: 2ex;
|
|
width: 15%;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
/*margin: 0.5em 0em 0.5em 0;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.nextmatch_header > .filters input:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
.nextmatch_header > .filters input:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
/*################################################################
|
|
*
|
|
* Export Button
|
|
*
|
|
################################################################*/
|
|
.nextmatch_header > .filters .et2_button_icon {
|
|
margin-top: 8px;
|
|
vertical-align: middle;
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: none;
|
|
margin-right: 1em;
|
|
width: 16px;
|
|
height: 16px;
|
|
padding: 2px;
|
|
}
|
|
.nextmatch_header > .filters .et2_button_icon:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.nextmatch_header > .filters .et2_button_icon:active {
|
|
/*.background_color_30_gray;*/
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
background-color: #1aa200;
|
|
}
|
|
/*################################################################
|
|
*
|
|
* Kategorien
|
|
*
|
|
################################################################*/
|
|
/*div#admin-categories-index{
|
|
|
|
padding: 0px;
|
|
|
|
// save space above nextmatch
|
|
// set height to zero
|
|
div.ui-helper-clearfix { height: 0px;}
|
|
}*/
|
|
/*################################################################
|
|
*
|
|
* Favorites
|
|
*
|
|
################################################################*/
|
|
.nextmatch_header div[id$=favorite_wrapper] {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
/*.background_color_25_gray;*/
|
|
z-index: 200;
|
|
}
|
|
/**
|
|
* Drop down button
|
|
*/
|
|
.et2_dropdown {
|
|
position: relative;
|
|
/*top: -5px;*/
|
|
/*left Button*/
|
|
/*right Button*/
|
|
/* hover */
|
|
}
|
|
.et2_dropdown button {
|
|
height: 24px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: -2px;
|
|
padding: 0px 1ex;
|
|
background-color: #FFFFFF;
|
|
background-image: none;
|
|
}
|
|
.et2_dropdown button img {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
.et2_dropdown button > div {
|
|
vertical-align: middle;
|
|
}
|
|
.et2_dropdown button:last-child {
|
|
padding: 0px;
|
|
}
|
|
.et2_dropdown + ul.ui-menu {
|
|
position: absolute;
|
|
z-index: 2;
|
|
}
|
|
.et2_dropdown button.ui-corner-left,
|
|
.et2_dropdown button.ui-state-default {
|
|
background-image: none !important;
|
|
background-repeat: no-repeat !important;
|
|
/*&:hover {.Complete_Button_save_apply_copy;}*/
|
|
}
|
|
.et2_dropdown button.ui-corner-left img,
|
|
.et2_dropdown button.ui-state-default img {
|
|
width: 16px;
|
|
height: 16px;
|
|
text-align: left;
|
|
position: relative;
|
|
right: 1px;
|
|
top: 1px;
|
|
}
|
|
.et2_dropdown button.ui-corner-left:active,
|
|
.et2_dropdown button.ui-state-default:active {
|
|
background-color: #1aa200;
|
|
}
|
|
.et2_dropdown button.ui-state-hover {
|
|
background-color: #E6E6E6;
|
|
}
|
|
.sidebox-favorites ul.favorites {
|
|
width: 99%;
|
|
padding: 0px;
|
|
border: none;
|
|
background: white;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item {
|
|
margin-left: 0px;
|
|
min-height: 16px;
|
|
padding: 3px 0px;
|
|
margin-bottom: 0.2em;
|
|
background-color: #ece2f7;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item:hover {
|
|
color: #000000;
|
|
background-color: #9B6AD6;
|
|
padding: 3px 0;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item:hover a {
|
|
color: #FFFFFF;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item:first-of-type {
|
|
background-color: #FFFFFF;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item:first-of-type a {
|
|
color: #000000;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item:last-of-type {
|
|
background-color: #FFFFFF;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item:last-of-type a {
|
|
color: #000000;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
|
line-height: inherit;
|
|
padding: 2px 0px;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
|
background-image: url(../images/personal.png);
|
|
background-size: 12px 12px;
|
|
background-position: 0 0;
|
|
margin-right: 9px;
|
|
margin-left: 2px;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
|
width: 4px;
|
|
height: 12px;
|
|
margin-left: 5px;
|
|
margin-right: 10px;
|
|
background-image: url(../images/fav_filter.png);
|
|
background-size: 12px 12px;
|
|
background-position: 0 0;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item img {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 5px;
|
|
margin-right: 10px;
|
|
margin-top: -3px;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item [data-id="blank"] div.ui-icon-heart {
|
|
background-image: url(../images/trash.png);
|
|
background-size: 12px 12px;
|
|
background-position: 0 0;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight {
|
|
color: #000000;
|
|
background: #9B6AD6;
|
|
padding: 3px 0;
|
|
border: none;
|
|
}
|
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight a {
|
|
color: #FFFFFF;
|
|
}
|
|
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
|
background-image: url(../images/trash.png);
|
|
background-size: 12px 12px;
|
|
background-position: 0 0;
|
|
}
|
|
.sidebox-favorites ul.favorites li:first-child a div.sideboxstar {
|
|
background-image: url(../images/trash.png);
|
|
background-size: 12px 12px;
|
|
background-position: 0 0;
|
|
}
|
|
.favorites img {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
.nextmatch_sortheader {
|
|
/* background-position: right center;
|
|
background-repeat: no-repeat;
|
|
color: #003075;
|
|
cursor: pointer;
|
|
margin-right: 10px;*/
|
|
padding-right: 18px;
|
|
}
|
|
.nextmatch_sortheader.asc {
|
|
font-weight: bold;
|
|
background-image: url(../images/selectarrowup.png);
|
|
background-size: 16px 16px;
|
|
}
|
|
.nextmatch_sortheader.desc {
|
|
font-weight: bold;
|
|
background-image: url(../images/selectarrowdown.png);
|
|
background-size: 16px 16px;
|
|
}
|
|
/**
|
|
* Grid / nextmatch Hierarchy
|
|
*/
|
|
/**
|
|
* This class' margin-right is used to line up columns at each indent level
|
|
* Classes level_# are created programmatically with margin-right * depth
|
|
* Margin-right = -(indent + border)
|
|
*/
|
|
.indentation {
|
|
margin-right: -15px;
|
|
}
|
|
/* End of hierarchy */
|
|
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
|
|
.et2_nextmatch * .et2_link_to {
|
|
position: relative;
|
|
}
|
|
div.et2_progress > div {
|
|
background-color: #FFDD73;
|
|
/*height: 5px;*/
|
|
}
|
|
/**
|
|
* et2_toolbar
|
|
*/
|
|
.ui-toolbar_dropShadow {
|
|
min-height: 30px;
|
|
border: dashed;
|
|
border-width: 1px;
|
|
border-color: gray;
|
|
opacity: 0.7;
|
|
}
|
|
/**
|
|
* et2_textbox
|
|
*/
|
|
textarea.et2_textbox {
|
|
border: 1px solid #E6E6E6;
|
|
}
|
|
textarea,
|
|
textarea.description {
|
|
background-color: #fafafa;
|
|
padding: 0.3em 0 0 0.3em;
|
|
border: none;
|
|
height: auto;
|
|
}
|
|
/**
|
|
* et2_taglist
|
|
*/
|
|
.et2_taglist_toggle > div.toggle {
|
|
background-image: url("../images/minus.svg");
|
|
background-size: 50%;
|
|
}
|
|
.et2_taglist_toggle.et2_taglist_single.expanded > div.toggle {
|
|
background-image: url("../images/plus.svg");
|
|
background-size: 50%;
|
|
}
|
|
.et2_taglist.et2_taglist_category {
|
|
max-height: 30px !important;
|
|
}
|
|
/**
|
|
* et2_toolbar
|
|
*/
|
|
.et2_toolbar {
|
|
background: none;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.et2_toolbar-dropdown button {
|
|
/* height: 100% !important;
|
|
border: none !important;
|
|
background: #E0E0E0 !important;
|
|
background-color: #E0E0E0 !important;
|
|
border-radius: 0 !important;
|
|
color: #101010 !important;
|
|
font-size: 9pt !important;
|
|
font-weight: normal !important;
|
|
vertical-align: bottom !important;
|
|
padding: 1px !important;
|
|
margin: 2px !important;
|
|
min-height: 19px;*/
|
|
}
|
|
div.ui-toolbar-menulist {
|
|
position: absolute;
|
|
height: inherit;
|
|
z-index: 999 !important;
|
|
overflow: hidden !important;
|
|
border: solid black 1px;
|
|
padding: 0 !important;
|
|
margin-top: 3px !important;
|
|
}
|
|
.ui-toolbar-menulist > h {
|
|
padding-bottom: 7px;
|
|
}
|
|
.ui-toolbar-menulistHeader {
|
|
font-size: xx-small;
|
|
height: 100%;
|
|
margin-top: 2px;
|
|
direction: ltr;
|
|
}
|
|
.et2_toolbar_more {
|
|
float: right;
|
|
direction: rtl;
|
|
margin-top: 2px;
|
|
}
|
|
.et2_toolbar_actionlist {
|
|
float: left;
|
|
}
|
|
/**
|
|
* Do not wrap content of a single widget incl. a label or children of a hbox.
|
|
* Taking into eg. select-account widget rendered as ul and prefixed with a label
|
|
* and maintaining some space between widgets.
|
|
*/
|
|
.et2_nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
ul.et2_nowrap,
|
|
div.et2_nowrap {
|
|
display: inline-block;
|
|
}
|
|
.et2_nowrap > * {
|
|
padding-left: 5px;
|
|
}
|
|
.et2_nowrap > *:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.et2_nowrap > label > * {
|
|
padding-left: 5px;
|
|
}
|
|
/*#################################### ET2 SEARCHBOX #####################################################*/
|
|
.et2_searchbox button.et2_button {
|
|
background-image: url(../images/search.png);
|
|
background-size: 20px 20px;
|
|
background-position: center;
|
|
}
|
|
/*#################################### ET2 SLIDESWITCH #####################################################*/
|
|
span.et2_checkbox_slideSwitch:hover {
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid gray;
|
|
}
|
|
span.et2_checkbox_slideSwitch > span.slideSwitch_container {
|
|
background-color: #fafafa;
|
|
}
|
|
/*#################################### ADMIN PART #####################################################*/
|
|
iframe#admin-index_iframe {
|
|
background-color: yellow;
|
|
}
|
|
table.egwGridView_grid img {
|
|
/*filter grey*/
|
|
/*filter grey*/
|
|
filter: none;
|
|
-webkit-filter: initial;
|
|
-moz-filter: initial;
|
|
-ms-filter: initial;
|
|
-o-filter: initial;
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: initial;
|
|
/* IE 6-9 */
|
|
}
|
|
.admin_aclAPP {
|
|
/*filter grey*/
|
|
filter: none;
|
|
-webkit-filter: initial;
|
|
-moz-filter: initial;
|
|
-ms-filter: initial;
|
|
-o-filter: initial;
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: initial;
|
|
/* IE 6-9 */
|
|
}
|
|
/*#################################### END ADMIN PART #####################################################*/
|
|
}
|
|
/*#################################### Media Queries #####################################################*/
|
|
@media only screen and (min-width: 980px) and (max-width: 1279px) {
|
|
.nextmatch_header > .filters select {
|
|
margin: 0px;
|
|
}
|
|
}
|
|
/*
|
|
Printing
|
|
*/
|
|
@media screen {
|
|
.onlyPrint {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media print {
|
|
.noPrint {
|
|
display: none !important;
|
|
}
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* et2 Messages
|
|
*
|
|
* 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$
|
|
*/
|
|
#uical_select_resource {
|
|
background-color: #FFDD73;
|
|
}
|
|
.uiaccountselection .primary_group {
|
|
background-color: #FFDD73;
|
|
}
|
|
option:checked {
|
|
background-color: #FFDD73;
|
|
}
|
|
.ui-tooltip {
|
|
padding: 8px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
max-width: 300px;
|
|
-webkit-box-shadow: 0 0 5px #aaa;
|
|
-moz-box-shadow: 0 0 5px #aaa;
|
|
box-shadow: 0 0 5px #aaa;
|
|
}
|
|
/* Component containers
|
|
----------------------------------*/
|
|
.ui-widget {
|
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
|
font-size: 1.1em;
|
|
}
|
|
.ui-widget .ui-widget {
|
|
font-size: 1em;
|
|
}
|
|
.ui-widget input,
|
|
.ui-widget select,
|
|
.ui-widget textarea,
|
|
.ui-widget button {
|
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
|
font-size: 11px;
|
|
}
|
|
.ui-widget-content {
|
|
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
|
|
background-image: none;
|
|
color: #808080 !important;
|
|
background: white;
|
|
}
|
|
.ui-widget-content a {
|
|
color: #999999;
|
|
}
|
|
.ui-widget-header {
|
|
border-top: solid 1px 0px !important;
|
|
border-left: solid 1px 0px !important;
|
|
border-right: solid 1px 0px !important;
|
|
border-bottom: solid 1px 0px !important;
|
|
/*.gradient_thead !important;*/
|
|
background-color: #0C5DA5;
|
|
/*border-color: @gray_10;*/
|
|
color: #000000;
|
|
font-weight: bold;
|
|
background-image: none;
|
|
border: 0px !important;
|
|
}
|
|
.ui-widget-header a {
|
|
color: #ffffff;
|
|
}
|
|
/* Interaction states
|
|
----------------------------------*/
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default {
|
|
border-top: solid 1px 1px;
|
|
border-left: solid 1px 1px;
|
|
border-right: solid 1px 1px;
|
|
border-bottom: solid 1px 1px;
|
|
border-color: #B4B4B4;
|
|
background: transparent;
|
|
font-weight: normal;
|
|
color: #1a1a1a;
|
|
}
|
|
.ui-state-default a,
|
|
.ui-state-default a:link,
|
|
.ui-state-default a:visited {
|
|
color: #999999;
|
|
text-decoration: none;
|
|
}
|
|
.ui-state-focus,
|
|
.ui-widget-header .ui-state-focus,
|
|
.ui-widget-content .ui-state-focus {
|
|
border-color: #E6E6E6;
|
|
background: #189800;
|
|
background-image: none;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-state-hover,
|
|
.ui-widget-content .ui-state-hover,
|
|
.ui-widget-header .ui-state-hover {
|
|
border-top: solid 1px 1px;
|
|
border-left: solid 1px 1px;
|
|
border-right: solid 1px 1px;
|
|
border-bottom: solid 1px 1px;
|
|
border-color: #E6E6E6;
|
|
background: #189800;
|
|
background-image: none;
|
|
color: #ffffff;
|
|
}
|
|
.ui-state-hover a,
|
|
.ui-state-hover a:hover,
|
|
.ui-state-hover a:link,
|
|
.ui-state-hover a:visited {
|
|
color: #808080;
|
|
text-decoration: none;
|
|
}
|
|
.ui-state-active,
|
|
.ui-widget-content .ui-state-active,
|
|
.ui-widget-header .ui-state-active {
|
|
border-top: solid 1px 1px;
|
|
border-left: solid 1px 1px;
|
|
border-right: solid 1px 1px;
|
|
border-bottom: solid 1px 1px;
|
|
border-color: #CDCDCD;
|
|
background-image: none;
|
|
font-weight: bold;
|
|
color: #808080;
|
|
}
|
|
.ui-state-active a,
|
|
.ui-state-active a:link,
|
|
.ui-state-active a:visited {
|
|
color: #808080;
|
|
text-decoration: none;
|
|
}
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-highlight,
|
|
.ui-widget-content .ui-state-highlight,
|
|
.ui-widget-header .ui-state-highlight {
|
|
border-top: solid 1px 1px;
|
|
border-left: solid 1px 1px;
|
|
border-right: solid 1px 1px;
|
|
border-bottom: solid 1px 1px;
|
|
border-color: #B4B4B4;
|
|
color: #808080;
|
|
}
|
|
.ui-state-highlight a,
|
|
.ui-widget-content .ui-state-highlight a,
|
|
.ui-widget-header .ui-state-highlight a {
|
|
color: #e6e6e6;
|
|
}
|
|
.ui-state-error,
|
|
.ui-widget-content .ui-state-error,
|
|
.ui-widget-header .ui-state-error {
|
|
border-top: solid 1px 1px;
|
|
border-left: solid 1px 1px;
|
|
border-right: solid 1px 1px;
|
|
border-bottom: solid 1px 1px;
|
|
border-color: #E6E6E6;
|
|
color: #b3b3b3;
|
|
}
|
|
.ui-state-error a,
|
|
.ui-widget-content .ui-state-error a {
|
|
color: #FF0000;
|
|
}
|
|
.ui-state-error-text,
|
|
.ui-widget-content .ui-state-error-text,
|
|
.ui-widget-header .ui-state-error-text {
|
|
color: #FF0000;
|
|
}
|
|
.drop-hover {
|
|
background-color: #FFDD73;
|
|
}
|
|
.ui-icon-close {
|
|
/*visibility: hidden;*/
|
|
/*background-image: url(../images/search.png);*/
|
|
background-image: url("../images/cancel.png");
|
|
background-repeat: no-repeat;
|
|
background-color: #FFFFFF;
|
|
background-size: 12px 12px;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 2px;
|
|
padding: 1px;
|
|
margin-top: 1px;
|
|
background-position: 0px 0px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
.ui-icon-close:hover {
|
|
background-color: transparent;
|
|
}
|
|
.ui-icon-close:active {
|
|
background-color: #fecc44 !important;
|
|
}
|
|
span.ui-icon-close {
|
|
margin-top: 0px;
|
|
top: 5px;
|
|
}
|
|
.et2_link_entry .ui-icon-close {
|
|
margin-top: -5px;
|
|
top: 9px !important;
|
|
}
|
|
/*Schliessen x*/
|
|
.ui-icon-closethick {
|
|
background-image: url(../images/close.png) !important;
|
|
background-repeat: no-repeat;
|
|
background-color: #FFFFFF;
|
|
background-size: contain;
|
|
background-position: 0 0 !important;
|
|
color: #ffffff;
|
|
height: 16px;
|
|
}
|
|
.ui-icon-closethick:hover {
|
|
background-color: #E6E6E6;
|
|
color: #1E1E1E;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
.ui-icon-closethick:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
background-color: #fecc44 !important;
|
|
}
|
|
/*###########################################*/
|
|
/*Menu */
|
|
.ui-menu .ui-menu-item {
|
|
padding: 0px;
|
|
}
|
|
.ui-menu .ui-menu-item a {
|
|
line-height: 24px;
|
|
margin: 0px;
|
|
padding: 2px 5px;
|
|
}
|
|
.ui-menu .ui-menu-item a input {
|
|
padding: 0;
|
|
}
|
|
.ui-menu .ui-menu-item a img {
|
|
padding: 0;
|
|
}
|
|
.ui-menu .ui-menu-item a.ui-state-focus {
|
|
margin: 0px !important;
|
|
line-height: 24px;
|
|
padding: 2px 5px;
|
|
border: none;
|
|
}
|
|
/*###########################################*/
|
|
/* col selection */
|
|
span.ui-multiselect-header {
|
|
color: #FFFFFF;
|
|
}
|
|
span.ui-icon-search {
|
|
background-image: url(../images/search.png) !important;
|
|
background-position: 0px;
|
|
background-size: 10px 10px;
|
|
}
|
|
.ui-corner-all {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-left,
|
|
.ui-corner-bl {
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-left,
|
|
.ui-corner-tl {
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-right,
|
|
.ui-corner-br {
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-right,
|
|
.ui-corner-tr {
|
|
border-top-right-radius: 3px;
|
|
}
|
|
/*###########################################*/
|
|
/*Dialog: edit row*/
|
|
.ui-widget-content {
|
|
border: 1px solid #0C5DA5;
|
|
}
|
|
.ui-widget-content .et2_selectbox button.et2_button_text,
|
|
.ui-widget-content .et2_selectbox select.et2_selectbox {
|
|
height: 20px;
|
|
}
|
|
.ui-widget-content .et2_selectbox button {
|
|
background-image: none;
|
|
}
|
|
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
|
|
background-color: #189800;
|
|
font-weight: normal;
|
|
}
|
|
/*###########################################*/
|
|
/*Dialog: calendar edit series*/
|
|
.ui-dialog-buttonpane {
|
|
background-color: #679FD2;
|
|
}
|
|
.ui-dialog-buttonset button.ui-button-text-only {
|
|
background-color: #CDCDCD;
|
|
background: inherit;
|
|
color: #000000 !important;
|
|
font-weight: normal !important;
|
|
}
|
|
.ui-dialog-buttonset button.ui-button-text-only:hover {
|
|
background-color: #B4B4B4;
|
|
}
|
|
.ui-dialog-buttonset button.ui-button {
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
}
|
|
.ui-dialog-buttonset button.ui-button:hover {
|
|
background-color: #B4B4B4;
|
|
color: #1E1E1E;
|
|
}
|
|
/*###########################################*/
|
|
/*Dialog: calendar edit series*/
|
|
div#ui-datepicker-div {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #B4B4B4;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.ui-datepicker-header {
|
|
background-color: transparent;
|
|
}
|
|
.ui-datepicker .ui-state-default {
|
|
border: none;
|
|
padding: 2px;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker .ui-state-highlight {
|
|
color: #1a1a1a;
|
|
font-weight: bold;
|
|
}
|
|
.ui-datepicker .ui-datepicker-close {
|
|
border: 1px solid #b4b4b4;
|
|
}
|
|
.ui-datepicker table.ui-datepicker-calendar .ui-state-active {
|
|
background-color: #0C5DA5;
|
|
color: #FFFFFF;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div {
|
|
padding: 3px;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div dt.ui_tpicker_time_label {
|
|
font-size: 0.9em;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div dd.ui_tpicker_time {
|
|
padding-left: 75px;
|
|
background-color: #ffc200;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div dd.ui_tpicker_time input {
|
|
font-size: 1.3em;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div dt.ui_tpicker_time_label {
|
|
font-size: 0.9em;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div dt.ui_tpicker_minute_label {
|
|
font-size: 0.9em;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div div.ui_tpicker_hour_slider span.ui-slider-handle {
|
|
background-color: #0C5DA5;
|
|
}
|
|
.ui-datepicker div.ui-timepicker-div div.ui_tpicker_minute_slider span.ui-slider-handle {
|
|
background-color: #0C5DA5;
|
|
}
|
|
.ui-datepicker div.ui-datepicker-buttonpane {
|
|
background-color: #679FD2;
|
|
}
|
|
.ui-datepicker button.ui-datepicker-current .ui-state-hover {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
.ui-datepicker button.ui-datepicker-current .ui-state-hover:active {
|
|
background-color: #1aa200;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:active {
|
|
background-color: #1aa200;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
|
|
background-color: #f5b301 !important;
|
|
color: #000000;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:active {
|
|
background-color: #fecc44 !important;
|
|
color: #373737;
|
|
}
|
|
.ui-widget-overlay,
|
|
.ui-widget-shadow {
|
|
background-image: none;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* less file for magic suggest
|
|
*
|
|
* 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$
|
|
*/
|
|
.ms-ctn,
|
|
.ms-res-ctn {
|
|
/* It doesn't really work smaller than this */
|
|
border: solid 1px #e6e6e6;
|
|
}
|
|
.ms-ctn .ms-trigger {
|
|
border-left: none;
|
|
}
|
|
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
* traditional.less
|
|
* included in pixelegg.less since 17/03/2014
|
|
|
|
|
|
*
|
|
* 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$
|
|
*/
|
|
/*
|
|
font styling
|
|
allowed attributes: font-family,font-size,color,font-weight
|
|
*/
|
|
/**
|
|
* layout_*.less files are Pixelegg template specific
|
|
*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* 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: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
|
|
|
|
|
## Important ###########
|
|
|
|
# Merge file for all .less layout_ Files
|
|
|
|
*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
/**
|
|
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
|
|
* http://cssreset.com
|
|
* fieldset legend
|
|
*/
|
|
/* html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
form, label,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
}*/
|
|
/* HTML5 display-role reset for older browsers */
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
menu,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
body {
|
|
line-height: 1;
|
|
}
|
|
ol,
|
|
ul {
|
|
/*list-style: none;*/
|
|
}
|
|
blockquote,
|
|
q {
|
|
quotes: none;
|
|
}
|
|
blockquote:before,
|
|
blockquote:after,
|
|
q:before,
|
|
q:after {
|
|
content: '';
|
|
content: none;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
*::-webkit-input-placeholder {
|
|
color: #696969;
|
|
}
|
|
*:-moz-placeholder {
|
|
/* FF 4-18 */
|
|
color: #696969;
|
|
}
|
|
*::-moz-placeholder {
|
|
/* FF 19+ */
|
|
color: #696969;
|
|
}
|
|
*:-ms-input-placeholder {
|
|
/* IE 10+ */
|
|
color: #696969;
|
|
}
|
|
iframe {
|
|
border: none;
|
|
}
|
|
html * {
|
|
font-size: 100%;
|
|
}
|
|
html {
|
|
margin: 0px !important;
|
|
padding: 0px !important;
|
|
width: 99.9% !important;
|
|
height: 99.9% !important;
|
|
}
|
|
body {
|
|
background-image: none;
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
margin: 0px !important;
|
|
padding: 0px !important;
|
|
width: 99.9%;
|
|
height: 99.9% !important;
|
|
font-size: 11px;
|
|
line-height: 1.28;
|
|
font-weight: normal;
|
|
}
|
|
/**
|
|
* 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$
|
|
*/
|
|
#socialMedia {
|
|
position: relative;
|
|
bottom: 20px;
|
|
float: right;
|
|
right: -10px;
|
|
}
|
|
#socialMedia a {
|
|
margin-left: 10px;
|
|
}
|
|
/* ##################################################################################
|
|
* login page
|
|
*/
|
|
#loginMainDiv {
|
|
padding: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
border: none;
|
|
margin: 0;
|
|
background-color: white;
|
|
}
|
|
#loginMainDiv #divAppIconBar {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background: transparent;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
#loginMainDiv #divAppIconBar #divLogo {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
#loginMainDiv #divAppIconBar #divLogo img {
|
|
margin: 0 auto;
|
|
max-width: 400px;
|
|
}
|
|
#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
|
width: 70%;
|
|
max-width: 2560px;
|
|
}
|
|
#loginMainDiv div#centerBox {
|
|
margin: 0% auto;
|
|
width: 57em;
|
|
background-color: #CDCDCD;
|
|
border: none;
|
|
z-index: 100;
|
|
padding: 25px 10px 10px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-webkit-border-top-left-radius: 50px;
|
|
-moz-border-radius-topright: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
-moz-border-radius-topleft: 50px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
border-top-left-radius: 50px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
#loginMainDiv div#centerBox #loginScreenMessage {
|
|
margin: 1em;
|
|
}
|
|
#loginMainDiv div#centerBox #loginCdMessage {
|
|
margin: 1em;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
color: red;
|
|
text-align: center;
|
|
padding: 1em;
|
|
white-space: pre-wrap;
|
|
}
|
|
#loginMainDiv div#centerBox #loginCdMessage.error {
|
|
font-weight: bold;
|
|
}
|
|
#loginMainDiv div#centerBox form {
|
|
margin: 1em;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox {
|
|
background-color: transparent;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox div.LoginPasswordImage {
|
|
background-color: #b3ad54;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZjMjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDA4REQyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #ffc200, #408DD2);
|
|
background-image: -ms-linear-gradient(top, #ffc200, #408DD2);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc200), to(#408DD2));
|
|
background-image: -webkit-linear-gradient(top, #ffc200, #408DD2);
|
|
background-image: -o-linear-gradient(top, #ffc200, #408DD2);
|
|
background-image: linear-gradient(top, #ffc200, #408DD2);
|
|
background-repeat: repeat-x;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox div.LoginPasswordImage img.passwordImage {
|
|
/*width: 70%;*/
|
|
/*margin-left: 15%;*/
|
|
margin: 0 auto;
|
|
max-width: 400px;
|
|
border-top: solid 1px 5px;
|
|
border-left: solid 1px #EEE;
|
|
border-right: solid 1px #EEE;
|
|
border-bottom: solid 1px #EEE;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox div.LoginPasswordImage img.passwordImage[src$="svg"] {
|
|
border-top: solid 1px 5px;
|
|
border-left: solid 1px #EEE;
|
|
border-right: solid 1px #EEE;
|
|
border-bottom: solid 1px #EEE;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox td {
|
|
padding: 0.5em;
|
|
font-weight: bold;
|
|
color: #26537C;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox select {
|
|
/*.box_shadow_standard_light;*/
|
|
width: auto;
|
|
padding: 3px;
|
|
outline: none;
|
|
display: inline-block;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
cursor: pointer;
|
|
margin: 5px 0em 5px 0px;
|
|
padding-left: 5px;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox input {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
/*margin: 0.5em 0em 0.5em 0;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
width: calc(250px - 8px);
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox input:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
|
background-color: #ffc200;
|
|
color: #000000;
|
|
font-size: 20px;
|
|
width: 250px;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: #189800 !important;
|
|
}
|
|
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
#wrap {
|
|
/* float: left;
|
|
z-index: -1;
|
|
margin: 0 auto;
|
|
background-color:transparent;
|
|
width: 100%;*/
|
|
}
|
|
#wrap div.animation_login {
|
|
margin: 0.3em;
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
#wrap img[src$="svg"],
|
|
#wrap background-image[url$="svg"] {
|
|
background-color: #679fd2;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNjc5RkQyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjc5RkQyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #679FD2, #679FD2);
|
|
background-image: -ms-linear-gradient(top, #679FD2, #679FD2);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#679FD2), to(#679FD2));
|
|
background-image: -webkit-linear-gradient(top, #679FD2, #679FD2);
|
|
background-image: -o-linear-gradient(top, #679FD2, #679FD2);
|
|
background-image: linear-gradient(top, #679FD2, #679FD2);
|
|
background-repeat: repeat-x;
|
|
}
|
|
#img1,
|
|
#img2,
|
|
#img3,
|
|
#img4,
|
|
#img5,
|
|
#img6,
|
|
#img7,
|
|
#img8 {
|
|
width: 12%;
|
|
/*height:100%;*/
|
|
/*position:fixed;*/
|
|
/*top: 10em;*/
|
|
z-index: -1;
|
|
animation-name: test;
|
|
animation-duration: 8s;
|
|
animation-iteration-count: infinite;
|
|
-webkit-animation-name: test;
|
|
-webkit-animation-duration: 8s;
|
|
-webkit-animation-iteration-count: infinite;
|
|
opacity: 0;
|
|
}
|
|
#img1 {
|
|
animation-delay: 0s;
|
|
-webkit-animation-delay: 0s;
|
|
}
|
|
#img2 {
|
|
animation-delay: 3s;
|
|
-webkit-animation-delay: 3s;
|
|
}
|
|
#img3 {
|
|
animation-delay: 6s;
|
|
-webkit-animation-delay: 6s;
|
|
}
|
|
#img4 {
|
|
animation-delay: 9s;
|
|
-webkit-animation-delay: 9s;
|
|
}
|
|
#img5 {
|
|
animation-delay: 12s;
|
|
-webkit-animation-delay: 12s;
|
|
}
|
|
#img6 {
|
|
animation-delay: 15s;
|
|
-webkit-animation-delay: 15s;
|
|
}
|
|
#img7 {
|
|
animation-delay: 18s;
|
|
-webkit-animation-delay: 18s;
|
|
}
|
|
#img8 {
|
|
animation-delay: 21s;
|
|
-webkit-animation-delay: 21s;
|
|
}
|
|
@-webkit-keyframes test {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes test {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
.egw_fw_ui_ajaxloader {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-image: url(../images/ajax-loader.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
float: right;
|
|
}
|
|
.egw_fw_ui_tab_content > .loading {
|
|
background-image: url('../images/loading.gif');
|
|
background-repeat: no-repeat;
|
|
text-align: center;
|
|
line-height: 400px;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
/*##########################################
|
|
# Content Element #
|
|
# Button #
|
|
###########################################*/
|
|
/*input,button,select
|
|
{
|
|
border: solid 1px #bbbbbb;
|
|
}*/
|
|
/*input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
|
{
|
|
background-color:#b9d5e3;
|
|
border: outset 1px #b9d5e3;
|
|
margin: 1px;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
color: #004e7d;
|
|
}*/
|
|
/*input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
|
{
|
|
background-color:#94bfd4;
|
|
border: outset 1px #b9d5e3;
|
|
color: #004e7d;
|
|
}*/
|
|
/*input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
|
|
{
|
|
border: inset 1px #bbbbbb;
|
|
}*/
|
|
input[type=submit]:disabled,
|
|
input[type=button]:disabled,
|
|
input[type=reset]:disabled,
|
|
button:disabled,
|
|
.egwbutton:disabled {
|
|
background-color: rgba(12, 93, 165, 0.2);
|
|
color: gray;
|
|
}
|
|
button.et2_button_text background-image[src$="svg"],
|
|
input[type=button] background-image[src$="svg"] {
|
|
background-color: #b4b4b4;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4));
|
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-repeat: repeat-x;
|
|
}
|
|
button.et2_button_text:hover,
|
|
input[type=button]:hover {
|
|
/*background-color: @gray_30;*/
|
|
text-shadow: 0px 0px;
|
|
color: #FFFFFF;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: #1aa200;
|
|
background-size: 16px 16px;
|
|
}
|
|
button.et2_button_text:active,
|
|
input[type=button]:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
/* ########################################################################################
|
|
* Content Element
|
|
* Button mit Bildern
|
|
*
|
|
######################################################################################## */
|
|
button.et2_button_with_image {
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
background-repeat: no-repeat !important;
|
|
background-position: center;
|
|
background-size: 20px 20px;
|
|
background-color: #E6E6E6;
|
|
}
|
|
button.et2_button_with_image background-color[url$="svg"] {
|
|
background-color: #b4b4b4;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4));
|
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-repeat: repeat-x;
|
|
}
|
|
button.et2_button_with_image.et2_button_text {
|
|
background-position: 6px center;
|
|
}
|
|
/* ########################################################################################
|
|
* Content Element
|
|
* Button löschen / delete / => color-negative-action // red
|
|
*
|
|
######################################################################################## */
|
|
input[type="submit"][id*="delete"],
|
|
input[type="button"][id*="delete"],
|
|
button[id="delete"],
|
|
button[id="infolog-edit_button[delete]"],
|
|
button[id="addressbook-edit_button[delete]"],
|
|
button[id="resources-edit_delete"],
|
|
button[id="calendar-edit_button[delete]"],
|
|
button[id="timesheet-edit_button[delete]"],
|
|
button[id="displayToolbar-delete"],
|
|
button.et2_button_delete {
|
|
/*background-color: @color_negative_action_hover !important;*/
|
|
background-image: url('../images/delete.png');
|
|
margin-left: 3em;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
/*background-color: @color-negative-action !important;*/
|
|
/*color: @gray_0 !important;*/
|
|
}
|
|
input[type="submit"][id*="delete"]:hover,
|
|
input[type="button"][id*="delete"]:hover,
|
|
button[id="delete"]:hover,
|
|
button[id="infolog-edit_button[delete]"]:hover,
|
|
button[id="addressbook-edit_button[delete]"]:hover,
|
|
button[id="resources-edit_delete"]:hover,
|
|
button[id="calendar-edit_button[delete]"]:hover,
|
|
button[id="timesheet-edit_button[delete]"]:hover,
|
|
button[id="displayToolbar-delete"]:hover,
|
|
button.et2_button_delete:hover {
|
|
background-image: url('../images/delete-hover.png') !important;
|
|
background-color: #b81f00 !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
color: #FFFFFF !important;
|
|
}
|
|
input[type="submit"][id*="delete"]:active,
|
|
input[type="button"][id*="delete"]:active,
|
|
button[id="delete"]:active,
|
|
button[id="infolog-edit_button[delete]"]:active,
|
|
button[id="addressbook-edit_button[delete]"]:active,
|
|
button[id="resources-edit_delete"]:active,
|
|
button[id="calendar-edit_button[delete]"]:active,
|
|
button[id="timesheet-edit_button[delete]"]:active,
|
|
button[id="displayToolbar-delete"]:active,
|
|
button.et2_button_delete:active {
|
|
background-image: url('../images/delete-hover.png') !important;
|
|
background-color: #e12500 !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
color: #FFFFFF;
|
|
}
|
|
/* ########################################################################################
|
|
* Content Element
|
|
* Button edit + save + apply + copy => color-positive-action // green
|
|
*
|
|
######################################################################################## */
|
|
button[id*="save"] img[url*="svg"],
|
|
button[id*="apply"] img[url*="svg"],
|
|
button[id*="copy"] img[url*="svg"],
|
|
button[id*="edit_button[edit]"] img[url*="svg"],
|
|
button.et2_button img[url*="svg"] {
|
|
background-color: #b4b4b4;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4));
|
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4);
|
|
background-repeat: repeat-x;
|
|
fill: red;
|
|
}
|
|
button[id*="save"]:hover,
|
|
button[id*="apply"]:hover,
|
|
button[id*="copy"]:hover,
|
|
button[id*="edit_button[edit]"]:hover,
|
|
button.et2_button:hover {
|
|
background-color: #189800;
|
|
color: #000000;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
button[id*="save"]:active,
|
|
button[id*="apply"]:active,
|
|
button[id*="copy"]:active,
|
|
button[id*="edit_button[edit]"]:active,
|
|
button.et2_button:active {
|
|
background-color: #1aa200;
|
|
}
|
|
button[id*="add"]:not([id*='addressbook']) img[url*="svg"] {
|
|
background-color: #b4b4b4 !important;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=) !important;
|
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4)) !important;
|
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4) !important;
|
|
background-repeat: repeat-x !important;
|
|
fill: red !important;
|
|
}
|
|
button[id*="add"]:not([id*='addressbook']):hover {
|
|
background-color: #189800 !important;
|
|
color: #000000 !important;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
|
|
}
|
|
button[id*="add"]:not([id*='addressbook']):active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
button#filemanager-select_button[ok]:active {
|
|
background-color: #1aa200;
|
|
}
|
|
#passwordchange {
|
|
background-image: url('../images/cancel.png') !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
}
|
|
#passwordchange:hover {
|
|
background-color: #1aa200 !important;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#passwordchange:active {
|
|
background-color: #1aa200 !important;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
/* ########################################################################################
|
|
*
|
|
* Button cancel / => color-cancel-action // yellow
|
|
*
|
|
######################################################################################## */
|
|
button[id*="cancel"]:hover,
|
|
button[id*="importexport-wizardbox_button[previous]"]:hover,
|
|
button#cancel:hover,
|
|
#cancel:hover,
|
|
button.et2_button_cancel:hover,
|
|
button.et2_button_question:hover {
|
|
background-color: #f5b301 !important;
|
|
color: #000000;
|
|
}
|
|
button[id*="cancel"]:active,
|
|
button[id*="importexport-wizardbox_button[previous]"]:active,
|
|
button#cancel:active,
|
|
#cancel:active,
|
|
button.et2_button_cancel:active,
|
|
button.et2_button_question:active {
|
|
background-color: #fecc44 !important;
|
|
color: #373737;
|
|
}
|
|
/* et2_box_widget ###*/
|
|
/*div.et2_box_widget .et2_button_text:last_child,*/
|
|
button[id="cancel"],
|
|
button#cancel {
|
|
background-image: url('../images/cancel.png') !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
content: "ID missing";
|
|
}
|
|
button[id="cancel"]:hover,
|
|
button#cancel:hover {
|
|
background-color: #f5b301 !important;
|
|
color: #000000;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
button[id="cancel"]:active,
|
|
button#cancel:active {
|
|
background-color: #fecc44 !important;
|
|
color: #000000;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#passwordcancel {
|
|
background-image: url('../images/cancel.png') !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
}
|
|
#passwordcancel:hover {
|
|
background-color: #f5b301 !important;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#passwordcancel:active {
|
|
background-color: #fecc44 !important;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
/* ########################################################################################
|
|
*
|
|
* Button hinzufügen
|
|
*
|
|
######################################################################################## */
|
|
button.add {
|
|
color: #FFF;
|
|
text-shadow: none;
|
|
height: 24px;
|
|
/* height: auto;*/
|
|
background-image: none;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
}
|
|
button.add:before {
|
|
content: "+";
|
|
font-size: 1.5em;
|
|
color: #ffc200;
|
|
line-height: 1.1em;
|
|
}
|
|
button[id="add"] {
|
|
background-image: url('../images/add.png') !important;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
padding-left: 30px;
|
|
background-position: 6px center;
|
|
background-repeat: no-repeat;
|
|
background-size: 20px auto;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
}
|
|
button[id="add"]:active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
/*Button Ende #######################################################*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* et2 Messages
|
|
*
|
|
* 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$
|
|
*/
|
|
/* @group Base */
|
|
.chzn-container {
|
|
color: #808080;
|
|
}
|
|
.chzn-container .chzn-drop {
|
|
width: auto;
|
|
}
|
|
/* @end */
|
|
/* @group Single Chosen */
|
|
.chzn-container-single .chzn-single span {
|
|
width: auto;
|
|
}
|
|
/* @end */
|
|
/* @group Results */
|
|
.chzn-container .chzn-results {
|
|
color: #808080;
|
|
margin: 0 4px 4px 0;
|
|
max-height: 240px;
|
|
padding: 0 0 0 4px;
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
/* @end */
|
|
/* @group Multi Chosen */
|
|
/* @end */
|
|
/* @group Active */
|
|
.chzn-container-active .chzn-choices li.search-field input {
|
|
color: #111 !important;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
width: auto;
|
|
/*margin: 0.5em 0em 0.5em 0;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.chzn-container-active .chzn-choices li.search-field input:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
.chzn-container-active .chzn-choices li.search-field input:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
/* @end */
|
|
/* @group Disabled Support */
|
|
/* @end */
|
|
/* @group Right to Left */
|
|
/* @end */
|
|
/* @group Retina compatibility */
|
|
/* @end */
|
|
/**
|
|
* Egw customizations for Chosen widget
|
|
*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
/**
|
|
* Clientside Javascript error-log
|
|
*/
|
|
#topmenu_info_error {
|
|
width: 16px;
|
|
cursor: pointer;
|
|
}
|
|
div.client_error_log {
|
|
max-height: 50ex;
|
|
}
|
|
div.client_error_log tbody {
|
|
vertical-align: top;
|
|
}
|
|
div.client_error_log tr.hidden td > div {
|
|
max-height: 2ex;
|
|
max-width: 40ex;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
div.client_error_log tr td.timestamp > div {
|
|
text-wrap: none;
|
|
white-space: normal;
|
|
width: 27ex;
|
|
}
|
|
div.client_error_log tr.hidden td.stack > div {
|
|
text-indent: 100%;
|
|
}
|
|
div.client_error_log tr td.stack > div {
|
|
white-space: pre;
|
|
}
|
|
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* Definitions for content-elements
|
|
*
|
|
* 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 Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
/* #######################################################################################
|
|
*
|
|
*
|
|
* Inhaltselemente
|
|
*
|
|
*
|
|
* ########################################################################################
|
|
*/
|
|
body,
|
|
textarea,
|
|
button {
|
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
|
}
|
|
#egw_fw_basecontainer {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
|
background-color: #ffffff;
|
|
}
|
|
input {
|
|
/* .Complete_Button_input;
|
|
.basefontfamily;
|
|
&:hover{.Complete_Button_input_hover;}
|
|
&:focus{.Complete_Button_input_focus;}*/
|
|
}
|
|
select,
|
|
.et2_selectbox.select-cat {
|
|
margin: 0;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
select:hover,
|
|
.et2_selectbox.select-cat:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
select:focus,
|
|
.et2_selectbox.select-cat:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
:hover {
|
|
-webkit-transition: all 0.2s ease-out;
|
|
-moz-transition: all 0.2s ease-out;
|
|
-o-transition: all 0.2s ease-out;
|
|
transition: all 0.2s ease-out;
|
|
}
|
|
p {
|
|
font-size: 1em;
|
|
}
|
|
div.selectbox-wrapper ul {
|
|
list-style-type: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
div.selectbox-wrapper ul li.selected {
|
|
background-color: #EAF2FB;
|
|
}
|
|
div.selectbox-wrapper ul li.current {
|
|
background-color: #CDD8E4;
|
|
}
|
|
div.selectbox-wrapper ul li {
|
|
list-style-type: none;
|
|
display: block;
|
|
margin: 0;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
}
|
|
select {
|
|
position: relative;
|
|
padding-right: 20px !important;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
margin: 0;
|
|
background: #ffffff url(../images/selectarrowdown.png) no-repeat center right;
|
|
background-size: 16px auto;
|
|
}
|
|
/*IE has no appearance but we can remove arrows by ms-expand*/
|
|
select::-ms-expand {
|
|
display: none;
|
|
}
|
|
select,
|
|
input,
|
|
button {
|
|
color: #000000;
|
|
/*font-size:99%;*/
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-right: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #E6E6E6;
|
|
}
|
|
a:link,
|
|
a:visited,
|
|
select,
|
|
input,
|
|
textarea {
|
|
color: #26537C;
|
|
}
|
|
a:link,
|
|
a:visited {
|
|
cursor: pointer;
|
|
color: #26537C;
|
|
text-decoration: none;
|
|
}
|
|
a:hover,
|
|
a:active {
|
|
cursor: pointer;
|
|
color: rgba(38, 83, 124, 0.6);
|
|
text-decoration: underline;
|
|
}
|
|
.divLoginboxHeader,
|
|
.divSideboxHeader,
|
|
a.appTitles,
|
|
.appTitles,
|
|
a.textSidebox,
|
|
.textSidebox,
|
|
#fmStatusBar {
|
|
font-size: 90%;
|
|
}
|
|
.prefSection {
|
|
font-weight: bold;
|
|
font-size: 145%;
|
|
line-height: 40px;
|
|
}
|
|
#divAppboxHeader {
|
|
line-height: 28px;
|
|
font-size: 125%;
|
|
font-weight: bold;
|
|
color: #666666;
|
|
}
|
|
#divGenTime,
|
|
#divPoweredBy {
|
|
font-size: 80%;
|
|
color: #ff0000;
|
|
}
|
|
#divPoweredBy {
|
|
color: #000000;
|
|
}
|
|
#sideboxdragarea {
|
|
z-index: 100;
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 105px;
|
|
}
|
|
#menu2handle {
|
|
padding-top: 10px;
|
|
}
|
|
#menu1close {
|
|
position: absolute;
|
|
right: 7px;
|
|
top: 7px;
|
|
}
|
|
hr.clearer {
|
|
clear: both;
|
|
height: 20px;
|
|
width: 100%;
|
|
background-color: #ffc200;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #000000;
|
|
}
|
|
/**
|
|
* table_passord_change
|
|
*/
|
|
table.table_passord_change {
|
|
margin: 1em;
|
|
}
|
|
table.table_passord_change tr {
|
|
height: 50px;
|
|
}
|
|
table.table_passord_change td:first-child {
|
|
padding-right: 4em;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
/*dhtml Submenu ##########################################################*/
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
|
|
background-color: #000000;
|
|
background-color: #1e1e1e;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMUUxRTFFIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMUUxRTFFIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #1E1E1E, #1E1E1E);
|
|
background-image: -ms-linear-gradient(top, #1E1E1E, #1E1E1E);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E1E1E), to(#1E1E1E));
|
|
background-image: -webkit-linear-gradient(top, #1E1E1E, #1E1E1E);
|
|
background-image: -o-linear-gradient(top, #1E1E1E, #1E1E1E);
|
|
background-image: linear-gradient(top, #1E1E1E, #1E1E1E);
|
|
background-repeat: repeat-x;
|
|
}
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
|
background-color: #ffc200 !important;
|
|
background-image: none !important;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* dialog
|
|
|
|
* define every dialog box in egw
|
|
* even popup or jquery
|
|
*
|
|
* 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$
|
|
*/
|
|
/*body {
|
|
background-color: @gray_0;
|
|
background-image: url(../images/bgDialog.png);
|
|
background-repeat: repeat-x;
|
|
}*/
|
|
div#popupMainDiv {
|
|
padding: 8px;
|
|
background-color: #FFFFFF;
|
|
background-repeat: repeat-x;
|
|
}
|
|
div#popupMainDiv > * {
|
|
margin: 0px;
|
|
}
|
|
form.et2_container {
|
|
padding: 0;
|
|
}
|
|
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select,
|
|
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
|
padding-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
font-size: 0.95em;
|
|
}
|
|
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
|
margin: 4px 5px 4px 0;
|
|
-webkit-border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker {
|
|
background-image: url("../images/datepopup.png");
|
|
}
|
|
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover {
|
|
cursor: pointer;
|
|
}
|
|
form.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
|
background-color: #ffffff;
|
|
}
|
|
.high {
|
|
border-top: 5px solid #E6E6E6;
|
|
border-bottom: 5px solid #E6E6E6 !important;
|
|
}
|
|
/*Main div*/
|
|
table.dialog-main-view {
|
|
width: 100%;
|
|
}
|
|
/*###########################################
|
|
# #
|
|
# dialogHeader app-img #
|
|
#############################################
|
|
# #
|
|
# dialogHeader2 #
|
|
#############################################
|
|
# #
|
|
# dialogHeader3 #
|
|
#############################################
|
|
# #
|
|
# dialogHeader4 #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# main + tabs #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# dialogOperators #
|
|
#############################################
|
|
# #
|
|
# button | button | button delete #
|
|
##############################################*/
|
|
/*** dialogHeader on a box not table ***/
|
|
/********** Header Part ********************/
|
|
.dialogHeader {
|
|
color: #000000;
|
|
border-bottom: 3px solid #696969;
|
|
}
|
|
.dialogHeader img[src*="navbar"] {
|
|
padding: 0 0 0 15px;
|
|
}
|
|
.dialogHeader input[type="radio"],
|
|
.dialogHeader input.et2_radiobox {
|
|
-webkit-appearance: none;
|
|
border: none;
|
|
}
|
|
.dialogHeader table.et2_grid {
|
|
border-top: none;
|
|
}
|
|
.dialogHeader table.et2_grid .th {
|
|
background-color: #0C5DA5 !important;
|
|
}
|
|
.dialogHeader table.et2_grid tr {
|
|
height: 30px;
|
|
}
|
|
.dialogHeader table.et2_grid td {
|
|
padding: 0px 0px 0px 3px;
|
|
color: #000000;
|
|
}
|
|
.dialogHeader table.et2_grid table.et2_grid label.et2_label span.et2_selectbox li {
|
|
float: left;
|
|
}
|
|
.dialogHeader input.et2_textbox {
|
|
font-size: 1.3em;
|
|
}
|
|
.dialogHeader .et2_label {
|
|
color: #000000;
|
|
vertical-align: middle;
|
|
padding: 0px 0px 0px 0px !important;
|
|
/*margin-right: 57px;*/
|
|
margin: 0px important;
|
|
font-size: 1em;
|
|
text-align: right;
|
|
}
|
|
.dialogHeader td.space span img {
|
|
background: #FFFFFF;
|
|
border: 2px solid #FFFFFF;
|
|
/*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 */
|
|
}
|
|
/********** Header Row2 - 4 ********************/
|
|
tr.dialogHeader2,
|
|
tr.dialogHeader3,
|
|
tr.dialogHeader4 {
|
|
vertical-align: middle;
|
|
}
|
|
tr.dialogHeader2 .et2_label,
|
|
tr.dialogHeader3 .et2_label,
|
|
tr.dialogHeader4 .et2_label {
|
|
color: #1a1a1a;
|
|
vertical-align: middle;
|
|
font-size: 1em;
|
|
}
|
|
/************* Tabs *********************************/
|
|
/**
|
|
* Tabs widget
|
|
*/
|
|
.et2_tabheader {
|
|
padding-left: 0em;
|
|
margin: 0;
|
|
background-image: none;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.et2_tabheader :first-child {
|
|
margin-left: 0px;
|
|
}
|
|
.et2_tabflag {
|
|
border: none;
|
|
}
|
|
.et2_tabflag,
|
|
.etemplate_tab > div,
|
|
.etemplate_tab_active > div {
|
|
margin: 1em 5px -1px 0;
|
|
padding: 4px;
|
|
background-color: white;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
min-width: 73px;
|
|
border-bottom: 3px solid #E6E6E6;
|
|
margin-bottom: -3px;
|
|
}
|
|
.et2_tabflag:hover,
|
|
.etemplate_tab > div:hover,
|
|
.etemplate_tab_active > div:hover {
|
|
background-color: #f0f0f0;
|
|
border: none;
|
|
border-bottom: 3px solid #696969;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
td.etemplate_tab_active.th {
|
|
background-color: transparent;
|
|
}
|
|
.et2_tabflag.active,
|
|
.etemplate_tab_active > div {
|
|
border-spacing: 0px;
|
|
background-color: white;
|
|
color: #000000;
|
|
border-bottom: 3px solid #696969;
|
|
margin-bottom: -3px;
|
|
}
|
|
.et2_tabflag.active:hover,
|
|
.etemplate_tab_active > div:hover {
|
|
color: #000000;
|
|
background-color: white;
|
|
}
|
|
.et2_tabs,
|
|
.tab_body {
|
|
border: none;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
border-top: 1px solid #E6E6E6;
|
|
padding: 5px;
|
|
background-color: #FFFFFF;
|
|
margin-bottom: 11px;
|
|
margin-top: 3px;
|
|
padding-top: 15px;
|
|
}
|
|
.tab_body {
|
|
border-top-width: 1px;
|
|
}
|
|
.tab_body img {
|
|
/*filter grey*/
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
div#etemplate\.tab_widget {
|
|
margin-bottom: 11px;
|
|
}
|
|
/************* Main **********************************/
|
|
.dialogMainTimeframe div {
|
|
min-height: 100px;
|
|
}
|
|
/********** Operators *******************************/
|
|
/*#############################################
|
|
# dialogOperators #
|
|
#############################################*/
|
|
.dialogOperators {
|
|
border-top: 0px solid #E6E6E6;
|
|
border-bottom: 0px solid #E6E6E6;
|
|
}
|
|
.dialogOperators td {
|
|
padding: 2px 2px;
|
|
}
|
|
.dialogOperators .et2_label {
|
|
margin-left: 6px;
|
|
display: inline-block;
|
|
}
|
|
/********** Footer *******************************/
|
|
/*#############################################*/
|
|
/*# Toolbar #*/
|
|
/*# button | button | button delete #*/
|
|
/*##############################################*/
|
|
.dialogFooterToolbar {
|
|
background-color: transparent;
|
|
margin: 10px 0 0 0;
|
|
padding: 3px;
|
|
white-space: nowrap;
|
|
border-top: 3px solid #696969;
|
|
padding-top: 8px !important;
|
|
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
|
}
|
|
.dialogFooterToolbar td {
|
|
padding: 0px 5px 0px 0px;
|
|
}
|
|
.dialogFooterToolbar td:first-child {
|
|
padding-left: 5px;
|
|
}
|
|
.dialogFooterToolbar button {
|
|
min-width: 86px;
|
|
height: 24px;
|
|
border-radius: 3px;
|
|
border: 1px solid silver;
|
|
}
|
|
.dialogFooterToolbar button:hover {
|
|
height: 24px;
|
|
}
|
|
.dialogFooterToolbar button:action {
|
|
height: 24px;
|
|
}
|
|
.dialogFooterToolbar button[id="addressbook-edit_button[delete]"] {
|
|
float: right;
|
|
}
|
|
.dialogFooterToolbar div.et2_hbox {
|
|
white-space: normal;
|
|
}
|
|
.dialogFooterToolbar div.et2_box_widget {
|
|
white-space: nowrap;
|
|
}
|
|
.dialogFooterToolbar label.et2_label {
|
|
white-space: nowrap;
|
|
}
|
|
.dialogFooterToolbar input.et2_checkbox {
|
|
top: 0px;
|
|
}
|
|
/*Dialog Calendar - Resourcen suchen*/
|
|
div#divMain {
|
|
padding: 1em;
|
|
}
|
|
div#divMain img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
div#divMain input[type*="image"] {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
/**
|
|
* admin - site configuration
|
|
*/
|
|
div.admin-config form > table {
|
|
width: 100%;
|
|
padding: 5px;
|
|
}
|
|
div.admin-config form > table tr.th td {
|
|
font-size: 110%;
|
|
font-weight: bold;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
div.admin-config form > table td {
|
|
padding-left: 5px;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
}
|
|
div.admin-config form > table td b {
|
|
font-weight: bold;
|
|
}
|
|
/**
|
|
* Styles for different egw_message-types
|
|
*/
|
|
.success_message,
|
|
.warning_message,
|
|
.error_message {
|
|
color: red;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
text-align: left;
|
|
margin-left: 5px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/check.png);
|
|
background-position: left;
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
white-space: pre-wrap;
|
|
}
|
|
.warning_message {
|
|
background-image: url(../images/dialog_warning.png);
|
|
}
|
|
.error_message {
|
|
font-weight: bold;
|
|
background-image: url(../images/dialog_error.png);
|
|
}
|
|
.info_message .discard {
|
|
float: right;
|
|
margin-top: 4px;
|
|
}
|
|
/**
|
|
* Message in popup
|
|
*/
|
|
body > div#egw_message {
|
|
background-color: #E6E6E6;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
border: 3px solid #ffc200;
|
|
-webkit-border-top-right-radius: 0px;
|
|
-webkit-border-bottom-right-radius: 15px;
|
|
-webkit-border-bottom-left-radius: 15px;
|
|
-webkit-border-top-left-radius: 0px;
|
|
-moz-border-radius-topright: 0px;
|
|
-moz-border-radius-bottomright: 15px;
|
|
-moz-border-radius-bottomleft: 15px;
|
|
-moz-border-radius-topleft: 0px;
|
|
border-top-right-radius: 0px;
|
|
border-bottom-right-radius: 15px;
|
|
border-bottom-left-radius: 15px;
|
|
border-top-left-radius: 0px;
|
|
/*.background-clip(padding-box);*/
|
|
right: 33%;
|
|
top: 0px;
|
|
padding: 10px;
|
|
padding-left: 25px;
|
|
background-position-x: 5px;
|
|
min-width: 100px;
|
|
z-index: 100000;
|
|
margin: 0px auto;
|
|
max-width: 90%;
|
|
white-space: pre-wrap;
|
|
}
|
|
/**
|
|
* Less-file for egroupware
|
|
* Definitionen Layout
|
|
* Raster
|
|
*
|
|
* Version 08.2013
|
|
* Author Stefan Reinhardt, Wolfgang Ott
|
|
*
|
|
*/
|
|
/* #################################################
|
|
* FOOTER
|
|
* ##################################################
|
|
*/
|
|
#egw_fw_footer {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
width: 50%;
|
|
text-align: left;
|
|
padding: 3px;
|
|
clear: both;
|
|
opacity: 1;
|
|
z-index: 100;
|
|
color: #828282;
|
|
}
|
|
#egw_fw_footer a {
|
|
color: #696969;
|
|
}
|
|
#egw_fw_footer:hover {
|
|
opacity: 0.1;
|
|
transition: opacity 0.5s ease-out;
|
|
-moz-transition: opacity 0.5s ease-out;
|
|
-webkit-transition: opacity;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
h1 {
|
|
font-size: 200%;
|
|
/*line-height: 330%;*/
|
|
margin: 0.4em 0 0;
|
|
font-weight: normal;
|
|
}
|
|
.headline_h1 {
|
|
font-size: 200%;
|
|
/*line-height: 330%;*/
|
|
margin: 0.4em 0 0;
|
|
}
|
|
h2 {
|
|
font-size: 150%;
|
|
/*line-height: 270%;*/
|
|
margin: 0.6em 0 0;
|
|
}
|
|
.headline_h2 {
|
|
font-size: 150%;
|
|
/*line-height: 270%;*/
|
|
margin: 0.6em 0 0;
|
|
font-weight: lighter;
|
|
}
|
|
h3 {
|
|
font-size: 130%;
|
|
/*line-height: 220%;*/
|
|
margin: 0.8571em 0 0;
|
|
}
|
|
.headline_h3 {
|
|
font-size: 130%;
|
|
/*line-height: 220%;*/
|
|
margin: 0.8571em 0 0;
|
|
}
|
|
h3 a {
|
|
color: #999999;
|
|
}
|
|
h4 {
|
|
font-size: 110%;
|
|
/*line-height: 160%;*/
|
|
margin: 1.125em 0 0;
|
|
}
|
|
.headline_h4 {
|
|
font-size: 110%;
|
|
/*line-height: 160%;*/
|
|
margin: 1.125em 0 0;
|
|
}
|
|
h5 {
|
|
font-size: 100%;
|
|
/*line-height: 110%;*/
|
|
margin: 1.2857em 0 0;
|
|
}
|
|
.headline_h5 {
|
|
font-size: 100%;
|
|
/*line-height: 110%;*/
|
|
margin: 1.2857em 0 0;
|
|
}
|
|
h6 {
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
/*line-height: 100%;*/
|
|
margin: 1.5em 0 0;
|
|
}
|
|
.headline_h6 {
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
/*line-height: 100%;*/
|
|
margin: 1.5em 0 0;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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$
|
|
*/
|
|
.lettersearch {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
.lettersearch:hover {
|
|
background-color: #b3b3b3 !important;
|
|
color: #ffffff;
|
|
}
|
|
.lettersearch_active {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
text-align: center;
|
|
cursor: pointer;
|
|
background-color: #b3b3b3 !important;
|
|
font-weight: bold;
|
|
}
|
|
td.lettersearch {
|
|
background-image: none;
|
|
}
|
|
/*.nextmatch_header table {
|
|
border: none !important;
|
|
width: 99% !important;
|
|
}*/
|
|
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* et2 Messages
|
|
*
|
|
* 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 Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
#egwpopup {
|
|
background-color: #fafafa;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-right-radius: 20px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topright: 20px;
|
|
border-radius: 3px;
|
|
border-top-right-radius: 20px;
|
|
border-width: 9px 0px 0px 0px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
padding: 1em;
|
|
/*Button*/
|
|
}
|
|
#egwpopup input#egwpopup_ok_button,
|
|
#egwpopup button#desktop_perms {
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.rounded (3px);*/
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #E6E6E6;
|
|
height: 24px;
|
|
padding: 0 5px;
|
|
}
|
|
#egwpopup input#egwpopup_ok_button:hover,
|
|
#egwpopup button#desktop_perms:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: inherit;
|
|
}
|
|
#egwpopup input#egwpopup_ok_button:active,
|
|
#egwpopup button#desktop_perms:active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
/*popup Messsage*/
|
|
div#egwpopup_message {
|
|
background-color: .color_gray_0;
|
|
padding: 1em;
|
|
overflow-y: auto;
|
|
}
|
|
#msg,
|
|
.message {
|
|
color: red;
|
|
font-style: italic;
|
|
background: #FFFFFF;
|
|
}
|
|
.egw_fw_ui_app_header_container {
|
|
border-width: 1px 0px 0px 0px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
height: auto;
|
|
}
|
|
.egw_fw_ui_app_header_container .egw_fw_ui_app_header {
|
|
padding: 1px 0 0 0;
|
|
font-weight: normal;
|
|
color: silver;
|
|
overflow: hidden;
|
|
height: 15px;
|
|
}
|
|
.colselection.ui-widget-content {
|
|
width: 33%;
|
|
}
|
|
/*Calendar ##############*/
|
|
td.message {
|
|
background-color: #E6E6E6 !important;
|
|
height: 0px;
|
|
padding: 0px;
|
|
}
|
|
td.message span.message {
|
|
height: 35px;
|
|
border-bottom: 2px solid #E6E6E6;
|
|
color: red;
|
|
background: #E6E6E6;
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
/*z.b. Dateimanager overlay*/
|
|
.egwGridView_grid span.iconOverlayContainer {
|
|
margin: 2px 5px 2px 2px;
|
|
position: relative;
|
|
-moz-user-select: none;
|
|
-khtml-user-select: none;
|
|
user-select: none;
|
|
overflow: visible;
|
|
display: inline-block;
|
|
}
|
|
.egwGridView_grid span.overlayContainer {
|
|
position: absolute;
|
|
right: -2px;
|
|
bottom: -2px;
|
|
vertical-align: bottom;
|
|
text-align: right;
|
|
}
|
|
.egwGridView_grid span.iconContainer {
|
|
display: inline-block;
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
.egwGridView_grid span.overlayContainer img.overlay {
|
|
position: relative;
|
|
top: 1px;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 9px;
|
|
width: 11px;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
/* #################################################
|
|
* Basecontainer
|
|
* #################################################
|
|
*/
|
|
.egw_fw_content_browser_iframe,
|
|
#divMainView {
|
|
margin: 0;
|
|
}
|
|
.egw_fw_content_browser_iframe body,
|
|
#divMainView body {
|
|
background-color: #ffffff;
|
|
}
|
|
.egwGridView_scrollarea {
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
|
*/
|
|
/*
|
|
Created on : 23.07.2014, 13:25:11
|
|
Author : stefanreinhardt
|
|
*/
|
|
#egw_fw_header {
|
|
width: 100%;
|
|
float: left;
|
|
/* Logo EGW or Company - left top*/
|
|
/* ###########################################################################################################################################
|
|
Topmenu / Home / Einstellungen / Zugriff / Kategorien usw..
|
|
###########################################################################################################################################
|
|
*/
|
|
}
|
|
#egw_fw_header #egw_divLogo {
|
|
float: left;
|
|
width: 255px;
|
|
display: block;
|
|
margin-left: -8px;
|
|
text-align: center;
|
|
height: 45px;
|
|
/*.background_color_5_gray;*/
|
|
}
|
|
#egw_fw_header #egw_divLogo img {
|
|
max-width: 209px;
|
|
border: none;
|
|
position: absolute;
|
|
top: 0.1em;
|
|
left: 1em;
|
|
height: 40px;
|
|
/*.background_color_5_gray;*/
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu ul,
|
|
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
|
#egw_fw_header .topmenu_info_item,
|
|
#egw_fw_header #egw_fw_topmenu_items,
|
|
#egw_fw_header #egw_fw_topmenu_info_items {
|
|
display: inline;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items {
|
|
float: left;
|
|
padding-top: 14px;
|
|
width: 70%;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul {
|
|
margin: 5px 2px;
|
|
/*Home*/
|
|
/*home*/
|
|
/*Setup / Einstellungen*/
|
|
/*access / Zugriff */
|
|
/*category*/
|
|
/*password*/
|
|
/*help*/
|
|
/*Search*/
|
|
/*logout*/
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li {
|
|
color: #FFFFFF;
|
|
/*.Button_size_square_32;*/
|
|
padding: 8px 10px;
|
|
/*.Complete_Button_normal;*/
|
|
/*background-color: @gray_10;*/
|
|
-webkit-transition: all 0.2s ease-out;
|
|
-moz-transition: all 0.2s ease-out;
|
|
-o-transition: all 0.2s ease-out;
|
|
transition: all 0.2s ease-out;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: inherit;
|
|
color: #FFFFFF;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
height: 32px;
|
|
/*font-size: 1.1em;*/
|
|
font-size: 12px;
|
|
line-height: 1.5em;
|
|
display: inline-block;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
|
/*color: @gray_10;*/
|
|
border-color: #828282;
|
|
text-decoration: none !important;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:before {
|
|
/*.img_filter_gray;*/
|
|
/*-webkit-filter: grayscale(100%) brightness(100%) contrast(100%);*/
|
|
/*-webkit-filter: invert(100%);*/
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child {
|
|
margin-left: 10px;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
|
|
border: none;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
|
margin-left: 0px;
|
|
background-image: url(../images/topmenu_items/home.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
|
margin-left: 0px;
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/setup.png);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/access.png);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats {
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/category.png);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password {
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/password.png);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual {
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/help.png);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search {
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/search.png);
|
|
}
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout {
|
|
background-repeat: no-repeat;
|
|
background-size: 16px;
|
|
padding-left: 20px;
|
|
background-image: url(../images/topmenu_items/logout.png);
|
|
}
|
|
/* ###################################################
|
|
Slide Effekt
|
|
###################################################*/
|
|
#egw_fw_topmenu_slide {
|
|
width: auto;
|
|
text-align: center;
|
|
height: 15px;
|
|
float: left;
|
|
position: fixed;
|
|
left: 194px;
|
|
}
|
|
/*ICON List*/
|
|
#egw_fw_topmenu_slide.slidedown {
|
|
background-image: url("../images/list.png");
|
|
background-position: center center;
|
|
height: 15px;
|
|
width: 15px;
|
|
display: block;
|
|
margin-left: 5px;
|
|
margin-top: 10px;
|
|
background-size: 15px 15px;
|
|
float: left;
|
|
position: relative;
|
|
left: -5px;
|
|
cursor: pointer;
|
|
}
|
|
/*Icon ARROW UP*/
|
|
#egw_fw_topmenu_slide.slideup {
|
|
background-image: url("../images/slideup.png");
|
|
background-position: center center;
|
|
height: 15px;
|
|
width: 15px;
|
|
display: block;
|
|
margin-top: -36px;
|
|
margin-left: 40px;
|
|
cursor: pointer;
|
|
}
|
|
#slidetoggle {
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
|
*/
|
|
/*
|
|
Created on : 23.07.2014, 13:25:11
|
|
Author : stefanreinhardt
|
|
*/
|
|
/* ##################################################################################################
|
|
* Main
|
|
// ##################################################################################
|
|
// ## egw_divLogo ## Toggle up / down | egw_fw_topmenu #
|
|
// ## ## #
|
|
// ##################################################################################
|
|
// ## ## #
|
|
// ## ## #
|
|
// ## ## #
|
|
// ## ## #
|
|
// ## ## #
|
|
// ## SIDEBAR ## MAIN #
|
|
// ## ## #egw_fw_main #
|
|
// ## ## #
|
|
// ## ## #
|
|
// ## ## #
|
|
/* #####################################################################################################
|
|
*/
|
|
#egw_fw_main {
|
|
padding: 0;
|
|
width: auto;
|
|
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
#egw_fw_tabs {
|
|
Chrome needs margin-top
|
|
margin-top: 3px;
|
|
}
|
|
}*/
|
|
}
|
|
#egw_fw_main #egw_fw_tabs {
|
|
position: relative;
|
|
background-color: transparent;
|
|
float: left;
|
|
width: 100%;
|
|
margin-top: 3px;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
|
margin: 0px 0 0 0;
|
|
padding: 1px 1px 0px 0px;
|
|
background-position: bottom;
|
|
background-repeat: repeat-x;
|
|
background-color: transparent;
|
|
height: 34px;
|
|
/*aktive Tabs*/
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 {
|
|
/*float: left;*/
|
|
display: inline;
|
|
width: 100%;
|
|
text-align: center;
|
|
-webkit-margin-before: 0;
|
|
-webkit-margin-after: 0;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header img {
|
|
text-align: center;
|
|
float: none;
|
|
margin: 0 auto;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
|
|
padding-left: 0;
|
|
position: relative;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 5px;
|
|
/*.background-clip(padding-box);*/
|
|
background-color: #d9d9d9;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin: 0px 5px 0px 0px;
|
|
padding: 2px 5px 7px 2px;
|
|
cursor: pointer;
|
|
border-width: 1px 1px 0 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
background-repeat: repeat-x;
|
|
height: 24px;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
|
|
/*.background_color_20_gray ;*/
|
|
background-color: #FFDD73;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
|
/*font-size: 100%;*/
|
|
font-size: 11px;
|
|
line-height: 1em;
|
|
margin: 0 15px 2px 2px;
|
|
vertical-align: super;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 5px 1px 0 1em;
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header object {
|
|
width: 16px;
|
|
height: 16px;
|
|
/*background-color: @gray_0;*/
|
|
margin: 8px 1px 0 5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 5px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
|
|
border-width: 1px 1px 0px 1px !important;
|
|
/*padding: 0 0 5px !important;*/
|
|
background-color: #ffffff;
|
|
background-image: none !important;
|
|
padding-bottom: 8px;
|
|
/*aktive Objekte*/
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover {
|
|
background-color: #bfbfbf;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active img.egw_fw_ui_tab_icon {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active object {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin: 0px 1px 0 5px;
|
|
-webkit-border-top-right-radius: 2px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 2px;
|
|
-moz-border-radius-topright: 2px;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 2px;
|
|
/*.background-clip(padding-box);*/
|
|
background-color: #B4B4B4;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
|
|
right: 3px;
|
|
top: 1px;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 0px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-image: url(../images/close_button.png);
|
|
background-size: 10px 10px;
|
|
position: absolute;
|
|
}
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button :hover {
|
|
background-image: url(../images/close_button_hover.png);
|
|
}
|
|
#egw_fw_main .egw_fw_ui_tab_header_hover {
|
|
background-color: #FFDD73;
|
|
}
|
|
#egw_fw_main .egw_fw_ui_tab_content {
|
|
width: 100%;
|
|
padding: 0px;
|
|
margin: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
#egw_fw_main .egw_fw_ui_tab_content > div {
|
|
width: 100%;
|
|
padding: 0 0 0 0;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
|
*/
|
|
/*
|
|
Created on : 23.07.2014, 13:25:11
|
|
Author : stefanreinhardt
|
|
*/
|
|
/* ################################################################################################################
|
|
* Sidebar
|
|
* ################################################################################################################*/
|
|
#egw_fw_sidebar {
|
|
position: fixed;
|
|
overflow: hidden;
|
|
top: 43px;
|
|
left: 0px;
|
|
bottom: 20px;
|
|
width: 225px;
|
|
/*.background_color_5_gray;*/
|
|
/*#################################*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
|
position: absolute;
|
|
top: 3px;
|
|
bottom: 4px;
|
|
left: 4px;
|
|
right: 8px;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
padding-top: 0.6em;
|
|
font-size: 0.9em;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
|
background-color: #fafafa;
|
|
border-radius: 5px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv div.ui-sortable div {
|
|
padding: 3px 0 1px 3px;
|
|
cursor: pointer;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header {
|
|
display: block;
|
|
margin: 0 0;
|
|
/*padding: 0px 5px 5px 10px;*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
|
|
background-color: #d9d9d9;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
|
|
margin: 0 0 10px 0;
|
|
padding-top: 0.4em;
|
|
padding-left: 3em;
|
|
color: #999999;
|
|
/*font-size: 12px;*/
|
|
font-size: 12px;
|
|
line-height: 17px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
|
|
background-color: #FFFFFF;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active {
|
|
cursor: pointer;
|
|
background-image: url("../images/clear.png");
|
|
background-position: 95% -3000px;
|
|
background-repeat: no-repeat;
|
|
background-color: #ffffff;
|
|
-webkit-border-top-right-radius: 0px;
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
-webkit-border-top-left-radius: 27px;
|
|
-moz-border-radius-topright: 0px;
|
|
-moz-border-radius-bottomright: 0px;
|
|
-moz-border-radius-bottomleft: 0px;
|
|
-moz-border-radius-topleft: 27px;
|
|
border-top-right-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
border-top-left-radius: 27px;
|
|
/*.background-clip(padding-box);*/
|
|
border-top: solid 1px #B4B4B4;
|
|
border-left: solid 1px #B4B4B4;
|
|
border-right: solid 1px #B4B4B4;
|
|
border-bottom: solid 1px #B4B4B4;
|
|
margin: 0 0 0 0;
|
|
border-bottom: none;
|
|
height: 33px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active img {
|
|
padding-left: 9px;
|
|
padding-top: 7px;
|
|
height: 18px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
|
|
text-transform: uppercase;
|
|
font-size: 1.4em;
|
|
color: #000000;
|
|
padding-top: .8em;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-webkit-border-top-right-radius: 5px;
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
-webkit-border-top-left-radius: 27px;
|
|
-moz-border-radius-topright: 5px;
|
|
-moz-border-radius-bottomright: 0px;
|
|
-moz-border-radius-bottomleft: 0px;
|
|
-moz-border-radius-topleft: 27px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
border-top-left-radius: 27px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover img {
|
|
content: url(../images/reload.png);
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:focus {
|
|
background-image: url("../images/ajax-loader.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: 90% 50%;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
background-color: #bfbfbf;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active object {
|
|
margin-left: 14px;
|
|
margin-top: 8px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
|
|
margin-top: -26px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content {
|
|
display: block;
|
|
background-image: none;
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 27px;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 27px;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 27px;
|
|
border-top-left-radius: 0;
|
|
/*.background-clip(padding-box);*/
|
|
border-color: #B4B4B4;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
margin: 0 0 2em 0;
|
|
/*######################*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
|
background-color: #ffffff;
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 24px;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 24px;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 24px;
|
|
border-top-left-radius: 0;
|
|
/*.background-clip(padding-box);*/
|
|
border-color: #B4B4B4;
|
|
border-right: 0px;
|
|
margin-bottom: 10px;
|
|
border-top-color: white;
|
|
padding-top: 8px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) {
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 15px;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 15px;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 15px;
|
|
border-top-left-radius: 0;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
|
margin: 4px 5px 5px 5px;
|
|
padding: 0.5em 1em 0.5em 0;
|
|
cursor: pointer;
|
|
border-color: #B4B4B4;
|
|
background-color: #E6E6E6;
|
|
/*background-color: @egw_color_2_d;*/
|
|
-webkit-border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
|
margin: 5px 0px 3px 5px;
|
|
padding: 0px 0px 0px 15px;
|
|
line-height: 1em;
|
|
font-size: 12px;
|
|
background-image: url(../images/arrow_right.png);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category div.egw_fw_ui_category:nth-last-of-type(-n+3) img.egw_fw_ui_sidemenu_listitem_icon {
|
|
display: block;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
|
background-color: #999999;
|
|
padding: 0.5em 1em 0.5em 0;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
|
border-bottom-width: 0px;
|
|
margin-top: 4px;
|
|
background-color: #0C5DA5;
|
|
/*.background-color-50-gray;*/
|
|
color: #f2f2f2;
|
|
-webkit-border-top-right-radius: 3px !important;
|
|
-webkit-border-bottom-right-radius: 3px !important;
|
|
-webkit-border-bottom-left-radius: 3px !important;
|
|
-webkit-border-top-left-radius: 3px !important;
|
|
-moz-border-radius-topright: 3px !important;
|
|
-moz-border-radius-bottomright: 3px !important;
|
|
-moz-border-radius-bottomleft: 3px !important;
|
|
-moz-border-radius-topleft: 3px !important;
|
|
border-top-right-radius: 3px !important;
|
|
border-bottom-right-radius: 3px !important;
|
|
border-bottom-left-radius: 3px !important;
|
|
border-top-left-radius: 3px !important;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 {
|
|
background-image: url(../images/arrow_down_white.png);
|
|
line-height: 1em;
|
|
font-size: 12px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a {
|
|
color: #FFF;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a:hover {
|
|
padding: 5px 30px 5px 0px;
|
|
width: 200px;
|
|
background-color: #f0f0f0;
|
|
color: #808080;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: inherit;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active:hover {
|
|
background-color: #408DD2;
|
|
-webkit-transition: all 0.2s ease-out;
|
|
-moz-transition: all 0.2s ease-out;
|
|
-o-transition: all 0.2s ease-out;
|
|
transition: all 0.2s ease-out;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
|
|
border-width: 0px 1px 1px 1px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_bottom {
|
|
border-width: 0px;
|
|
border-color: #FFFFFF;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon {
|
|
display: inline-block;
|
|
height: 24px;
|
|
padding-left: 0;
|
|
padding-right: 0px;
|
|
float: left;
|
|
/*filter grey*/
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
#egw_fw_sidebar #egw_fw_splitter {
|
|
position: absolute;
|
|
width: 8px;
|
|
top: 40px;
|
|
bottom: 3px;
|
|
right: 0px;
|
|
border-top: 1px solid;
|
|
border-left: 1px solid;
|
|
border-color: #B4B4B4;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_splitter:hover {
|
|
background-color: #ffc200;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_toggler {
|
|
display: block;
|
|
width: 30px;
|
|
height: 30px;
|
|
position: relative;
|
|
z-index: 1;
|
|
top: 5px;
|
|
margin-top: 0;
|
|
margin-bottom: -30px;
|
|
float: right;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_toggler span {
|
|
background-color: transparent;
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
height: 5px;
|
|
backface-visibility: hidden;
|
|
border-radius: 2px;
|
|
top: 11px;
|
|
left: 10px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_toggler span:before {
|
|
transition-duration: 0.7s;
|
|
-webkit-transition-duration: 0.7s;
|
|
-moz-transition-duration: 0.7s;
|
|
transform: rotate(145deg) translate(8px, -2px);
|
|
-ms-transform: rotate(145deg) translate(8px, -2px);
|
|
-moz-transform: rotate(145deg) translate(8px, -2px);
|
|
-webkit-transform: rotate(145deg) translate(8px, -2px);
|
|
background-color: #b4b4b4;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_toggler span:before,
|
|
#egw_fw_sidebar #egw_fw_toggler span:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
top: -9px;
|
|
width: 10px;
|
|
height: 2px;
|
|
background-color: #606060;
|
|
backface-visibility: hidden;
|
|
border-radius: 2px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_toggler span:after {
|
|
top: 9px;
|
|
transition-duration: 0.7s;
|
|
-webkit-transition-duration: 0.7s;
|
|
-moz-transition-duration: 0.7s;
|
|
transform: rotate(-145deg) translate(8px, 2px);
|
|
-ms-transform: rotate(-145deg) translate(8px, 2px);
|
|
-moz-transform: rotate(-145deg) translate(8px, 2px);
|
|
-webkit-transform: rotate(-145deg) translate(8px, 2px);
|
|
background-color: #606060;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn {
|
|
/* toggler button*/
|
|
/*sidebar adjustments*/
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler {
|
|
margin: 1px auto 4px;
|
|
float: none;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span {
|
|
background-color: #b4b4b4;
|
|
transition: all 0.3s;
|
|
-webkit-transition: all 0.3s;
|
|
-moz-transition: all 0.3s;
|
|
left: 0;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:before,
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {
|
|
transform: none;
|
|
-ms-transform: none;
|
|
-moz-transform: none;
|
|
-webkit-transform: none;
|
|
width: 100%;
|
|
height: 5px;
|
|
background-color: #b4b4b4;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span {
|
|
background-color: #606060;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span:before {
|
|
background-color: #606060;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span:after {
|
|
background-color: #606060;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_content {
|
|
display: none !important;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_header_active {
|
|
border-radius: 0 !important;
|
|
width: auto !important;
|
|
border: 0;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_header {
|
|
width: 50px;
|
|
height: 35px;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_header h1 {
|
|
visibility: hidden;
|
|
}
|
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_header img {
|
|
margin: 4px auto 0px !important;
|
|
padding: 0 !important;
|
|
float: none !important;
|
|
display: block !important;
|
|
height: 24px !important;
|
|
}
|
|
/** DON"T MOVE THIS **/
|
|
.egw_fw_ui_splitter_vertical {
|
|
background-image: url(../images/splitter_vert.png);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: #ffffff;
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 100%;
|
|
cursor: col-resize;
|
|
}
|
|
.egw_fw_ui_category_content {
|
|
background-color: #ffffff;
|
|
border-top-width: 0;
|
|
border-left: 0px solid;
|
|
border-bottom: 0px solid;
|
|
margin-left: 4px;
|
|
margin-top: 0px;
|
|
padding-bottom: 5px;
|
|
padding-left: 0px;
|
|
padding-top: 3px;
|
|
margin-right: 5px;
|
|
/*min-height: 50px;*/
|
|
}
|
|
.egw_fw_ui_category_content:last-of-type {
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 10px;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 10px;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 10px;
|
|
border-top-left-radius: 0;
|
|
/*.background-clip(padding-box);*/
|
|
border-color: #B4B4B4;
|
|
margin-bottom: 5px;
|
|
}
|
|
.egw_fw_ui_category_content img {
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
.egw_fw_ui_category_content:hover {
|
|
background-color: #ffffff;
|
|
border-color: #828282;
|
|
}
|
|
.egw_fw_ui_category_content input#uical_select_owner_multiple {
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
.egw_fw_ui_category_content .egwTutorial div#list_grid_wrapper {
|
|
border-bottom-left-radius: 10px;
|
|
overflow-x: hidden !important;
|
|
}
|
|
.egw_fw_ui_category_content .egwTutorial div#list_grid_wrapper .et2_label {
|
|
padding-bottom: 5px;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem {
|
|
padding: 9px 0px 0px 0px;
|
|
margin: 0px 0 1px 0px;
|
|
position: relative;
|
|
min-height: 18px;
|
|
background-color: #FFFFFF;
|
|
overflow-x: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem:hover {
|
|
color: #000000;
|
|
background-color: #FFDD73;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
|
|
/*display: none;*/
|
|
width: 12px;
|
|
height: 12px;
|
|
padding: 0px;
|
|
margin: 0px 5px;
|
|
float: left;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem input {
|
|
height: 16px;
|
|
width: 81% !important;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem input[type="image"] {
|
|
height: 10px;
|
|
width: 10px !important;
|
|
margin-left: 1px;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem select {
|
|
max-width: 85% !important;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem img {
|
|
height: 9px;
|
|
width: 9px;
|
|
padding: 0px;
|
|
float: right;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem a {
|
|
padding: 5px 0px 5px 5px;
|
|
text-decoration: none;
|
|
min-width: 5em;
|
|
vertical-align: bottom;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem a:hover {
|
|
color: #000000;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem a:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem div a:first-child {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background-color: #f0f0f0;
|
|
border-color: #828282;
|
|
cursor: pointer;
|
|
width: 72% !important;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem div a:nth-child(2) {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background: transparent;
|
|
padding: 0px 2px 0 2px;
|
|
width: 10px;
|
|
min-width: 5px;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem div a:nth-child(2) img {
|
|
margin: 0 0 0 0;
|
|
padding: 0em 0em 0 0em;
|
|
height: 10px;
|
|
width: 10px;
|
|
}
|
|
.egw_fw_ui_sidemenu_listitem div a:nth-child(2):hover {
|
|
background-color: #FF0000;
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #ffffff;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
|
*/
|
|
/*
|
|
Created on : 23.07.2014, 13:25:11
|
|
Author : stefanreinhardt
|
|
*/
|
|
.egw_fw_ui_scrollarea {
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
background-color: #ffffff;
|
|
}
|
|
.egw_fw_ui_scrollarea_button {
|
|
position: absolute;
|
|
display: block;
|
|
width: 100%;
|
|
height: 12px;
|
|
z-index: 2;
|
|
}
|
|
.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover,
|
|
.egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover {
|
|
background-image: url(../images/scroll_hover.png);
|
|
}
|
|
.egw_fw_ui_scrollarea_button_disabled {
|
|
display: none !important;
|
|
}
|
|
.egw_fw_ui_scrollarea_button_up,
|
|
.egw_fw_ui_scrollarea_button_down {
|
|
height: 14px;
|
|
background-image: url(../images/scroll.png);
|
|
background-color: white;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
.egw_fw_ui_scrollarea_button_up {
|
|
top: 0px;
|
|
}
|
|
.egw_fw_ui_scrollarea_button_down {
|
|
bottom: 0px;
|
|
}
|
|
.egw_fw_ui_scrollarea_outerdiv {
|
|
height: 100%;
|
|
}
|
|
.egw_fw_content_browser_div {
|
|
display: block;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
padding-right: 10px;
|
|
/* background-color: RGB(240, 240, 255);*/
|
|
}
|
|
.egw_fw_content_browser_div_loading {
|
|
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;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
|
*/
|
|
/*
|
|
Created on : 23.07.2014, 13:25:11
|
|
Author : stefanreinhardt
|
|
*/
|
|
/*#################################################
|
|
Add / Print / Logout /
|
|
- Name / Date
|
|
###################################################*/
|
|
/*#egw_fw_topmenu_addons{}*/
|
|
#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;
|
|
width: 16px;
|
|
height: 16px;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.border_radius_button_normal;*/
|
|
padding: 0.5em;
|
|
top: 5px;
|
|
position: fixed;
|
|
right: 0px;
|
|
}
|
|
#egw_fw_logout:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#egw_fw_logout:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_logout:focus {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#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;
|
|
width: 16px;
|
|
height: 16px;
|
|
/*.border_normal;*/
|
|
/*.box_shadow_standard_light;*/
|
|
/*.border_radius_button_normal;*/
|
|
padding: 0.5em;
|
|
top: 5px;
|
|
right: 40px;
|
|
z-index: 200;
|
|
}
|
|
#egw_fw_print:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#egw_fw_print:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_print:focus {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
/*#################################################
|
|
/* Second Line
|
|
/* e.g. Name / Datum / angemeldete User
|
|
###################################################*/
|
|
#egw_fw_topmenu_info_items {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
bottom: 2px;
|
|
right: 5px;
|
|
padding-right: 20px;
|
|
/*Notification*/
|
|
/*user info*/
|
|
/*current user info*/
|
|
/*current user info*/
|
|
/*time zone*/
|
|
/*quick*/
|
|
/* Firefox */
|
|
/* Webkit */
|
|
/* IE */
|
|
/* Opera and prob css3 final iteration */
|
|
}
|
|
#egw_fw_topmenu_info_items .topmenu_info_item {
|
|
overflow: visible;
|
|
display: inline-block;
|
|
}
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
|
|
/*float: right;*/
|
|
margin-top: 0;
|
|
font-size: 1em;
|
|
padding-right: 5px;
|
|
}
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3) {
|
|
position: relative;
|
|
top: 0px;
|
|
display: inline-block;
|
|
/*&:before {content: "";font-size: 1em;color: @egw_color_2_a;}*/
|
|
}
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):focus {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_topmenu_info_items #topmenu_info_user_info {
|
|
display: inline-block;
|
|
}
|
|
#egw_fw_topmenu_info_items form {
|
|
height: 0px;
|
|
}
|
|
#egw_fw_topmenu_info_items form select {
|
|
padding: 0px;
|
|
}
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
|
/*border: 1px solid rgba(0, 0, 0, 0.15);*/
|
|
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
|
|
float: right;
|
|
padding: 0.5em;
|
|
position: fixed;
|
|
right: 80px;
|
|
top: 5px;
|
|
background-image: url(../images/add.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 20px 20px;
|
|
background-position: 4px 4px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:before {
|
|
content: " ";
|
|
font-size: 2em;
|
|
color: #0C5DA5;
|
|
line-height: 0.6em;
|
|
background-color: white;
|
|
}
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:focus {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add select#quick_add_selectbox {
|
|
visibility: hidden;
|
|
border: medium none;
|
|
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
position: relative !important;
|
|
right: 1px !important;
|
|
top: -3px;
|
|
left: 35px;
|
|
}
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
|
width: 16px;
|
|
height: 16px;
|
|
position: fixed;
|
|
/*.Button_size_square_16;*/
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
padding: 5px;
|
|
top: 6px;
|
|
right: 112px;
|
|
z-index: 200;
|
|
background-color: #FF0000;
|
|
-moz-transition: all 1s ease-in-out;
|
|
-webkit-transition: all 1s ease-in-out;
|
|
-o-transition: all 1s ease-in-out;
|
|
-ms-transition: all 1s ease-in-out;
|
|
transition: all 1s ease-in-out;
|
|
/* order: name, direction, duration, iteration-count, timing-function */
|
|
-moz-animation: blink normal 2s infinite ease-in-out;
|
|
/* Firefox */
|
|
-webkit-animation: blink normal 2s infinite ease-in-out;
|
|
/* Webkit */
|
|
-ms-animation: blink normal 2s infinite ease-in-out;
|
|
/* IE */
|
|
animation: blink normal 2s infinite ease-in-out;
|
|
/* Opera and prob css3 final iteration */
|
|
}
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error:focus {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
@-moz-keyframes blink {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@-webkit-keyframes blink {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@-ms-keyframes blink {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes blink {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
div#topmenu_info_update {
|
|
display: inline-block;
|
|
}
|
|
div#topmenu_info_update img {
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
/**
|
|
* 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
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
|
*/
|
|
/*
|
|
Created on : 23.07.2014, 13:25:11
|
|
Author : stefanreinhardt
|
|
*/
|
|
/* ##################################################################
|
|
* ADMIN INDEX Tree
|
|
/* ##################################################################
|
|
*/
|
|
.standartTreeImage {
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
button.image_button {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
.sbHolder {
|
|
/*.box_shadow_standard_light;*/
|
|
width: auto;
|
|
margin: 5px 0em 5px 0px;
|
|
padding: 3px;
|
|
outline: none;
|
|
display: inline-block;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
cursor: pointer;
|
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
|
font-size: 1.2em;
|
|
font-weight: normal;
|
|
height: 30px;
|
|
position: relative;
|
|
width: 10em;
|
|
}
|
|
.sbHolder:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
.sbHolder:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #B4B4B4;
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.sbSelector {
|
|
display: block;
|
|
height: 30px;
|
|
left: 0;
|
|
line-height: 30px;
|
|
outline: none;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
text-indent: 10px;
|
|
top: 0;
|
|
width: 170px;
|
|
}
|
|
.sbSelector:link,
|
|
.sbSelector:visited,
|
|
.sbSelector:hover {
|
|
color: #808080;
|
|
outline: none;
|
|
text-decoration: none;
|
|
}
|
|
.sbToggle {
|
|
background: url(../img/select-icons.png) 0 -116px no-repeat;
|
|
display: block;
|
|
height: 30px;
|
|
outline: none;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 30px;
|
|
}
|
|
.sbToggle:hover {
|
|
background: url(../images/select-icons.png) 0 -167px no-repeat;
|
|
}
|
|
.sbToggleOpen {
|
|
background: url(../images/select-icons.png) 0 -16px no-repeat;
|
|
}
|
|
.sbToggleOpen:hover {
|
|
background: url(../images/select-icons.png) 0 -66px no-repeat;
|
|
}
|
|
.sbHolderDisabled {
|
|
background-color: #3C3C3C;
|
|
border: solid 1px #515151;
|
|
}
|
|
.sbOptions {
|
|
background-color: #ffffff;
|
|
border: solid 1px #515151;
|
|
list-style: none;
|
|
left: -1px;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: absolute;
|
|
top: 30px;
|
|
width: 200px;
|
|
z-index: 1;
|
|
overflow-y: auto;
|
|
}
|
|
.sbOptions li {
|
|
padding: 0 7px;
|
|
}
|
|
.sbOptions a {
|
|
border-bottom: dotted 1px #515151;
|
|
display: block;
|
|
outline: none;
|
|
padding: 7px 0 7px 3px;
|
|
color: #26537C;
|
|
}
|
|
.sbOptions a:link,
|
|
.sbOptions a:visited {
|
|
color: #26537C;
|
|
text-decoration: none;
|
|
}
|
|
.sbOptions a:hover,
|
|
.sbOptions a:focus,
|
|
.sbOptions a.sbFocus {
|
|
color: rgba(38, 83, 124, 0.6);
|
|
}
|
|
.sbOptions li.last a {
|
|
border-bottom: none;
|
|
}
|
|
.sbOptions .sbDisabled {
|
|
border-bottom: dotted 1px #515151;
|
|
color: #999;
|
|
display: block;
|
|
padding: 7px 0 7px 3px;
|
|
}
|
|
.sbOptions .sbGroup {
|
|
border-bottom: dotted 1px #515151;
|
|
color: #EBB52D;
|
|
display: block;
|
|
font-weight: bold;
|
|
padding: 7px 0 7px 3px;
|
|
}
|
|
.sbOptions .sbSub {
|
|
padding-left: 17px;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
|
|
|
|
//SVG Filter / not for Logo
|
|
#egw_fw_sidebar img[src$="svg"]{
|
|
.gradient_vertical (@gray_60, @gray_60);
|
|
.rounded(3px);
|
|
border: 1px solid @gray_0;;
|
|
}
|
|
|
|
#egw_fw_main img[src$="svg"],
|
|
#egw_fw_footer img[src$="svg"]{
|
|
//.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
|
.gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
|
|
|
|
}*/
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* et2 table
|
|
*
|
|
* 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$
|
|
*/
|
|
/** #####################################################################################
|
|
* et2
|
|
* Tabellen
|
|
* ######################################################################################
|
|
*/
|
|
/* TABLE STYLE */
|
|
.th {
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
.th.thb {
|
|
border-color: darkgray;
|
|
}
|
|
.th.thb td {
|
|
padding-top: 10px;
|
|
}
|
|
.innerContainer {
|
|
overflow: hidden;
|
|
/*padding: 0;*/
|
|
}
|
|
.egwGridView_grid > tbody > tr.th > td {
|
|
border-bottom: 1px solid darkgray;
|
|
font-weight: normal;
|
|
padding: 0 2px 2px 0;
|
|
background-image: none;
|
|
background-position: center;
|
|
background-repeat: repeat-x;
|
|
vertical-align: top;
|
|
}
|
|
table.egwGridView_outer {
|
|
background-color: transparent;
|
|
border-spacing: 0px;
|
|
font-size: 0.9em;
|
|
}
|
|
table.egwGridView_outer thead {
|
|
max-height: 118px;
|
|
overflow-y: auto;
|
|
background: white;
|
|
border-radius: 5px;
|
|
}
|
|
table.egwGridView_outer thead tr th {
|
|
background-position: -200px;
|
|
font-weight: normal;
|
|
padding: 3px 1px 3px 4px;
|
|
border-color: #B4B4B4;
|
|
border-left: 1px solid white;
|
|
border-top: 0px solid transparent;
|
|
border-right: 1px solid white;
|
|
border-bottom: 0px solid transparent;
|
|
vertical-align: middle;
|
|
overflow: auto;
|
|
border-radius: 5px;
|
|
background: #e0e0e0;
|
|
}
|
|
table.egwGridView_outer thead tr th:hover {
|
|
background-color: #bfbfbf;
|
|
color: #ffffff;
|
|
/*border-right: 5px solid white;*/
|
|
background-image: url(../images/hint-arrow-right.png);
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
background-size: 15px 15px;
|
|
-webkit-transition: all 0s ease-out;
|
|
-moz-transition: all 0s ease-out;
|
|
-o-transition: all 0s ease-out;
|
|
transition: all 0s ease-out;
|
|
/*transition-delay: 1s;*/
|
|
}
|
|
table.egwGridView_outer thead tr th:active {
|
|
background-color: #d9d9d9;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
table.egwGridView_outer thead tr th div.innerContainer {
|
|
max-height: 10em;
|
|
overflow-y: auto;
|
|
}
|
|
table.egwGridView_outer thead tr th.optcol {
|
|
padding: 0;
|
|
text-align: center;
|
|
background-image: none;
|
|
/*width: 32px !important;*/
|
|
vertical-align: bottom;
|
|
background-color: #ffffff;
|
|
}
|
|
table.egwGridView_outer thead tr th.optcol:hover {
|
|
cursor: pointer;
|
|
}
|
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
|
height: 9px;
|
|
padding: 4px 10px 0px 2px;
|
|
margin-top: 4px;
|
|
background-image: url(../images/selectcols_small.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 10px 10px;
|
|
display: inline-block;
|
|
}
|
|
table.egwGridView_outer > tbody > tr {
|
|
/*Elements inside td*/
|
|
}
|
|
table.egwGridView_outer > tbody > tr td.frame {
|
|
/*border: 1px solid @gray_10; can't have - breaks grid scroll calculations'
|
|
/*padding: 0px 5px; no need*/
|
|
}
|
|
table.egwGridView_outer > tbody > tr > td {
|
|
/* disabled as it skrews display of svg in filemanager
|
|
img[src$="svg"] {
|
|
.gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
|
|
}*/
|
|
}
|
|
table.egwGridView_outer > tbody > tr > td .et2_link {
|
|
margin-left: 0px;
|
|
color: #26537C;
|
|
}
|
|
table.egwGridView_outer > tbody > tr > td img {
|
|
border: 1px solid transparent;
|
|
box-shadow: none;
|
|
}
|
|
table.egwGridView_outer > tbody > tr > td time {
|
|
display: block;
|
|
}
|
|
/*########################################################*/
|
|
table.egwGridView_grid {
|
|
font-size: 12px;
|
|
background-color: #ffffff;
|
|
border-spacing: 0px 1px;
|
|
width: 100%;
|
|
/*subentry*/
|
|
}
|
|
table.egwGridView_grid img {
|
|
height: 16px;
|
|
}
|
|
table.egwGridView_grid tbody {
|
|
border-bottom: 1px solid #000000;
|
|
/*padding: 2px 3px 2px 4px;*/
|
|
margin: 0;
|
|
vertical-align: top;
|
|
/* tr:nth-child(even) {background: @color_even;}
|
|
tr:nth-child(odd) {background: @color_odd;}*/
|
|
/*multiple choise*/
|
|
}
|
|
table.egwGridView_grid tbody tr:hover {
|
|
background: rgba(103, 159, 210, 0.2);
|
|
}
|
|
table.egwGridView_grid tbody tr.th:hover {
|
|
background: transparent;
|
|
}
|
|
table.egwGridView_grid tbody tr.selected {
|
|
background-image: none;
|
|
/*background-color: @egw_color_1_e !important;*/
|
|
background-color: rgba(255, 194, 0, 0.5);
|
|
}
|
|
table.egwGridView_grid tbody tr.focused {
|
|
background-image: url(../images/yellow-stripe-a.png);
|
|
background-repeat: repeat;
|
|
}
|
|
table.egwGridView_grid tbody td {
|
|
border-bottom: 1px solid #E6E6E6;
|
|
color: #000000;
|
|
}
|
|
table.egwGridView_grid tbody td .innerContainer {
|
|
padding: 3px 0 3px 3px;
|
|
}
|
|
table.egwGridView_grid tbody td table.customfields tbody {
|
|
border-bottom: 0px;
|
|
}
|
|
table.egwGridView_grid tbody td table.customfields tbody tr {
|
|
border-bottom: 0px;
|
|
/*background-size: 12px 12px;*/
|
|
}
|
|
table.egwGridView_grid tbody td table.customfields tbody tr td {
|
|
border-bottom: 0px;
|
|
border: 0px;
|
|
padding: 0;
|
|
/*height: 12px;*/
|
|
}
|
|
table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
|
|
/*white-space: inherit;*/
|
|
}
|
|
table.egwGridView_grid tbody td[align="right"] {
|
|
padding: 3px 5px 3px 0;
|
|
}
|
|
table.egwGridView_grid > tr {
|
|
border-bottom: 1px solid;
|
|
border-color: #828282;
|
|
}
|
|
table.egwGridView_grid > tr > td {
|
|
border-left: 1px;
|
|
border-right: 1px;
|
|
padding: 0.3em 0 0.3em 0.3em;
|
|
border-bottom: 1px solid;
|
|
color: #E6E6E6;
|
|
/*&:hover {background-color: @egw_color_2_e;} legacy*/
|
|
}
|
|
table.egwGridView_grid > tr > td:active {
|
|
/*background-color: @egw_color_2_a;*/
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
color: #ffffff;
|
|
}
|
|
table.egwGridView_grid > tr > td span {
|
|
color: #505050;
|
|
}
|
|
table.egwGridView_grid > tr > td span[id*="[info_subject]"] {
|
|
margin-right: 30px;
|
|
}
|
|
table.egwGridView_grid > tr > td span.high {
|
|
color: red;
|
|
}
|
|
table.egwGridView_grid > tr > td span.urgent {
|
|
color: red;
|
|
background-color: #FFDD73;
|
|
}
|
|
table.egwGridView_grid > tr > td span.low {
|
|
color: #373737;
|
|
}
|
|
table.egwGridView_grid tr.subentry {
|
|
background: rgba(255, 221, 115, 0.2);
|
|
}
|
|
table.egwGridView_grid tr.subentry:hover {
|
|
background: #FFDD73 !important;
|
|
}
|
|
table.egwGridView_grid tr.drop-hover {
|
|
background: #FFDD73 !important;
|
|
}
|
|
table.egwGridView_grid span.arrow {
|
|
-moz-user-select: none;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 8px;
|
|
margin-right: 2px;
|
|
vertical-align: middle;
|
|
width: 8px;
|
|
}
|
|
table.egwGridView_grid span.arrow.opened {
|
|
background-image: url("../images/egw_action/arrows.png");
|
|
background-position: -8px 0;
|
|
cursor: pointer;
|
|
}
|
|
table.egwGridView_grid span.arrow.closed {
|
|
background-image: url("../images/egw_action/arrows.png");
|
|
background-position: 0 0;
|
|
cursor: pointer;
|
|
}
|
|
table.egwGridView_grid span.arrow.loading {
|
|
background-image: url("../egw_action/ajax-loader.gif");
|
|
background-position: 0 0;
|
|
cursor: pointer;
|
|
}
|
|
.nextmatch_header .selectcols {
|
|
background: none;
|
|
}
|
|
.nextmatch_header tr {
|
|
background: none;
|
|
}
|
|
/*Custom Fields*/
|
|
table.customfields tbody tr:nth-child(2n) {
|
|
background: inherit;
|
|
}
|
|
table.customfields tr {
|
|
background-color: inherit !important;
|
|
}
|
|
table.customfields td span > div {
|
|
display: inherit;
|
|
margin: 0px;
|
|
}
|
|
/*########################################################*/
|
|
table.nextmatch_header img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.egwGridView_empty {
|
|
text-align: center;
|
|
border-bottom: 1px solid silver;
|
|
font-size: 1.5em;
|
|
}
|
|
.egwGridView_empty td {
|
|
color: #1E1E1E !important;
|
|
}
|
|
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* 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$
|
|
*/
|
|
/* traditional */
|
|
form {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
img {
|
|
border: 0;
|
|
}
|
|
div {
|
|
color: #000000;
|
|
}
|
|
input[type=submit],
|
|
input[type=button],
|
|
input[type=reset],
|
|
button,
|
|
.egwbutton {
|
|
background-color: #f0f0f0;
|
|
background-image: none;
|
|
border: outset 1px #b9d5e3;
|
|
margin: 1px;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
color: #004e7d;
|
|
}
|
|
input[type=submit]:hover,
|
|
input[type=button]:hover,
|
|
input[type=reset]:hover,
|
|
button:hover,
|
|
.egwbutton:hover {
|
|
background-color: #d9d9d9;
|
|
background-image: none;
|
|
border: outset 1px #b9d5e3;
|
|
color: #004e7d;
|
|
}
|
|
input[type=submit]:active,
|
|
input[type=button]:active,
|
|
input[type=reset]:active,
|
|
button:active,
|
|
.egwbutton:active {
|
|
border: inset 1px #bbbbbb;
|
|
}
|
|
input[type=submit]:disabled,
|
|
input[type=button]:disabled,
|
|
input[type=reset]:disabled,
|
|
button:disabled,
|
|
.egwbutton:disabled {
|
|
background-color: transparent;
|
|
color: gray;
|
|
}
|
|
input.egwbutton {
|
|
background-color: #b9d5e3;
|
|
border: outset 1px #b9d5e3;
|
|
margin: 1px;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
color: #004e7d;
|
|
}
|
|
input.egwbutton:hover {
|
|
background-color: #94bfd4;
|
|
border: outset 1px #b9d5e3;
|
|
color: #004e7d;
|
|
}
|
|
input.egwbutton:active {
|
|
border: inset 1px #bbbbbb;
|
|
}
|
|
input[type=image] {
|
|
cursor: pointer;
|
|
border: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
#thesideboxcolumn {
|
|
width: 177px;
|
|
position: relative;
|
|
}
|
|
#sideresize {
|
|
background-image: url(../images/resize.png);
|
|
width: 13px;
|
|
height: 13px;
|
|
right: 1px;
|
|
top: 1px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
}
|
|
.divSidebox {
|
|
position: relative;
|
|
border: #9c9c9c 1px solid;
|
|
overflow: auto;
|
|
}
|
|
.divSideboxHeader {
|
|
text-align: center;
|
|
background-color: #d9d9d9;
|
|
padding-top: 2px;
|
|
color: #808080;
|
|
}
|
|
a.divSideboxEntry,
|
|
.divSideboxEntry {
|
|
text-align: left;
|
|
background-color: #FDFDFD;
|
|
}
|
|
a.appTitles,
|
|
.appTitles {
|
|
height: 18px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
}
|
|
a.textSidebox {
|
|
padding: 0;
|
|
border-top: 0;
|
|
}
|
|
.textSidebox {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
padding-left: 1px;
|
|
border-top: solid #aaaaaa 1px;
|
|
overflow: auto;
|
|
}
|
|
.sideboxSpace {
|
|
height: 9px;
|
|
}
|
|
.greyLine {
|
|
margin: 1px;
|
|
border-top: solid 1px #7e7e7e;
|
|
height: 1px;
|
|
}
|
|
#extraIcons {
|
|
background-color: #eeeeee;
|
|
border: solid 1px #7e7e7e;
|
|
}
|
|
.extraIconsRow {
|
|
border: solid 1px #dddddd;
|
|
padding: 2px;
|
|
}
|
|
#topmenu {
|
|
background-color: #0081c1;
|
|
background-image: url(../images/bgtopmenu2.png);
|
|
color: #006699;
|
|
/*border-top: solid 1px #7e7e7e;*/
|
|
border-bottom: solid #5793ff 1px;
|
|
height: 20px;
|
|
padding-top: 4px ;
|
|
line-height: 16px;
|
|
}
|
|
#topmenu a {
|
|
color: #006699;
|
|
}
|
|
#topmenu_items {
|
|
float: left;
|
|
}
|
|
#topmenu_info {
|
|
float: right;
|
|
}
|
|
#divUpperTabs {
|
|
text-align: right;
|
|
height: 15px;
|
|
margin-right: 10px;
|
|
}
|
|
#divUpperTabs ul {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 10px 10px 0 1px;
|
|
list-style: none;
|
|
}
|
|
#divUpperTabs li {
|
|
float: right;
|
|
margin: 0 5px 0 0;
|
|
padding: 0 5px 0 5px;
|
|
border: solid 1px #9c9c9c;
|
|
border-bottom: 0px;
|
|
}
|
|
/* Star-Plus-HTML Hack fix for the above */
|
|
*:first-child + html #divAppIconBar {
|
|
height: 60px;
|
|
}
|
|
#divAppTextBar {
|
|
background-color: white;
|
|
}
|
|
#divStatusBar {
|
|
background-color: white;
|
|
height: 18px;
|
|
padding-left: 3px;
|
|
}
|
|
#tdSidebox {
|
|
width: 170px;
|
|
background-color: white;
|
|
overflow: visible;
|
|
}
|
|
#tdAppbox {
|
|
background-color: white;
|
|
padding-left: 5px;
|
|
width: 100%;
|
|
}
|
|
#divAppboxHeader {
|
|
background-image: url(../images/appbox-header-background.png);
|
|
background-repeat: repeat-x;
|
|
height: 25px;
|
|
border-bottom: solid 1px #c0c0c0;
|
|
text-align: center;
|
|
padding-bottom: 0px;
|
|
border-top: solid 1px #9c9c9c;
|
|
border-left: solid 1px #9c9c9c;
|
|
border-right: solid 1px #9c9c9c;
|
|
}
|
|
#divAppboxHeader table img {
|
|
height: 16px;
|
|
}
|
|
#divAppbox {
|
|
background-color: #ffffff;
|
|
padding: 5px;
|
|
border-bottom: solid 1px #9c9c9c;
|
|
border-left: solid 1px #9c9c9c;
|
|
border-right: solid 1px #9c9c9c;
|
|
}
|
|
#divGenTime,
|
|
#divPoweredBy {
|
|
bottom: 4px;
|
|
text-align: center;
|
|
width: 99%;
|
|
}
|
|
.pageGenTime,
|
|
#divPoweredBy {
|
|
font-size: 80%;
|
|
color: #ff0000;
|
|
text-align: center;
|
|
}
|
|
.pageGenTime {
|
|
margin-top: 1em;
|
|
position: absolute;
|
|
bottom: -18px;
|
|
left: 25%;
|
|
}
|
|
.pageGenTime > span:after {
|
|
content: ", ";
|
|
}
|
|
.pageGenTime > span:last-child:after {
|
|
content: "";
|
|
}
|
|
@keyframes loading-prompt-spinner {
|
|
from {
|
|
transform: rotateZ(0deg);
|
|
}
|
|
to {
|
|
transform: rotateZ(360deg);
|
|
}
|
|
}
|
|
.egw-loading-prompt-container::before {
|
|
opacity: .3;
|
|
content: "";
|
|
background-color: #aaaaaa;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 999;
|
|
}
|
|
.egw-loading-prompt-container .egw-loading-prompt-spinner-msg {
|
|
position: absolute;
|
|
left: 48%;
|
|
top: 48%;
|
|
z-index: 999;
|
|
text-shadow: 4px 4px 7px #679FD2;
|
|
color: #0B5FA4;
|
|
margin-left: -10px;
|
|
margin-top: 52px;
|
|
}
|
|
.egw-loading-prompt-container .egw-loading-prompt-spinner-animator {
|
|
width: 38px;
|
|
height: 38px;
|
|
position: absolute;
|
|
left: 48%;
|
|
top: 48%;
|
|
z-index: 999;
|
|
background-position: 3px 3px;
|
|
opacity: 1;
|
|
background-repeat: no-repeat;
|
|
vertical-align: middle;
|
|
border: 5px solid;
|
|
background: #FBC200;
|
|
border: 6px #679fd2 solid;
|
|
border-top: 6px #0C5DA5 solid;
|
|
border-radius: 50%;
|
|
-webkit-animation: loading-prompt-spinner 1.2s infinite linear;
|
|
animation: loading-prompt-spinner 1.2s infinite linear;
|
|
}
|
|
@keyframes loading-prompt-horizental {
|
|
0% {
|
|
transform: translate(-52.5px, -7.5px);
|
|
}
|
|
100% {
|
|
transform: translate(38.5px, -7.5px);
|
|
}
|
|
}
|
|
.egw-loading-prompt-container .egw-loading-prompt-horizental-animator::after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 48%;
|
|
left: 50%;
|
|
width: 15px;
|
|
height: 15px;
|
|
z-index: 999;
|
|
border-radius: 30%;
|
|
background: #FBC200;
|
|
animation-name: loading-prompt-horizental;
|
|
animation-duration: 1.5s;
|
|
animation-direction: alternate;
|
|
animation-timing-function: ease-in-out;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
.egw-loading-prompt-container .egw-loading-prompt-horizental-msg {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
z-index: 999;
|
|
text-shadow: 4px 4px 7px #679FD2;
|
|
color: #0B5FA4;
|
|
margin-left: -35px;
|
|
}
|
|
.egw-loading-prompt-container .egw-loading-prompt-horizental-animator::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 48%;
|
|
left: 50%;
|
|
z-index: 999;
|
|
width: 100px;
|
|
border-radius: 5px;
|
|
border: solid 10px #679FD2;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
/**
|
|
* EGroupware: Pixelegg styles
|
|
*
|
|
* Pixelegg definitions for tutorials
|
|
*
|
|
* 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 Hadi Nategh <hn@stylite.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* Definitions for tutorials
|
|
*
|
|
* 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 Hadi NAtegh <hn@stylite.de>
|
|
* @package phpgwapi
|
|
* @version $Id$
|
|
*/
|
|
span.egw_tutorial_title {
|
|
color: black;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
width: 95%;
|
|
background-color: #D6DEF0;
|
|
border: 1px solid #B3B3B3;
|
|
padding-top: 4px;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px;
|
|
border-radius: 2px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow-x: hidden;
|
|
}
|
|
.egw_tutorial_thumb:hover [id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
|
.egw_tutorial_thumb:hover #home-tutorial_play.egw_tutorial_playBtn {
|
|
background-color: #FF0000;
|
|
opacity: 0.68;
|
|
}
|
|
.egw_tutorial_thumb:hover [id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn > div,
|
|
.egw_tutorial_thumb:hover #home-tutorial_play.egw_tutorial_playBtn > div {
|
|
border-left-color: white;
|
|
}
|
|
.egw_tutorial_thumb {
|
|
background-repeat: no-repeat;
|
|
background-position: -2px;
|
|
border-radius: 5px;
|
|
}
|
|
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
|
#home-tutorial_play.egw_tutorial_playBtn {
|
|
display: block;
|
|
margin: 10%;
|
|
border: 2px solid rgba(0, 0, 0, 0.7);
|
|
-webkit-border-radius: 100%;
|
|
-moz-border-radius: 100%;
|
|
border-radius: 100%;
|
|
width: 40px;
|
|
height: 40px;
|
|
cursor: pointer;
|
|
}
|
|
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn > div,
|
|
#home-tutorial_play.egw_tutorial_playBtn > div {
|
|
display: block;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 45%;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 10px solid transparent;
|
|
border-bottom: 10px solid transparent;
|
|
border-left: 10px solid rgba(0, 0, 0, 0.8);
|
|
}
|
|
[id^="egw_tutorial_"][id$="sidebox_list"] {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
max-height: 200px;
|
|
}
|
|
#list_grid_wrapper {
|
|
max-height: 200px;
|
|
}
|
|
#home-tutorial_list {
|
|
float: left;
|
|
}
|
|
#home-tutorial_list .egw_tutorial_thumb {
|
|
display: block;
|
|
}
|
|
#home-tutorial_list .th .et2_label {
|
|
font-size: 12px;
|
|
padding-left: 7px;
|
|
}
|
|
#home-tutorial_list .th #home-tutorial_apps {
|
|
margin-left: 5px;
|
|
}
|
|
#home-tutorial_list tbody td:first-child {
|
|
padding-top: 4px;
|
|
}
|
|
#home-tutorial_src {
|
|
border-left: 6px solid #E0E0E0;
|
|
}
|
|
.tutorial_popup {
|
|
background-color: white;
|
|
padding-top: 5px;
|
|
overflow-y: hidden;
|
|
}
|
|
.tutorial_videoList {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
display: inline-block !important;
|
|
}
|
|
div.tutorial_iframe_wrapper {
|
|
position: absolute;
|
|
left: 225px;
|
|
right: 12px;
|
|
height: 90%;
|
|
}
|
|
span.egw_tutorial_title {
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
width: 95%;
|
|
background-color: #434343;
|
|
border: 1px solid #B3B3B3;
|
|
padding-top: 4px;
|
|
padding-left: 5px;
|
|
border-radius: 2px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow-x: hidden;
|
|
}
|
|
/*@import "../less/layout_buttons_global.less";*/
|
|
/*@import "../less/layout_chosen.less";*/
|
|
/*@import "../less/layout_messages.less";*/
|
|
/*@import "../less/layout_content_elements.less";*/
|
|
/*@import "../less/layout_table.less";*/
|
|
/*@import "../less/layout_loginPage.less";*/
|
|
/*@import "../less/layout_raster.less";*/
|
|
/*@import "../less/layout_nextmatch.less";*/
|
|
/*@import "../less/layout_footer.less";*/
|
|
/*@import "../less/layout_dialog.less";*/
|
|
@keyframes fw-firstload {
|
|
0%,
|
|
20%,
|
|
50%,
|
|
80%,
|
|
100% {
|
|
transform: translateY(0);
|
|
-webkit-transform: translateY(0);
|
|
-moz-transform: translateY(0);
|
|
}
|
|
40% {
|
|
transform: translateY(-30px);
|
|
-webkit-transform: translateY(-30px);
|
|
-moz-transform: translateY(-30px);
|
|
}
|
|
60% {
|
|
transform: translateY(-15px);
|
|
-webkit-transform: translateY(-15px);
|
|
-moz-transform: translateY(-15px);
|
|
}
|
|
}
|
|
@media all {
|
|
body {
|
|
background-color: transparent;
|
|
/*BOF close/back button styling*/
|
|
/*EOF close/back button styling*/
|
|
}
|
|
body div.egw_fw_mobile_iOS_popup_appHeader {
|
|
padding-top: 15px;
|
|
}
|
|
body div.egw_fw_mobile_popup_appHeader {
|
|
display: block !important;
|
|
height: 32px !important;
|
|
background-size: 2px;
|
|
font-size: 150% !important;
|
|
border-bottom: 3px solid #679fd2 !important;
|
|
border-top: none !important;
|
|
width: 100%;
|
|
line-height: 32px !important;
|
|
}
|
|
body #egw_fw_firstload {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #0C5DA5;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
body #egw_fw_firstload:before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url(../../api/templates/default/images/logo64x64.png);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 64px;
|
|
-webkit-animation: fw-firstload 2s infinite;
|
|
animation: fw-firstload 2s infinite;
|
|
-moz-animation: fw-firstload 2s infinite;
|
|
}
|
|
body table.egwGridView_outer thead tr th {
|
|
font-size: small !important;
|
|
}
|
|
body table.egwGridView_outer tbody tr {
|
|
touch-action: initial;
|
|
}
|
|
body table.egwGridView_outer tbody tr td time,
|
|
body table.egwGridView_outer tbody tr td.et2_date,
|
|
body table.egwGridView_outer tbody tr td.et2_date_ro {
|
|
float: right;
|
|
font-size: 9pt;
|
|
}
|
|
body table.egwGridView_outer tbody tr td {
|
|
position: relative;
|
|
}
|
|
body table.egwGridView_outer tbody tr td .mobile_cat_col {
|
|
position: absolute;
|
|
min-height: 100%;
|
|
bottom: 0;
|
|
top: 0;
|
|
width: 10px;
|
|
display: block;
|
|
}
|
|
body table.egwGridView_outer tbody tr td span.cat_.mobile_cat_col {
|
|
background: #F5F5F5;
|
|
}
|
|
body span.egw_fw_mobile_popup_close {
|
|
width: 50px;
|
|
height: 50px;
|
|
float: left;
|
|
background-image: url('../images/cancelled.png');
|
|
/*url(../images/topmenu_items/mobile/menu_active.png);*/
|
|
-webkit-filter: contrast(2);
|
|
background-repeat: no-repeat;
|
|
z-index: 1000;
|
|
padding-right: 5px;
|
|
top: -7px;
|
|
left: 10px;
|
|
background-position: 3px 7px;
|
|
position: fixed;
|
|
}
|
|
body #egw_fw_basecontainer {
|
|
background: white;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_main {
|
|
margin-top: 15px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_main #egw_fw_tabs {
|
|
margin-top: -3px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar {
|
|
width: 300px;
|
|
position: absolute;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
|
|
display: inline-block;
|
|
margin-left: 60px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
|
|
background-image: url(../images/logout.png);
|
|
background-repeat: no-repeat;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-size: 24px 24px;
|
|
display: inline-block;
|
|
background-position: center;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar #egw_fw_appsToggle {
|
|
display: none;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
|
max-height: 60px;
|
|
width: 60%;
|
|
margin-left: 0;
|
|
overflow-x: scroll;
|
|
position: initial;
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
left: 83%;
|
|
top: 15px;
|
|
height: 50px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header span {
|
|
margin: 0;
|
|
overflow: visible;
|
|
height: 38px;
|
|
width: 50px;
|
|
border-width: 1px 1px 1px 1px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header span img {
|
|
height: 32px !important;
|
|
width: 32px !important;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header span h1 {
|
|
display: none;
|
|
}
|
|
body #egw_fw_basecontainer .egw_fw_top_toolbar > div:hover {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_menu {
|
|
background-image: url(../images/topmenu_items/mobile/menu_active.png);
|
|
cursor: pointer;
|
|
position: fixed;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-size: 24px 24px;
|
|
background-repeat: no-repeat;
|
|
z-index: 999;
|
|
background-position: center;
|
|
margin-left: 10px;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_menu:hover {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_menu:focus {
|
|
outline: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_menu:active {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
|
|
display: inline-block;
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style-type: none;
|
|
width: 100%;
|
|
backgroud-color: white;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul li {
|
|
display: -webkit-inline-box;
|
|
display: -moz-inline-box;
|
|
display: block;
|
|
padding: 2px;
|
|
margin-left: 20px;
|
|
width: 90%;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul li:hover {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul li a {
|
|
background-position: left;
|
|
padding-left: 3em;
|
|
color: #636363;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
text-decoration: none;
|
|
width: 100%;
|
|
background-repeat: no-repeat;
|
|
background-size: 24px 24px;
|
|
display: inline-block;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_home,
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_logout {
|
|
display: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_home {
|
|
background-image: url(../images/topmenu_items/mobile/home.png);
|
|
display: none;
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs {
|
|
background-image: url(../images/topmenu_items/mobile/setup.png);
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl {
|
|
background-image: url(../images/topmenu_items/mobile/access.png);
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_cats {
|
|
background-image: url(../images/topmenu_items/mobile/category.png);
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_password {
|
|
background-image: url(../images/topmenu_items/mobile/password.png);
|
|
}
|
|
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_search {
|
|
background-image: url(../images/topmenu_items/mobile/search.png);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_userinfo {
|
|
height: 60px;
|
|
z-index: 1000;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
|
|
display: inline-block;
|
|
float: left;
|
|
height: 45px;
|
|
width: 45px;
|
|
margin-top: 1px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_userinfo span.user {
|
|
display: inline-block;
|
|
height: 50px;
|
|
margin-left: 8px;
|
|
font-size: 12pt;
|
|
overflow: hidden;
|
|
max-width: 225px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-top: 17px;
|
|
}
|
|
body .egw_fw_ui_tabs_header {
|
|
margin: 0px 0 0 0;
|
|
padding: 1px 1px 0px 0px;
|
|
background-position: bottom;
|
|
background-repeat: repeat-x;
|
|
background-color: transparent;
|
|
height: 34px;
|
|
/*Active Tabs*/
|
|
}
|
|
body .egw_fw_ui_tabs_header h1 {
|
|
display: inline;
|
|
width: 100%;
|
|
text-align: center;
|
|
-webkit-margin-before: 0;
|
|
-webkit-margin-after: 0;
|
|
}
|
|
body .egw_fw_ui_tabs_header img {
|
|
text-align: center;
|
|
float: none;
|
|
margin: 0 auto;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
|
|
padding-left: 0;
|
|
position: relative;
|
|
background: transparent;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin: 0px 5px 0px 0px;
|
|
padding: 2px 5px 7px 2px;
|
|
cursor: pointer;
|
|
background-repeat: repeat-x;
|
|
height: 38px;
|
|
width: 97%;
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
|
|
background-color: none !important;
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:active {
|
|
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
|
font-size: 14px;
|
|
line-height: 1em;
|
|
margin: 0 15px 2px 2px;
|
|
vertical-align: super;
|
|
padding-left: 25px;
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 5px 1px 0 1em;
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header object {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 8px 1px 0 5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 5px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
|
|
border-width: 1px 1px 0px 1px !important;
|
|
background-color: #FFD140;
|
|
/*Active object*/
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover {
|
|
background-color: #FFD140;
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active img.egw_fw_ui_tab_icon {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
-webkit-filter: contrast(2);
|
|
-ms-filter: contrast(2);
|
|
-moz-filter: contrast(2);
|
|
-o-filter: contrast(2);
|
|
}
|
|
body .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active object {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 0px 1px 0 5px;
|
|
-webkit-border-top-right-radius: 2px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 2px;
|
|
-moz-border-radius-topright: 2px;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 2px;
|
|
/*.background-clip(padding-box);*/
|
|
background-color: #B4B4B4;
|
|
}
|
|
body #egw_fw_sidebar.avatarSubmenu {
|
|
top: 203px;
|
|
}
|
|
body #egw_fw_sidebar {
|
|
top: 55px;
|
|
bottom: 5px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 4px;
|
|
left: 0;
|
|
right: 0;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
z-index: 0;
|
|
padding-top: 0.6em;
|
|
font-size: 0.9em;
|
|
background-color: white;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_apps .egw_fw_ui_sidemenu_entry_header {
|
|
margin: 0px 5px 0px 2px;
|
|
padding: 4px 10px 0 16px;
|
|
overflow: visible;
|
|
height: 38px;
|
|
border: none;
|
|
display: block;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_apps .egw_fw_ui_sidemenu_entry_header img {
|
|
height: 32px !important;
|
|
width: 32px !important;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_apps .egw_fw_ui_sidemenu_entry_header:hover {
|
|
background-color: #d9d9d9;
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_apps .egw_fw_ui_sidemenu_entry_header:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_apps .egw_fw_ui_sidemenu_entry_header h1 {
|
|
margin: 0 0 10px 0;
|
|
padding-top: 0.31em;
|
|
padding-left: 3em;
|
|
color: #999999;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_apps .egw_fw_ui_sidemenu_entry_header object {
|
|
background-color: #FFFFFF;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active {
|
|
cursor: pointer;
|
|
background-image: url("../images/clear.png");
|
|
background-position: 95% -3000px;
|
|
background-repeat: no-repeat;
|
|
background-color: #f0f0f0;
|
|
border-top: solid 1px #B4B4B4;
|
|
border-left: solid 1px #B4B4B4;
|
|
border-right: solid 1px #B4B4B4;
|
|
border-bottom: solid 1px #B4B4B4;
|
|
margin: 0 0 0 0;
|
|
border-bottom: none;
|
|
height: 33px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active img {
|
|
padding-left: 9px;
|
|
padding-top: 6px;
|
|
height: 18px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
padding-top: 4px;
|
|
padding-left: 32px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border-radius: 0;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
border-radius: 0;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active:focus {
|
|
background-image: url("../images/ajax-loader.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: 90% 50%;
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
background-color: #bfbfbf;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active object {
|
|
margin-left: 14px;
|
|
margin-top: 8px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
|
|
margin-top: -26px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content {
|
|
display: block;
|
|
background-image: none;
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0px;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0px;
|
|
border-top-left-radius: 0;
|
|
/*.background-clip(padding-box);*/
|
|
border-color: #B4B4B4;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
margin: 0 0 2em 0;
|
|
background-color: white;
|
|
/*######################*/
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
|
border-bottom: 1px solid #B4B4B4;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content > div {
|
|
background: none !important;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) {
|
|
border-bottom: 1px solid #B4B4B4;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
|
margin: 4px 5px 5px 5px;
|
|
padding: 0.5em 1em 0.5em 0;
|
|
cursor: pointer;
|
|
border-color: #B4B4B4;
|
|
background-color: #E6E6E6;
|
|
-webkit-border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
|
margin: 5px 0px 3px 5px;
|
|
padding: 0px 0px 0px 15px;
|
|
line-height: 1em;
|
|
font-size: 12px;
|
|
background-image: url(../images/arrow_left.png);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category div.egw_fw_ui_category:nth-last-of-type(-n+3) img.egw_fw_ui_sidemenu_listitem_icon {
|
|
display: block;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category_content {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category_content .sidebox-favorites ul.favorites li.ui-menu-item {
|
|
min-height: 18px;
|
|
padding-top: 9px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category_content .sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
|
padding-right: 13px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category_content .sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
|
padding-right: 10px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category_content .sidebox-favorites ul.favorites li.ui-menu-item a img {
|
|
padding-right: 5px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
|
background-color: #999999;
|
|
padding: 0.5em 1em 0.5em 0;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
|
border-bottom-width: 0px;
|
|
margin-top: 4px;
|
|
background-color: #0C5DA5;
|
|
color: #f2f2f2;
|
|
-webkit-border-top-right-radius: 3px !important;
|
|
-webkit-border-bottom-right-radius: 3px !important;
|
|
-webkit-border-bottom-left-radius: 3px !important;
|
|
-webkit-border-top-left-radius: 3px !important;
|
|
-moz-border-radius-topright: 3px !important;
|
|
-moz-border-radius-bottomright: 3px !important;
|
|
-moz-border-radius-bottomleft: 3px !important;
|
|
-moz-border-radius-topleft: 3px !important;
|
|
border-top-right-radius: 3px !important;
|
|
border-bottom-right-radius: 3px !important;
|
|
border-bottom-left-radius: 3px !important;
|
|
border-top-left-radius: 3px !important;
|
|
/*.background-clip(padding-box);*/
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 {
|
|
background-image: url(../images/arrow_down.png);
|
|
line-height: 1em;
|
|
font-size: 12px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a {
|
|
color: #FFF;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a:hover {
|
|
padding: 5px 30px 5px 0px;
|
|
width: 200px;
|
|
background-color: #f0f0f0;
|
|
color: #808080;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: inherit;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active:hover {
|
|
background-color: #408DD2;
|
|
-webkit-transition: all 0.2s ease-out;
|
|
-moz-transition: all 0.2s ease-out;
|
|
-o-transition: all 0.2s ease-out;
|
|
transition: all 0.2s ease-out;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom {
|
|
border-width: 0px 1px 1px 1px;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_bottom {
|
|
border-width: 0px;
|
|
border-color: #FFFFFF;
|
|
}
|
|
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_icon {
|
|
display: inline-block;
|
|
height: 24px;
|
|
padding-left: 0;
|
|
padding-right: 0px;
|
|
float: left;
|
|
/*filter grey*/
|
|
/*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");
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: gray;
|
|
/* IE 6-9 */
|
|
}
|
|
body .sidebar-toggle #egw_fw_top_toolbar div#egw_fw_menu {
|
|
background-image: url(../images/topmenu_items/mobile/menu.png);
|
|
}
|
|
body .sidebar-toggle #egw_fw_top_toolbar #egw_fw_userinfo,
|
|
body .sidebar-toggle #egw_fw_top_toolbar .egw_fw_logout,
|
|
body .sidebar-toggle #egw_fw_top_toolbar #egw_fw_appsToggle {
|
|
display: none !important;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar {
|
|
top: 70px;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu {
|
|
width: 82px !important;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content {
|
|
display: none !important;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active:hover {
|
|
border-radius: 0;
|
|
background-image: url("../images/ajax-loader.gif");
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active img {
|
|
padding: 0;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header {
|
|
margin: 0px 5px 0px 2px;
|
|
padding: 4px 10px 0 16px;
|
|
overflow: visible;
|
|
height: 38px;
|
|
width: 50px;
|
|
border: none;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header img {
|
|
height: 32px !important;
|
|
width: 32px !important;
|
|
}
|
|
body .sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header h1 {
|
|
display: none;
|
|
}
|
|
body .sidebar-toggle #egw_fw_topmenu_items {
|
|
display: none !important;
|
|
}
|
|
body #egw_fw_footer {
|
|
display: none;
|
|
}
|
|
body .egw_fw_ui_app_header_container {
|
|
display: none;
|
|
}
|
|
body .egw_fw_content_browser_div {
|
|
padding: 0;
|
|
background-color: white;
|
|
}
|
|
body .egw_fw_mobile_popup_container {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
display: none;
|
|
z-index: 999;
|
|
}
|
|
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
|
width: 100%;
|
|
height: 100%;
|
|
visibility: hidden;
|
|
display: block;
|
|
background: white;
|
|
}
|
|
body .dialogHeadbar {
|
|
height: 50px;
|
|
box-shadow: 0px 4px 5px 2px silver;
|
|
position: fixed;
|
|
width: 100%;
|
|
background: #0c5da5;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
}
|
|
body .dialogHeadbar .et2_button_with_image,
|
|
body .dialogHeadbar .et2_button_text {
|
|
height: 46px;
|
|
margin: 1px;
|
|
margin-left: 3px;
|
|
}
|
|
body .dialogHeadbar td {
|
|
margin-left: 70px;
|
|
display: block;
|
|
}
|
|
body #mail-display {
|
|
min-height: initial !important;
|
|
}
|
|
body #mail-display .mailDisplayContainer {
|
|
top: 140px;
|
|
}
|
|
}
|
|
/**
|
|
*
|
|
* Mobile FW - Applications colors
|
|
*
|
|
* Please do NOT change *.css directly, instead change *.less and compile it!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Hadi Nategh <hn@stylite.de>
|
|
* @package Mobile Framework
|
|
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
|
*/
|
|
div[id^="addressbook-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="addressbook-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="addressbook-"] .plus_button,
|
|
form[id^="addressbook-"] .plus_button,
|
|
div[id^="addressbook-"] .search.nm-mob-header,
|
|
form[id^="addressbook-"] .search.nm-mob-header,
|
|
div[id^="addressbook-"] .dialogHeadbar,
|
|
form[id^="addressbook-"] .dialogHeadbar {
|
|
background-color: #333399;
|
|
}
|
|
#addressbook_sidebox_header {
|
|
border-left: 6px solid #333399 !important;
|
|
}
|
|
div[id^="admin-"] .plus_button,
|
|
form[id^="admin-"] .plus_button,
|
|
div[id^="admin-"] .search.nm-mob-header,
|
|
form[id^="admin-"] .search.nm-mob-header,
|
|
div[id^="admin-"] .dialogHeadbar,
|
|
form[id^="admin-"] .dialogHeadbar {
|
|
background-color: #0073ce;
|
|
}
|
|
#admin_sidebox_header {
|
|
border-left: 6px solid #0073ce !important;
|
|
}
|
|
div[id^="bookmarks-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="bookmarks-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="bookmarks-"] .plus_button,
|
|
form[id^="bookmarks-"] .plus_button,
|
|
div[id^="bookmarks-"] .search.nm-mob-header,
|
|
form[id^="bookmarks-"] .search.nm-mob-header,
|
|
div[id^="bookmarks-"] .dialogHeadbar,
|
|
form[id^="bookmarks-"] .dialogHeadbar {
|
|
background-color: #db0087;
|
|
}
|
|
#bookmarks_sidebox_header {
|
|
border-left: 6px solid #db0087 !important;
|
|
}
|
|
div[id^="calendar-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="calendar-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="calendar-"] .plus_button,
|
|
form[id^="calendar-"] .plus_button,
|
|
div[id^="calendar-"] .search.nm-mob-header,
|
|
form[id^="calendar-"] .search.nm-mob-header,
|
|
div[id^="calendar-"] .dialogHeadbar,
|
|
form[id^="calendar-"] .dialogHeadbar {
|
|
background-color: #CC0033;
|
|
}
|
|
#calendar_sidebox_header {
|
|
border-left: 6px solid #CC0033 !important;
|
|
}
|
|
div[id^="filemanager-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="filemanager-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="filemanager-"] .plus_button,
|
|
form[id^="filemanager-"] .plus_button,
|
|
div[id^="filemanager-"] .search.nm-mob-header,
|
|
form[id^="filemanager-"] .search.nm-mob-header,
|
|
div[id^="filemanager-"] .dialogHeadbar,
|
|
form[id^="filemanager-"] .dialogHeadbar {
|
|
background-color: #F9d730;
|
|
}
|
|
#filemanager_sidebox_header {
|
|
border-left: 6px solid #F9d730 !important;
|
|
}
|
|
div[id^="infolog-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="infolog-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="infolog-"] .plus_button,
|
|
form[id^="infolog-"] .plus_button,
|
|
div[id^="infolog-"] .search.nm-mob-header,
|
|
form[id^="infolog-"] .search.nm-mob-header,
|
|
div[id^="infolog-"] .dialogHeadbar,
|
|
form[id^="infolog-"] .dialogHeadbar {
|
|
background-color: #FFB936;
|
|
}
|
|
#infolog_sidebox_header {
|
|
border-left: 6px solid #FFB936 !important;
|
|
}
|
|
div[id^="mail-"] .plus_button,
|
|
form[id^="mail-"] .plus_button,
|
|
div[id^="mail-"] .search.nm-mob-header,
|
|
form[id^="mail-"] .search.nm-mob-header,
|
|
div[id^="mail-"] .dialogHeadbar,
|
|
form[id^="mail-"] .dialogHeadbar {
|
|
background-color: #47b2d4;
|
|
}
|
|
#mail_sidebox_header {
|
|
border-left: 6px solid #47b2d4 !important;
|
|
}
|
|
div[id^="projectmanager-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="projectmanager-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="projectmanager-"] .plus_button,
|
|
form[id^="projectmanager-"] .plus_button,
|
|
div[id^="projectmanager-"] .search.nm-mob-header,
|
|
form[id^="projectmanager-"] .search.nm-mob-header,
|
|
div[id^="projectmanager-"] .dialogHeadbar,
|
|
form[id^="projectmanager-"] .dialogHeadbar {
|
|
background-color: #75de27;
|
|
}
|
|
#projectmanager_sidebox_header {
|
|
border-left: 6px solid #75de27 !important;
|
|
}
|
|
div[id^="resources-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="resources-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="resources-"] .plus_button,
|
|
form[id^="resources-"] .plus_button,
|
|
div[id^="resources-"] .search.nm-mob-header,
|
|
form[id^="resources-"] .search.nm-mob-header,
|
|
div[id^="resources-"] .dialogHeadbar,
|
|
form[id^="resources-"] .dialogHeadbar {
|
|
background-color: #009966;
|
|
}
|
|
#resources_sidebox_header {
|
|
border-left: 6px solid #009966 !important;
|
|
}
|
|
div[id^="timesheet-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="timesheet-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="timesheet-"] .plus_button,
|
|
form[id^="timesheet-"] .plus_button,
|
|
div[id^="timesheet-"] .search.nm-mob-header,
|
|
form[id^="timesheet-"] .search.nm-mob-header,
|
|
div[id^="timesheet-"] .dialogHeadbar,
|
|
form[id^="timesheet-"] .dialogHeadbar {
|
|
background-color: #9d15ea;
|
|
}
|
|
#timesheet_sidebox_header {
|
|
border-left: 6px solid #9d15ea !important;
|
|
}
|
|
div[id^="tracker-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
form[id^="tracker-"] .nm_favorites_div .et2_dropdown button:nth-child(2),
|
|
div[id^="tracker-"] .plus_button,
|
|
form[id^="tracker-"] .plus_button,
|
|
div[id^="tracker-"] .search.nm-mob-header,
|
|
form[id^="tracker-"] .search.nm-mob-header,
|
|
div[id^="tracker-"] .dialogHeadbar,
|
|
form[id^="tracker-"] .dialogHeadbar {
|
|
background-color: #006666;
|
|
}
|
|
#tracker_sidebox_header {
|
|
border-left: 6px solid #006666 !important;
|
|
}
|
|
/********************************/
|
|
/* */
|
|
/* MEDIA DEFINITION */
|
|
/* */
|
|
/********************************/
|
|
/*Tablets Max-Width*/
|
|
/*Smartphones Max-Width*/
|
|
/*Smartphones Min-Width*/
|
|
/*All devices portrait mode*/
|
|
/*All devices landscape mode*/
|
|
/*Tablets landscape mode*/
|
|
/*Tablets Portrait*/
|
|
/*Smartphones*/
|
|
/*Smartphones portrait*/
|
|
/*Smartphones landscape*/
|
|
.white-svg {
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
}
|
|
@media only screen and (max-device-width : 1024px) {
|
|
#egw_fw_print {
|
|
display: none;
|
|
}
|
|
div#loginMainDiv {
|
|
background-color: #486F93;
|
|
width: 101%;
|
|
}
|
|
div#loginMainDiv #divAppIconBar {
|
|
background: white;
|
|
}
|
|
div#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
|
width: 40%;
|
|
margin-top: 5px;
|
|
background: white;
|
|
}
|
|
div#loginMainDiv div#centerBox {
|
|
position: absolute;
|
|
margin: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
padding: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
background-repeat: no-repeat;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
div#loginMainDiv div#centerBox form {
|
|
margin-top: 3em;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox {
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox tr.hiddenCredential {
|
|
display: none;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
|
font-size: large;
|
|
width: 100%;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox input,
|
|
div#loginMainDiv div#centerBox form table.divLoginbox select {
|
|
width: calc(100% - 14px);
|
|
height: 50px;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox select {
|
|
width: 100%;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox td {
|
|
font-size: large;
|
|
padding: 0.8%;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox td.registration {
|
|
font-size: 180%;
|
|
}
|
|
div#loginMainDiv div#centerBox form table.divLoginbox td select {
|
|
background-size: 48px auto;
|
|
}
|
|
div#loginMainDiv div#centerBox #loginCdMessage {
|
|
font-size: 10pt !important;
|
|
color: white;
|
|
padding: 0;
|
|
border: 0;
|
|
background: none;
|
|
}
|
|
}
|
|
@media only screen and (max-device-width : 1024px) and (orientation : portrait) {
|
|
body div#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
|
width: 70%;
|
|
}
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox {
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
|
font-size: large;
|
|
width: 100%;
|
|
}
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox input,
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox select {
|
|
width: calc(100% - 10px);
|
|
height: 50px;
|
|
}
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox select {
|
|
width: 100%;
|
|
}
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox td {
|
|
font-size: large;
|
|
padding: 0.8%;
|
|
}
|
|
body div#loginMainDiv div#centerBox form table.divLoginbox td.registration {
|
|
font-size: 250%;
|
|
}
|
|
body div#loginMainDiv div#centerBox #loginCdMessage {
|
|
font-size: large;
|
|
padding: 0;
|
|
}
|
|
}
|
|
@media only screen and (max-device-width: 736px) and (min-width: 300px) {
|
|
body #egw_fw_basecontainer.sidebar-toggle #egw_fw_main {
|
|
margin-left: 0 !important ;
|
|
}
|
|
body #egw_fw_basecontainer.sidebar-toggle #egw_fw_main #egw_fw_tabs {
|
|
-webkit-filter: none;
|
|
-moz-filter: none;
|
|
-ms-filter: none;
|
|
-o-filter: none;
|
|
filter: none;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar {
|
|
z-index: 998;
|
|
width: 300px;
|
|
background: white;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items {
|
|
height: 100%;
|
|
z-index: 998;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_sidebar {
|
|
z-index: 999;
|
|
background: white;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_main #egw_fw_tabs {
|
|
-webkit-filter: brightness(20%);
|
|
-moz-filter: brightness(20%);
|
|
-ms-filter: brightness(20%);
|
|
-o-filter: brightness(20%);
|
|
filter: brightness(20%);
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane button[class*="et2_button_cancel"],
|
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_delete"],
|
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_save"] {
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
padding-left: 0px !important;
|
|
width: 50px;
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane button[class*="et2_button_cancel"] span,
|
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_delete"] span,
|
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_save"] span {
|
|
display: none;
|
|
}
|
|
}
|
|
/*mobile etemplate2*/
|
|
@media all {
|
|
html * {
|
|
touch-action: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
body {
|
|
/* Stop pull-to-refresh on chrome*/
|
|
overflow-y: hidden;
|
|
/*Notification popup*/
|
|
/*Chosen*/
|
|
/* View mode styles*/
|
|
/***************CHECKBOX *************/
|
|
/**************************************/
|
|
/*************** SLIDESWITCH **********/
|
|
/***************************************/
|
|
/*************** CKEDITOR **************/
|
|
/***************************************/
|
|
}
|
|
body button[id*="save"]:hover,
|
|
body button[id*="apply"]:hover,
|
|
body button[id*="copy"]:hover,
|
|
body button[id*="edit_button[edit]"]:hover,
|
|
body button.et2_button:hover {
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
body #egwpopup {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
top: 0 !important;
|
|
bottom: 0 !important;
|
|
left: 0 !important;
|
|
right: 5px !important;
|
|
border: none;
|
|
box-shadow: none;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
}
|
|
body #egwpopup #egwpopup_header {
|
|
text-align: center;
|
|
height: 50px;
|
|
z-index: 1;
|
|
background-color: #5180AC;
|
|
line-height: 40px;
|
|
width: 100%;
|
|
font-size: 10pt;
|
|
color: white;
|
|
}
|
|
body #egwpopup #egwpopup_header span {
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
height: 50px;
|
|
position: absolute;
|
|
left: 10px;
|
|
background-image: url(../images/cancelled.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
body #egwpopup #egwpopup_header span button {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
body #egwpopup #egwpopup_header span img {
|
|
display: none;
|
|
}
|
|
body #egwpopup #egwpopup_footer {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 10px;
|
|
height: 50px;
|
|
}
|
|
body #egwpopup #egwpopup_footer input {
|
|
float: right;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
body div.egw_fw_mobile_popup_appHeader {
|
|
display: none !important;
|
|
}
|
|
body span.egw_fw_mobile_popup_close {
|
|
top: 0;
|
|
background-color: white;
|
|
width: 100%;
|
|
background-position: center;
|
|
left: 0;
|
|
}
|
|
body span.egw_fw_mobile_popup_close.loaded {
|
|
background-image: url(../images/topmenu_items/mobile/back.svg);
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
top: 0;
|
|
background-position: center;
|
|
padding: 0;
|
|
width: 50px;
|
|
left: 10px;
|
|
float: none;
|
|
}
|
|
body #egw_fw_basecontainer.sidebar-toggle #egw_fw_top_toolbar div#egw_fw_menu {
|
|
background-image: url(../images/topmenu_items/mobile/menu.svg);
|
|
width: 50px;
|
|
height: 50px;
|
|
background-color: transparent;
|
|
background-position: 15px center;
|
|
margin-left: 8px;
|
|
}
|
|
body #egw_fw_basecontainer {
|
|
/* active app header*/
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_main {
|
|
margin-top: 0px;
|
|
}
|
|
body #egw_fw_basecontainer .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar {
|
|
position: absolute;
|
|
width: 300px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar #egw_fw_userinfo {
|
|
float: right;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar #egw_fw_appsToggle {
|
|
height: 50px;
|
|
z-index: 1000;
|
|
display: inline-block;
|
|
width: 50px;
|
|
float: left;
|
|
margin-left: 60px;
|
|
background-image: url(../images/apps.svg);
|
|
background-size: 24px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar #egw_fw_appsToggle.toggled {
|
|
background-image: url(../images/sidebar.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul {
|
|
border-left: 6px solid silver;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_logout {
|
|
background-image: url(../images/logout.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_home {
|
|
background-image: url(../images/home.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_prefs {
|
|
background-image: url(../images/setup.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_acl {
|
|
background-image: url(../images/lock.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_cats {
|
|
background-image: url(../images/tag_message.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_password {
|
|
background-image: url(../images/password.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_search {
|
|
background-image: url(../images/search.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_menu {
|
|
background-image: url(../images/topmenu_items/mobile/menu_active.svg);
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active {
|
|
margin-left: 2px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active img {
|
|
height: 32px;
|
|
padding: 0;
|
|
padding-left: 14px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 {
|
|
font-size: 14px;
|
|
padding-left: 57px;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_sidemenu img[src$=".svg"] {
|
|
background: none;
|
|
box-shadow: none;
|
|
border: none;
|
|
filter: none;
|
|
-webkit-filter: none;
|
|
}
|
|
body #egw_fw_basecontainer #egw_fw_main img[src$="svg"],
|
|
body #egw_fw_basecontainer #egw_fw_footer img[src$="svg"] {
|
|
background: none;
|
|
border: none;
|
|
filter: none;
|
|
-webkit-filter: none;
|
|
box-shadow: none;
|
|
}
|
|
body #egw_fw_basecontainer .egw_fw_ui_sidemenu_entry_apps > div {
|
|
margin-bottom: 5px;
|
|
}
|
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
|
font-size: medium;
|
|
top: 50px !important;
|
|
right: 0px;
|
|
left: auto !important;
|
|
background-color: white;
|
|
width: 100%;
|
|
}
|
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl {
|
|
width: 100%;
|
|
}
|
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
|
height: 46px;
|
|
}
|
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item {
|
|
width: 100%;
|
|
height: 46px !important;
|
|
}
|
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
|
|
filter: none;
|
|
-webkit-filter: none;
|
|
}
|
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk {
|
|
width: 100%;
|
|
}
|
|
body div#egw_message {
|
|
bottom: 0px;
|
|
top: auto;
|
|
left: 0px;
|
|
right: 0px !important;
|
|
max-width: 100%;
|
|
border-radius: 0;
|
|
}
|
|
body div.ui-dialog {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
left: 0 !important;
|
|
top: 0 !important;
|
|
}
|
|
body div.ui-dialog-content {
|
|
height: 87% !important;
|
|
margin-top: 60px !important;
|
|
padding: 0 !important;
|
|
font-size: 12pt;
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane {
|
|
position: fixed !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
display: block !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
height: 50px;
|
|
box-shadow: 0px 4px 5px 2px silver;
|
|
width: 100%;
|
|
z-index: 1;
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
float: right;
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane button {
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane button span {
|
|
padding-left: 20px;
|
|
}
|
|
body .ui-dialog-titlebar {
|
|
display: none;
|
|
}
|
|
body button.plus_button {
|
|
position: absolute !important;
|
|
right: 15px;
|
|
bottom: 15px;
|
|
border-radius: 50%;
|
|
width: 60px;
|
|
height: 60px;
|
|
background-position: center;
|
|
z-index: 100;
|
|
background-color: #0c5da5;
|
|
border: none;
|
|
box-shadow: 0px 1px 5px 3px silver;
|
|
background-image: url(../images/topmenu_items/mobile/plus_white.svg) !important;
|
|
background-repeat: no-repeat;
|
|
background-size: 24px 24px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body button.plus_button:hover,
|
|
body button.plus_button:active {
|
|
background-color: #0c5da5;
|
|
}
|
|
body .et2_nextmatch .nextmatch_sortheader {
|
|
padding-right: 0px;
|
|
margin-right: 0px;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row,
|
|
body .et2_nextmatch .nextmatch_header {
|
|
background-color: background-color-egw-dark;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row div.header_row_right,
|
|
body .et2_nextmatch .nextmatch_header div.header_row_right {
|
|
position: absolute;
|
|
display: block;
|
|
top: 0;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row div.filtersContainer,
|
|
body .et2_nextmatch .nextmatch_header div.filtersContainer {
|
|
width: 100%;
|
|
margin-top: 37px;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row select,
|
|
body .et2_nextmatch .nextmatch_header select {
|
|
display: block;
|
|
width: 100%;
|
|
height: 50px;
|
|
font-size: 12pt;
|
|
background-size: 32px;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-radius: 0;
|
|
border-bottom: none;
|
|
padding-left: 10px;
|
|
max-width: none;
|
|
background-color: transparent;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row label,
|
|
body .et2_nextmatch .nextmatch_header label {
|
|
display: block;
|
|
width: 100%;
|
|
float: left;
|
|
font-size: 12pt;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row label select,
|
|
body .et2_nextmatch .nextmatch_header label select {
|
|
display: inline-block;
|
|
float: right;
|
|
margin: 0;
|
|
height: 50px;
|
|
font-size: 12pt;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat {
|
|
height: 50px !important;
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding-left: 0px;
|
|
background: white;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat a.chzn-single,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat a.chzn-single {
|
|
height: 100%;
|
|
border-right: none;
|
|
box-shadow: none;
|
|
background: white;
|
|
border-top: none;
|
|
border-bottom: none;
|
|
border-left-width: 10px;
|
|
border-radius: 0;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat a.chzn-single span,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat a.chzn-single span {
|
|
height: 100%;
|
|
line-height: 46px;
|
|
color: #26537C;
|
|
font-size: 12pt;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat a.chzn-single div,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat a.chzn-single div {
|
|
width: 40px;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat a.chzn-single div b,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat a.chzn-single div b {
|
|
background: white url(../images/selectarrowdown.png) no-repeat center !important;
|
|
background-size: 32px !important;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop {
|
|
width: 100%;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop ul,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop ul {
|
|
font-size: 12pt;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop ul li,
|
|
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop ul li {
|
|
line-height: 24px;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header.nm_header_hide {
|
|
display: none !important;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header {
|
|
background-color: white;
|
|
padding: 0;
|
|
display: inline-block;
|
|
width: 100%;
|
|
border-bottom: 1px solid silver;
|
|
border-top: none;
|
|
box-shadow: 0px 1px 1px 1px silver;
|
|
z-index: 1;
|
|
position: relative;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header div.et2_box_widget {
|
|
display: block;
|
|
height: 50px;
|
|
}
|
|
body .et2_nextmatch .nextmatch_header .et2_button {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
body .et2_nextmatch .egwGridView_outer thead tr {
|
|
visibility: hidden;
|
|
}
|
|
body .et2_nextmatch .search.searchOn input {
|
|
border: none;
|
|
background: white;
|
|
outline: none;
|
|
position: absolute;
|
|
left: 110px;
|
|
width: 80%;
|
|
height: 50px;
|
|
}
|
|
body .et2_nextmatch .search.searchOn button[id$="search_button"] {
|
|
background-image: none !important;
|
|
}
|
|
body .et2_nextmatch .search.searchOn button[id$="search_button"]:after {
|
|
content: "\2613";
|
|
font-weight: bold;
|
|
font-size: 18pt;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header {
|
|
background: #0c5da5;
|
|
margin-top: 0;
|
|
padding-left: 60px;
|
|
box-shadow: 0px 4px 5px 2px silver;
|
|
position: relative;
|
|
height: 50px;
|
|
z-index: 1;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button {
|
|
height: 50px;
|
|
width: 50px;
|
|
background-repeat: no-repeat;
|
|
font-size: large;
|
|
background-color: #0c5da5;
|
|
border: none;
|
|
margin: 0;
|
|
color: white;
|
|
background-size: 18px 18px;
|
|
box-shadow: none;
|
|
outline: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.et2_searchbox {
|
|
display: inline-block;
|
|
width: 50px;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button.nm_toggle_header {
|
|
background-image: url(../images/menu_list.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
margin-right: 5px;
|
|
width: 50px;
|
|
height: 50px;
|
|
display: block;
|
|
float: right;
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button.nm_toggle_header:focus {
|
|
outline: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button.nm_action_header {
|
|
background-image: url(../images/dots.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
margin-right: 2px;
|
|
border-left: 1px solid silver;
|
|
border: 0;
|
|
color: white;
|
|
width: 50px;
|
|
height: 50px;
|
|
display: block;
|
|
float: right;
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button.nm_action_header:focus {
|
|
outline: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button.nm_action_header.back {
|
|
background-image: url(../images/cancelled.svg);
|
|
-webkit-filter: none!important;
|
|
background-color: white !important;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_delete_action {
|
|
background-image: url(../images/delete.svg);
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
margin-right: 5px;
|
|
border-left: 1px solid silver;
|
|
border: 0;
|
|
color: black;
|
|
width: 50px;
|
|
height: 50px;
|
|
display: inline-block;
|
|
float: right;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
margin-right: 5px;
|
|
border-left: 1px solid silver;
|
|
border: 0;
|
|
color: white;
|
|
width: 50px;
|
|
height: 50px;
|
|
display: none;
|
|
float: right;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div:focus {
|
|
outline: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] {
|
|
top: 0 !important;
|
|
outline: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] .et2_dropdown button:first-child {
|
|
display: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] .et2_dropdown button:nth-child(2) {
|
|
background-position: center;
|
|
background-image: url(../images/topmenu_items/mobile/star.svg) !important;
|
|
background-size: 24px 24px;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] .et2_dropdown button:nth-child(2) div:first-child {
|
|
display: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] ul.favorites {
|
|
height: 250px;
|
|
width: 100%;
|
|
left: 0px !important;
|
|
box-shadow: 0px 4px 5px 2px silver;
|
|
border: 1px solid silver;
|
|
overflow-y: auto !important;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] ul.favorites li.ui-menu-item {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] ul.favorites li.ui-menu-item a {
|
|
width: 100%;
|
|
line-height: 30px;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] ul.favorites li.ui-menu-item a input {
|
|
display: none;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] ul.favorites li.ui-menu-item a div.ui-icon-trash {
|
|
display: block;
|
|
padding-right: 8px;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header button.nm_toggle_header_on {
|
|
background-image: url(../images/cancelled.svg);
|
|
-webkit-filter: none!important;
|
|
background-color: white !important;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header input[type="search"] {
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: large;
|
|
margin: 0;
|
|
border: 0;
|
|
opacity: 0;
|
|
background-color: #0c5da5;
|
|
color: black;
|
|
position: absolute;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header input[type="search"]:active {
|
|
border: none;
|
|
background: #0c5da5;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header input[type="search"]:focus {
|
|
border: none;
|
|
background: white;
|
|
outline: none;
|
|
opacity: 1;
|
|
left: 110px;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 50px;
|
|
z-index: 2;
|
|
}
|
|
body .et2_nextmatch .nm-mob-header div.nm_appname_header {
|
|
width: 100%;
|
|
display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
height: 50px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
color: white;
|
|
font-size: 14pt;
|
|
font-weight: bold;
|
|
opacity: 0.2;
|
|
text-align: center;
|
|
padding-top: 13px;
|
|
z-index: -1;
|
|
}
|
|
body .et2_nextmatch .header_row_right {
|
|
height: 50px;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
body .et2_nextmatch .header_row_right div[id$=favorite_wrapper] {
|
|
margin: 0;
|
|
top: 0 !important;
|
|
height: 50px;
|
|
}
|
|
body .et2_nextmatch .header_row_right * {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
body .et2_nextmatch .header_row_right .et2_dropdown button {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
body .et2_nextmatch .header_count {
|
|
margin: 0;
|
|
height: 50px;
|
|
font-size: 12pt;
|
|
margin-top: -3px;
|
|
margin-right: 0px;
|
|
float: right;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
body .et2_nextmatch .header_count span {
|
|
font-size: 12pt;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tr div.h2_hbox {
|
|
padding-bottom: 4px;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tr img {
|
|
height: 12px;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr.focused {
|
|
background-image: none;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) {
|
|
background: #b0bfd8 !important;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) * {
|
|
color: white !important;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr.selected:not([class*="tile"]) td:last-child:before {
|
|
content: " ";
|
|
position: absolute;
|
|
background: #b0bfd8;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: -8px;
|
|
top: 0px;
|
|
color: white;
|
|
background-image: url(../images/topmenu_items/mobile/check.svg);
|
|
background-repeat: no-repeat;
|
|
height: auto;
|
|
background-size: 20px;
|
|
background-position: center;
|
|
height: 99%;
|
|
width: 99%;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr:hover {
|
|
background: transparent;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td {
|
|
padding: 10px 0px 10px 0px;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_label,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_button,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_link,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_textbox,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_textbox_ro,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_email,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td img,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td span {
|
|
padding: 8px 0px 0px 0px;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td time.et2_label,
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td span.mobile_cat_col {
|
|
padding: 0;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr td div.et2_progress {
|
|
margin: 0;
|
|
}
|
|
body .et2_nextmatch table.egwGridView_grid tbody tr.swipe {
|
|
background-color: #ffc200;
|
|
border: none;
|
|
}
|
|
body .et2_nextmatch .egwGridView_outer {
|
|
width: 100%;
|
|
}
|
|
body .et2_nextmatch .egwGridView_outer thead {
|
|
max-height: 1px;
|
|
display: none;
|
|
}
|
|
body .et2_nextmatch .egwGridView_outer thead tr th {
|
|
font-size: large;
|
|
}
|
|
body .et2_nextmatch .egwGridView_outer td img {
|
|
border: none;
|
|
}
|
|
body .dtree img {
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
}
|
|
body .dtree table,
|
|
body .dtree tr,
|
|
body .dtree td {
|
|
padding: 2px;
|
|
padding-left: 0;
|
|
padding-right: 0px;
|
|
}
|
|
body .dtree .containerTableStyle {
|
|
overflow: auto;
|
|
}
|
|
body .et2_details .et2_details_toggle:after {
|
|
width: 30px;
|
|
height: 30px;
|
|
font-size: 18pt;
|
|
text-align: center;
|
|
padding: 9px;
|
|
}
|
|
body input {
|
|
border: none;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
body .et2_taglist_category span[class*="cat_"] {
|
|
height: 42px;
|
|
}
|
|
body .et2_button_icon {
|
|
height: 32px;
|
|
}
|
|
body .popupMainDiv {
|
|
padding-top: 60px !important;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
overflow-x: auto;
|
|
/* Exceptional cases to not get the general left padding*/
|
|
}
|
|
body .popupMainDiv * {
|
|
font-size: 10pt;
|
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
|
}
|
|
body .popupMainDiv .et2_textbox,
|
|
body .popupMainDiv .et2_date,
|
|
body .popupMainDiv .et2_dropdown,
|
|
body .popupMainDiv .et2_link,
|
|
body .popupMainDiv .et2_label,
|
|
body .popupMainDiv input,
|
|
body .popupMainDiv select,
|
|
body .popupMainDiv .et2_selectbox {
|
|
height: 46px;
|
|
padding-left: 8px;
|
|
}
|
|
body .popupMainDiv input,
|
|
body .popupMainDiv select,
|
|
body .popupMainDiv .et2_selectbox {
|
|
padding: 0;
|
|
padding-left: 0;
|
|
border-left: 0;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
border-radius: 0;
|
|
}
|
|
body .popupMainDiv .et2_label .et2_selectbox {
|
|
padding-left: 8px;
|
|
}
|
|
body .popupMainDiv ul.et2_selectbox li {
|
|
padding-top: 13px;
|
|
}
|
|
body .popupMainDiv .et2_taglist input[type="text"] {
|
|
height: 36px;
|
|
}
|
|
body .popupMainDiv .et2_taglist .ms-sel-item {
|
|
margin-left: 3px;
|
|
line-height: 36px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
body .popupMainDiv .et2_label .et2_date_ro.et2_label {
|
|
padding-left: 0;
|
|
}
|
|
body .popupMainDiv .et2_button_with_image {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
color: #1e1e1e;
|
|
}
|
|
body .popupMainDiv .et2_date {
|
|
min-width: 100px;
|
|
padding-left: 0;
|
|
}
|
|
body .popupMainDiv .et2_button_with_image,
|
|
body .popupMainDiv .et2_button_text {
|
|
height: 46px;
|
|
margin: 1px;
|
|
margin-left: 3px;
|
|
}
|
|
body .popupMainDiv form {
|
|
margin-top: 50px;
|
|
}
|
|
body .popupMainDiv .et2_details.et2_details_expanded {
|
|
background-color: transparent;
|
|
height: 100%;
|
|
}
|
|
body .popupMainDiv .et2_details.et2_details_expanded .et2_details_title {
|
|
display: inline-block;
|
|
background-color: #F0F0F0;
|
|
width: 100%;
|
|
padding-top: 6px;
|
|
height: 32px;
|
|
}
|
|
body .popupMainDiv .et2_details {
|
|
position: relative;
|
|
background-color: #F0F0F0;
|
|
height: 32px;
|
|
}
|
|
body .popupMainDiv .et2_details .et2_details_toggle {
|
|
position: absolute;
|
|
right: 2px;
|
|
top: 0px;
|
|
margin: 0px;
|
|
}
|
|
body .popupMainDiv .et2_details .et2_details_title {
|
|
padding-top: 6px;
|
|
margin-top: 0;
|
|
}
|
|
body .popupMainDiv .et2_taglist > div {
|
|
min-height: auto;
|
|
}
|
|
body .popupMainDiv form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
|
margin: 0 5px 0 0;
|
|
}
|
|
body div#popupMainDiv {
|
|
padding: 0;
|
|
}
|
|
body .dialogHeadbar button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
padding-right: 15px;
|
|
}
|
|
body .rowHeader {
|
|
font-size: 12pt;
|
|
}
|
|
body .et2_fullWidth input[type="radio"] {
|
|
width: auto;
|
|
}
|
|
body td.et2_fullWidth {
|
|
width: auto;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar {
|
|
background-color: transparent;
|
|
padding: 1px 5px 5px 10px !important;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar button {
|
|
width: 46px;
|
|
height: 46px;
|
|
background-size: 18px 18px;
|
|
touch-action: auto;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.ui-toolbar-menulist {
|
|
width: 100%;
|
|
left: 0px;
|
|
overflow-y: auto !important;
|
|
box-shadow: 2px 3px 13px #666666;
|
|
-moz-box-shadow: 2px 3px 13px #666666;
|
|
-webkit-box-shadow: 2px 3px 13px #666666;
|
|
-khtml-box-shadow: 2px 3px 13px #666666;
|
|
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=3);
|
|
-moz-user-select: none;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar button.et2_toolbar_hasCaption {
|
|
width: auto;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_actionlist {
|
|
margin-left: 50px;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_actionlist button.et2_button.ui-draggable {
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
background-position: center !important;
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
margin-right: 15px;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more {
|
|
position: inherit;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more h.ui-state-hover {
|
|
background: none;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more h.ui-toolbar-menulistHeader {
|
|
color: transparent;
|
|
height: 46px;
|
|
width: 50px;
|
|
padding: 0 !important;
|
|
background-image: url(../images/dots.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
}
|
|
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more h.ui-toolbar-menulistHeader span {
|
|
display: none;
|
|
}
|
|
body .et2_tabbox.vertical .et2_tabflag {
|
|
border: none;
|
|
}
|
|
body .et2_tabbox.vertical .et2_tabflag div.et2_tabtitle {
|
|
background-color: #f0f0f0;
|
|
}
|
|
body .et2_tabbox.vertical .et2_tabflag div.et2_tabtitle:before {
|
|
padding: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
text-align: center;
|
|
font-size: 18pt;
|
|
}
|
|
body .et2_link_to div {
|
|
padding-bottom: 3px;
|
|
}
|
|
body .et2_link_to .et2_file {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body .et2_link_to .et2_file .et2_file_span,
|
|
body .et2_link_to .et2_file .et2_file_spanHover,
|
|
body .et2_link_to .et2_file .et2_file_upload {
|
|
height: 46px;
|
|
width: 46px;
|
|
}
|
|
body .et2_link_to button.link {
|
|
float: right;
|
|
height: 46px;
|
|
width: 46px;
|
|
}
|
|
body .et2_link_to.et2_toolbar div.et2_file {
|
|
width: 46px;
|
|
}
|
|
body .et2_link_to.et2_toolbar button.et2_vfs_btn {
|
|
width: 46px;
|
|
height: 46px !important;
|
|
}
|
|
body span.et2_file_span:hover {
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
border: none;
|
|
color: transparent;
|
|
}
|
|
body .chzn-container ul.chzn-choices {
|
|
background: none;
|
|
border: none;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
body .chzn-container-multi .chzn-choices li.search-field .default {
|
|
color: #666;
|
|
}
|
|
body .et2_taglist .ms-ctn {
|
|
border: none;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
border-radius: 0;
|
|
margin-right: 5px;
|
|
}
|
|
body .et2_taglist .ms-sel-ctn {
|
|
background: white;
|
|
}
|
|
body .et2_taglist.et2_taglist_category {
|
|
min-height: 50px !important;
|
|
}
|
|
body .et2_taglist.et2_taglist_toggle.et2_taglist_single .ms-sel-item span:first-child {
|
|
float: left;
|
|
}
|
|
body .et2_taglist.et2_taglist_toggle.et2_taglist_single .ms-sel-item span[class*="cat_"] {
|
|
height: 3em;
|
|
}
|
|
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu {
|
|
min-height: 100px;
|
|
}
|
|
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu .ms-res-item {
|
|
line-height: 25px;
|
|
}
|
|
body .et2_mobile_view {
|
|
display: block;
|
|
}
|
|
body .et2_mobile_view .et2_mobile-view-container {
|
|
padding: 0 14px 0 7px;
|
|
/*Disable et2_link_to as it does not make sense in view mode*/
|
|
}
|
|
body .et2_mobile_view .et2_mobile-view-container div.et2_link_to {
|
|
display: none;
|
|
}
|
|
body .et2_mobile_view table.et2_grid tr td {
|
|
padding: 10px 5px 10px 0;
|
|
}
|
|
body .et2_mobile_view div.et2_hbox.avatar {
|
|
width: 100px;
|
|
display: block;
|
|
height: 100px;
|
|
margin: auto;
|
|
}
|
|
body .et2_mobile_view div.et2_hbox.avatar img {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
body .et2_mobile_view .et2_tabbox {
|
|
padding-left: 8px;
|
|
}
|
|
body .mobile-view-editBtn {
|
|
position: fixed;
|
|
top: 2px;
|
|
left: 70px;
|
|
width: 50px;
|
|
height: 50px;
|
|
float: left;
|
|
z-index: 104;
|
|
font-size: 18pt !important;
|
|
color: white;
|
|
background-image: url(../images/edit.svg);
|
|
background-repeat: no-repeat;
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
background-position: center;
|
|
display: block;
|
|
}
|
|
body .mobile-view-editBtn:before {
|
|
content: "";
|
|
font-size: 24pt;
|
|
color: white;
|
|
padding-left: 5px;
|
|
font-weight: bold;
|
|
}
|
|
body .et2_searchbox button.et2_button.searched {
|
|
background-image: url(../images/search.svg);
|
|
}
|
|
body .et2_searchbox button.et2_button {
|
|
background-image: url(../images/search.svg) !important;
|
|
-webkit-filter: brightness(0) invert(1) !important;
|
|
filter: brightness(0) invert(1) !important;
|
|
background-color: transparent !important;
|
|
background-size: 24px 24px !important;
|
|
border: none;
|
|
}
|
|
body .et2_searchbox input {
|
|
font-size: 10pt;
|
|
}
|
|
body .et2_searchbox.expanded {
|
|
position: absolute;
|
|
width: auto !important;
|
|
height: 50px;
|
|
left: 65px;
|
|
right: 70px;
|
|
margin-left: 0;
|
|
margin-right: 50px;
|
|
}
|
|
body .et2_searchbox.expanded button.et2_button {
|
|
background: none;
|
|
}
|
|
body .et2_searchbox.expanded input {
|
|
width: 100%;
|
|
height: 42px;
|
|
margin: 0;
|
|
top: 0;
|
|
outline: none;
|
|
z-index: 100;
|
|
border-radius: 0;
|
|
}
|
|
body .et2_searchbox.expanded span.ui-icon.clear {
|
|
top: 0px;
|
|
left: -50px;
|
|
background-color: white;
|
|
height: 50px;
|
|
width: 50px;
|
|
background-image: url("../images/cancelled.svg");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 24px 24px;
|
|
}
|
|
body .et2_searchbox.expanded .flex {
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|
|
body img.et2_button_icon[src*="svg"] {
|
|
background: none;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
body img[src*="svg"] {
|
|
background: none !important;
|
|
border: none;
|
|
box-shado: none;
|
|
}
|
|
body input[type="checkbox"] {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
}
|
|
body input[type="checkbox"]:before {
|
|
content: "";
|
|
width: 32px;
|
|
height: 32px;
|
|
background-image: url(../images/topmenu_items/mobile/checkbox.svg) !important;
|
|
display: inline-block;
|
|
}
|
|
body input[type="checkbox"]:checked {
|
|
background-image: url(../images/topmenu_items/mobile/checkbox.svg) !important;
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
}
|
|
body .et2_label.et2_checkbox_label {
|
|
line-height: 32px;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
padding-left: 40px !important;
|
|
}
|
|
body .et2_label.et2_checkbox_label input[type="checkbox"] {
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
body .dialogHeadbar .et2_label.et2_checkbox_label {
|
|
vertical-align: top;
|
|
margin-top: 10px;
|
|
color: white;
|
|
}
|
|
body span.et2_checkbox_slideSwitch {
|
|
height: 50px;
|
|
border: none;
|
|
padding-right: 10px;
|
|
vertical-align: bottom;
|
|
}
|
|
body span.et2_checkbox_slideSwitch:hover {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
body span.et2_checkbox_slideSwitch input {
|
|
height: 100% !important;
|
|
}
|
|
body span.et2_checkbox_slideSwitch span.et2_label {
|
|
margin-left: 40px;
|
|
display: inline-block;
|
|
height: 50px;
|
|
margin-top: 15px;
|
|
}
|
|
body span.et2_checkbox_slideSwitch span.slideSwitch_container {
|
|
width: 50px !important;
|
|
border-radius: 15px;
|
|
margin-top: 15px;
|
|
box-shadow: inset 0 2px 2px #474747, 0 0px 0 rgba(255, 255, 255, 0.2);
|
|
}
|
|
body span.et2_checkbox_slideSwitch span.slideSwitch_container span {
|
|
color: #696969 !important;
|
|
}
|
|
body span.et2_checkbox_slideSwitch span.slideSwitch_container a {
|
|
background-color: #E0E0E0;
|
|
border-radius: 50%;
|
|
box-shadow: 0 2px 2px #474747, 0 0px 0 rgba(255, 255, 255, 0.2);
|
|
z-index: 2;
|
|
}
|
|
body .et2_toolbar_more span.et2_checkbox_slideSwitch > span.slideSwitch_container {
|
|
float: right;
|
|
}
|
|
body .et2_checkbox_slideSwitch.notification_check .on {
|
|
background-image: url(../images/topmenu_items/mobile/notify_off.svg);
|
|
height: 16px;
|
|
background-size: 16px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
body .et2_checkbox_slideSwitch.notification_check .on:before {
|
|
content: " ";
|
|
width: 1px;
|
|
transform: rotateZ(45deg);
|
|
background: #bcbcbc;
|
|
height: 20px;
|
|
display: inline-block;
|
|
margin-top: -2px;
|
|
}
|
|
body .et2_checkbox_slideSwitch.notification_check .off {
|
|
background-image: url(../images/topmenu_items/mobile/notify_on.svg);
|
|
height: 16px;
|
|
background-size: 16px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
body .et2_checkbox_slideSwitch.notification_check input {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
body .cke_inner .cke_toolbox .cke_toolbox_main {
|
|
height: 30px;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
overflow-y: hidden;
|
|
width: 100%;
|
|
}
|
|
body .cke_inner .cke_toolbox .cke_toolbox_main .cke_toolbar {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
body .cke_inner .cke_toolbox .cke_toolbox_collapser {
|
|
height: auto;
|
|
}
|
|
body .entry_id {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 15px;
|
|
}
|
|
body .entry_id::before {
|
|
content: "#";
|
|
color: white;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
}
|
|
body .entry_id span {
|
|
color: white;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
}
|
|
}
|