-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·167 lines (146 loc) · 9.72 KB
/
Copy pathstyles.css
File metadata and controls
executable file
·167 lines (146 loc) · 9.72 KB
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
body.jsdisabled #block_accessibility_launchtoolbar {
display: none;
}
#accessibility_controls .access-button {
display: inline-block;
vertical-align: middle;
margin: 0 .2em;
border: 1px solid #ccc;
border-radius: 3px;
font-size: 13px !important;
width: 30px;
line-height: 30px;
text-align: center;
background: -moz-linear-gradient(top, rgba(254,255,232,0) 0%, rgba(214,219,191,0.3) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,0)), color-stop(100%,rgba(214,219,191,0.3))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.3) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.3) 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.3) 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feffe8', endColorstr='#4dd6dbbf',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.3) 100%) !important; /* W3C */
}
#accessibility_controls .access-button:hover {
background: -moz-linear-gradient(top, rgba(254,255,232,0) 0%, rgba(214,219,191,0.5) 50%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,0)), color-stop(50%,rgba(214,219,191,0.5))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.5) 50%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.5) 50%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.5) 50%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feffe8', endColorstr='#80d6dbbf',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(254,255,232,0) 0%,rgba(214,219,191,0.5) 50%) !important; /* W3C */
}
#block_accessibility_inc {
font-size: 16px !important;
}
#block_accessibility_dec {
font-size: 10px !important;
}
.access-button a#block_accessibility_save {
background: url('[[pix:block_accessibility|document-save]]') !important;
background-attachment: fixed;
background-repeat: no-repeat !important;
background-position: center !important;
}
.access-button a#block_accessibility_save.disabled {
background: url('[[pix:block_accessibility|document-save-grey]]') !important;
background-attachment: fixed;
background-repeat: no-repeat !important;
background-position: center !important;
}
#accessibility_controls .access-button.disabled {
border: 1px solid #eee;
color: #ccc;
}
#accessibility_controls .access-button a {
display: block;
cursor: pointer;
color: #000;
border-radius: 2px;
}
#accessibility_controls .access-button a:hover {
}
#accessibility_controls .access-button a#block_accessibility_colour2 {
background: rgb(255,255,204) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,204,1) 0%, rgba(242,242,145,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,204,1)), color-stop(100%,rgba(242,242,145,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,204,1) 0%,rgba(242,242,145,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,204,1) 0%,rgba(242,242,145,1) 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,204,1) 0%,rgba(242,242,145,1) 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#f2f291',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(255,255,204,1) 0%,rgba(242,242,145,1) 100%) !important; /* W3C */
}
#accessibility_controls .access-button a#block_accessibility_colour2:hover {
background: -moz-linear-gradient(top, rgba(255,255,204,1) 0%, rgba(229,229,103,1) 50%, rgba(229,229,103,0.9) 51%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,204,1)), color-stop(50%,rgba(229,229,103,1)), color-stop(51%,rgba(229,229,103,0.9))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,204,1) 0%,rgba(229,229,103,1) 50%,rgba(229,229,103,0.9) 51%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,204,1) 0%,rgba(229,229,103,1) 50%,rgba(229,229,103,0.9) 51%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,204,1) 0%,rgba(229,229,103,1) 50%,rgba(229,229,103,0.9) 51%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#e6e5e567',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(255,255,204,1) 0%,rgba(229,229,103,1) 50%,rgba(229,229,103,0.9) 51%) !important; /* W3C */
}
#accessibility_controls .access-button a#block_accessibility_colour3 {
background: rgb(153,204,255) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(153,204,255,1) 0%, rgba(91,160,229,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,204,255,1)), color-stop(100%,rgba(91,160,229,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(153,204,255,1) 0%,rgba(91,160,229,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(153,204,255,1) 0%,rgba(91,160,229,1) 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(153,204,255,1) 0%,rgba(91,160,229,1) 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff', endColorstr='#5ba0e5',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(153,204,255,1) 0%,rgba(91,160,229,1) 100%) !important; /* W3C */
}
#accessibility_controls .access-button a#block_accessibility_colour3:hover {
background: rgb(153,204,255) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(153,204,255,1) 0%, rgba(86,151,216,1) 50%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,204,255,1)), color-stop(50%,rgba(86,151,216,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(153,204,255,1) 0%,rgba(86,151,216,1) 50%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(153,204,255,1) 0%,rgba(86,151,216,1) 50%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(153,204,255,1) 0%,rgba(86,151,216,1) 50%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff', endColorstr='#5697d8',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(153,204,255,1) 0%,rgba(86,151,216,1) 50%) !important; /* W3C */
}
#accessibility_controls .access-button a#block_accessibility_colour4 {
background: rgb(0,0,0) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(102,102,102,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(102,102,102,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(102,102,102,1) 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(102,102,102,1) 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(102,102,102,1) 100%) !important; /* W3C */
color: #ff0 !important;
}
#accessibility_controls .access-button a#block_accessibility_colour4:hover {
background: rgb(0,0,0) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(178,178,178,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(178,178,178,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(178,178,178,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(178,178,178,1) 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(178,178,178,1) 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b2b2b2',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(178,178,178,1) 100%) !important; /* W3C */
}
#accessibility_controls .access-button:active, #accessibility_controls .access-button:focus {
border: 1px solid #F24602
}
#accessibility_controls .access-button img {
vertical-align: middle;
}
-
#accessibility_controls input {
margin: 0 .2em;
}
#accessibility_controls ul {
list-style: none;
margin: .4em 0;
padding: 0;
}
/* ATBar styles */
#toolbar-launch {
position: absolute;
padding: 0;
top: -3px;
left: 50%;
}
#toolbar-launch img {
padding: 0;
opacity: 0.6;
}