-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
55 lines (46 loc) · 836 Bytes
/
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
body {
font-family: sans-serif;
}
h3 {
font-size: 30px;
text-align: left;
}
h4 {
font-size: 20px;
text-align: left;
}
div#gallery div.gallery-item {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid #EEEEEE;
}
div#gallery div.gallery-item img {
border-radius: 0;
max-height: 20vh;
margin: 10px auto 0 auto;
border: 1px solid #EEEEEE;
padding: 10px;
}
div#gallery div.gallery-item img:hover {
border-color: #666666;
}
div#gallery div.gallery-item div.caption {
margin-top: 10px;
padding: 20px;
border-radius: 0;
background: #F5F5F5;
font-size: 16px;
text-align: left;
}
div#gallery div.gallery-item div.progress {
margin-top: 30px;
}
ul.languages img.flag {
width: 50px;
height: 30px;
cursor: pointer;
}
ul.languages li {
display: inline-block;
margin-right: 10px;
}