~wasta-linux/wasta-core-wily/master

« back to all changes in this revision

Viewing changes to install-files/firefox-addons/extensions/{8a01dfcc-450f-11e5-909b-fb581d5d46b0}/chrome/mozapps/plugins/pluginProblem.css

  • Committer: Rik Shaw
  • Date: 2015-11-01 13:28:40 UTC
  • Revision ID: git-v1:59c62c9b2e4f4f1cf62db1f5dc1cf630feb99933
initial 15.10 commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This Source Code Form is subject to the terms of the Mozilla Public
 
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 
3
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
4
 
 
5
@namespace html url(http://www.w3.org/1999/xhtml);
 
6
 
 
7
/* These styles affect only the bound element, not other page content. */
 
8
/* Keep any changes to these styles in sync with plugin-doorhanger.inc.css */
 
9
.mainBox {
 
10
  font: message-box;
 
11
  font-size: 12px;
 
12
  text-align: center;
 
13
  display: table;
 
14
  width: 100%;
 
15
  height: 100%;
 
16
  background-color: rgb(72,72,72);
 
17
  color: white;
 
18
  -moz-user-select: none;
 
19
}
 
20
 
 
21
.hoverBox {
 
22
  display: table-cell;
 
23
  box-sizing: border-box;
 
24
  padding: 5px;
 
25
  vertical-align: middle;
 
26
  width: 100%;
 
27
  height: 100%;
 
28
}
 
29
:-moz-handler-vulnerable-updatable .hoverBox:active,
 
30
:-moz-handler-vulnerable-no-update .hoverBox:active,
 
31
:-moz-handler-clicktoplay .hoverBox:active {
 
32
  background-color: rgb(65, 65, 65);
 
33
}
 
34
 
 
35
:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
 
36
:-moz-handler-clicktoplay .hoverBox:active .msgClickToPlay,
 
37
:-moz-handler-vulnerable-updatable .hoverBox:active .msgTapToPlay,
 
38
:-moz-handler-vulnerable-updatable .hoverBox:active .msgClickToPlay,
 
39
:-moz-handler-vulnerable-no-update .hoverBox:active .msgTapToPlay,
 
40
:-moz-handler-vulnerable-no-update .hoverBox:active .msgClickToPlay {
 
41
  color: red;
 
42
}
 
43
 
 
44
:-moz-handler-vulnerable-updatable .hoverBox,
 
45
:-moz-handler-vulnerable-no-update .hoverBox,
 
46
:-moz-handler-blocked .hoverBox,
 
47
:-moz-handler-crashed .hoverBox {
 
48
  background-image: url(chrome://mozapps/skin/plugins/contentPluginStripe.png);
 
49
}
 
50
 
 
51
html|a {
 
52
  color: white;
 
53
}
 
54
 
 
55
.icon {
 
56
  width: 48px;
 
57
  height: 48px;
 
58
  background-position: center;
 
59
  background-repeat: no-repeat;
 
60
  border: none;
 
61
  background-color: transparent;
 
62
  -moz-user-focus: ignore;
 
63
  margin-bottom: 6px;
 
64
}
 
65
 
 
66
:-moz-type-unsupported .icon,
 
67
:-moz-type-unsupported-platform .icon {
 
68
  background-image: url(chrome://mozapps/skin/plugins/contentPluginMissing.png);
 
69
}
 
70
:-moz-type-unsupported .icon[installable] {
 
71
  background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
 
72
}
 
73
:-moz-handler-vulnerable-updatable .icon,
 
74
:-moz-handler-vulnerable-no-update .icon {
 
75
  background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
 
76
  -moz-user-focus: normal;
 
77
}
 
78
:-moz-handler-blocked .icon {
 
79
  background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
 
80
}
 
81
:-moz-handler-clicktoplay .icon {
 
82
  background-image: url(chrome://mozapps/skin/plugins/contentPluginActivate.png);
 
83
  -moz-user-focus: normal;
 
84
}
 
85
:-moz-handler-disabled .icon {
 
86
  background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
 
87
}
 
88
:-moz-handler-crashed .icon {
 
89
  background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
 
90
}
 
91
 
 
92
.throbber {
 
93
  padding-left: 16px; /* width of the background image */
 
94
  background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
 
95
  margin-left: 5px;
 
96
}
 
97
 
 
98
.msgTapToPlay,
 
99
.msgClickToPlay {
 
100
  text-decoration: underline;
 
101
}
 
102
 
 
103
@media not all and (-moz-touch-enabled) {
 
104
  :-moz-handler-clicktoplay .msgTapToPlay {
 
105
    display: none;
 
106
  }
 
107
}
 
108
 
 
109
@media (-moz-touch-enabled) {
 
110
  :-moz-handler-clicktoplay .msgClickToPlay {
 
111
    display: none;
 
112
  }
 
113
}
 
114
 
 
115
.submitStatus div {
 
116
  min-height: 19px; /* height of biggest line (with throbber) */
 
117
}
 
118
 
 
119
.submitComment {
 
120
  width: 340px;
 
121
  height: 70px;
 
122
  padding: 5px;
 
123
  border: none;
 
124
  border-radius: 5px;
 
125
  resize: none;
 
126
  font-family: inherit;
 
127
  font-size: inherit;
 
128
}
 
129
 
 
130
.submitURLOptInBox {
 
131
  text-align: start;
 
132
}
 
133
 
 
134
.submitURLOptIn {
 
135
  margin-left: -1px;
 
136
}
 
137
 
 
138
.mainBox[chromedir="rtl"] .submitURLOptIn {
 
139
  margin-left: 0;
 
140
  margin-right: -1px;
 
141
}
 
142
 
 
143
.submitButtonBox {
 
144
  margin-top: 7px;
 
145
}
 
146
 
 
147
.submitButton {
 
148
  float: right;
 
149
}
 
150
 
 
151
.mainBox[chromedir="rtl"] .submitButton {
 
152
  float: left;
 
153
}
 
154
 
 
155
.helpIcon {
 
156
  display: inline-block;
 
157
  min-width: 16px;
 
158
  min-height: 16px;
 
159
  background: url(chrome://mozapps/skin/plugins/pluginHelp-16.png) no-repeat;
 
160
  cursor: pointer;
 
161
  float: left;
 
162
}
 
163
 
 
164
.mainBox[chromedir="rtl"] .helpIcon {
 
165
  float: right;
 
166
}
 
167
 
 
168
.closeIcon {
 
169
  display: block;
 
170
  width: 16px;
 
171
  height: 16px;
 
172
  margin-top: 4px;
 
173
  -moz-margin-start: -20px;
 
174
  -moz-margin-end: 4px;
 
175
  border: none;
 
176
  background-color: transparent;
 
177
  background-image: url("chrome://mozapps/skin/plugins/contentPluginClose.png");
 
178
  background-repeat: no-repeat;
 
179
}
 
180
 
 
181
.closeIcon:hover {
 
182
  background-position: -16px 0;
 
183
}
 
184
 
 
185
.closeIcon:hover:active {
 
186
  background-position: -32px 0;
 
187
}
 
188
 
 
189
.action-link {
 
190
  display: inline-block;
 
191
  border-radius: 10px;
 
192
  background-color: rgb(35, 35, 35);
 
193
  padding: 2px 8px;
 
194
  margin-top: 7px;
 
195
  text-decoration: none;
 
196
}
 
197
.action-link:active {
 
198
  background-color: rgb(20, 20, 20);
 
199
}
 
200
 
 
201
:-moz-handler-vulnerable-updatable .action-link {
 
202
  background-color: #a81b0c;
 
203
}
 
204
:-moz-handler-vulnerable-updatable .action-link:active {
 
205
  background-color: #801409;
 
206
}