-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
116 lines (92 loc) · 1.47 KB
/
style.css
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
@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700|Open+Sans:400,300,700);
@media (max-width: 767px) {}
body {
font-family: 'Open Sans', sans-serif;
font-size: 0.9em;
line-height:1.6em;
margin: 0;
}
.root {
max-width: 767px;
margin: auto;
}
.container {}
.container .container {
display: flex;
}
.container .container .box {
flex: 1 1 auto;
}
.box {
max-width: 600px;
padding: 0 8px;
}
h2, h3 {
font-family: 'Quattrocento', serif;
margin-top: 1.4em;
}
dt {
font-weight: bold;
margin-top: 10px;
}
dt:first-child {
margin-top: 0;
}
dd {
margin-left: 0;
}
.project-list {
list-style-type: none;
}
.project-list li {
display: inline-block;
font-size: 120%;
}
.inline-list {
display: inline-block;
}
.notice {
display: inline-block;
margin-bottom: 15px;
padding: 10px;
background: #ebf7fd;
color: #2d7091;
border: 1px solid rgba(45,112,145,.3);
border-radius: 4px;
text-shadow: 0 1px 0 #fff;
}
blockquote {
display: inline-block;
}
blockquote p {
font-size: 1.3em;
line-height: 1.4em;
margin: .2em;
}
blockquote p:before {
content: '“';
}
blockquote p:after {
content: '”';
}
blockquote footer {
text-align: right;
}
.iframe-container {
position: relative;
padding-bottom: 56.25%
}
.iframe-container iframe {
position: absolute;
top: 0;
lefT: 0;
width: 100%;
height: 100%;
}
.feature-list {
list-style-type: none;
padding-left: 0;
}
.feature-list li {
margin: 8px 0;
}