-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
55 lines (46 loc) · 872 Bytes
/
style.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
html {
position: relative;
min-height: 100%;
}
body {
margin: 0 0 100px;
/* bottom = footer height */
padding: 25px;
}
body a {
text-decoration: underline;
}
body a:visited {
color: inherit;
}
/* Text CSS ... Element is added from plugin.js script */
#widget {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#widget .glyphicon {
background: none;
border: none;
padding-right: 10px;
}
.floatBottom {
background: #000;
opacity: 0.8;
position: fixed;
padding-top: 7px;
padding-left: 18px;
right: 0;
bottom: 0;
height: 45px;
width: 350px;
border-radius: 15px;
border-bottom: none;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
margin-right: 10px;
z-index: 9998!important;
}
.floatBottom a {
text-decoration: none;
}