Файловый менеджер - Редактировать - /home/lmsyaran/public_html/khademsharif/css.tar
Назад
adminlist.css 0000644 00000010731 15120144213 0007235 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Common CSS for adminlist grids */ html, body { background-color: #F0F0F0; color: ButtonText; font-family: Tahoma, Verdana, sans-serif !important; margin: 0 !important; padding: 0 !important; } table.adminlist { width: 99%; border-spacing: 1px; background-color: #f3f3f3; color: #666; font-size: 11px; } table.adminlist td, table.adminlist th { padding: 4px !important; font-size: 11px; } table.adminlist thead th { text-align: center; background: #f7f7f7; color: #666; border-bottom: 1px solid #CCC; border-left: 1px solid #fff; } table.adminlist thead th.left { text-align: left; } table.adminlist thead a:hover { text-decoration: none; } table.adminlist thead th img { vertical-align: middle; padding-left: 3px; } table.adminlist tbody th { font-weight: bold; } table.adminlist th a img { border: 0; } table.adminlist tbody tr { background-color: #fff; text-align: left; } table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td { background-color: #e8f6fe; } table.adminlist tbody tr td { background: #fff; border: 1px solid #fff; } table.adminlist tbody tr.row1 td { background: #f0f0f0; border-top: 1px solid #FFF; } table.adminlist tfoot tr { text-align: center; color: #333; } table.adminlist tfoot td,table.adminlist tfoot th { background-color: #f7f7f7; border-top: 1px solid #999; text-align: center; } table.adminlist td.order { text-align: center; white-space: nowrap; width: 200px; } table.adminlist td.order span { float: left; width: 20px; text-align: center; background-repeat: no-repeat; height: 13px; } table.adminlist .pagination { display: inline-block; padding: 0; margin: 0 auto; } /* Tree indentation & nesting - Up to 10 levels deep so don't go crazy :) */ table.adminlist td.indent-4 { padding-left: 4px; } table.adminlist td.indent-19 { padding-left: 19px; } table.adminlist td.indent-34 { padding-left: 34px; } table.adminlist td.indent-49 { padding-left: 49px; } table.adminlist td.indent-64 { padding-left: 64px; } table.adminlist td.indent-79 { padding-left: 79px; } table.adminlist td.indent-94 { padding-left: 94px; } table.adminlist td.indent-109 { padding-left: 109px; } table.adminlist td.indent-124 { padding-left: 124px; } table.adminlist td.indent-139 { padding-left: 139px; } table.adminlist tr td.btns a { text-decoration: underline; } /* added Angie */ /* Filter Form */ fieldset ol, ol#property-values { margin: 0; padding: 0; } fieldset li, ol#property-values li { list-style: none; margin: 0; padding: 5px; } fieldset.filter { border: 0; margin: 0; padding: 0 0 5px; } fieldset.filter ol { border: 0; list-style: none; margin: 0; padding: 5px 0 0; } fieldset.filter ol li { float: left; padding: 0 5px 0 0; } fieldset.filter ol li fieldset { border: 0; margin: 0; padding: 0; } fieldset.filter .left { float: left; width: auto; margin: 0; text-align: left; } fieldset.filter .left label { float: left; padding: 2px; } fieldset.filter .right { float: right; } fieldset#buttonbar { border: 0; text-align: right; } fieldset#buttonbar ul { list-style: none; margin: 0; padding: 0; } fieldset#buttonbar li { margin: 0; padding: 5px; } button { margin-top: 4px; background: #fff; border: 1px solid #ccc; text-decoration: none; } button:hover { cursor: pointer; background: #E8F6FE; text-decoration: none; border: 1px solid #aaa; } fieldset input, fieldset textarea, fieldset select, fieldset img { float: left; width: auto; margin: 5px 5px 5px 0; font-size: 11px !important; } .list-footer div.limit { float: left; line-height: 22px; margin: 0 10px; } .list-footer div.limit select#limit { width: 50px; } /* ++++++++++++++ pagination ++++++++++++++ */ .list-footer { margin: 10px 0; padding: 10px 0 10px 0; text-align: center; } table .list-footer ul { list-style-type: none; margin: 0 !important; padding: 0; text-align: left; border: solid 0 #ccc; float: left; } .list-footer li { display: inline; padding: 2px 5px !important; text-align: left; border: solid 0 #eee; margin: 0 2px; font-size: 11px; } .list-footer li.pagination-start, .list-footer li.pagination-next, .list-footer li.pagination-end, .list-footer li.pagination-prev { border: 0; } .list-footer li.pagination-start , .list-footer li.pagination-start span { padding: 4px; } p.counter { font-weight: bold; } calendar-jos.css 0000644 00000007473 15120144213 0007624 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* The main calendar widget. DIV containing a table. */ div.calendar { position: relative; z-index: 10000; width: 226px; } .calendar, .calendar table { border: 1px solid #cccccc; font-size: 11px; color: #000; cursor: default; background: #efefef; font-family: arial,verdana,sans-serif; } /* Header part -- contains navigation buttons and day names. */ .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ text-align: center; /* They are the navigation buttons */ padding: 2px; /* Make the buttons seem like they're pressing */ } .calendar thead .title { /* This holds the current "month, year" */ font-weight: bold; /* Pressing it will take you to the current date */ text-align: center; background: #333333; color: #ffffff; padding: 2px; } .calendar thead .headrow { /* Row <TR> containing navigation buttons */ background: #dedede; color: #000; } .calendar thead .name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #cccccc; padding: 2px; text-align: center; color: #000; } .calendar thead .weekend { /* How a weekend day name shows in header */ color: #999; } .calendar thead .hilite { /* How do the buttons in header appear when hover */ background: #bbbbbb; color: #000000; border: 1px solid #cccccc; padding: 1px; } .calendar thead .active { /* Active (pressed) buttons in header */ background: #c77; padding: 2px 0px 0px 2px; } .calendar thead .daynames { /* Row <TR> containing the day names */ background: #dddddd; } /* The body part -- contains all the days in month. */ .calendar tbody .day { /* Cells <TD> containing month days dates */ width: 2em; text-align: right; padding: 2px 4px 2px 2px; } .calendar table .wn { padding: 2px 3px 2px 2px; border-right: 1px solid #cccccc; background: #dddddd; } .calendar tbody .rowhilite td { background: #666666; color: #ffffff; } .calendar tbody .rowhilite td.wn { background: #666666; color: #ffffff; } .calendar tbody td.active { /* Active (pressed) cells <TD> */ background: #000000; color: #ffffff; } .calendar tbody td.weekend { /* Cells showing weekend days */ color: #999; } .calendar tbody td.selected { /* Cell showing today date */ font-weight: bold; background: #000000; color: #ffffff; } .calendar tbody td.hilite { /* Hovered cells <TD> */ background: #999999; color: #ffffff; } .calendar tbody td.today { font-weight: bold; } .calendar tbody .disabled { color: #999; } .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ visibility: hidden; } .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ display: none; } /* The footer part -- status bar and "Close" button */ .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */ text-align: center; background: #cccccc; color: #000; } .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */ border-top: 1px solid #cccccc; background: #efefef; color: #000000; } .calendar tfoot .hilite { /* Hover style for buttons in footer */ background: #666666; border: 1px solid #f40; padding: 1px; } .calendar tfoot .active { /* Active (pressed) style for buttons in footer */ background: #999999; padding: 2px 0px 0px 2px; } /* Combo boxes (menus that display months/years for direct selection) */ .combo { position: absolute; display: none; top: 0px; left: 0px; width: 4em; cursor: default; border: 1px solid #655; background: #ffffff; color: #000; font-size: smaller; } .combo .label { width: 100%; text-align: center; } .combo .hilite { background: #fc8; } .combo .active { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; background: #efefef; font-weight: bold; } fields/calendar-rtl.css 0000644 00000010265 15120144213 0011071 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ .js-calendar { box-shadow: 0 0 15px 4px rgba(0,0,0,.15) !important; } .calendar-container { float: left; min-width: 160px; padding: 0; list-style: none; border-radius: 5px; background-color: #ffffff !important; z-index: 1100 !important; } .calendar-container table { table-layout: fixed; max-width: 262px; border-radius: 5px; background-color: #ffffff !important; z-index: 1100 !important; } /* The main calendar widget. DIV containing a table. */ div.calendar-container table th, .calendar-container table td { padding: 8px 0; line-height: 1.1em; text-align: center; } div.calendar-container table body td { line-height: 2em; } div.calendar-container table td.title { /* This holds the current "month, year" */ vertical-align: middle; text-align: center; } .calendar-container table thead td.headrow { /* Row <TR> containing navigation buttons */ background: #fff; color: #000; } .calendar-container table thead td.name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #fff; text-align: center; color: #000; } .calendar-container table thead td.weekend { /* How a weekend day name shows in header */ color: #999; } /* The body part -- contains all the days in month. */ .calendar-container table tbody td.day { /* Cells <TD> containing month days dates */ text-align: right; } .calendar-container table tbody td.wn { background: #fff; } .calendar-container table tbody td.weekend { /* Cells showing weekend days */ color: #999; } .calendar-container table tbody td.hilite { /* Hovered cells <TD> */ background: #999999; color: #ffffff; } .calendar-container table tbody td.day { border: 0; cursor : pointer; font-size: 12px; min-width: 38px; } .calendar-container table tbody td.day.wn { text-align: center; background-color: #f4f4f4; } .calendar-container table tbody td.day.selected { /* Cell showing today date */ background: #3071a9; color: #fff; border: 0; } .calendar-container table tbody td.today { position: relative; height: 100%; width: auto; font-weight: bold; } .calendar-container table tbody td.today:after { position: absolute; bottom: 3px; left: 3px; right: 3px; content: ""; height: 3px; border-radius: 1.5px; background-color: #46a546; } .calendar-container table tbody td.today.selected:after { background-color: #fff; } .calendar-container table tbody td.day:hover { cursor: pointer; background: #3d8fd7; color: #fff; } .calendar-container table tbody td.day:hover:after { background-color: #fff; } .calendar-container table tbody .disabled { color: #999; background-color: #fafafa; } .calendar-container table tbody .emptycell { /* Empty cells (the best is to hide them) */ visibility: hidden; } .calendar-container table tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ display: none; } .buttons-wrapper { padding: 5px 5px; } a.js-btn.btn.btn-exit, a.js-btn.btn.btn-today, a.js-btn.btn.btn-clear { cursor: pointer; text-decoration: none; min-width: 60px; } .calendar-container .calendar-head-row td { padding: 4px 0 !important; } .calendar-container .day-name { font-size: 0.7rem; font-weight: bold; } .calendar-container .time td { padding: 8px 8px 8px 0; } .time .time-title { background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNqklUsohFEUx7/5kgWGjEcRJULJSmJhITQLr8UoFko2k2SDLGZD2SglJcXOxo6Fx0ayUt4jWXgNG2rIwsgMJZPn/+o/dRvfa8yp33zfPfecM+e795x7bYqxtIAaUA2KgA3cgn3gBcsgrMQg3eAAfJtwBYa0Atg0dAugg+/3YAUcgkvqCkAVcIIy6raBCwT0/mRdymYG5Bt8VQoYBe+0Pwdpik6mwuAVNMawbJXgmr7e6FVokzKt1XBOZnYuneB54Jn+w/LEMZXTOo65nN80yNxNmyBIF4o6Ku6AXccpmzbzJstyQbs+FT/1VC6CFyU+mePTqbIBhBwp8csGn8UqO0qIz8AhstNBk8BP4As4RGCVyk8LgUVVlFvIXFXZ+4qUuZY8gn6W1QmYBKkadklM9PfLJriTYxYyEYFXpZp3s8Yj0kv9mhi0cuCTlsVMuqRWbpL0Xuo8YpAotaQnhgoQSzEAMjhuZoywfMb0UCmyKP1HmSXzJBQxpqIn9zhxA0piCJoFdqXu/bOpmeCMBiF+ZoJJ0E7gp0/AKCF71M1xCkZ4NRWSCjAIdiQ7v9UlHAcPUdfQh1QJEd7ArOg0K1dTRHJAO2hg8zhoH2IVbYElvaPgR4ABAFM/gtHnpJfxAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-position: center; } fields/calendar.css 0000644 00000010267 15120144213 0010274 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ .js-calendar { box-shadow: 0 0 15px 4px rgba(0,0,0,.15) !important; } .calendar-container { float: left; min-width: 160px; padding: 0; list-style: none; border-radius: 5px; background-color: #ffffff !important; z-index: 1100 !important; } .calendar-container table { table-layout: fixed; max-width: 262px; border-radius: 5px; background-color: #ffffff !important; z-index: 1100 !important; } /* The main calendar widget. DIV containing a table. */ div.calendar-container table th, .calendar-container table td { padding: 8px 0; line-height: 1.1em; text-align: center; } div.calendar-container table body td { line-height: 2em; } div.calendar-container table td.title { /* This holds the current "month, year" */ vertical-align: middle; text-align: center; } .calendar-container table thead td.headrow { /* Row <TR> containing navigation buttons */ background: #fff; color: #000; } .calendar-container table thead td.name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #fff; text-align: center; color: #000; } .calendar-container table thead td.weekend { /* How a weekend day name shows in header */ color: #999; } /* The body part -- contains all the days in month. */ .calendar-container table tbody td.day { /* Cells <TD> containing month days dates */ text-align: right; } .calendar-container table tbody td.wn { background: #fff; } .calendar-container table tbody td.weekend { /* Cells showing weekend days */ color: #999; } .calendar-container table tbody td.hilite { /* Hovered cells <TD> */ background: #999999; color: #ffffff; } .calendar-container table tbody td.day { border: 0; cursor : pointer; font-size: 12px; min-width: 38px; } .calendar-container table tbody td.day.wn { text-align: center; background-color: #f4f4f4; } .calendar-container table tbody td.day.selected { /* Cell showing today date */ background: #3071a9; color: #fff; border: 0; } .calendar-container table tbody td.today { position: relative; height: 100%; width: auto; font-weight: bold; } .calendar-container table tbody td.today:after { position: absolute; bottom: 3px; left: 3px; right: 3px; content: ""; height: 3px; border-radius: 1.5px; background-color: #46a546; } .calendar-container table tbody td.today.selected:after { background-color: #fff; } .calendar-container table tbody td.day:hover { cursor: pointer; background: #3d8fd7; color: #fff; } .calendar-container table tbody td.day:hover:after { background-color: #fff; } .calendar-container table tbody .disabled { color: #999; background-color: #fafafa; } .calendar-container table tbody .emptycell { /* Empty cells (the best is to hide them) */ visibility: hidden; } .calendar-container table tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ display: none; } .buttons-wrapper { padding: 5px 5px; } a.js-btn.btn.btn-exit, a.js-btn.btn.btn-today, a.js-btn.btn.btn-clear { cursor: pointer; text-decoration: none; min-width: 60px; } .calendar-container .calendar-head-row td { padding: 4px 0 !important; } .calendar-container .day-name { font-size: 0.7rem; font-weight: bold; } .calendar-container .time td { padding: 8px 0 8px 8px; } .time .time-title { background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNqklUsohFEUx7/5kgWGjEcRJULJSmJhITQLr8UoFko2k2SDLGZD2SglJcXOxo6Fx0ayUt4jWXgNG2rIwsgMJZPn/+o/dRvfa8yp33zfPfecM+e795x7bYqxtIAaUA2KgA3cgn3gBcsgrMQg3eAAfJtwBYa0Atg0dAugg+/3YAUcgkvqCkAVcIIy6raBCwT0/mRdymYG5Bt8VQoYBe+0Pwdpik6mwuAVNMawbJXgmr7e6FVokzKt1XBOZnYuneB54Jn+w/LEMZXTOo65nN80yNxNmyBIF4o6Ku6AXccpmzbzJstyQbs+FT/1VC6CFyU+mePTqbIBhBwp8csGn8UqO0qIz8AhstNBk8BP4As4RGCVyk8LgUVVlFvIXFXZ+4qUuZY8gn6W1QmYBKkadklM9PfLJriTYxYyEYFXpZp3s8Yj0kv9mhi0cuCTlsVMuqRWbpL0Xuo8YpAotaQnhgoQSzEAMjhuZoywfMb0UCmyKP1HmSXzJBQxpqIn9zhxA0piCJoFdqXu/bOpmeCMBiF+ZoJJ0E7gp0/AKCF71M1xCkZ4NRWSCjAIdiQ7v9UlHAcPUdfQh1QJEd7ArOg0K1dTRHJAO2hg8zhoH2IVbYElvaPgR4ABAFM/gtHnpJfxAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-position: center; } frontediting.css 0000644 00000001031 15120144213 0007736 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Module edit in front-end */ .jmoddiv.jmodinside { position: relative; top: 0; left: 0; } .btn.jmodedit { z-index: 1001; display: block; position: absolute; top: 0; right: 0; } html[dir=rtl] .btn.jmodedit { right: auto; left: 0; } /* Menu edit in front-end */ .btn.jfedit-menu { z-index: 1002; display: block; } jquery.Jcrop.min.css 0000644 00000012241 15120144213 0010424 0 ustar 00 /*! Jcrop.min.css v2.0.4 - build: 20151117 * Copyright 2008-2015 Tapmodo Interactive LLC * Free software under MIT License **/ .jcrop-active{direction:ltr;text-align:left;box-sizing:border-box;-ms-touch-action:none}.jcrop-dragging{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.jcrop-selection{z-index:2}.jcrop-selection.jcrop-current{z-index:4}.jcrop-border{background:#fff url(Jcrop.gif);line-height:1px!important;font-size:0!important;overflow:hidden;position:absolute;filter:alpha(opacity=50)!important;opacity:.5!important}.jcrop-border.ord-w,.jcrop-border.ord-e,.jcrop-border.ord-n{top:0}.jcrop-border.ord-n,.jcrop-border.ord-s{width:100%;height:1px!important}.jcrop-border.ord-w,.jcrop-border.ord-e{height:100%;width:1px!important}.jcrop-border.ord-e{right:-1px}.jcrop-border.ord-n{top:-1px}.jcrop-border.ord-w{left:-1px}.jcrop-border.ord-s{bottom:-1px}.jcrop-selection{position:absolute}.jcrop-box{z-index:2;display:block;background:0 0;border:0;padding:0;margin:0;font-size:0}.jcrop-box:hover{background:0 0}.jcrop-box:active{background:0 0}.jcrop-box:focus{outline:1px rgba(128,128,128,.65) dotted}.jcrop-active,.jcrop-box{position:relative}.jcrop-box{width:100%;height:100%;cursor:move}.jcrop-handle{z-index:4;background-color:rgba(49,28,28,.58);border:1px #eee solid;width:9px;height:9px;font-size:0;position:absolute;filter:alpha(opacity=80)!important;opacity:.8!important}.jcrop-handle.ord-n{left:50%;margin-left:-5px;margin-top:-5px;top:0;cursor:n-resize}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.jcrop-handle.ord-e{margin-right:-5px;margin-top:-5px;right:0;top:50%;cursor:e-resize}.jcrop-handle.ord-w{left:0;margin-left:-5px;margin-top:-5px;top:50%;cursor:w-resize}.jcrop-handle.ord-nw{left:0;margin-left:-5px;margin-top:-5px;top:0;cursor:nw-resize}.jcrop-handle.ord-ne{margin-right:-5px;margin-top:-5px;right:0;top:0;cursor:ne-resize}.jcrop-handle.ord-se{bottom:0;margin-bottom:-5px;margin-right:-5px;right:0;cursor:se-resize}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.jcrop-touch .jcrop-handle{z-index:4;background-color:rgba(49,28,28,.58);border:1px #eee solid;width:18px;height:18px;font-size:0;position:absolute;filter:alpha(opacity=80)!important;opacity:.8!important}.jcrop-touch .jcrop-handle.ord-n{left:50%;margin-left:-10px;margin-top:-10px;top:0;cursor:n-resize}.jcrop-touch .jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-10px;margin-left:-10px;cursor:s-resize}.jcrop-touch .jcrop-handle.ord-e{margin-right:-10px;margin-top:-10px;right:0;top:50%;cursor:e-resize}.jcrop-touch .jcrop-handle.ord-w{left:0;margin-left:-10px;margin-top:-10px;top:50%;cursor:w-resize}.jcrop-touch .jcrop-handle.ord-nw{left:0;margin-left:-10px;margin-top:-10px;top:0;cursor:nw-resize}.jcrop-touch .jcrop-handle.ord-ne{margin-right:-10px;margin-top:-10px;right:0;top:0;cursor:ne-resize}.jcrop-touch .jcrop-handle.ord-se{bottom:0;margin-bottom:-10px;margin-right:-10px;right:0;cursor:se-resize}.jcrop-touch .jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-10px;margin-left:-10px;cursor:sw-resize}.jcrop-dragbar{font-size:0;position:absolute}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:9px!important;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{top:0;height:100%;width:9px!important}.jcrop-dragbar.ord-n{margin-top:-5px;cursor:n-resize;top:0}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-5px;cursor:s-resize}.jcrop-dragbar.ord-e{margin-right:-5px;right:0;cursor:e-resize}.jcrop-dragbar.ord-w{margin-left:-5px;cursor:w-resize}.jcrop-shades{position:relative;top:0;left:0}.jcrop-shades div{cursor:crosshair}.jcrop-noresize .jcrop-dragbar,.jcrop-noresize .jcrop-handle{display:none}.jcrop-selection.jcrop-nodrag .jcrop-box,.jcrop-nodrag .jcrop-shades div{cursor:default}.jcrop-light .jcrop-border{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{background-color:#000;border-color:#fff}.jcrop-dark .jcrop-border{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{background-color:#fff;border-color:#000}.solid-line .jcrop-border{background:#fff}.jcrop-thumb{position:absolute;overflow:hidden;z-index:5}.jcrop-active img,.jcrop-thumb img,.jcrop-thumb canvas{min-width:none;min-height:none;max-width:none;max-height:none}.jcrop-hl-active .jcrop-border{filter:alpha(opacity=20)!important;opacity:.2!important}.jcrop-hl-active .jcrop-handle{filter:alpha(opacity=10)!important;opacity:.1!important}.jcrop-hl-active .jcrop-selection:hover{}.jcrop-hl-active .jcrop-selection:hover .jcrop-border{background-color:#ccc;filter:alpha(opacity=50)!important;opacity:.5!important}.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border{background:gray url(Jcrop.gif);opacity:.35!important;filter:alpha(opacity=35)!important}.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle{filter:alpha(opacity=30)!important;opacity:.3!important}.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border{background:url(Jcrop.gif);opacity:.65!important;filter:alpha(opacity=65)!important}.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle{filter:alpha(opacity=60)!important;opacity:.6!important}button.jcrop-box{background:0 0} modal.css 0000644 00000005705 15120144213 0006352 0 ustar 00 /** * SqueezeBox - Expandable Lightbox * * Allows to open various content as modal, * centered and animated box. * * @version 1.3 * * @license MIT-style license * @author Harald Kirschner <mail [at] digitarald.de> * @author Rouven Weßling <me [at] rouvenwessling.de> * @copyright Author */ #sbox-overlay { position: fixed; background-color: #000; left: 0px; top: 0px; } #sbox-window { position: absolute; background-color: #fff; text-align: left; overflow: visible; padding: 10px; /* invalid values, but looks smoother! */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #sbox-window[aria-hidden=true], #sbox-overlay[aria-hidden=true] { display: none; } #sbox-btn-close { position: absolute; width: 30px; height: 30px; right: -15px; top: -15px; background: url(../images/modal/closebox.png) no-repeat center; border: none; } .sbox-loading #sbox-content { background-image: url(../images/modal/spinner.gif); background-repeat: no-repeat; background-position: center; } #sbox-content { clear: both; overflow: auto; background-color: #fff; height: 100%; width: 100%; } .sbox-content-image#sbox-content { overflow: visible; } #sbox-image { display: block; } .sbox-content-image img { display: block; width: 100%; height: 100%; } .sbox-content-iframe#sbox-content { overflow: visible; } /* Hides scrollbars */ .body-overlayed { overflow: hidden; } /* Hides flash (Firefox problem) and selects (IE) */ .body-overlayed embed, .body-overlayed object, .body-overlayed select { visibility: hidden; } #sbox-window embed, #sbox-window object, #sbox-window select { visibility: visible; } /* Shadows */ #sbox-window.shadow { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); } .sbox-bg { position: absolute; width: 33px; height: 40px; } .sbox-bg-n { left: 0; top: -40px; width: 100%; background: url(../images/modal/bg_n.png) repeat-x; } .sbox-bg-ne { right: -33px; top: -40px; background: url(../images/modal/bg_ne.png) no-repeat; } .sbox-bg-e { right: -33px; top: 0; height: 100%; background: url(../images/modal/bg_e.png) repeat-y; } .sbox-bg-se { right: -33px; bottom: -40px; background: url(../images/modal/bg_se.png) no-repeat; } .sbox-bg-s { left: 0; bottom: -40px; width: 100%; background: url(../images/modal/bg_s.png) repeat-x; } .sbox-bg-sw { left: -33px; bottom: -40px; background: url(../images/modal/bg_sw.png) no-repeat; } .sbox-bg-w { left: -33px; top: 0; height: 100%; background: url(../images/modal/bg_w.png) repeat-y; } .sbox-bg-nw { left: -33px; top: -40px; background: url(../images/modal/bg_nw.png) no-repeat; } @media (max-width: 979px) { #sbox-btn-close { right: -10px; top: -10px; } } @media (max-device-width: 979px) { #sbox-content { -webkit-overflow-scrolling: touch; } #sbox-content.sbox-content-iframe { overflow: scroll; -webkit-overflow-scrolling: touch; } } mootree.css 0000644 00000000753 15120144213 0006726 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ .mooTree_node { font-family: Verdana, Arial, Helvetica; font-size: 10px; white-space: nowrap; } .mooTree_text { padding-top: 3px; height: 15px; cursor: pointer; } .mooTree_img { float: left; width: 18px; height: 18px; overflow: hidden; } .mooTree_selected { background-color: #ffc; font-weight: bold; } mootree_rtl.css 0000644 00000000313 15120144213 0007577 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ .mooTree_img { float: right; } system.css 0000644 00000002646 15120144213 0006603 0 ustar 00 /** * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* System Messages */ #system-message { margin-bottom: 10px; padding: 0; } #system-message > dt { font-weight: bold; display: none; } #system-message > dd { margin: 0; font-weight: bold; text-indent: 30px; } #system-message > dd > ul { color: #0055BB; background-position: 4px top; background-repeat: no-repeat; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; } #system-message > dd > ul > li { line-height: 1.5em; } /* System Standard Messages */ #system-message > .message > ul { background-color: #C3D2E5; background-image: url(../images/notice-info.png); } /* System Error Messages */ #system-message > .error > ul, #system-message > .warning > ul, #system-message > .notice > ul { color: #c00; } #system-message > .error > ul { background-color: #E6C0C0; background-image: url(../images/notice-alert.png); border-color: #DE7A7B; } /* System Warning Messages */ #system-message > .warning > ul { background-color: #E6C8A6; background-image: url(../images/notice-note.png); border-color: #FFBB00; } /* System Notice Messages */ #system-message > .notice > ul { background-color: #EFE7B8; background-image: url(../images/notice-note.png); border-color: #F0DC7E; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.09 |
proxy
|
phpinfo
|
Настройка