main.css (892B) download
1body {
2 background-color: #efefef;
3 font-size:20px;
4}
5
6#side_nav{
7 background: #000;
8 list-style-type: none;
9 margin: 0;
10 padding: 0;
11 width: 20%;
12 position: fixed;
13 height: 100%;
14}
15
16.content{
17 margin-left: 20%;
18 width:80%;
19}
20
21.carousel-item img {
22 max-width: 100%;
23 height: auto;
24}
25
26.flex-img{
27 max-width:100%;
28 max-height:100%;
29}
30.content-section {
31 background: #ffffff;
32 padding: 10px 20px;
33 border: 1px solid #dddddd;
34 border-radius: 3px;
35 margin-bottom: 20px;
36}
37
38.picture-css{
39 width: 50%;
40 padding: 10px;
41}
42
43.account-img {
44 height: 125px;
45 width: 125px;
46 margin-right: 20px;
47 margin-bottom: 16px;
48}
49
50.account-heading {
51 font-size: 2.5rem;
52}
53
54.form-code {
55 font-family: 'Source Code Pro';
56}
57
58#trap-map {
59 height: 300px;
60 border: #aaa solid 1px;
61}
62
63#trap-chart {
64 height: 300px;
65 position: relative;
66}
67
68i {
69 padding-left: 10px;
70 padding-right: 10px;
71}