PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / 2.1
WPFront Scroll Top v2.1
1.5 1.6 1.6.1 1.6.2 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.2 3.0.0 3.0.1 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5
wpfront-scroll-top / css / wpfront-scroll-top.css
wpfront-scroll-top / css Last commit date
element-plus.min.css 2 years ago options.css 2 years ago options.less 2 years ago options.min.css 2 years ago wpfront-scroll-top.css 2 years ago wpfront-scroll-top.min.css 2 years ago
wpfront-scroll-top.css
22 lines
1 #wpfront-scroll-top-container {
2 display: none;
3 position: fixed;
4 cursor: pointer;
5 z-index: 9999;
6 opacity: 0;
7 }
8
9 #wpfront-scroll-top-container div.text-holder {
10 padding: 3px 10px;
11 border-radius: 3px;
12 -webkit-border-radius: 3px;
13 -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
14 -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
15 box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
16 }
17
18 #wpfront-scroll-top-container a {
19 outline-style: none;
20 box-shadow: none;
21 text-decoration: none;
22 }