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/Student/JimMartinson/Lab12/drupal/core/themes/stable/css/shortcut/ |
Upload File : |
/** * @file * Styling for the shortcut module. */ /** * Toolbar. */ .toolbar .toolbar-tray-vertical .edit-shortcuts { text-align: right; /* LTR */ padding: 1em; } [dir="rtl"] .toolbar .toolbar-tray-vertical .edit-shortcuts { text-align: left; } .toolbar .toolbar-tray-horizontal .edit-shortcuts { float: right; /* LTR */ } [dir="rtl"] .toolbar .toolbar-tray-horizontal .edit-shortcuts { float: left; } /** * Add/remove links. */ .shortcut-action { display: inline-block; margin-left: 0.3em; /* LTR */ } [dir="rtl"] .shortcut-action { margin-left: 0; margin-right: 0.3em; } .shortcut-action__message { background: #000000; background: rgba(0, 0, 0, 0.5); border-radius: 5px; padding: 0 5px; color: #ffffff; display: inline-block; margin-left: 0.3em; /* LTR */ opacity: 0; -ms-transform: translateY(-12px); -webkit-transform: translateY(-12px); transform: translateY(-12px); -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; -ms-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } [dir="rtl"] .shortcut-action__message { margin-left: 0; margin-right: 0.3em; } .shortcut-action:hover .shortcut-action__message, .shortcut-action:focus .shortcut-action__message { opacity: 1; -ms-transform: translateY(-2px); -webkit-transform: translateY(-2px); transform: translateY(-2px); }