-
Notifications
You must be signed in to change notification settings - Fork 34
/
styles.css
178 lines (159 loc) · 5.1 KB
/
styles.css
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
168
169
170
171
172
173
174
175
176
177
178
body.jsdisabled #block_accessibility_launchtoolbar {
display: none;
}
.block_accessibility {
position: relative; /* for loader.gif to position absolute */
/*disable selection*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#accessibility_controls .access-button {
display: inline-block;
vertical-align: middle;
margin: 0 .15em;
border: 1px solid #ccc;
border-radius: 3px;
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 */
/*disable selection*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#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 */
}
.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 {
opacity: 0.3;
cursor: not-allowed;
}
#accessibility_controls .access-button a {
display: block;
cursor: pointer;
color: #000;
border-radius: 2px;
padding: .15em .3em;
min-width: 1.5em;
}
#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;
}
.atbar-always {
display: inline-block;
}
#loader-icon {
position: absolute;
width: 54px;
height: 55px;
top: 42%;
left: 5em;
background: url('[[pix:block_accessibility|loader]]') !important;
display: none;
}
#sbar {
top: 50px !important;
z-index: 1100 !important; /* one less than profile menu */
}
/* Fix dictionary/text to speech/styles pop-up to allow scrolling and make responsive */
#at-facebox {
width: 100% !important;
position: fixed !important;
bottom: 0 !important;
right: auto !important;
left: 0 !important;
top: auto !important;
}
.at-fb-tb-body {
width: 96vw !important;
}
div.at-fb-content div {
height: 30vh !important;
}
.at-fb-footer {
width: 40px !important;
float: right !important;
position: absolute !important;
top: 10px !important;
right: 0 !important;
border-top: 0 solid transparent !important;
}