forked from ddm999/gt7info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-simple.css
190 lines (167 loc) · 3.52 KB
/
style-simple.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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
/*
This stylesheet was adapted from the
https://github.com/orderedlist/minimal
GitHub Pages theme,
and is therefore licensed under CC BY-SA 3.0.
https://creativecommons.org/licenses/by-sa/3.0/
*/
/*
note: you really need to restructure this to use classes instead of ids
*/
@font-face {
font-family: 'Jaldi';
font-weight: 400;
font-weight: normal;
src: url("/test/fonts/Jaldi/Jaldi-Regular.ttf") format("truetype"), url("./fonts/Jaldi/Jaldi-Regular.ttf") format("truetype");
}
@font-face {
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
src: url("/test/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("./fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
font-family: 'Roboto Bold';
font-weight: 400;
font-style: normal;
src: url("/test/fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("./fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
font-family: 'Roboto Medium';
font-weight: 500;
font-style: normal;
src: url("/test/fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("./fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
body {
background-color: #d3d5d7;
padding: 20px 0px;
font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #424242;
font-weight: 400;
min-width: 400px;
margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
color: #222;
margin: 0 0 20px;
}
h1,h2,h3 {
line-height: 1.1;
}
h1 {
font-size: 28px;
}
h2 {
color: #393939;
}
h3,h4,h5,h6 {
color: #494949;
margin-block-end: 6px;
}
a {
color: #267CB9;
text-decoration: none;
}
a:hover,a:focus {
color: #069;
font-weight: bold;
}
a small {
font-size: 11px;
color: #777;
margin-top: -0.3em;
display: block;
}
a:hover small {
color: #777;
}
code,pre {
font-family: Consolas, Terminal, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
color: #333;
}
pre {
padding: 8px 15px;
background: #f8f8f8;
border-radius: 5px;
border: 1px solid #e5e5e5;
overflow-x: auto;
}
table {
width: 100%;
border-collapse: collapse;
}
th,td {
text-align: left;
padding: 5px 10px;
border-bottom: 1px solid #e5e5e5;
}
dt {
color: #444;
font-weight: 700;
}
th {
color: #444;
}
ul {
margin-block-start: 4px;
margin-block-end: 4px;
}
img {
max-width: 100%
}
strong {
color: #222;
font-weight: 700
}
small {
font-size: 11px
}
header {
padding: 0px 20px;
}
section {
padding: 20px 20px 50px 20px;
box-shadow: 0 0 0 8px #d3d5d7, 0 -8px 8px #666;
position: relative;
}
footer {
font-size: 12px;
padding: 20px 20px 50px 20px;
box-shadow: 0 0 0 8px #d3d5d7, 0 -8px 8px #666;
}
.cardetails {
background-color: #d9dbdb;
position: relative;
width: 644px;
margin: 10px;
border: 2px solid #222;
font-family: 'Roboto Medium';
color: #292929;
font-weight: 500;
}
.cardetails .manufacturer {
font-family: 'Jaldi';
font-weight: 400;
font-size: 24px;
padding-left: 8px;
}
.cardetails .name {
font-size: 24px;
}
.cardetails .id {
font-size: 12px;
float: right;
padding: 8px;
}
.cardetails .carclass {
font-size: 24px;
padding-left: 8px;
}
.cardetails .credits {
font-size: 18px;
float: right;
padding: 8px;
}
.cardetails .bop, .cardetails .hybridtype, .cardetails .capacity, .cardetails .power, .cardetails .torque, .cardetails .reductiongear, .cardetails .ersh {
padding-left: 8px;
}