File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_templateck/assets/ckframework__.css
Back
/** CSS CK Framework **/ /* * Februar 2016 * Cédric KEIFLIN * http://www.joomlack.fr - http://www.template-creator.com */ /* =========================================================== * CK Button * ========================================================== */ .ckbutton { display: inline-block; background: #f9f9f9; border: #bbb 1px solid; border-color: #bbb #bbb #a2a2a2; border-radius: 0px; color: #333; font-size: 13px; cursor: pointer; text-align: center; line-height: 18px; margin: 3px 5px; vertical-align: middle; padding: 4px 12px; } .ckbutton:hover { background: #f1f1f1; } /*.ckbutton:empty { display: none !important; } */ .ckbutton [class^="icon-"], .ckbutton [class*=" icon-"] { margin: 0; } .ckbutton-small { padding: 2px 4px; } .ckbutton:active, .ckbutton.active { color: #333; background: #e6e6e6; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } .ckbutton-group { display: inline-block; font-size: 0; position: relative; vertical-align: middle; white-space: nowrap; } .ckbutton-group { display: inline-block; font-size: 0; position: relative; vertical-align: middle; white-space: nowrap; } .ckbutton-group > .ckbutton { margin-left: 0; margin-right: 0; border-radius: 0; } .ckbutton-group > .ckbutton + .ckbutton, .ckbutton-group > input + .ckbutton { margin-left: -1px; } .btn-primary.active, .ckbutton-warning.active, .ckbutton-danger.active, .ckbutton-success.active, .ckbutton-info.active, .ckbutton-inverse.active { color: rgba(255,255,255,0.75); } .ckbutton-primary { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #1d6cb0; border-color: #15497c #15497c #0a223b; } .ckbutton-primary:hover, .ckbutton-primary:focus, .ckbutton-primary:active, .ckbutton-primary.active, .ckbutton-primary.disabled, .ckbutton-primary[disabled] { color: #fff; background-color: #15497c; } .ckbutton-warning { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #faa732; border-color: #f89406 #f89406 #ad6704; } .ckbutton-warning:hover, .ckbutton-warning:focus, .ckbutton-warning:active, .ckbutton-warning.active, .ckbutton-warning.disabled, .ckbutton-warning[disabled] { color: #fff; background-color: #f89406; } .ckbutton-danger { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #da4f49; border-color: #bd362f #bd362f #802420; } .ckbutton-danger:hover, .ckbutton-danger:focus, .ckbutton-danger:active, .ckbutton-danger.active, .ckbutton-danger.disabled, .ckbutton-danger[disabled] { color: #fff; background-color: #bd362f; } .ckbutton-success { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #5bb75b; border-color: #51a351 #51a351 #387038; } .ckbutton-success:hover, .ckbutton-success:focus, .ckbutton-success:active, .ckbutton-success.active, .ckbutton-success.disabled, .ckbutton-success[disabled] { color: #fff; background-color: #51a351; } .ckbutton-success:active, .ckbutton-success.active { background-color: #408140 \9; } .ckbutton-info { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #49afcd; border-color: #2f96b4 #2f96b4 #1f6377; } .ckbutton-info:hover, .ckbutton-info:focus, .ckbutton-info:active, .ckbutton-info.active, .ckbutton-info.disabled, .ckbutton-info[disabled] { color: #fff; background-color: #2f96b4; } .ckbutton-inverse { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #363636; border-color: #222 #222 #000000; } .ckbutton-inverse:hover, .ckbutton-inverse:focus, .ckbutton-inverse:active, .ckbutton-inverse.active, .ckbutton-inverse.disabled, .ckbutton-inverse[disabled] { color: #fff; background-color: #222; } /* =========================================================== * CK Forms * ========================================================== */ textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { border-radius: 0; margin: 0; padding: 4px 6px; vertical-align: middle; display: inline-block; font-size: 13px; height: 18px; line-height: 18px; color: #555; } textarea,select { height: auto; border-radius: 0; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); } /* =========================================================== * CK Tooltip * ========================================================== */ .cktooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .cktooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .cktooltip.top { margin-top: -3px; padding: 5px 0; } .cktooltip.right { margin-left: 3px; padding: 0 5px; } .cktooltip.bottom { margin-top: 3px; padding: 5px 0; } .cktooltip.left { margin-left: -3px; padding: 0 5px; } .cktooltip-inner { max-width: 200px; padding: 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .cktooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .cktooltip.top .cktooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .cktooltip.right .cktooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .cktooltip.left .cktooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .cktooltip.bottom .cktooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* =========================================================== * Table * ========================================================== */ table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .cktable { width: 100%; margin-bottom: 18px; } .cktable th, .cktable td { padding: 8px; line-height: 18px; text-align: left; vertical-align: top; /*border-top: 1px solid #ddd;*/ } .cktable th { font-weight: bold; } .cktable thead th { vertical-align: bottom; } .cktable caption + thead tr:first-child th, .cktable caption + thead tr:first-child td, .cktable colgroup + thead tr:first-child th, .cktable colgroup + thead tr:first-child td, .cktable thead:first-child tr:first-child th, .cktable thead:first-child tr:first-child td { border-top: 0; } .cktable tbody + tbody { border-top: 2px solid #ddd; } .cktable .cktable { /*background-color: #fff;*/ } .cktable-condensed th, .cktable-condensed td { padding: 4px 5px; } .cktable-bordered { border: 1px solid #ddd; border-collapse: separate; *border-collapse: collapse; border-left: 0; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/ } .cktable-bordered th, .cktable-bordered td { border-left: 1px solid #ddd; } .cktable-bordered caption + thead tr:first-child th, .cktable-bordered caption + tbody tr:first-child th, .cktable-bordered caption + tbody tr:first-child td, .cktable-bordered colgroup + thead tr:first-child th, .cktable-bordered colgroup + tbody tr:first-child th, .cktable-bordered colgroup + tbody tr:first-child td, .cktable-bordered thead:first-child tr:first-child th, .cktable-bordered tbody:first-child tr:first-child th, .cktable-bordered tbody:first-child tr:first-child td { border-top: 0; } .cktable-striped tbody > tr:nth-child(odd) > td, .cktable-striped tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .cktable-hover tbody tr:hover > td, .cktable-hover tbody tr:hover > th { background-color: #f5f5f5; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings