-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (50 loc) · 1.52 KB
/
style.css
File metadata and controls
51 lines (50 loc) · 1.52 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
@charset "utf-8";
body {
word-wrap: break-word;
padding-top: 70px;
background-color: #DFDBE5;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23448837' fill-opacity='0.2'%3E%3Cpath fill-rule='evenodd' d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E");
}
img {
max-width: 100%;
height: auto;
}
.site-avatar img {border-radius: 20px;}
.site-info {
padding: 10px 20px;
text-align: center;
}
.content {
margin: 20px 0;
padding: 8px;
background-color: #fff;
border: solid 2px #ccc;
border-radius: 8px;
}
.postindex {
padding: 8px 0;
border-bottom: solid 2px #ccc;
}
.post, .page {padding: 8px 0;}
.posttitle, .pagetitle {margin-top: 0;}
.date {
font-weight: bold;
margin: 4px 0;
}
.entry {margin: 4px 0;}
.entry img {
display: block;
max-width: 65%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.sidebar {margin: 20px 0;}
.widget {margin: 10px 0;}
footer {
margin-top: 10px;
padding: 10px 20px;
background-color: #fff;
border-top: solid 2px #ccc;
}
.copyright {text-align: center;}