pixelegg changes

This commit is contained in:
Ralf Becker 2013-11-21 04:16:11 +00:00
parent ab4528bd02
commit d9db5df4f9
14 changed files with 139 additions and 13 deletions

View File

@ -301,6 +301,9 @@ input[type=button]:focus {
list-style-image: none;
list-style-type: none;
}
.et2_selectbox .ui-multiselect-checkboxes li:hover {
background-color: #ffc200 !important;
}
.et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto;
padding-left: 0px;
@ -1281,7 +1284,6 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn {
overflow-x: hidden;
}
/*sadfs*/
/**
* EGroupware: Stylite Pixelegg template
*
@ -1386,9 +1388,10 @@ option:checked {
border-right: solid 1px 1px;
border-bottom: solid 1px 1px;
border-color: #f0f0f0;
background: #ffc200;
background: #ffc200 !important;
background-image: none !important;
color: #000000;
font-weight: normal !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,
@ -3468,6 +3471,17 @@ img {
padding-left: 0;
padding-right: 10px;
float: left;
/*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 */
}
#egw_fw_sidebar #egw_fw_splitter {
position: absolute;
@ -3921,6 +3935,7 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
/*linke Seite Bild*/
/*right Button*/
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
@ -3978,6 +3993,20 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
position: absolute;
z-index: 2;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-state-hover {
/*background-image: none;*/
background-color: rgba(255, 255, 255, 0.9) !important;
background-image: url("../images/fav_filter_normal.png") !important;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
@ -4030,6 +4059,18 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
# Filterleiste
#
#########################################################*/
.et2_nextmatch .nextmatch_header > .filters {
background-image: none !important;
border: medium none !important;
background: yellow !important;
padding: 0 0 1em 1em;
background-color: #d9d9d9 !important;
vertical-align: top;
border-width: 0 0 1px 0;
border-color: #d9d9d9;
width: 80%;
margin-bottom: 1em;
}
.filters {
padding: 0 0 1em 1em;
background-color: #f0f0f0;
@ -4038,6 +4079,7 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
background-image: none;
width: 80%;
margin-bottom: 1em;
/*Suchen Button*/
}
.filters img.et2_button_icon {
float: right;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

View File

@ -12,9 +12,9 @@ var dg_H = $j(window).height();
var dg_W = $j(window).width();
$j('#wrap').css({'height':dg_H,'width':dg_W});
function anim() {
$j("#wrap img.bgfade").first().appendTo('#wrap').fadeOut(1500);
$j("#wrap img").first().fadeIn(1500);
setTimeout(anim, 3000);
$j("#wrap img.bgfade").first().appendTo('#wrap').fadeOut(3500);
$j("#wrap img").first().fadeIn(3500);
setTimeout(anim, 7000);
}
anim();
$j(window).resize(function(){window.location.href=window.location.href});

View File

@ -23,7 +23,6 @@
*
* ########################################################################################
*/
//Reset
html * {

View File

@ -309,7 +309,10 @@ button.et2_button_text:focus, input[type=button]:focus {
// text-indent: -26px;
// max-width: 85%;
// &:hover {background-color: @egw_color_2_e;}
&:hover {background-color: @color-hint !important;}
}
.et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto;
@ -1404,5 +1407,4 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn {
overflow-x: hidden;
}
/*sadfs*/
//

View File

@ -107,10 +107,11 @@ option:checked {background-color: @egw_color_1_e;}
.bordered(1px, 1px, 1px,1px);
.border-color-10-gray;
// background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
background: @color-hint;
background: @color-hint !important;
background-image: none !important;
// font-size: 105%;
.color-100-gray;
font-weight: normal !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,

View File

@ -433,6 +433,7 @@
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
/*linke Seite Bild*/
/*right Button*/
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
@ -490,6 +491,20 @@
position: absolute;
z-index: 2;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-state-hover {
/*background-image: none;*/
background-color: rgba(255, 255, 255, 0.9) !important;
background-image: url("../images/fav_filter_normal.png") !important;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
@ -542,6 +557,18 @@
# Filterleiste
#
#########################################################*/
.et2_nextmatch .nextmatch_header > .filters {
background-image: none !important;
border: medium none !important;
background: yellow !important;
padding: 0 0 1em 1em;
background-color: #d9d9d9 !important;
vertical-align: top;
border-width: 0 0 1px 0;
border-color: #d9d9d9;
width: 80%;
margin-bottom: 1em;
}
.filters {
padding: 0 0 1em 1em;
background-color: #f0f0f0;
@ -550,6 +577,7 @@
background-image: none;
width: 80%;
margin-bottom: 1em;
/*Suchen Button*/
}
.filters img.et2_button_icon {
float: right;

View File

@ -142,6 +142,18 @@
position: absolute;
z-index: 2;
}
/*right Button*/
button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
}
button.ui-state-hover {
/*background-image: none;*/
background-color: rgba(255, 255, 255, 0.9 ) !important;
background-image: url("../images/fav_filter_normal.png") !important;
}
} // dropdown
@ -195,18 +207,35 @@
# Filterleiste
#
#########################################################*/
.et2_nextmatch .nextmatch_header > .filters {
background-image: none !important;
border: medium none !important;
background: yellow !important;
padding: 0 0 1em 1em;
.background-color-15-gray !important;
vertical-align: top;
border-width: 0 0 1px 0;
.border-color-15-gray;
width: 80%;
margin-bottom: 1em;
}
.filters {
.nm_filters_rectangle;
width: 80%;
margin-bottom: 1em;
// Export Bild
// Export Icon
img.et2_button_icon {
float: right;
position: relative;
top: 0px;
}
select,
input,
button {height: 20px;}
@ -238,7 +267,10 @@
}
label { }
// Suchen Button
/*Suchen Button*/
button {
.Complete_Button_search_action;
background-image: none;

View File

@ -820,6 +820,17 @@
padding-left: 0;
padding-right: 10px;
float: left;
/*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 */
}
#egw_fw_sidebar #egw_fw_splitter {
position: absolute;

View File

@ -519,7 +519,18 @@
padding-left: 0;
padding-right: 10px;
float: left;
}
/*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 */
}
}