Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / oobe_screen_host_pairing.css
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  */
5
6 /* TODO(dzhioev): support RTL. http://crbug.com/423354 */
7
8 :host {
9   -webkit-user-select: none;
10   background-color: rgb(242, 166, 0);
11   color: white;
12   display: block;
13   font-family: 'Roboto';
14   font-weight: 300;
15   height: 100%;
16 }
17
18 core-animated-pages {
19   left: 114px;
20   position: absolute;
21   right: 0;
22   top: 100px;
23 }
24
25 #illustration {
26   background-image: url(chrome://theme/IDR_BUILDINGS_ILLUSTRATION);
27   bottom: 95px;
28   height: 368px;
29   position: absolute;
30   right: 95px;
31   width: 503px;
32 }
33
34 #device-indicator {
35   bottom: 74px;
36   font-size: 33px;
37   font-weight: bolder;
38   left: 130px;
39   position: absolute;
40 }
41
42 #device-label {
43   margin-left: -0.3em;
44 }
45
46 #code {
47   font-family: 'Roboto';
48   font-size: 120px;
49   font-weight: lighter;
50 }
51