-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (61 loc) · 1.08 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body {
background-color: rgb(254, 255, 240);
}
nav {
font-size: 25px;
font-weight: 500;
margin-left: 80px;
padding: 70px;
}
p {
font-size: 15px;
margin-top: 10px;
text-align: justify;
}
h3 {
margin-top: 30px;
font-weight: bolder;
}
.footer {
text-align: center;
background-color: inherit;
}
.content {
background-color: inherit;
padding: 10px;
}
.panel {
width: 100%;
overflow: auto;
display: inline-block;
font-size:small;
}
.mnWidth500px {
min-width: 500px;
}
.outlined {
border: 1px solid blue;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
border: none;
}
.fa {
font-size: 20px;
width: 20px;
text-align: center;
text-decoration: none;
}
.belowNav {
height: 50px; /* gap below navbar */
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}