OLD | NEW |
---|---|
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 * | 4 * |
5 * This is the stylesheet used by the Out of the box experience (OOBE) flow, | 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow, |
6 * sign in and lock screens. | 6 * sign in and lock screens. |
7 */ | 7 */ |
8 | 8 |
9 html, | 9 html, |
10 body { | 10 body { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
119 html[oobe=new] #oobe.enrollment #inner-container, | 119 html[oobe=new] #oobe.enrollment #inner-container, |
120 html[oobe=new] #oobe.eula #inner-container, | 120 html[oobe=new] #oobe.eula #inner-container, |
121 html[oobe=new] #oobe.gaia-signin #inner-container, | 121 html[oobe=new] #oobe.gaia-signin #inner-container, |
122 html[oobe=new] #oobe.error-message #inner-container, | 122 html[oobe=new] #oobe.error-message #inner-container, |
123 html[oobe=new] #oobe.oauth-enrollment #inner-container, | 123 html[oobe=new] #oobe.oauth-enrollment #inner-container, |
124 html[oobe=new] #oobe.reset #inner-container, | 124 html[oobe=new] #oobe.reset #inner-container, |
125 html[oobe=new] #oobe.update #inner-container, | 125 html[oobe=new] #oobe.update #inner-container, |
126 html[oobe=new] #oobe.user-image #inner-container, | 126 html[oobe=new] #oobe.user-image #inner-container, |
127 html[oobe=new] #oobe.managed-user-creation #inner-container, | 127 html[oobe=new] #oobe.managed-user-creation #inner-container, |
128 html[oobe=new] #oobe.tpm-error-message #inner-container, | 128 html[oobe=new] #oobe.tpm-error-message #inner-container, |
129 html[oobe=new] #oobe.password-changed #inner-container { | 129 html[oobe=new] #oobe.password-changed #inner-container, |
130 html[oobe=new] #oobe.wrong-hwid #inner-container { | |
130 background: -webkit-linear-gradient(rgba(255,255,255,0.99), | 131 background: -webkit-linear-gradient(rgba(255,255,255,0.99), |
131 rgba(255,255,255,0.95)); | 132 rgba(255,255,255,0.95)); |
132 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), | 133 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), |
133 0 4px 23px 5px rgba(0, 0, 0, 0.2), | 134 0 4px 23px 5px rgba(0, 0, 0, 0.2), |
134 0 2px 6px rgba(0, 0, 0, 0.15); | 135 0 2px 6px rgba(0, 0, 0, 0.15); |
135 } | 136 } |
136 | 137 |
137 /* Only play this animation when 'down' class is removed. */ | 138 /* Only play this animation when 'down' class is removed. */ |
138 html[oobe=new] #inner-container:not(.down) { | 139 html[oobe=new] #inner-container:not(.down) { |
139 -webkit-transition: -webkit-transform 200ms ease-in-out; | 140 -webkit-transition: -webkit-transform 200ms ease-in-out; |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
496 font-size: 22px; | 497 font-size: 22px; |
497 padding: 5px 45px 30px; | 498 padding: 5px 45px 30px; |
498 } | 499 } |
499 | 500 |
500 html[oobe=new] #reset #reset-warning-details { | 501 html[oobe=new] #reset #reset-warning-details { |
501 color: #606060; | 502 color: #606060; |
502 font-size: 16px; | 503 font-size: 16px; |
503 padding: 35px 40px 80px; | 504 padding: 35px 40px 80px; |
504 } | 505 } |
505 | 506 |
507 | |
Nikita (slow)
2013/02/11 17:09:03
nit: drop empty line
dzhioev (left Google)
2013/02/11 23:32:56
Done.
| |
506 html[oobe=new] #reset #reset-controls { | 508 html[oobe=new] #reset #reset-controls { |
507 -webkit-box-pack: center; | 509 -webkit-box-pack: center; |
508 bottom: 80px; | 510 bottom: 80px; |
509 } | 511 } |
510 | 512 |
511 html[oobe=new] #gaia-signin { | 513 html[oobe=new] #gaia-signin { |
512 height: 609px; | 514 height: 609px; |
513 padding: 70px 17px 69px; /* Screen has no controls. */ | 515 padding: 70px 17px 69px; /* Screen has no controls. */ |
514 width: 722px; | 516 width: 722px; |
515 } | 517 } |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
867 opacity: 1; | 869 opacity: 1; |
868 } | 870 } |
869 | 871 |
870 #account-picker-dot, | 872 #account-picker-dot, |
871 #enrollment-dot, | 873 #enrollment-dot, |
872 #oauth-enrollment-dot, | 874 #oauth-enrollment-dot, |
873 #reset-dot, | 875 #reset-dot, |
874 #error-message-dot, | 876 #error-message-dot, |
875 #tpm-error-message-dot, | 877 #tpm-error-message-dot, |
876 #password-changed-dot, | 878 #password-changed-dot, |
877 #managed-user-creation-dot { | 879 #managed-user-creation-dot, |
880 #wrong-hwid-dot { | |
878 display: none; | 881 display: none; |
879 } | 882 } |
880 | 883 |
881 #welcome-message { | 884 #welcome-message { |
882 color: #444; | 885 color: #444; |
883 font-size: 16px; | 886 font-size: 16px; |
884 margin-bottom: 30px; | 887 margin-bottom: 30px; |
885 } | 888 } |
886 | 889 |
887 #connect table { | 890 #connect table { |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1444 width: 100%; | 1447 width: 100%; |
1445 } | 1448 } |
1446 | 1449 |
1447 .background-initial { | 1450 .background-initial { |
1448 opacity: 0; | 1451 opacity: 0; |
1449 } | 1452 } |
1450 | 1453 |
1451 .background-final { | 1454 .background-final { |
1452 opacity: 1; | 1455 opacity: 1; |
1453 } | 1456 } |
1457 | |
1458 #wrong-hwid { | |
Nikita (slow)
2013/02/11 17:09:03
nit: Please move these rules to a separate file.
dzhioev (left Google)
2013/02/11 23:32:56
Done.
| |
1459 padding: 40px 17px 30px; | |
1460 text-align: center; | |
1461 width: 722px; | |
1462 } | |
1463 | |
1464 #wrong-hwid #wrong-hwid-message-header { | |
1465 color: #606060; | |
1466 font-size: 22px; | |
1467 padding: 5px 40px 30px; | |
1468 } | |
1469 | |
1470 #wrong-hwid #wrong-hwid-message-content { | |
1471 color: #606060; | |
1472 font-size: 16px; | |
1473 padding: 20px 40px 40px; | |
1474 } | |
1475 | |
1476 #skip-hwid-warning { | |
1477 bottom: 20px; | |
1478 position: absolute; | |
1479 width: 100%; | |
1480 } | |
1481 | |
1482 #skip-hwid-warning-link { | |
1483 color: #606060; | |
1484 font-size: 18px; | |
1485 text-decoration: none; | |
1486 } | |
1487 | |
OLD | NEW |