PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.6
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.6
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 / css / mystickymenu-help.css
mystickymenu / css Last commit date
admin-setting-rtl.css 4 years ago admin-setting.css 5 years ago jquery.ui.datepicker.css 4 years ago mystickymenu-admin-rtl.css 3 years ago mystickymenu-admin.css 3 years ago mystickymenu-help-rtl.css 3 years ago mystickymenu-help.css 3 years ago select2.min.css 4 years ago
mystickymenu-help.css
163 lines
1 .mystickymenu-help-btn {
2 position: fixed;
3 right: 20px;
4 bottom: 20px;
5 z-index: 1001
6 }
7
8 .mystickymenu-help-btn a {
9 display: block;
10 border: 3px solid #FFF;
11 width: 50px;
12 height: 50px;
13 -webkit-border-radius: 50%;
14 -moz-border-radius: 50%;
15 border-radius: 50%;
16 position: relative
17 }
18
19 .mystickymenu-help-btn a img {
20 width: 100%;
21 height: auto;
22 display: block;
23 -webkit-border-radius: 50%;
24 -moz-border-radius: 50%;
25 border-radius: 50%
26 }
27
28 .mystickymenu-help-form {
29 position: fixed;
30 display: none;
31 right: 85px;
32 border: 1px solid #e9edf0;
33 bottom: 25px;
34 background: #fff;
35 -webkit-border-radius: 10px;
36 -moz-border-radius: 10px;
37 border-radius: 10px;
38 width: 320px;
39 z-index: 1001;
40 direction: ltr;
41 opacity: 0;
42 transition: .4s;
43 -webkit-transition: .4s;
44 -moz-transition: .4s
45 }
46
47 .mystickymenu-help-form.active {
48 opacity: 1;
49 display: block;
50 pointer-events: inherit
51 }
52
53 .mystickymenu-help-header {
54 background: #f4f4f4;
55 border-bottom: solid 1px #e9edf0;
56 padding: 5px 20px;
57 -webkit-border-radius: 10px;
58 -moz-border-radius: 10px;
59 border-radius: 10px 10px 0 0;
60 font-size: 16px;
61 text-align: right
62 }
63
64 .mystickymenu-help-header b {
65 float: left
66 }
67
68 .mystickymenu-help-content {
69 margin-bottom: 10px;
70 padding: 20px 20px 10px
71 }
72
73 .mystickymenu-help-form p {
74 margin: 0 0 1em
75 }
76
77 .mystickymenu-form-field {
78 margin-bottom: 10px
79 }
80
81 .mystickymenu-form-field input, .mystickymenu-form-field textarea {
82 -webkit-border-radius: 5px;
83 -moz-border-radius: 5px;
84 border-radius: 5px;
85 padding: 5px;
86 width: 100%;
87 box-sizing: border-box;
88 border: 1px solid #c5c5c5
89 }
90
91 .mystickymenu-form-field textarea {
92 height: 70px
93 }
94
95 .mystickymenu-help-button {
96 border: none;
97 padding: 8px 0;
98 width: 100%;
99 background: #ff6624;
100 color: #fff;
101 border-radius: 18px;
102 cursor: pointer;
103 }
104
105 .mystickymenu-help-form .error-message {
106 font-weight: 400;
107 font-size: 14px
108 }
109
110 .mystickymenu-help-form input.input-error, .mystickymenu-help-form textarea.input-error {
111 border-color: #dc3232
112 }
113
114 .mystickymenu-help-btn span.tooltiptext {
115 position: absolute;
116 background: #000;
117 font-size: 12px;
118 color: #fff;
119 top: -35px;
120 width: 140%;
121 text-align: center;
122 left: -20%;
123 border-radius: 5px;
124 direction: ltr;
125 visibility: visible;
126 line-height:unset;
127 }
128
129 p.error-p, p.success-p {
130 margin: 0;
131 font-size: 14px;
132 text-align: center
133 }
134 p.success-p {
135 color: green;
136 }
137
138 .mystickymenu-help-btn span.tooltiptext:after {
139 left: 50%;
140 top:18px;
141 content: "";
142 transform: translateX(-50%);
143 height: 0px;
144 width: 0px;
145 border-width: 10px 5px 0;
146 border-style: solid;
147 border-color: #000 transparent transparent;
148
149 position: absolute;
150 }
151
152 .mystickymenu-help-content .mystickymenu-help-center{
153 margin: 5px 0 0;
154 text-align: center;
155 }
156 .mystickymenu-help-content .mystickymenu-help-center a:focus,
157 .mystickymenu-help-content .mystickymenu-help-center a:hover,
158 .mystickymenu-help-content .mystickymenu-help-center a{
159 text-decoration: none;
160 color: none;
161 box-shadow: none;
162 outline: none;
163 }