-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
95 lines (73 loc) · 1.3 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*html{
background-image: url("img/pocasi.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:cover;
}*/
body{
background-image:url("img/pocasi.jpg");
background-repeat:no-repeat;
background-size:cover;
}
.container{
text-align:center;
margin-top:100px;
font-family: Libre Baskerville, serif;
}
.container h1{
margin-bottom: 15px;
font-size: 80px;
}
.container .form-group{
margin:5px 0px;
width:350px;
display:inline-block;
}
.container button
{
margin-bottom:3px;
margin-left:5px;
}
.report-container{
/*font-size:20px;*/
}
#refresh{
margin-top:30px;
}
.btn-primary-outline {
background-color: transparent;
border:none;
}
.cas
{
margin-bottom:20px;
}
/*.bg-text-bg {
background-color: rgba(255,255,255,0.7);
filter: blur(1px);
text-align: center;
}
.page-footer{
width:100%;
position:absolute;
font-size:20px;
bottom:20px;
}*/
.container-fluid
{
width:100%;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
}
.bg-text-bg
{
opacity: .9;
backdrop-filter: blur(2px);
margin-top:15px;
padding:10px;
}