-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathjquery.backTotop.css
executable file
·94 lines (84 loc) · 1.76 KB
/
jquery.backTotop.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.back-to-top {
position: relative;
font-size: 13px;
display: inline-block;
z-index: 999;
padding: 10px 20px;
color: #888;
background: #efefef;
border:solid 1px #d2d2d2;
border-radius: 2px;
}
.back-to-top:hover,.back-to-top:focus{
color: #000;
border:solid 1px #aaa;
}
/*
These styles are for the site demonstration purpose
you can delete the unwanted styles from here
*/
.pink{
background: #DA4882;
box-shadow: 0 0 5px #8E004B;
border: 0;
color: #fff;
border-radius: 5px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.pink:hover{
border: 0;
color: #efefef;
box-shadow: 0 0 10px #8E004B;
}
.blue{
font-size: 16px;
display: inline-block;
border: solid 1px #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
box-shadow: 0 0 10px #2D84B3;
padding: 10px 20px;
background: #2BA6CB;
color: #fff;
}
.blue:hover{
border: solid 1px #ddd;
color: #ccc;
}
/*
* Custom styles for showing examples, you can
* replace this with you own styles
*/
/* Web designers wall */
.web-designer-wall{
font-family: Ubuntu, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
border: 0;
background: none;
}
.web-designer-wall i{
vertical-align: middle;
}
.web-designer-wall:hover{
color: #333;
border: none;
}
/* flipkart */
.flipkart{
font-family: Ubuntu, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
background: #B9B8B9;
border-radius: 5px 0 0 5px;
border: solid 1px #d2d2d2;
border-right: 0;
color: #fff;
padding:10px;
}
.flipkart:hover{
color: #efefef;
border: solid 1px #d2d2d2;
border-right: 0;
}