-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsite.css
More file actions
101 lines (85 loc) · 1.55 KB
/
site.css
File metadata and controls
101 lines (85 loc) · 1.55 KB
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
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-color: #337AB7;
}
.supressed, .supressed *, .site-header-subtitle {
color: #646464;
}
body, .site-header-subtitle,
.supressed
.btn {
color: #333;
}
h1,
h2,
h3,
h4 {
font-weight: bold;
color: #333;
}
h1,
h2,
h3,
h4 {
font-family: 'Arbutus Slab', serif;
}
a {
color: #337AB7;
}
a:hover,
a:active,
a:focus {
color: #23527C;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover {
background-color: #337AB7;
border-color: #337AB7;
}
.content {
max-width: 75ch;
margin-left: auto;
margin-right: auto;
}
.content ul li::before {
color: #337AB7;
}
.site-header {
margin-bottom: 4rem;
}
.site-header::after {
content: "";
display: block;
height: 200px;
margin: 3rem auto 0 auto;
background-image: url('/images/czech-python-user-group.png');
background-image: url('/images/czech-python-user-group.svg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.site-header-title {
max-width: 35rem;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 600px) {
.site-header-title {
font-size: 3rem;
}
}
@media only screen and (max-width: 400px) {
.site-header-title {
font-size: 2.5rem;
}
}
.archive-year {
/* Keep each year's entries together
* inspired by http://stackoverflow.com/questions/6424088/css-column-breaks
*/
display: inline-block;
width: 100%;
}