aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/offline.css
blob: 82d3a643d647254b59d422699186aaa31075de6e (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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/*
 * Copyright 2007 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/* Author: ssaviano@google.com (Steven Saviano) */

/* We need the dialog CSS from dialog.css. */
@import url(dialog.css);

/* Styles for goog.ui.OfflineStatusComponent */
.goog-offlinestatus {
  cursor: pointer;
}

.goog-offlinestatus-installed, .goog-offlinestatus-notinstalled {
  color: #c00000;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.goog-offlinestatus-offline {
  background: url(//ssl.gstatic.com/closure/gears_offline.gif) no-repeat 50% 50%;
  text-decoration: none;
}

.goog-offlinestatus-online {
  background: url(//ssl.gstatic.com/closure/gears_online.gif) no-repeat 50% 50%;
  text-decoration: none;
}

.goog-offlinestatus-paused {
  background: url(//ssl.gstatic.com/closure/gears_paused.gif) no-repeat 50% 50%;
  text-decoration: none;
}

.goog-offlinestatus-syncing {
  background: url(//ssl.gstatic.com/closure/gears_syncing.gif) no-repeat 50% 50%;
  text-decoration: none;
}

.goog-offlinestatus-error {
  background: url(//ssl.gstatic.com/closure/gears_syncing.gif) no-repeat 50% 50%;
  text-decoration: none;
}


/* Styles for goog.ui.OfflineStatusCard */
.goog-offlinestatuscard {
  position: absolute;
  zoom: 1;
}

.goog-offlinestatuscard-shadow {
  float: left;
  clear: left;
  padding: 0;
  background-color: #777;
}

.goog-offlinestatuscard-content {
  position: relative;
  font-family: arial, sans-serif;
  bottom: 3px;
  right: 3px;
  padding: .5em 3em .5em 1em;
  margin: 0;
  border: 1px solid #c3d9ff;
  background-color: #fff;
  font-size: 11px;
}

.goog-offlinestatuscard-action {
  margin: 0.2em 0 0;
  cursor: pointer;
  text-decoration: underline;
  color: #0000cc;
}

.goog-offlinestatuscard-message {
  padding-top: 10px;
}

.goog-offlinestatuscard-closecard {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background-image: url(//ssl.gstatic.com/closure/close_box.gif);
}


/* Styles for goog.ui.OfflineInstallDialog */
.goog-offlinedialog-bold {
  font-weight: bold;
}

.goog-offlinedialog-steps {
  padding-top: 15px;
}

.goog-offlinedialog-step {
  padding: 12px 0;
}

.goog-offlinedialog-step-number {
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  background: url(//ssl.gstatic.com/closure/gears_bluedot.gif) no-repeat 50% 50%;
}

.goog-offlinedialog-step-description {
  padding-left: 5px;
  font-weight: bold;
}

.goog-offlinedialog-appurl {
  color: #0066cc;
}


/* Styles for goog.ui.ProgressBar */
.progress-bar-horizontal {
  position: relative;
  padding: 1px;
  margin: 0;
  overflow: hidden;
  height: .4em;
  width: 180px;
  border: 1px solid #949dad;
  background-color: #ffffff;
}

.progress-bar-thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #a4c5ff;
}