-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (276 loc) · 13.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Consola.css</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/consola.css" rel="stylesheet">
<style>
.hero {
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
.hero h1 > small{
display: block;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<a href="https://github.com/PascalKleindienst/consola.css"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<header class="container-fluid hero bg-white">
<h1>
consola.css
<br/>
<small class="text-muted">A CSS micro-framework for a console like style</small>
</h1>
<p>
<a href="https://www.npmjs.com/package/consola.css">
<img src="https://img.shields.io/npm/v/consola.css.svg?style=flat-square" alt="NPM" />
</a>
<a href="https://github.com/PascalKleindienst/consola.css">
<img src="https://img.shields.io/bower/v/consola.css.svg?style=flat-square" alt="Bower" />
</a>
<a href="https://www.npmjs.com/package/consola.css">
<img src="https://img.shields.io/npm/dt/consola.css.svg?style=flat-square" alt="NPM Downloads" />
</a>
<a href="https://raw.githubusercontent.com/PascalKleindienst/consola.css/master/LICENSE">
<img src="https://img.shields.io/github/license/PascalKleindienst/consola.css.svg?style=flat-square" alt="license" />
</a>
<a href="https://codeclimate.com/github/PascalKleindienst/consola.css">
<img src="https://img.shields.io/codeclimate/github/PascalKleindienst/consola.css.svg?style=flat-square" alt="Code Climate" />
</a>
</p>
</header>
<div class="container">
<!--<h3>Typography</h3>-->
<!--<h4>Headings</h4>
<p>
All HTML headings, <code><h1></code> through <code><h6></code>, are available. <code>.h1</code> through <code>.h6</code> classes are also available,
for when you want to match the font styling of a heading but still want your text to be displayed inline.
</p>
<h1>h1. heading</h1>
<h2>h2. heading</h2>
<h3>h3. heading</h3>
<h4>h4. heading</h4>
<h5>h5. heading</h5>
<h6>h6. heading</h6>
<pre><h1>h1. heading</h1>
<h2>h2. heading</h2>
<h3>h3. heading</h3>
<h4>h4. heading</h4>
<h5>h5. heading</h5>
<h6>h6. heading</h6>
</pre>-->
<!--<hr />-->
<h3>Code</h3>
<h4>Inline</h4>
<p>Wrap inline snippets of code with <code><code></code>.</p>
<pre><code>Some code..</code></pre>
<h4>Basic block</h4>
<pre><p>Sample text here...</p></pre>
<pre><pre>Sample code here...</pre></pre>
<hr />
<h3>Forms</h3>
<form action="#" role="form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" name="name" placeholder="Enter your name...">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" name"email"="" placeholder="user@example.com">
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" name="password" placeholder="8 characters or more...">
</div>
<div class="form-group">
<p>Elements on the left</p>
<div class="checkbox">
<input type="checkbox" value="" id="optionCheckbox">
<label for="optionCheckbox">
Option one is this and that—be sure to include why it's great
</label>
</div>
<div class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
<label for="optionsRadios1">
Option one is this and that—be sure to include why it's great
</label>
</div>
<div class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2" checked>
<label for="optionsRadios2">
Option two can be something else and selecting it will deselect option one
</label>
</div>
</div>
<div class="form-group">
<p>Elements on the right</p>
<div class="checkbox">
<input class="control-right" type="checkbox" value="" id="optionCheckboxRight">
<label for="optionCheckboxRight">
Option one is this and that—be sure to include why it's great
</label>
</div>
<div class="radio">
<input class="control-right" type="radio" name="optionsRadiosRight" id="optionsRadiosRight" value="option1" checked>
<label for="optionsRadiosRight">
Option one is this and that—be sure to include why it's great
</label>
</div>
</div>
<div class="form-group">
<label for="select">Dropdown</label>
<select id="select" class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group">
<label for="selectMultiple">Select Multiple</label>
<select multiple id="selectMultiple" class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" rows="3" placeholder="Your message to us..."></textarea>
</div>
<div class="form-group">
<input type="submit" value="Submit" class="btn btn-blue">
</div>
</form>
<h3>Buttons</h3>
<p>
<a href="#" class="btn">.btn</a>
<a href="#" class="btn btn-red">.btn-red</a>
<a href="#" class="btn btn-green">.btn-green</a>
<a href="#" class="btn btn-yellow">.btn-yellow</a>
<a href="#" class="btn btn-blue">.btn-blue</a>
<a href="#" class="btn btn-link">.btn-link</a>
</p>
<hr />
<h3>Lists</h3>
<h4>Ordered</h4>
<ol>
<li>Apples</li>
<li>Bananas</li>
<li>Oranges</li>
</ol>
<h4>Unordered</h4>
<ul>
<li>Apples</li>
<li>Bananas</li>
<li>Citrus
<ul>
<li>Limes</li>
<li>Oranges</li>
<li>Grapefruit</li>
</ul>
</li>
</ul>
<h4>Unordered dash</h4>
<ul class="list-dash">
<li>Apples</li>
<li>Bananas</li>
<li>Citrus
<ul>
<li>Limes</li>
<li>Oranges</li>
<li>Grapefruit</li>
</ul>
</li>
</ul>
<h4>Unstyled</h4>
<ul class="list-unstyled">
<li>Apples</li>
<li>Bananas</li>
<li>Oranges</li>
</ul>
<h3>Tables</h3>
<h4>Basic example</h4>
<table class="table">
<caption>Optional table caption.</caption>
<thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead>
<tbody>
<tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr>
<tr><th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr>
<tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr>
</tbody>
</table>
<pre><table class="table"> ... </table></pre>
<h4>Bordered example</h4>
<table class="table table-bordered">
<caption>Optional table caption.</caption>
<thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead>
<tbody>
<tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr>
<tr><th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr>
<tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr>
</tbody>
</table>
<pre><table class="table table-bordered"> ... </table></pre>
<h4>Grid example</h4>
<table class="table table-grid">
<caption>Optional table caption.</caption>
<thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead>
<tbody>
<tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr>
<tr><th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr>
<tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr>
</tbody>
</table>
<pre><table class="table table-grid"> ... </table></pre>
<hr />
<h3>Helper Classes</h3>
<h4>Contextual colors</h4>
<p class="text-red">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="text-green">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p class="text-yellow">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
<p class="text-blue">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
<pre><p class="text-red"> ... </p>
<p class="text-green"> ... </p>
<p class="text-yellow"> ... </p>
<p class="text-blue"> ... </p></pre>
<h4>Background colors</h4>
<p class="bg-red">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="bg-green">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p class="bg-yellow">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
<p class="bg-blue">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
<pre><p class="bg-red"> ... </p>
<p class="bg-green"> ... </p>
<p class="bg-yellow"> ... </p>
<p class="bg-blue"> ... </p></pre>
<hr />
<h4>Progress Bar</h4>
<p>Indeterminate:
<span class="progress progress-indeterminate">
<span class="progress-bar" role="progressbar"></span>
</span>
</p>
<pre><span class="progress progress-indeterminate">
<span class="progress-bar" role="progressbar"></span>
</span></pre>
<p>Determinate:
<div class="progress" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" role="progressbar" style="width: 60%;"></div>
</div>
</p>
<pre><div class="progress" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" role="progressbar" style="width: 60%;"></div>
</div></pre>
</div>
</body>
</html>