-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleSheet.css
51 lines (42 loc) · 919 Bytes
/
styleSheet.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
/* The styles for the header */
.jumbotron {
position: relative;
height: 350px;
padding: 20px;
margin: 0;
color: rgb(250, 246, 246);
background: rgb(151, 147, 147);
background-image: url("../Images/background.jpg");
background-attachment: fixed;
background-position: bottom center;
background-size: cover;
}
.jumbotron h1{
color: white;
}
/* The body color */
body {
background-color: rgb(178, 198, 211);
}
/* The panel properties */
.panel-heading {
/* Chrome/Opera/Safari */
color: white;
background-color: rgb(230, 143, 96);
height: 50px;
padding: 10px;
margin: 0;
}
#sample-metadata {
background-color: #f3efef;
font-size: 10;
}
/* Plot properties */
#bubble {
display: flex;
justify-content: center;
}
#gauge {
display: flex;
justify-content: right;
}