PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 1.2
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v1.2
2.9.1 2.9.0 2.8.9 2.8.8 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7
mystickymenu / mystickymenu.css
mystickymenu Last commit date
mystickymenu.css 12 years ago mystickymenu.js 12 years ago mystickymenu.php 12 years ago readme.txt 12 years ago screenshot-1.png 12 years ago screenshot-2.png 12 years ago
mystickymenu.css
38 lines
1 .navbar {
2 z-index: 100000;
3 /*add this line if you use 100% menu width, usually not needed*/
4 /*max-width: 100% !important;*/
5 text-transform:uppercase;
6 font-weight:bold;
7 -webkit-transition: 0.2s;
8 -moz-transition: 0.2s;
9 -o-transition: 0.2s;
10 transition: 0.2s;
11 }
12 .myfixed {
13 position: fixed;
14 top: 0;
15 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
16 filter: alpha(opacity=95);
17 opacity:.95;
18 background-color: #C94812 !important;
19 }
20 .nav-menu li a:hover {
21 background-color: #111 !important;
22 -webkit-transition: 0.6s;
23 -moz-transition: 0.6s;
24 -o-transition: 0.6s;
25 transition: 0.6s;
26 }
27 .nav-menu .current_page_item > a,
28 .nav-menu .current_page_ancestor > a,
29 .nav-menu .current-menu-item > a,
30 .nav-menu .current-menu-ancestor > a {
31 color: #fff !important;
32 font-style: normal !important;
33 background-color:#111 !important;
34 }
35 #wpadminbar {
36 position: absolute !important;
37 top: 0px !important;
38 }