summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/chromeos/slow.css
blob: fec23696afe60856b9818e3e487279a80ad22935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

body {
  background-color: #E6E6E6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  margin: 50px 40px 20px 40px;
  text-align: center;
}

#container {
  background-color: #fbfbfb;
  border: 1px solid #AAA;
  border-bottom: 1px solid #888;
  border-radius: 3px;
  box-shadow: 0 2px 2px #AAA;
  color: #666;
  margin: auto;
  max-width: 540px;
  min-height: 29px;
  min-width: 200px;
  padding: 20px 60px;
  text-align: start;
}

#container-inner {
  background-color: #fbfbfb;
  margin-top: 25px;
  text-align: center;
}

button {
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.75);
  margin-top: 10px;
  min-height: 29px;
  min-width: 65px;
  padding: 8px 13px;
  text-shadow: 0 1px 0 rgb(240, 240, 240);
}