-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
161 lines (130 loc) · 2.41 KB
/
style.css
File metadata and controls
161 lines (130 loc) · 2.41 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* Styles for Heather - A Hyperminimal Jekyll Theme */
/* BASSCSS Reset - http://jxnblk.github.io/basscss */
body, h1, h2, h3, h4, h5, h6, dl, ol, ul, p,
button, input, select, textarea {
margin: 0;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
display: block;
}
body {
color: #333;
font-size: 100%;
line-height: 1.75;
font-family: 'Merriweather', serif;
}
h1, h2, h3, h4, h5, h6 { line-height: 1.25; }
h1, .h1 {
font-size: 32px;
margin-bottom: 32px;
}
h2, .h2, h3, .h3, h4, h5, h6 {
font-size: 24px;
margin-bottom: 16px;
}
p, .p {
font-size: 18px;
margin-bottom: 32px;
}
small, .small { font-size: 16px; }
@media screen and (min-width: 640px) {
h1, .h1 { font-size: 48px; }
h2, .h2 { font-size: 32px; }
p, .p { font-size: 20px; }
}
a {color: #069; text-decoration: none; }
a:hover {color: #0F7191;}
nav a { color: #000000; text-decoration: none; }
nav a:hover { color: #069; }
h1 a { color: #333;}
.wrap {
width: 90%;
max-width: 768px;
margin: 0 auto;
padding: 32px 5% 64px 5%;
}
.m-0 { margin-top: 0; margin-bottom: 0; }
.post { margin-bottom: 96px; }
.post img { max-width: 100%; }
.center { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.gray { color: #999; }
#banner{
height: 100px;
background-color: #2B2B2B;
color:#FFFFFF;
padding:25px 15px 0px;
}
#banner2{
height: 50px;
background-color: #F2F2F2;
color:#000000;
}
#banner a{
color:#FFFFFF;
}
#banner h1{
font-weight:600;
padding: 15px 0px 10px 0px;
}
#banner h2{
font-weight:200;
}
#banner h1, #banner h2{
font-size: 20px;
}
#banner_content{
margin:-130px 0px 0px 75px;
}
.circular{
background-color:#FFFFFF;
width: 150px;
height: 150px;
border-radius: 75px;
-webkit-border-radius: 75px;
-moz-border-radius: 75px;
padding: 7px;
margin: -125px 0px 0px 50px;
}
.circular img{
}
.entries{
padding: 35px 0px 0px 15px;
}
.entries h3{
margin: 0px 0px 15px 0px;
}
.left{
float:left;
}
.location{
font-weight: 200;
font-size: 10px;
}
#name_description{
margin-left:250px;
}
nav{
margin-left: 265px;
font-weight: bold;
font-size: 14px;
padding-top: 15px;
display: inline-block;
}
nav a{
margin-right: 30px;
}
.right{
float:right;
}
.social-icons{
margin: 10px 25px 0px 0px;
}
.social-icons a{
margin:0px 7px;
}