-
Notifications
You must be signed in to change notification settings - Fork 0
/
geral.css
60 lines (53 loc) · 1.29 KB
/
geral.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
body {
margin-bottom: 200px;
}
.spaced-list-item {
padding-bottom: 20px;
}
.footer {
z-index: 11000;
margin-bottom: -20px;
background-color: #111111;
color: #eeeeee;
border-top: 1px solid black;
padding-top: 10px;
display: block;
position: fixed;
left: 0px;
right: 0px;
bottom:0px;
margin-top: 10px; /* space between content and footer */
box-sizing: border-box;
width: 100%;
height: 150px;
}
#panel-ip {
background-color: #f0f0f0;
}
.font-resize {
background-color: rgba(0, 0, 0, 0);
background-image: none;
border-bottom-color: rgba(0, 0, 0, 0);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
color: #9d9d9d;
}
.font-resize:hover {
background-color: rgba(0, 0, 0, 0);
background-image: none;
border-bottom-color: rgba(0, 0, 0, 0);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
color: rgb(255, 255, 255);
}
footer {
overflow-y:scroll;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}