-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstyle.css
78 lines (63 loc) · 1.11 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
body {
padding: 15px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height:1.6em;
}
img {
width: 100%;
}
#navigation h1.nav-header {
padding: 0 15px;
margin-bottom: 0;
}
#navigation a.nav-header {
padding: 5px 15px;
font-weight: bold;
}
#navigation ul.uk-nav {
padding: 15px 0;
}
#navigation p {
padding-bottom: 10px;
}
#navigation li.language-select select {
float: right;
}
#content h2 {
font-family: Georgia, "Times New Roman", Times, serif;
}
#content img.header {
margin-bottom: 20px;
}
#content ul {
list-style-type: square;
}
#content li.done {
color: #008000;
text-decoration: line-through;
}
#content div.images div {
padding-bottom: 25px;
}
#content p.images-text {
margin-top: -15px;
}
#content .iframe-container {
position: relative;
/* Magic! Makes sure the container is high enough to show the entire iframe
* Thanks to http://andmag.se/2011/11/responsive-embeds/ */
padding-bottom: 56.5%;
}
#content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
h2 {
margin-top: 25px;
}
}