EME test page application.
[chromium-blink-merge.git] / chrome / browser / resources / login / screen_container.css
blob6a1d6afd66d2b204fd19d7ffa9da8fc85e3b099a
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 #outer-container {
7 -webkit-box-align: center;
8 -webkit-box-pack: center;
9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */
10 bottom: 51px; /* Leave space for the header bar */
11 display: -webkit-box;
12 left: 0;
13 min-height: 717px; /* This enables scrolling. Min resolution: 1024x768 */
14 position: absolute;
15 right: 0;
16 top: 0;
19 .oobe-display #outer-container.down {
20 -webkit-perspective: 600px;
23 #scroll-container {
24 bottom: 0; /* Allows content overlap with control bar. */
25 left: 0;
26 overflow-x: hidden;
27 overflow-y: auto;
28 position: absolute;
29 right: 0;
30 top: 0;
33 #scroll-container::-webkit-scrollbar {
34 display: none;
37 #inner-container {
38 border-radius: 2px;
39 padding: 0;
40 position: relative;
43 #inner-container.animation {
44 overflow: hidden;
47 #inner-container.disabled {
48 opacity: 0.4;
49 pointer-events: none;
52 /* Screens that have a border and background. */
53 #oobe.autolaunch #inner-container,
54 #oobe.connect #inner-container,
55 #oobe.enrollment #inner-container,
56 #oobe.eula #inner-container,
57 #oobe.gaia-signin #inner-container,
58 #oobe.kiosk-enable #inner-container,
59 #oobe.oauth-enrollment #inner-container,
60 #oobe.reset #inner-container,
61 #oobe.hid-detection #inner-container,
62 #oobe.update #inner-container,
63 #oobe.user-image #inner-container,
64 #oobe.managed-user-creation-dialog #inner-container,
65 #oobe.managed-user-creation #inner-container,
66 #oobe.password-changed #inner-container,
67 #oobe.terms-of-service #inner-container,
68 #oobe.wrong-hwid #inner-container,
69 #oobe.confirm-password #inner-container,
70 #oobe.fatal-error #inner-container {
71 background: white;
72 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
73 0 4px 23px 5px rgba(0, 0, 0, 0.2),
74 0 2px 6px rgba(0, 0, 0, 0.15);
77 #oobe.error-message #inner-container,
78 #oobe.tpm-error-message #inner-container {
79 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
80 0 4px 23px 5px rgba(0, 0, 0, 0.2),
81 0 2px 6px rgba(0, 0, 0, 0.15);
85 #oobe.account-picker.flying-pods #inner-container {
86 -webkit-transition: width 180ms ease,
87 height 180ms ease;
90 /* Only play this animation when 'down' class is removed. */
91 .oobe-display #inner-container:not(.down) {
92 -webkit-transition: -webkit-transform 200ms ease-in-out;
95 .oobe-display #inner-container.down {
96 -webkit-transform: translateY(50px) rotateX(-2.5deg);
99 #step-logo {
100 -webkit-margin-start: 17px;
101 display: -webkit-box;
102 position: absolute;
103 top: 15px;
106 #progress-dots {
107 -webkit-box-pack: center;
108 -webkit-margin-before: 15px;
109 -webkit-transition: opacity 200ms ease-in-out,
110 visibility 200ms ease-in-out;
111 display: -webkit-box;
114 /* Hidden for the duration of initial transition. */
115 .oobe-display #progress-dots.down {
116 visibility: hidden;
119 .progdot {
120 -webkit-margin-end: 12px;
121 background: white;
122 height: 10px;
123 opacity: 0.4;
124 width: 10px;
127 .progdot-active {
128 opacity: 0.5;
131 #account-picker-dot,
132 #app-launch-splash-dot,
133 #autolaunch-dot,
134 #enrollment-dot,
135 #kiosk-enable-dot,
136 #oauth-enrollment-dot,
137 #reset-dot,
138 #error-message-dot,
139 #tpm-error-message-dot,
140 #password-changed-dot,
141 #managed-user-creation-dot,
142 #managed-user-creation-dialog-dot,
143 #terms-of-service-dot,
144 #wrong-hwid-dot,
145 #confirm-password-dot,
146 #fatal-error-dot,
147 #hid-detection-dot {
148 display: none;
151 #oobe.connect #connect-dot,
152 #oobe.enrollment #gaia-signin-dot,
153 #oobe.enrollment #signin-dot,
154 #oobe.eula #eula-dot,
155 #oobe.gaia-signin #gaia-signin-dot,
156 #oobe.oauth-enrollment #gaia-signin-dot,
157 #oobe.oauth-enrollment #signin-dot,
158 #oobe.signin #signin-dot,
159 #oobe.update #update-dot,
160 #oobe.user-image #user-image-dot {
161 opacity: 1;
164 #oobe.reset #progress-dots {
165 visibility: hidden;
168 body:not(.oobe-display) #inner-container {
169 height: 262px;
170 padding: 0;
171 width: 1100px;
174 body:not(.oobe-display) #progress-dots {
175 display: none;
178 #outer-container.fullscreen,
179 #outer-container.fullscreen #oobe,
180 #outer-container.fullscreen #oobe #inner-container {
181 height: 100%;
182 width: 100%;
185 html[build=chrome] #header-sections {
186 -webkit-margin-start: -48px;
187 margin-top: -1px;
190 html[build=chromium] #header-sections {
191 -webkit-margin-start: 5px;
192 margin-top: -1px;
195 .header-section {
196 color: rgb(119, 120, 123); /* Should matching text color of the logo. */
197 display: none;
198 font-size: 23px;
199 line-height: 31px;
200 text-transform: lowercase;
201 width: 23em;
204 .header-section::before {
205 /* Divider in header between product name and title,
206 * like "[Product name] > [step header]". */
207 content: '\00A0\203A\00A0\00A0';