-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathih5.css
More file actions
150 lines (121 loc) · 2.32 KB
/
Copy pathih5.css
File metadata and controls
150 lines (121 loc) · 2.32 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
html { font-size: 100%; height: 100%; }
section, article, footer { display: block; }
body {
/* height: 100%; */
background: #332314 url(bg.png) repeat-x top center;
width: 560px;
width: 570px;
/* width: 52em;*/
margin: 0 auto;
color: #FDFFE9;
text-shadow: 2px 1px 0px #332314;
font-family: sans-serif;
font-size: 67.5%;
padding: 0 35px;
}
body > :last-child {
padding-bottom: 20px;
}
@font-face {
font-family: 'ChunkFiveRegular';
src: url('Chunkfive.eot');
src: local('ChunkFive Regular'), local('ChunkFive'), url('Chunkfive.otf') format('opentype'), url('Chunkfive.svg#ChunkFive') format('svg');
}
h1, h2 {
line-height: normal;
font-weight: normal;
font-family: 'ChunkFiveRegular', sans-serif
}
header h1, header h2 {
margin: 0;
}
h1 {
margin-top: 0;
padding-top: 30px;
font-size: 4em;
}
header h1 {
font-size: 2em;
}
p, a {
font-family: "helvetica neue", helvetica, arial;
text-align: justify;
font-weight: light;
}
thead { display: none; }
p,li,td,th,dt,pre,blockquote {
line-height: 1.8em;
font-size: 1.4em;
}
table {
width: 52em;
border-collapse:collapse;
}
tbody {
counter-reset: position -1;
}
tbody tr td {
padding: 2px 10px 2px 0;
}
tbody tr:hover td {
background: #4D3319;
}
tbody tr td:first-child {
width: 32em;
}
tbody tr td:first-child:before {
content: counter(position) '. ';
counter-increment: position;
}
h1 { text-transform: uppercase; }
h2 { font-size: 3em; color: #CAA273; clear: left; }
span.introducing { font-size: 3.4em; display: block; }
span.html5 { font-size: 7em; display: block; color: #FDFFE9; }
span.html5 span { color: #d37422; }
a img {
border: 0;
}
.bookinfo {
min-height: 180px;
}
.bookinfo > * {
margin-left: 260px;
}
.bookinfo p {
margin-bottom: 0;
}
.bookinfo img {
float: left;
border: 5px solid rgb(51,35,20);
margin: 0;
}
a {
color: #CAA273;
font-weight: bold;
text-decoration: none;
}
a:hover {
border-bottom: 3px solid #E4AE6D;
color: #E4AE6D;
text-shadow: 3px 3px 3px #332314;
}
.bookinfo > a:hover {
border: 0;
}
ul {
margin: 0;
padding-left: 16px;
list-style: square;
}
mark {
text-shadow: none;
color:black;
background-color:yellow;
}
.update {
padding: 10px;
background: hsla(0, 100%, 100%, 0.05);
box-shadow: 0 0 20px #000;
line-height: 1.5em;
}body {
}