OLD | NEW |
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 | 5 |
6 body { | 6 body { |
7 font-family: Helvetica, sans-serif; | 7 background: -webkit-gradient(radial, center center, 0, center center, 400, |
| 8 from(rgb(254, 254, 254)), |
| 9 to(rgb(239, 239, 239))); |
| 10 font-family: 'Droid Sans', Arial, sans-serif; |
8 cursor: default; | 11 cursor: default; |
9 font-size: 13px; | 12 padding:0; |
| 13 margin:0; |
10 } | 14 } |
11 | 15 |
12 p { | 16 #auth_panel { |
13 color: black; | 17 border-bottom: 2px solid gray; |
| 18 padding: 5px 10px; |
| 19 background-color:rgba(0, 102 , 204, 0.15); |
14 } | 20 } |
15 | 21 |
16 h1 { | 22 #container { |
17 font-family: sans-serif; | 23 font-size: 13px; |
18 font-size: 2em; | 24 color: rgb(115, 115, 115); |
| 25 padding: 10px; |
| 26 width: 640px; |
| 27 margin: 100px auto 0 auto; |
| 28 font-size: 16px; |
| 29 } |
| 30 |
| 31 #email_div { |
| 32 display: inline-block; |
| 33 } |
| 34 |
| 35 #current_email { |
| 36 color: rgba(0, 0, 0, 0.5); |
| 37 } |
| 38 |
| 39 #oauth2_div { |
| 40 width: 400px; |
| 41 display: inline-block; |
| 42 } |
| 43 |
| 44 form { |
| 45 display: inline; |
| 46 } |
| 47 |
| 48 header h1 { |
| 49 font-size: 24px; |
| 50 font-weight: normal; |
| 51 margin-left: 10px; |
| 52 } |
| 53 |
| 54 footer { |
| 55 text-align: center; |
| 56 } |
| 57 |
| 58 label { |
| 59 color: black; |
19 font-weight: bold; | 60 font-weight: bold; |
20 margin: 2px 5px 5px 5px | 61 } |
| 62 |
| 63 #codeentryrow { |
| 64 text-align: center; |
| 65 } |
| 66 |
| 67 #access_code_entry { |
| 68 font-weight: bold; |
| 69 font-size: 18px; |
| 70 height: 25px; |
| 71 width: 12em; |
| 72 padding-left: 5px; |
| 73 margin: 0 10px; |
| 74 } |
| 75 |
| 76 .secondary { |
| 77 font-size: 14px; |
| 78 } |
| 79 |
| 80 .iconlabel { |
| 81 display: inline-block; |
| 82 vertical-align: top; |
21 } | 83 } |
22 | 84 |
23 .message { | 85 .message { |
24 font-family: sans-serif; | 86 text-align:center; |
25 font-size: 1.2em; | 87 } |
26 padding: 0 4px 0 4px; | 88 |
| 89 #contents { |
| 90 font-size: 16px; |
| 91 } |
| 92 |
| 93 #dividertop { |
| 94 margin: 10px 0 15px 0; |
| 95 } |
| 96 |
| 97 #dividerbottom { |
| 98 margin: 25px 0 25px 0; |
| 99 } |
| 100 |
| 101 a { |
| 102 color: rgb(0, 102, 204); |
| 103 text-decoration: none; |
27 } | 104 } |
28 | 105 |
29 .mock { | 106 .mock { |
30 color: gray; | 107 color: gray; |
31 } | 108 } |
32 | 109 |
33 #access_code_display { | 110 #access_code_display { |
34 font-family: sans-serif; | |
35 font-size: 200%; | 111 font-size: 200%; |
36 margin: 0 0 0 24px; | 112 margin: 0 auto 0 auto; |
37 padding: 0 4px 0 4px; | 113 padding: 0 4px 0 4px; |
38 border-style: solid; | 114 border-style: solid; |
39 background-color: lightgray; | 115 background-color: lightgray; |
40 display: inline-block; | 116 text-align: center; |
41 } | 117 width: 350px; |
42 | |
43 .hostlist { | |
44 margin: 0; | |
45 border: #D9D9D9 1px solid; | |
46 border-radius: 2px; | |
47 } | 118 } |
48 | 119 |
49 .remoting_body { | 120 .remoting_body { |
50 -webkit-user-select: none; | 121 -webkit-user-select: none; |
51 margin: 0; | 122 margin: 0; |
52 padding: 0; | 123 padding: 0; |
53 overflow: auto; | 124 overflow: auto; |
54 } | 125 } |
55 | 126 |
56 .status_msg { | 127 #status_msg_padding { |
| 128 height: 1.5em; |
| 129 } |
| 130 |
| 131 #status_msg_div { |
| 132 height: 1.5em; |
| 133 border-bottom: solid 1px black; |
| 134 position: fixed; |
| 135 width: 100%; |
| 136 background-color: white; |
| 137 left: 0px; |
| 138 top: 0px; |
| 139 z-index: 100; |
| 140 } |
| 141 |
| 142 #status_msg { |
57 margin: 5px; | 143 margin: 5px; |
| 144 font-family: monospace; |
| 145 font-size: small; |
| 146 clear: both; |
58 } | 147 } |
59 | 148 |
60 .debug_log { | 149 .debug_log { |
61 -webkit-user-select: text; | 150 -webkit-user-select: text; |
62 padding: 0px; | 151 padding: 0px; |
63 margin: 0px; | 152 margin: 0px; |
64 position: fixed; | 153 position: fixed; |
65 bottom: 0px; | 154 bottom: 0px; |
66 width: 100%; | 155 width: 100%; |
67 height: 150px; | 156 height: 150px; |
68 overflow: auto; | 157 overflow: auto; |
69 font-family: monospace; | 158 font-family: monospace; |
70 font-weight: bold; | 159 font-weight: bold; |
71 font-size: small; | 160 font-size: small; |
72 border: 2px solid #ffffff; | 161 border: 2px solid #ffffff; |
73 display: none; | 162 display: none; |
74 opacity: 0.9; | 163 opacity: 0.9; |
75 background-color: #ffffff; | 164 background-color: #ffffff; |
76 z-index: 1; | 165 z-index: 100; |
77 } | 166 } |
78 | 167 |
79 .debug_log_toggle { | 168 .debug_log_toggle { |
80 line-height: 0.8em; | |
81 float: right; | 169 float: right; |
82 } | 170 } |
83 | 171 |
84 .scale_to_fit_toggle { | 172 .scale_to_fit_toggle { |
85 line-height: 0.8em; | |
86 float: right; | 173 float: right; |
87 } | 174 } |
88 | 175 |
89 .plugin-scroll-panel { | 176 #plugin_scroll_panel { |
90 -webkit-user-select: none; | 177 -webkit-user-select: none; |
91 overflow: auto; | 178 overflow: auto; |
92 width: 100%; | 179 width: 100%; |
93 } | 180 } |
94 | 181 |
95 .gaia_font { | 182 .gaia_font { |
96 font-family: Arial, Helvetica, sans-serif; | 183 font-family: Arial, Helvetica, sans-serif; |
97 } | 184 } |
98 | 185 |
99 .page h1 { | 186 .page h1 { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 div.page section:last-child { | 219 div.page section:last-child { |
133 border-bottom: none; | 220 border-bottom: none; |
134 } | 221 } |
135 | 222 |
136 button { | 223 button { |
137 -webkit-border-radius: 2px; | 224 -webkit-border-radius: 2px; |
138 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); | 225 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); |
139 -webkit-user-select: none; | 226 -webkit-user-select: none; |
140 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); | 227 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); |
141 border: 1px solid #aaa; | 228 border: 1px solid #aaa; |
142 color: #444; | 229 height: 32px; |
143 font-size: inherit; | 230 font-size: 16px; |
144 margin-bottom: 0px; | 231 padding: 6px; |
145 min-width: 4em; | 232 margin: 50px auto 25px auto; |
146 padding: 3px 12px 3px 12px; | 233 display: block; |
| 234 |
147 } | 235 } |
148 | 236 |
149 button:hover { | 237 button:hover { |
150 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); | 238 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); |
151 background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9); | 239 background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9); |
152 border-color: #999; | 240 border-color: #999; |
153 color: #222; | 241 color: #222; |
154 } | 242 } |
155 | 243 |
156 button:active { | 244 button:active { |
157 -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2); | 245 -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2); |
158 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); | 246 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); |
159 color: #333; | 247 color: #333; |
160 } | 248 } |
161 | 249 |
162 button[disabled], button[disabled]:hover { | 250 button[disabled], button[disabled]:hover { |
163 -webkit-box-shadow: none; | 251 -webkit-box-shadow: none; |
164 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); | 252 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); |
165 border-color: #aaa; | 253 border-color: #aaa; |
166 color: #888; | 254 color: #888; |
167 } | 255 } |
OLD | NEW |