-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcryptojosa.css
102 lines (98 loc) · 2.94 KB
/
cryptojosa.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
@font-face {
font-family: 'tex_gyre_schola';
src: url('fonts/texgyreschola-regular-webfont.eot');
src: url('fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/texgyreschola-regular-webfont.woff2') format('woff2'),
url('fonts/texgyreschola-regular-webfont.woff') format('woff'),
url('fonts/texgyreschola-regular-webfont.ttf') format('truetype'),
url('fonts/texgyreschola-regular-webfont.svg#tex_gyre_scholabold_italic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'tex_gyre_schola';
src: url('fonts/texgyreschola-italic-webfont.eot');
src: url('fonts/texgyreschola-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/texgyreschola-italic-webfont.woff2') format('woff2'),
url('fonts/texgyreschola-italic-webfont.woff') format('woff'),
url('fonts/texgyreschola-italic-webfont.ttf') format('truetype'),
url('fonts/texgyreschola-italic-webfont.svg#tex_gyre_scholabold_italic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'tex_gyre_schola';
src: url('fonts/texgyreschola-bolditalic-webfont.eot');
src: url('fonts/texgyreschola-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/texgyreschola-bolditalic-webfont.woff2') format('woff2'),
url('fonts/texgyreschola-bolditalic-webfont.woff') format('woff'),
url('fonts/texgyreschola-bolditalic-webfont.ttf') format('truetype'),
url('fonts/texgyreschola-bolditalic-webfont.svg#tex_gyre_scholabold_italic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'tex_gyre_schola';
src: url('fonts/texgyreschola-bold-webfont.eot');
src: url('fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/texgyreschola-bold-webfont.woff2') format('woff2'),
url('fonts/texgyreschola-bold-webfont.woff') format('woff'),
url('fonts/texgyreschola-bold-webfont.ttf') format('truetype'),
url('fonts/texgyreschola-bold-webfont.svg#tex_gyre_scholabold_italic') format('svg');
font-weight: bold;
font-style: normal;
}
body {
background-color: #f7f6f5;
font-family: 'tex_gyre_schola', serif;
color: #333333;
padding: 20px;
font-size: 16px;
}
h1 {
border-top: 36px solid;
font-size: 5em;
line-height: 1em;
}
h2 {
border-bottom: 5px solid;
font-size: 3em;
}
blockquote {
font-style: italic;
font-size: 1.4em;
}
aside {
max-width: 60em;
width: 100%;
}
.section {
}
.section p {
font-size: 1.7em;
}
.section img {
width: 100%;
height: auto;
}
a {
color: #dd4814;
font-style: italic;
}
h1 em {
color: #dd4814;
}
label {
font-style: italic;
font-weight: bold;
font-size: 1.7em;
border-top: 1px solid;
margin-bottom: -1em;
display: block;
}
.form-item {
margin-bottom: 2em;
}
.help {
font-size: 0.8em;
}