_pojo_a11.scss
3.87 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
.pojo-a11y-grayscale{
// position: absolute !important;
// width: 100vw !important;
overflow-y:scroll !important;
.site{
margin-top: 0px !important;
padding-top: 170px !important;
}
#advance-search-modal {
z-index: 999;
position: fixed;
margin-top: -8%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
.pojo-a11y-grayscale{
}
#pojo-a11y-toolbar{
position: relative;
top: 1.25rem;
z-index: 999 !important;
@media screen and (max-width: 62.5rem){
top: 0rem;
}
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right{
right: 0rem !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
z-index: 999 !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
width:20px;
box-shadow:none !important;
position: absolute;
padding-left: 5px !important;
//right: -16.875rem!important;
}
.pojo-a11y-toolbar-overlay {
position: relative;
top: 3.125rem;
display: none;
border-radius: 0rem 0rem 0.625rem 0.625rem;
svg{
border: 0rem #669999 solid !important;
}
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
max-width: inherit;
border: 1px #000 solid;
border-radius: 50%;
padding: 0.1875rem;
height:20px;
width:20px;
}
.pojo-a11y-toolbar-open{
z-index: 99999;
.pojo-a11y-toolbar-toggle svg {
border: 1px #669999 solid !important;
color: #669999;
}
.pojo-a11y-toolbar-toggle a{
color: #669999;
text-decoration: none;
background-color: transparent !important;
}
.pojo-a11y-toolbar-overlay {
position: absolute;
top: 3.125rem;
right: 0rem;
display:block;
@media screen and (max-width: 62.5rem){
top: 2.125rem;
}
}
}
#gt_float_wrapper .gt_float_switcher{
background-color: transparent !important;
}
.pojo-a11y-toolbar-text{
font-size: 1rem;
}
.admin-bar{
#pojo-a11y-toolbar{
top: 2.5rem !important;
}
}
.pojo-a11y-toolbar-link:hover {
.pojo-a11y-toolbar-text{
text-decoration: underline;
}
}
.pojo-a11y-toolbar-toggle-link:hover{
color: #669999 !important;
svg {
border: 1px #669999 solid !important;
}
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{
text-decoration: none;
}
.pojo-a11y-toolbar-inner::before{
content: "";
display: block;
width: 90%;
height: 1px;
background-color: #ccc;
margin: auto;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{
right: 40px !important;
@media screen and (max-width: 1067px) {
right: 45px !important;
}
}
.pojo-a11y-toolbar-open{
.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after{
content: "";
display: block;
position: relative;
margin-top: 6px;
margin-bottom: 10px;
margin-left: 4px;
width: 13px;
height: 7px;
background-repeat: no-repeat;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.742" height="7.726" viewBox="0 0 12.742 7.726"><path id="Path_1502" data-name="Path 1502" d="M6.383,4.709c.442-.447.875-.89,1.313-1.328Q9.274,1.8,10.855.231a.708.708,0,0,1,1.047,0c.2.206.405.407.608.61a.694.694,0,0,1,0,1.038L9.667,4.721,6.913,7.48a.768.768,0,0,1-.515.246.734.734,0,0,1-.567-.245Q4.769,6.415,3.706,5.349L.812,2.454c-.2-.2-.395-.393-.591-.591A.69.69,0,0,1,.228.844l.6-.6a.708.708,0,0,1,1.062,0L4.456,2.792,6.311,4.64Z"/></svg>');
@media screen and (max-width: 62.5rem){
display: none;
}
}
}