-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
137 lines (120 loc) · 2.08 KB
/
styles.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
html {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
background-attachment: fixed;
background-image: linear-gradient(30deg, rgb(11, 11, 53), #255);
width: 100%;
height: 100%;
}
#container>h1,
h2 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #fff;
}
.header>h1 {
display: flex;
font-size: 70px;
position: relative;
left: 5vw;
top: 5vh;
max-width: fit-content;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #fff;
}
.header {
margin: 0;
padding: 0;
height: 50vh;
width: 100%;
}
#tunaFish {
position: absolute;
right: 5%;
top: 10%;
width: 120px;
height: 120px;
}
.row {
background-color: rgb(27, 22, 36);
margin: 20px;
padding: 5px;
color: #fff;
border-radius: 7px;
}
.card>img {
position: absolute;
right: 5%;
top: 50%;
height: 70px;
width: 70px;
}
#mountainImg {
margin: 0;
padding: 0;
position: relative;
width: 100%;
height: 40%;
top: 10%;
border-bottom: #255 10px inset;
border-radius: 0px 60px 7px 7px;
background-color: transparent;
filter: brightness(80%);
}
#searchDiv {
margin: 3px;
padding: auto;
border-radius: 7px;
width: 100%;
display: flex;
justify-content: center;
}
#searchBox {
height: 5vh;
border-radius: 5px;
width: 50%;
}
.nav>li {
background-color: #255;
border-radius: 5px;
margin: 10px;
font-size: medium;
}
ul>.col-xs-10 {
background-color: transparent;
}
#loadingGif {
display: inline-block;
margin: 20px;
padding: 0;
height: 50px;
width: 50px;
position: relative;
}
.form-check-input {
height: 20px;
width: 20px;
}
.form-check-label {
box-shadow: 3px 3px 5px black;
border-radius: 5px;
font-size: medium;
color: rgb(8, 153, 211);
}
h3 {
margin: 30px;
color: #fff;
max-width: 500px;
position: absolute;
top: 70%;
}
.modal-body {
padding: 0;
margin: 0;
min-height: 500px;
}