aboutsummaryrefslogtreecommitdiff
path: root/static/scroll.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/scroll.css')
-rw-r--r--static/scroll.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/static/scroll.css b/static/scroll.css
new file mode 100644
index 00000000..9315fc14
--- /dev/null
+++ b/static/scroll.css
@@ -0,0 +1,41 @@
1#jump-top {
2 position: fixed;
3 bottom: 20px;
4 right: 20px;
5 background: rgb(65, 158, 219, 0.85);
6 width: 50px;
7 height: 50px;
8 display: block;
9 text-decoration: none;
10 -webkit-border-radius: 35px;
11 -moz-border-radius: 35px;
12 border-radius: 35px;
13 display: none;
14 -webkit-transition: all 0.3s linear;
15 -moz-transition: all 0.3s ease;
16 -ms-transition: all 0.3s ease;
17 -o-transition: all 0.3s ease;
18 transition: all 0.3s ease;
19}
20#jump-top i {
21 color: #fff;
22 margin: 0;
23 position: relative;
24 left: 16px;
25 top: 13px;
26 font-size: 19px;
27 -webkit-transition: all 0.3s ease;
28 -moz-transition: all 0.3s ease;
29 -ms-transition: all 0.3s ease;
30 -o-transition: all 0.3s ease;
31 transition: all 0.3s ease;
32}
33
34/*
35.jump-top {
36 position: fixed;
37 bottom: 35px;
38 right: 35px;
39 display: none;
40}
41*/