-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbla.css
73 lines (72 loc) · 1.53 KB
/
bla.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
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-kerning: auto;
}
html {
font-size: 12pt;
line-height: 1.4;
font-weight: 400;
font-family: 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
}
body {
padding: 1em;
margin: 0 auto;
max-width: 800px;
}
code,
pre,
blockquote {
padding: .2em;
background: rgba(0,0,0,.1);
}
code,
pre {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 .5em 0;
line-height: 1.2;
letter-spacing: -.02em;
}
[class*=float-] {
margin: 0 auto 1em auto;
display: block;
width: auto;
max-width: 100%;
clear: both;
}
@media (min-width: 600px) {
h1 { font-size: 300%; }
h2 { font-size: 200%; }
h3 { font-size: 180%; }
h4 { font-size: 160%; }
h5 { font-size: 140%; }
h6 { font-size: 120%; }
[class*=float-] {
max-width: 40%;
}
.float-left {
float: left;
margin: 0 1em .5em 0;
}
.float-right {
float: right;
margin: 0 0 .5em 1em;
}
.header img {
float: left;
top: 15px;
width: 198px;
height: 246px;
background: #555;
}
.header h1 {
position: right;
top: 0px;
left: 0px;
}
}