forked from andhart/bijou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
314 lines (292 loc) · 8.5 KB
/
index.html
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Bijou CSS Framework</title>
<meta name="description" content="A beautiful CSS framework in under 2kb">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bijou.min.css">
<style type='text/css'>
body{
margin-top:60px;
}
.light{
background:#CCC;'
color:#333;
}
.dark{
background:#333;
color:#CCC;
}
.grid{
text-align:center;
font-size:10px;
}
.banner{
text-align:center;
padding:10px 0;
}
.table{
margin-bottom:35px;
}
.banner button{
margin-top:7px;
}
.divider{
width:100%;
background:#CCC;
height:1px;
margin:25px 0;
}
.explainer{
font-weight:200;
color:#AAA;
margin-bottom:10px;
}
button{
margin-bottom:10px;
}
</style>
</head>
<body>
<div class='navbar fixed'>
<div class='container'>
<h4 class='pull-left'>Bijou4K</h4>
<ul class='pull-right'>
<li><a href='https://github.com/matchett808/bijou'>Github</a></li>
<li><a href='https://github.com/matchett808/bijou/archive/master.zip'>Download</a></li>
</ul>
</div>
</div>
<div class='container'>
<div class='banner row'>
<div class='span ten'>
<h4>A small (less than 10 kb) CSS framework, Based on the origional 2 kb version by andhart...</h4>
<a href='https://github.com/matchett808/bijou'><button class='button primary small'>Get it on Github</button></a>
</div>
</div>
<h4 class='explainer'>THE GRID</h4>
<div class='grid'>
<div class='row'>
<div class='span ten dark'>TEN</div>
</div>
<div class='row'>
<div class='span one dark'>ONE</div><div class='span nine light'>NINE</div>
</div>
<div class='row'>
<div class='span two dark'>TWO</div><div class='span eight light'>EIGHT</div>
</div>
<div class='row'>
<div class='span three dark'>THREE</div><div class='span seven light'>SEVEN</div>
</div>
<div class='row'>
<div class='span four dark'>FOUR</div><div class='span six light'>SIX</div>
</div>
<div class='row'>
<div class='span five dark'>FIVE</div><div class='span five light'>FIVE</div>
</div>
<div class='row'>
<div class='span six dark'>SIX</div><div class='span four light'>FOUR</div>
</div>
<div class='row'>
<div class='span seven dark'>SEVEN</div><div class='span three light'>THREE</div>
</div>
<div class='row'>
<div class='span eight dark'>EIGHT</div><div class='span two light'>TWO</div>
</div>
<div class='row'>
<div class='span nine dark'>NINE</div><div class='span one light'>ONE</div>
</div>
</div>
<div class='divider'></div>
<h4 class='explainer'>TYPOGRAPHY</h4>
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<div class='divider'></div>
<h4 class='explainer'>TABLES</h4>
<table class='table table-striped table-bordered'>
<thead>
<tr>
<th>Character</th>
<th>Actor/Actress</th>
<th>Age</th>
<th>Movies/TV</th>
</tr>
</thead>
<tbody>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
</tbody>
</table>
<table class='table table-striped'>
<thead>
<tr>
<th>Character</th>
<th>Actor/Actress</th>
<th>Age</th>
<th>Movies/TV</th>
</tr>
</thead>
<tbody>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
</tbody>
</table>
<table class='table table-bordered hoverable'>
<thead>
<tr>
<th>Character</th>
<th>Actor/Actress</th>
<th>Age</th>
<th>Movies/TV</th>
</tr>
</thead>
<tbody>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Batman</td>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
</tbody>
</table>
<div class='divider'></div>
<h4 class='explainer'>BUTTONS</h4>
<button class='button danger large'>Hello World</button>
<button class='button primary large'>Hello World</button>
<button class='button success large'>Hello World</button>
<button class='button danger small'>Hello World</button>
<button class='button primary small'>Hello World</button>
<button class='button success small'>Hello World</button>
<div class='divider'></div>
<h4 class='explainer'>ALERTS</h4>
<div class='alert primary'><p>Test</p></div>
<div class='alert success'><p>Test</p></div>
<div class='alert danger'><p>Test</p></div>
<div class='divider'></div>
<h4 class='explainer'>Block Quotes</h4>
<h6 class='explainer'>Block Quotes - bootstrap style</h6>
<blockquote>
<p>I'm getting too old for this shit...</p>
<footer>Murtaw? <cite title="Source Title">Lethal Weapon</cite></footer>
</blockquote>
<h6 class='explainer'>Block Quotes - 'fancy' style</h6>
<blockquote class="qmarks">
<p>I'm getting too old for this shit...</p>
<footer>Murtaw? <cite title="Source Title">Lethal Weapon</cite></footer>
</blockquote>
<div class='divider'></div>
<h4 class='explainer'>FORMS</h4>
<form class='form'>
<div class='row'>
<input type='text' class='span four' placeholder='Test'>
</div>
<div class='row'>
<select class='span four'>
<option>Select..</option>
<option>Red</option>
<option>Green</option>
<option>Blue</option>
</select>
</div>
<div class='row'>
<textarea class='span four' placeholder='Bigger box'></textarea>
</div>
<div class='row'>
<input type="button" class="button small primary" value="Save">
<input type="button" class="button small primary" disabled value="Save the world...">
</div>
</form>
</div>
<footer>
<div class="container">
<div class="span five">
<h4>
Left footer column...
</h4>
<div class='divider'></div>
</div>
<div class="span five">
<h4>
Right footer column...
</h4>
<div class='divider'></div>
<div class="span">
<img src="GH.png">
</div>
<div class="span">
<a href="https://github.com/matchett808/bijou" target="_blank">
<h4 class="explainer"> Github...</h4>
</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>