-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (66 loc) · 1.06 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
#wrapper{
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
padding-top: 60px;
}
.mediawrapper{
display: inline-block;
width: 30%;
margin: 10px auto;
padding: 5px;
text-align: center;
border-bottom: 1px solid #dddddd;
}
.mediawrapper img{
max-width: 100%;
height: 250px;
border-radius: 10px;
}
.imageDescription{
color: #616161;
text-align: left;
}
#dropdownlist{
width: 40%;
height: 25px;
background: black;
left: 2%;
color: white;
top: 5%;
display: inline-block;
padding: 10px;
}
#dropdownlist select{
height: 100%;
width: 50%;
margin-left: 10px;
}
#totalimages{
background: red;
color: white;
min-width: 200px;
line-height: 35px;
padding: 5px;
float: right;
text-align: center;
margin-right: 1%;
}
#loading{
position: fixed;
bottom: 0px;
right: 10px;
z-index: 2;
}
#loading img{
width: 50px;
}
#topbar{
position: fixed;
top: 0px;
width: 100%;
}
.content{
position: relative;
}