$val) { $trClass = ".msn$key"; $fcolor = $val['fcolor']; $bcolor = $val['bcolor']; $bcolor = "linear-gradient(to bottom, $bcolor, transparent 80%)"; $msnCSS .= "$trClass\t {color: $fcolor; background-image:$bcolor}\n"; $msnCSS .= "$trClass * *\t {color: $fcolor}\n"; } $flags = ($no_flags == true) ? "false" : "true"; $fromlink = ($no_from_link == true) ? "false" : "true"; $msnsort = ($msn_sort_order == "asc") ? "asc" : "desc"; $dlgMsnContent=""; foreach ($arr_msn as $key => $val) { $xKey = str_replace("*","_", $key); $dlgMsnContent .= "
"; } $std_theme = "base"; if (! isset($color_ui_theme)) $color_ui_theme = $std_theme; if (! file_exists("./incl/jQuery/jquery-ui-themes-1.12.1/themes/$color_ui_theme/jquery-ui.min.css")) $color_ui_theme = $std_theme; if (! file_exists("./incl/jQuery/jquery-ui-themes-1.12.1/themes/$color_ui_theme/jquery-ui.min.css")) die("capi2text: Farbschema '$color_ui_theme' nicht vorhanden"); // dlgEdit: language specific data $formdata = "data-header='$edit_frm_header' data-save='$edit_frm_save' data-cancel='$edit_frm_abort'"; // display specific data $bodydata = "data-uitheme='$color_ui_theme' data-flags=\"$flags\" data-fromlink='$fromlink' data-msnsort='$msnsort'"; if (! $no_call_direction) $bodydata .= " data-calldirection='true'"; if (! $no_call_duration) $bodydata .= " data-callduration='true'"; $mainCSS = "body * { font-family : $font_face; font-size : $font_size; } h2 { height : 1.7em; font-weight : bold; font-size : 1.3em; margin : 5px; } input[type='radio'] { position:relative; top: 4px;} table { border-collapse : collapse; } tr.editable { cursor:pointer } th, .tabFooter, .headline { text-align : left; font-weight : bold; } td { padding-left : 5px;} .ellipsis { min-width : 100%; overflow : hidden; text-overflow : ellipsis; white-space : nowrap; width : 0; } .right { text-align : right } .left { text-align : left } .center { text-align : center } #filter { position : absolute; right : 20px; top : 3px; /*background : white;*/ } .logo { float : left; width : 100px; margin-right : 20px; position : relative; top : -8px; } .tipp { font-size : 0.8em; color : red } .btnIcon { height : 24px; display : inline-block; } .btnInfo { position:relative; top:-7px; left:8px; color:#fc6262; } img, .edit { cursor : pointer; } fieldset { border-radius : 8px;} div.table { display : table; border-collapse : collapse; } div.tr { display : table-row; } div.td { display : table-cell; padding : 2px; } #phonelist { border : none; width : 100% } #phonelist tr { height:1.5em; } #phonelist thead { border-bottom : 2px solid lightgrey } #phonelist th { font-weight : bold; height : 2em; padding-left : 8px; padding-right : 8px; } #phonelist th:nth-child(1) { max-width:110px; width: 110px; min-width:29px; text-align: center } #phonelist th:nth-child(2) { width:50px; text-align: center } #phonelist th:nth-child(3) { width:16%;} #phonelist th:nth-child(4) { width:16%;} #phonelist th:nth-child(5) { } #phonelist th:nth-child(6) { width: 30px; text-align: center; } #phonelist th:nth-child(7) { width: 50px; text-align: center; } #phonelist tbody td:nth-child(2) { text-align : center } #phonelist tbody td:nth-child(6) { text-align : center; } #phonelist tbody td:nth-child(7) { text-align : center; } #phonelist img { width : 20px; position : relative; top : 3px; } #phonelist tfoot td:nth-child(1) { padding-left : 15px } #phonelist tfoot td:nth-child(2) { padding-right: 15px } #dlgMSNSelect div { white-space : nowrap } #dlgMSNSelect div>input[type='checkbox'] { position:relative; top: 3px;} #dlgStatistik { width : 1000px;} #dlgStatistik fieldset { background : white } #dlgStatistik table { border-spacing : 0; border-collapse : collapse; } #dlgStatistik table tr:nth-child(2n+2) { background : #f3f3f3 } #dlgStatistik table tr:nth-child(2n+3) { background : #eeeeec } #dlgStatistik th { padding : 0.2em } #dlgStatistik table * { color : black } #dlgStatistik table th:nth-child(1) { width : 20% } #dlgStatistik table th:nth-child(2) { width : 10% } #dlgStatistik table th:nth-child(3) { width : 18% } #dlgStatistik table th:nth-child(4) { width : 12% } #dlgStatistik table th:nth-child(5) { width : 30%; } #dlgStatistik table td:nth-child(5) { position:relative} #dlgStatistik table td:nth-child(5) div:nth-child(1) { float : left; width : 25px; top : 3px; position : relative } #dlgStatistik table td:nth-child(5) div:nth-child(2) { float : left; background-color: #8A91CE; heighti : 22px; border : 1px solid #999; margin : 0 16px; } #dlgStatistik table td:nth-child(5) div:nth-child(3) { position : absolute; right : 3px; top:3px } #dlgBtnOk { width : 100px; } #dlgKonfig table td:nth-child(1) { width : 200px } #dlgKonfig table td:nth-child(2) { width : 150px; padding : 0; } #dlgKonfig table td>select { width : 100%; height : 2em; } #dlgKonfigMsn { } #dlgKonfigMsn .table { width : 100%; background-color : lightgrey} #dlgKonfigMsn .td:nth-child(3) { width : 30px; } #dlgKonfigMsn .td:nth-child(4) { width : 30px; } .dlgNbrStyle * { font-size:10px } .dlgNbrStyle th { padding: 2px 3px; } .dlgNbrStyle button { width: 100%; padding: 0; } .call_INOUT { background : url('./pics/call_inout.png') left center no-repeat; padding-left:26px; } .call_IN { background : url('./pics/call_in.png') left center no-repeat; padding-left:26px; } .call_OUT { background : url('./pics/call_out.png') left center no-repeat; padding-left:26px; } .call_IN_FAILED { background : url('./pics/call_in_failed.png') left center no-repeat; padding-left:26px; } .call_OUT_FAILED { background : url('./pics/call_out_failed.png')left center no-repeat; padding-left:26px; } .btnINOUT { background : url('./pics/call_inout.png') left top no-repeat; background-size: 24px 24px ; width:28px; } .btnIN { background : url('./pics/call_in.png') left top no-repeat; background-size: 24px 24px ; width:28px; } .btnOUT { background : url('./pics/call_out.png') left top no-repeat; background-size: 24px 24px ; width:28px; } .btnClock { background : url('./pics/clock.png') left top no-repeat; background-size: 24px 24px ; width:28px; } .btnFilter { background : url('./pics/filter.png') left top no-repeat; background-size: 24px 24px ; width:28px; } .btnStatistik { background : url('./pics/statistic.png') left top no-repeat; background-size: 24px 24px ; width:28px; margin-left:20px } .btnKonfig { background : url('./pics/config.png') left top no-repeat; background-size: 24px 24px ; width:28px; } .ui-selectmenu-menu li div { height: 1.2em; } #sel_inout-menu .ui-state-active span {filter: invert(100%); -webkit-filter: invert(100%)}; "; ?>© the eisfair team |