-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (97 loc) · 1.49 KB
/
style.css
File metadata and controls
111 lines (97 loc) · 1.49 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
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.3;
margin: 0;
background: #EEEEEE;
color: #212121;
}
header {
background: #0288D1;
padding: 1em 10%;
font-family: arial, sans-serif;
}
header h1, header h3 {
color: #fff;
margin: 0;
font-weight: normal;
}
header h1 {
text-transform: uppercase;
}
header h3 {
font-size: 1em;
}
article {
width: 80%;
margin: 0 auto;
background: #fff;
padding: 1em;
}
article h1 {
font-weight: normal;
font-family: georgia, serif;
}
article h4 {
text-transform: uppercase;
font-weight: normal;
font-size: 0.7em;
background: #E53935;
display: inline;
padding: 0.5em;
color: #fff;
}
.intro {
font-weight: bold;
}
figure {
margin: 0;
}
figure img {
max-width: 100%;
}
figcaption {
font-size: 0.66em;
}
blockquote {
width: 66%;
margin: 1em auto;
background: #ddd;
padding: 1em;
font-size: 1.33em;
text-align: center;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}
footer {
background: #212121;
color: #fff;
height: 100px;
padding: 1em 10%;
}
.author {
width: 75px;
border-radius: 50%;
border: 1px solid #bbb;
vertical-align: middle;
margin-right: 0.33em;
}
.fa-twitter-square {
color: #6FAEDC;
}
.panel {
background: #f4f4f4;
border: 1px solid #bbb;
border-radius: 3px;
padding: 0.33em;
color: #3E2723;
font-family: monospace;
font-weight: bold;
}
#body_ {
display: inline;
}
.class {
color: #B71C1C;
}