2014-07-24 10:27:05 +02:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* Definitions for layout and raster
|
|
|
|
*
|
|
|
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import (reference) "definitions.less";
|
|
|
|
|
|
|
|
|
2016-02-01 16:08:13 +01:00
|
|
|
// Header
|
2016-04-15 15:50:26 +02:00
|
|
|
#egw_fw_header {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
2019-05-24 16:11:30 +02:00
|
|
|
position: absolute;
|
|
|
|
border-bottom: 1px solid silver;
|
2016-04-15 15:50:26 +02:00
|
|
|
/* Logo EGW or Company - left top*/
|
|
|
|
#egw_divLogo {
|
|
|
|
float: left;
|
2019-06-03 12:47:17 +02:00
|
|
|
max-width: 220px;
|
2016-04-15 15:50:26 +02:00
|
|
|
display: block;
|
2019-05-31 15:44:02 +02:00
|
|
|
margin-left: 63px;
|
2016-04-15 15:50:26 +02:00
|
|
|
text-align: center;
|
|
|
|
height: 45px;
|
|
|
|
img {
|
2019-06-03 12:47:17 +02:00
|
|
|
max-width: 210px;
|
2016-04-15 15:50:26 +02:00
|
|
|
border: none;
|
2019-05-31 15:55:52 +02:00
|
|
|
height: 45px;
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2014-07-24 10:27:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* ###########################################################################################################################################
|
|
|
|
Topmenu / Home / Einstellungen / Zugriff / Kategorien usw..
|
|
|
|
###########################################################################################################################################
|
|
|
|
*/
|
|
|
|
|
2016-04-15 15:50:26 +02:00
|
|
|
#egw_fw_topmenu ul,
|
|
|
|
#egw_fw_topmenu > * > ul > li,
|
|
|
|
.topmenu_info_item,
|
|
|
|
#egw_fw_topmenu_items,
|
|
|
|
#egw_fw_topmenu_info_items {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#egw_fw_topmenu{
|
2019-05-24 16:11:30 +02:00
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
right: 5px;
|
2019-05-28 17:24:12 +02:00
|
|
|
width: 241px;
|
2021-02-03 17:18:36 +01:00
|
|
|
z-index: 1001;
|
2019-05-24 16:11:30 +02:00
|
|
|
top: 46px;
|
|
|
|
background: white;
|
2022-08-18 10:54:18 +02:00
|
|
|
box-shadow: @sl-box-shadow-menu;
|
|
|
|
border: @sl-border-menu;
|
2019-05-27 17:11:43 +02:00
|
|
|
a.powered_by {
|
|
|
|
width: ~"calc(100% - 20px)";
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
2019-05-28 17:24:12 +02:00
|
|
|
font-size: 7pt;
|
2019-05-27 17:11:43 +02:00
|
|
|
background-color: #fbfbfb;
|
|
|
|
}
|
2019-05-24 16:11:30 +02:00
|
|
|
#egw_fw_topmenu_info_items {
|
|
|
|
display: inline-block;
|
|
|
|
background: white;
|
|
|
|
float: right;
|
|
|
|
height: auto;
|
|
|
|
padding-left: 10px;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
.topmenu_info_item {
|
|
|
|
overflow: visible;
|
|
|
|
display: inline-block;
|
|
|
|
&:nth-child(2) {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
&:nth-child(3) {
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
padding-left: 3px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-15 15:50:26 +02:00
|
|
|
#egw_fw_topmenu_items {
|
|
|
|
padding-top: 14px;
|
2019-05-24 16:11:30 +02:00
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
background: white;
|
|
|
|
height: auto;
|
|
|
|
z-index: 1000;
|
|
|
|
top: 45px;
|
2019-06-12 12:41:55 +02:00
|
|
|
#rc_status_select, #rc_status_select_chzn {
|
|
|
|
width: 50% !important;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
#rc_status_select_chzn {
|
|
|
|
a.chzn-single span {padding-top: 0px;}
|
|
|
|
li.active-result {
|
|
|
|
color:#000000;
|
|
|
|
&:hover { color: #000000}
|
|
|
|
span {
|
|
|
|
&:before {
|
|
|
|
content: ' ';
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 4px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[data-option-array-index="0"] {
|
|
|
|
span {
|
|
|
|
&:before {
|
|
|
|
background: #2de0a5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[data-option-array-index="1"] {
|
|
|
|
span {
|
|
|
|
&:before {
|
|
|
|
background: #ffd21f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[data-option-array-index="2"] {
|
|
|
|
span {
|
|
|
|
&:before {
|
|
|
|
background: #f5455c;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[data-option-array-index="3"] {
|
|
|
|
span {
|
|
|
|
&:before {
|
|
|
|
background: #cbced1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-15 15:50:26 +02:00
|
|
|
ul {
|
2019-05-24 16:11:30 +02:00
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
display: inline-grid;
|
2016-04-15 15:50:26 +02:00
|
|
|
|
|
|
|
li{
|
|
|
|
color: @gray_0;
|
|
|
|
padding: 8px 10px;
|
2019-05-24 16:11:30 +02:00
|
|
|
border-top: @gray_10;
|
2022-08-18 10:54:18 +02:00
|
|
|
&:hover{
|
|
|
|
background: @sl-bg-color-menu;
|
|
|
|
color: @sl-color-menu;
|
|
|
|
a {filter:@sl-filter-menu}
|
|
|
|
}
|
2016-04-15 15:50:26 +02:00
|
|
|
a {
|
|
|
|
color: @gray_100;
|
|
|
|
text-decoration: none;
|
2022-08-18 10:54:18 +02:00
|
|
|
.fontsize_m;
|
2019-05-28 17:24:12 +02:00
|
|
|
padding-left: 26px;
|
2016-04-15 15:50:26 +02:00
|
|
|
line-height: 1.5em;
|
|
|
|
display:inline-block;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
2019-06-11 10:47:48 +02:00
|
|
|
width:100%;
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*Home*/
|
|
|
|
li:first-child{
|
2019-05-24 16:11:30 +02:00
|
|
|
|
2016-04-15 15:50:26 +02:00
|
|
|
:before{border: none;}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*home*/
|
|
|
|
a#topmenu_home {
|
|
|
|
margin-left: 0px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*Setup / Einstellungen*/
|
|
|
|
a#topmenu_prefs{
|
|
|
|
margin-left: 0px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/setup.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*access / Zugriff */
|
|
|
|
a#topmenu_acl{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/access.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
/*category*/
|
|
|
|
a#topmenu_cats{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/category.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
/*password*/
|
|
|
|
a#topmenu_password{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/password.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
/*help*/
|
|
|
|
a#topmenu_manual{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/help.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
/*Search*/
|
2019-05-27 17:11:43 +02:00
|
|
|
a#topmenu_current_user{
|
2016-04-15 15:50:26 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/users.png);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
|
|
|
/*logout*/
|
|
|
|
a#topmenu_logout{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/topmenu_items/logout.svg);
|
2016-04-15 15:50:26 +02:00
|
|
|
}
|
2019-05-24 16:11:30 +02:00
|
|
|
/*print*/
|
|
|
|
a#topmenu_print{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size:16px;
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url(../../api/templates/default/images/print.svg);
|
2019-05-24 16:11:30 +02:00
|
|
|
}
|
2016-04-15 15:50:26 +02:00
|
|
|
} // Ende ul
|
2019-10-18 15:01:08 +02:00
|
|
|
.timezone {
|
|
|
|
span {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #fafafa;
|
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
|
}
|
|
|
|
select {
|
2020-02-03 16:18:25 +01:00
|
|
|
width: ~"calc(100% - 20px)";
|
2019-10-24 14:41:25 +02:00
|
|
|
margin-left: 10px;
|
2019-10-18 15:01:08 +02:00
|
|
|
}
|
|
|
|
}
|
2016-04-15 15:50:26 +02:00
|
|
|
} // Ende Items
|
|
|
|
} // Ende Topmenu
|
2014-07-24 10:27:05 +02:00
|
|
|
} // Ende Header
|
|
|
|
|
|
|
|
/* ###################################################
|
|
|
|
Slide Effekt
|
|
|
|
###################################################*/
|
|
|
|
|
|
|
|
|
|
|
|
#egw_fw_topmenu_slide{
|
2016-04-15 15:50:26 +02:00
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
height: 15px;
|
|
|
|
float: left;
|
|
|
|
position: fixed;
|
|
|
|
left: 194px;
|
2014-07-24 10:27:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*ICON List*/
|
|
|
|
#egw_fw_topmenu_slide.slidedown{
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url("../../api/templates/default/images/list.png");
|
2016-04-15 15:50:26 +02:00
|
|
|
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;
|
2014-07-24 10:27:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*Icon ARROW UP*/
|
|
|
|
#egw_fw_topmenu_slide.slideup{
|
2022-07-31 10:25:01 +02:00
|
|
|
background-image: url("../../api/templates/default/images/slideup.png");
|
2016-04-15 15:50:26 +02:00
|
|
|
background-position: center center;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
display: block;
|
|
|
|
margin-top: -36px;
|
|
|
|
margin-left: 40px;
|
|
|
|
cursor: pointer;
|
2014-07-24 10:27:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#slidetoggle{
|
2016-04-15 15:50:26 +02:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
display: block;
|
2014-07-24 10:27:05 +02:00
|
|
|
}
|