File: overlay.css

package info (click to toggle)
adblock-plus-element-hiding-helper 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 840 kB
  • ctags: 112
  • sloc: makefile: 10
file content (104 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download
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
/*
 * This Source Code is subject to the terms of the Mozilla Public License
 * version 2.0 (the "License"). You can obtain a copy of the License at
 * http://mozilla.org/MPL/2.0/.
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#ehh-helpbox, #ehh-commandlabel, #ehh-viewsource
{
  margin: 10px;
  padding: 5px;
}

#ehh-helpbox row
{
  -moz-box-align: center;
}

#ehh-helpbox .key:not(:empty)
{
  font-weight: bold;
  margin: 2px 10px 2px 0px;
  border: 1px solid black;
  text-align: start;
  width: 30px;
  height: 30px;
  padding: 2px;
  background-color: white;
  color: black;
  border-radius: 3px;
}

#ehh-helpbox-title
{
  font-size: 130%;
  margin-bottom: 10px;
}

#ehh-commandlabel
{
  font-size: 150%;
}

#ehh-commandlabel-key:not(:empty), #ehh-commandlabel-alternativeKey:not(:empty)
{
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  border: 1px solid black;
  text-align: start;
  width: 45px;
  height: 45px;
  padding: 2px;
  background-color: white;
  color: black;
  border-radius: 4px;
}

#ehh-viewsource
{
  max-width: none;
}

#ehh-viewsource description,
#ehh-viewsource hbox,
#ehh-viewsource vbox
{
  margin: 0px;
}

#ehh-viewsource .elementBox
{
  border: 1px solid #CCCCCC;
  margin: 5px;
}

#ehh-viewsource .text,
#ehh-viewsource .cdata,
#ehh-viewsource .comment
{
  margin: 0px 5px;
}

#ehh-viewsource .tagName
{
  font-weight: bold;
  color: #FF0000;
}

#ehh-viewsource .attrName
{
  margin-left: 5px;
  color: #00FF00;
}

#ehh-viewsource .attrValue
{
  color: #0000FF;
}

#ehh-viewsource .comment
{
  color: #808080;
}