-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
69 lines (60 loc) · 1.08 KB
/
Copy pathmain.css
File metadata and controls
69 lines (60 loc) · 1.08 KB
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
#nabar{
padding: 5px 10px 0px 10px;
}
#bottom-bar {
position: fixed;
z-index: -1;
bottom: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
padding: 12px 60px;
background: lightblue;
color: #fff;
font-size: 14px;
text-align: right;
}
@media (min-width: 768px){}
#left-bar {
position: fixed;
top: 150px;
left: 0px;
height: 100%;
width: 25px;
background: lightblue;
z-index: -1;
}
#right-bar {
position: fixed;
top: 150px;
right: 0px;
height: 100%;
width: 25px;
background: lightblue;
z-index: -2;
}
#maintop{
height: 20%;
width: 100%;
background: lightblue;
overflow: hidden;
padding: 30px 0px 30px 50px;
font-family: 'Trebuchet MS';
}
#container{
padding: 30px 0px 30px 50px;
}
.activea{
background-color: lightblue !important;
}
.text-dark{
font-weight: bold;
font-family: 'Trebuchet MS';
}
input[type=text] {
padding: 7px;
margin: 5px 2px 22px 2px;
display: inline-block;
border: none;
background: #f1f1f1;
}