forked from codeeu/codeeu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
executable file
·127 lines (106 loc) · 1.95 KB
/
custom.css
File metadata and controls
executable file
·127 lines (106 loc) · 1.95 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
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
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
.navbar-inverse .navbar-brand {
color: #fff;
font-weight: 600;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #2E75B3;
background-color: transparent;
}
.navbar .nav > li > a {
color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #2E75B3;
background-color: transparent;
}
.jumbotron {
background-color: #EEEEEE;
font-size: 1.4em;
font-weight: 300;
color: #000;
}
.jumbotron h1 {
font-size: 2em;
color: #2E75B3;
}
#mc_embed_signup{
background:#fff;
clear:left;
font:14px Helvetica,Arial,sans-serif;
}
.main-text {
padding-top: 20px;
padding-top: 20px;
line-height: 2;
}
.main-text p {
font-size: 1.4em;
font-weight: 300;
line-height: 1.5;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
ul li {
font-size: 1.2em;
font-weight: 300;
}
footer {
margin-left: 15px;
margin-right: 15px;
font-weight: 200;
}
#country-list {
font-size: 1.4em;
font-weight: 300;
column-count:4;
-moz-column-count:4;
-webkit-column-count:4;
column-gap:1em;
-moz-column-gap:1em;
-webkit-column-gap:1em;
}
#country-list a {
display: block;
}
.event li{
font-size: 1.2em;
font-weight: 300;
}
.event-title a {
font-size: 1.4em;
font-weight: 500;
}
.event-title {
font-weight: 500;
}
.blog-divider {
height: 2px;
border: none;
color: #2E75B3;
background-color: #2E75B3;
}
/* mobile adjustments
-------------------------------------------------- */
@media (max-width: 480px) {
#footer-icons {
margin-top: 20px;
}
#country-list {
column-count:2;
-moz-column-count:2;
-webkit-column-count:2;
column-gap:0.5em;
-moz-column-gap:0.5em;
-webkit-column-gap:0.5em;
}
}