PluginProbe
Chartify – WordPress Chart Plugin / 1.0.0
Chartify – WordPress Chart Plugin v1.0.0
3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 All 83 releases
chart-builder / admin / css / banner.css

banner.css in Chartify – WordPress Chart Plugin 1.0.0, at admin/css/banner.css

256 lines 5.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* ~~ Top Navigation Bar ~~ */
2
3 .ays-notice-banner{
4 width: calc(100% - 20px);
5 /* background-color: #0093E9;
6 background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%); */
7 background-color: #FFFFFF;
8 box-shadow: 0px 4px 4px rgb(188 198 216 / 11%);
9 border-radius: 0px 0px 12px 12px;
10 background-image: unset;
11 padding-bottom:10px;
12 padding-left:10px;
13 }
14
15 .ays-notice-banner #navigation-container {
16 width: 100%;
17 margin: 0 auto;
18 display: flex;
19 flex-direction: row;
20 flex-wrap: nowrap;
21 justify-content: space-between;
22 align-items: stretch;
23 align-content: stretch;
24 /* padding-top: 20px; */
25 }
26
27 .ays-notice-banner .navigation-bar {
28 width: 100%;
29 text-align:center;
30 }
31 /* .ays-notice-banner .navigation-bar a.logo-container{
32 margin: 0 0 0 20px;
33 } */
34 .ays-notice-banner .navigation-bar a.logo-container .logo {
35 float: left;
36 width: 80px;
37 }
38 .ays-notice-banner .navigation-bar ul {
39 display: flex;
40 flex-direction: row;
41 flex-wrap: nowrap;
42 justify-content: flex-end;
43 align-items: flex-end;
44 align-content: stretch;
45 padding: 0;
46 margin: 0 20px 0 0;
47 max-width: 100%;
48 min-width: 200px;
49 width: 100%;
50 }
51
52 .ays-notice-banner .navigation-bar li {
53 padding: 0px;
54 margin-top: 4px;
55 margin-bottom: 4px;
56 margin-right: 44px;
57 }
58
59 /* .ays-notice-banner .navigation-bar li.take_survay a:hover:after {
60 border-color: #A9FF00;
61 } */
62
63 .ays-notice-banner .navigation-bar li:last-child {
64 margin-right: 0;
65 }
66
67
68 .ays-notice-banner .navigation-bar li.take_survay a {
69 /* color: #A9FF00; */
70 color: #F98A0C;
71 }
72
73 .ays-notice-banner .navigation-bar li.take_survay a:hover {
74 /* color: #C44949; */
75 color: #F98A0C;
76 }
77
78
79 .ays-notice-banner .navigation-bar li a {
80 /* color: #fff; */
81 color: #5561A3;
82 cursor: pointer;
83 font-size: 16px;
84 font-weight: 400;
85 line-height: 45px;
86 margin: 0 0 2em;
87 max-width: 160px;
88 position: relative;
89 text-decoration: none;
90 /* text-transform: uppercase; */
91 text-decoration: underline;
92 width: 100%;
93 letter-spacing: 0;
94 }
95
96 .ays-notice-banner .navigation-bar li a:after {
97 -webkit-backface-visibility: hidden;
98 backface-visibility: hidden;
99 border: 1px solid rgba(255, 255, 255, 0);
100 bottom: 0;
101 content: " ";
102 display: none;
103 margin: 0 auto;
104 position: relative;
105 transition: all 280ms ease-in-out;
106 width: 0;
107 }
108
109 /* .ays-notice-banner .navigation-bar li a:hover:after{
110 -webkit-backface-visibility: hidden;
111 backface-visibility: hidden;
112 border-color: #fff;
113 transition: width 350ms ease-in-out;
114 width: 100%;
115 } */
116
117 .ays-notice-banner .navigation-bar li a:hover{
118 outline: unset;
119 box-shadow: unset;
120 color: #3E477D;
121 }
122
123 .ays-notice-banner .modile-ddmenu-lg {
124 display: none;
125 }
126
127 .ays-notice-banner .modile-ddmenu-sm,
128 .ays-notice-banner .modile-ddmenu-md {
129 display: none;
130 position: relative;
131 width: 80px;
132 }
133
134 .ays-notice-banner #menu li a.toggle_ddmenu {
135 font-size:25px;
136 /* color:#fff; */
137 color: #5561A3;
138 width: 100%;
139 }
140
141 .ays-notice-banner #menu li a.toggle_ddmenu i.ays_fa{
142 transition: .1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
143 }
144
145 .ays-notice-banner li ul.ddmenu {
146 display: none;
147 position: absolute;
148 right: -55px;
149 top: 50px;
150 z-index: 10000;
151 flex-direction: column;
152 width: fit-content;
153 min-width: 200px;
154 text-align: left;
155 /* background-color: #0093E9; */
156 /* background-image: linear-gradient(-160deg, #80D0C7 0%, #0093E9 100%); */
157 background-color: #FFFFFF;
158 background-image: unset;
159 box-shadow: 0px 4px 4px rgb(188 198 216 / 11%);
160
161 }
162
163 .ays-notice-banner li ul.ddmenu[data-expanded="true"] {
164 display: flex;
165 animation: slideInRight .2s;
166 }
167
168 .ays-notice-banner li ul.ddmenu li {
169 padding-left: 20px;
170 }
171
172 .ays-notice-banner .logo-container {
173 width:75px;
174 height:75px;
175 }
176
177 .ays-notice-banner .logo-container img {
178 width:100%;
179 height:100%;
180 object-fit:contain;
181 }
182
183
184 @media screen and (min-width: 1080px){
185 .ays-notice-banner .modile-ddmenu-lg {
186 display: block;
187 }
188 .ays-notice-banner .modile-ddmenu-sm {
189 display: none;
190 }
191 .ays-notice-banner .modile-ddmenu-md {
192 display: none;
193 }
194 .ays-notice-banner .modile-ddmenu-xs {
195 display: none;
196 }
197 }
198
199 @media screen and (max-width: 1080px){
200 .ays-notice-banner .modile-ddmenu-md {
201 display: block;
202 }
203 }
204
205 @media screen and (min-width: 531px) and (max-width: 768px){
206 .ays-notice-banner .modile-ddmenu-sm {
207 display: none;
208 }
209 .ays-notice-banner .modile-ddmenu-md {
210 display: block;
211 }
212
213 div.ays-notice-banner{
214 width: 100%;
215 }
216
217 }
218 @media screen and (max-width: 530px){
219 .ays-notice-banner .modile-ddmenu-sm {
220 display: block;
221 }
222 .ays-notice-banner .modile-ddmenu-md {
223 display: none;
224 }
225 .ays-notice-banner .modile-ddmenu-xs {
226 display: none;
227 }
228 }
229 @media screen and (max-width: 530px){
230 .ays-notice-banner .modile-ddmenu-sm {
231 display: block;
232 }
233 .ays-notice-banner .modile-ddmenu-md {
234 display: none;
235 }
236 .ays-notice-banner .modile-ddmenu-xs {
237 display: none;
238 }
239 }
240
241 div#screen-meta-links .show-settings {
242 border: unset;
243 }
244
245 div#screen-meta {
246 border: unset;
247 border-bottom: 1px solid #c3c4c770;
248 }
249
250 .ays-fa-margin-right {
251 margin-right: 5px;
252 }
253
254
255
256 /* ~~ Top Navigation Bar ~~ */