summaryrefslogtreecommitdiffstats
path: root/mobile/android/themes/core/aboutPage.css
blob: a7fcbb91eca82f384072e09cfa32f63c9620b1e4 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

body {
  -moz-text-size-adjust: none;
  font-family: "Clear Sans",sans-serif;
  font-size: 23px;
  color: #222222;
  background-color: #ced7de;
}

#header {
  height: 80px;
}

#wordmark {
  margin: 30px 0 0 15px;
  width: 123px;
  height: 36px;
  background: url("chrome://browser/skin/images/wordmark-hdpi.png") no-repeat;
}

#version {
  margin: 0 0 0 15px;
  font-size: 15px;
}

#banner {
  min-height: 150px;
  background-color: #bdc7ce;
}

#logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 300px;
  background: url("chrome://browser/skin/images/logo-hdpi.png") no-repeat;
}

#updateBox {
  position: relative;
  top: 40px;
  margin: 0 auto;
  width: 60%; /* looks much larger!? */
  padding: 20px 1em;
  text-align: center;
  background-image: url("chrome://browser/skin/images/about-btn-darkgrey.png");
  background-size: contain;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #3A3F44;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#update-message-checking,
#update-message-none,
#update-message-found,
#update-message-downloading,
#update-message-downloaded {
  display: none;
}

#messages {
  position: relative;
  width: 70%;
  margin: 40px auto 0 auto;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
}

#telemetry a {
  text-decoration: underline;
}

#aboutLinks {
  margin: 0 0 15px 0;
  padding: 0;
}

#aboutLinks > li {
  line-height: 2.6;
  border-top: 1px solid white;
  border-bottom: 1px solid #C1C7CC;
}

#aboutLinks > li > a {
  padding-left: 25px;
  display: block;
}

#aboutDetails {
  padding-left: 15px;
  font-size: 15px;
}

.top-border {
  border-bottom: 1px solid #C1C7CC;
}

.bottom-border {
  border-top: 1px solid white;
}

a, span {
  text-decoration: none;
  color: #222222;
}

#updateBox > a,
#updateBox > span {
  color: #e5f2ff;
}