Issue #3079738 by lauriii, saschaeggi, webchick, xjm, andrewmacpherson, shimpy, effulgentsia, Wim Leers, DyanneNova, svettes, rainbreaw, fhaeberle, ckrina, AaronMcHale, justafish, catch, charlieweb82, AntoineH, lot007, pzajacz, kostyashupenko, jasonbarrie, antonellasevero, finnsky, worldlinemine, bnjmnm, RobLoach, Dennis Cohn, huzooka, Archita Arora, joachim, jrockowitz, benjifisher, shaal, Gábor Hojtsy, quiron, L2G2, ccasals, hampercm, if-jds, abhisekmazumdar, Kami Amiga, pivica, zrpnr, BrightBold, imalabya, jhedstrom, Neslee Canil Pinto, maliknaik, junaidmasoodi, Maithri Shetty, pranav73, mandclu, modulist, nod_, philosurfer, phenaproxima, mherchel, mlncn, rafuel92, leymannx, kiboman, Swapnil_Kotwal, anevins, evankay, rfmarcelino, thamas, brianperry, idebr, joelpittet, boulaffasae, alexpott, volkerk, DuneBL, Eli-T, Mahenkvyas22: Add Claro administration theme to core
2019-10-13 20:42:58 +00:00
|
|
|
/*
|
|
|
|
* DO NOT EDIT THIS FILE.
|
|
|
|
* See the following change record for more information,
|
2020-07-30 00:51:14 +00:00
|
|
|
* https://www.drupal.org/node/3084859
|
Issue #3079738 by lauriii, saschaeggi, webchick, xjm, andrewmacpherson, shimpy, effulgentsia, Wim Leers, DyanneNova, svettes, rainbreaw, fhaeberle, ckrina, AaronMcHale, justafish, catch, charlieweb82, AntoineH, lot007, pzajacz, kostyashupenko, jasonbarrie, antonellasevero, finnsky, worldlinemine, bnjmnm, RobLoach, Dennis Cohn, huzooka, Archita Arora, joachim, jrockowitz, benjifisher, shaal, Gábor Hojtsy, quiron, L2G2, ccasals, hampercm, if-jds, abhisekmazumdar, Kami Amiga, pivica, zrpnr, BrightBold, imalabya, jhedstrom, Neslee Canil Pinto, maliknaik, junaidmasoodi, Maithri Shetty, pranav73, mandclu, modulist, nod_, philosurfer, phenaproxima, mherchel, mlncn, rafuel92, leymannx, kiboman, Swapnil_Kotwal, anevins, evankay, rfmarcelino, thamas, brianperry, idebr, joelpittet, boulaffasae, alexpott, volkerk, DuneBL, Eli-T, Mahenkvyas22: Add Claro administration theme to core
2019-10-13 20:42:58 +00:00
|
|
|
* @preserve
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Installation styling.
|
|
|
|
*
|
|
|
|
* Unfortunately we have to make our styling quite strong, to override the
|
|
|
|
* .maintenance-page styling.
|
|
|
|
*/
|
|
|
|
.install-page {
|
|
|
|
min-height: 100%;
|
|
|
|
background-color: #1275b2;
|
|
|
|
background-image:
|
2019-11-15 14:21:05 +00:00
|
|
|
url(../../images/noise-low.png),
|
Issue #3079738 by lauriii, saschaeggi, webchick, xjm, andrewmacpherson, shimpy, effulgentsia, Wim Leers, DyanneNova, svettes, rainbreaw, fhaeberle, ckrina, AaronMcHale, justafish, catch, charlieweb82, AntoineH, lot007, pzajacz, kostyashupenko, jasonbarrie, antonellasevero, finnsky, worldlinemine, bnjmnm, RobLoach, Dennis Cohn, huzooka, Archita Arora, joachim, jrockowitz, benjifisher, shaal, Gábor Hojtsy, quiron, L2G2, ccasals, hampercm, if-jds, abhisekmazumdar, Kami Amiga, pivica, zrpnr, BrightBold, imalabya, jhedstrom, Neslee Canil Pinto, maliknaik, junaidmasoodi, Maithri Shetty, pranav73, mandclu, modulist, nod_, philosurfer, phenaproxima, mherchel, mlncn, rafuel92, leymannx, kiboman, Swapnil_Kotwal, anevins, evankay, rfmarcelino, thamas, brianperry, idebr, joelpittet, boulaffasae, alexpott, volkerk, DuneBL, Eli-T, Mahenkvyas22: Add Claro administration theme to core
2019-10-13 20:42:58 +00:00
|
|
|
radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%));
|
|
|
|
background-repeat: repeat;
|
|
|
|
background-position: left top, 50% 50%; /* LTR */
|
|
|
|
}
|
|
|
|
[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;
|
|
|
|
color: #595959;
|
|
|
|
font-size: 0.5em;
|
|
|
|
}
|
|
|
|
@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%;
|
|
|
|
}
|
|
|
|
}
|