-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtests.html
222 lines (201 loc) · 7.77 KB
/
tests.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
<!DOCTYPE HTML>
<html class="responsive">
<head>
<title>xchema | xtyle</title>
<meta charset="utf-8">
<meta name="robots" content="all">
<meta name="citation_author" content="Author Name">
<meta name="description" content="Project Description">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- <meta name="apple-mobile-web-app-capable" content="yes"> -->
<!-- <link rel="apple-touch-icon" href="touch-icon-iphone-precomposed.png"> -->
<!-- <link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad-precomposed.png"> -->
<!-- <link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4-precomposed.png"> -->
<!-- <link rel="alternate" type="application/rss+xml" title="" href=""> -->
<link href="xtyle/img/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="xtyle/css/xtyle.min.css">
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script data-main="xtyle/js/main" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.1/require.min.js"></script>
</head>
<body><!-- style="background: url(http://emoriz.com/github/bgnoise.png); padding: 50px;" -->
<nav class="menu top large">
<span class="logo">xtyle</span>
<a href="//xchema.github.com/xtyle/" class="active">Home</a>
<a href="//xchema.github.com/xtyle/pages/typography.html">Typography</a>
<a href="//xchema.github.com/xtyle/pages/forms.html">Forms</a>
<a href="//xchema.github.com/xtyle/pages/layout.html">Layout</a>
<!-- <a href="pages/widgets.html">Widgets</a>
<a href="pages/widgets.html">Themes</a>
<a href="pages/examples.html">Examples</a> -->
<a href="https://github.com/xchema/xtyle/archive/v0.2.zip" rel="download">Download</a>
</nav>
<input type="text" class="margin-right-none" xtyle="full">
<!-- try with box-shadow too -->
<!-- inside span for border -->
<section>
<span><i class="icon-help-circled"></i> Warning! ...</span>
<input type="text" class="border-radius">
<a href="#" class="btn"><i class="icon-github"></i> HELLO</a>
<div class="grid show">
<div class="grid1"><div class="padding-none margin-none"><img src="http://image.motortrend.com/f/roadtests/convertibles/1212_2013_porsche_boxster_s_first_test/42501826/2013-Porsche-Boxster-S-front.jpg" width="100%"></div></div>
</div>
<alert class="margin-top-bottom"><i class="icon-tag"></i> alert</alert>
<alert class="margin-top-bottom attention"><i class="icon-tag"></i> alert</alert>
<alert class="margin-top-bottom alert"><i class="icon-tag"></i> alert</alert>
<alert class="margin-top-bottom success"><i class="icon-tag"></i> alert<a href=""><i class="icon-cancel float-right"></i></a></alert>
<alert class="margin-top-bottom info"><i class="icon-tag"></i> alert</alert>
<tag><i class="icon-tag"></i> tag</tag><tag class="attention"><i class="icon-tag"></i> tag</tag><tag class="alert"><i class="icon-tag"></i> tag</tag><tag class="info"><i class="icon-tag"></i> tag</tag><tag class="success"><i class="icon-tag"></i> tag</tag>
<table>
<tr>
<th>Grocery</th>
</tr>
<tr>
<td>Apples</td>
</tr>
<tr>
<td>Oranges</td>
</tr>
</table>
<div class="layout-fixed layout-center center grid show">
<div class="grid1"><div>here</div></div>
<div class="grid2"><div>here</div></div>
<div class="grid2"><div>here</div></div>
<div class="grid5"><div>here</div></div>
<div class="grid6"><div>here</div></div>
<div class="grid7"><div>here</div></div>
</div>
<input type="text" style="width:100%">
<select multiple="multiple" class="rounded" style="">
<option>mariz</option>
<option>enio</option>
<option>samira</option>
<option>adilson</option>
<option>tania</option>
</select>
<h1 class=""><a href="#">Heading h1</a></h1>
<div class="grid border show layout-fixed margin-bottom">
<div class="unit12 right">here I am</div>
<div class="unit11"></div>
</div>
<div class="grid">
<form>
<input id="male" type="radio" name="gender" value="male" checked="checked"><label for="male">Male</label>
<input id="female" type="radio" name="gender" value="female"><label for="female">Female</label>
<br>
<i class="icon-tag"></i>
<input id="facebook" type="checkbox" name="techs" value="facebook" checked="checked"><label for="facebook">Facebook</label>
<input id="google" type="checkbox" name="techs" value="google"><label for="google">Google</label>
<input id="apple" type="checkbox" name="techs" value="apple"><label for="apple">Apple</label><input type="submit">
<br>
<input type="text"><input type="submit">
<br>
<input type="text" disabled="disabled" placeholder="disabled field">
<br>
<select>
<option value="apples" selected="selected">Apples</option>
<option value="oranges">Oranges</option>
</select>
<br>
<input type="submit" class="">
<br>
<div class="wrap">
<input type="text" class="medium unit2"><input type="text" class="medium unit2">
<br>
<input type="text" class="unit4 medium"><input type="text" class="medium unit4">
<br>
<input type="text" class="unit8">
</div>
<br>
<input type="text" class=""><input type="submit" class=" success"><a href="#" class=" btn success">Submit</a>
<br>
<input type="text" class=""><input type="submit" class=" alert"><a href="#" class=" btn alert"><i class="icon-tag"></i> Submit</a>
<br>
<input type="text" class="info"><input type="submit" class=" attention"><a href="#" class=" btn attention"><i class="icon-tag"></i> Submit</a>
<br>
<input type="text" class="dark"><input type="submit" class=" info"><a href="#" class=" btn info"><i class="icon-tag"></i> Submit</a>
<br>
<input type="text" class="attention"><input type="submit" class="dark"><a href="#" class="btn border-radius dark"><i class="icon-github"></i> Submit</a>
<br>
<input type="text" class="medium success"><input type="submit" class="medium"><a href="#" class="medium btn"><i class="icon-github"></i> Submit</a>
<br>
<input type="text" class="large alert"><input type="submit" class="large"><a href="#" class="large btn border-radius2x"><i class="icon-github" style=""></i> Submit</a>
</div>
</form>
</div>
<a href="#">regular link</a> here.
<p>
<blockquote>
<p>"A blockquote."</p>
<cite>"by xchema"</cite>
</blockquote>
</p>
<p>
<blockquote class="alert">
<p>"A blockquote."</p>
<cite>"by xchema"</cite>
</blockquote>
</p>
<p>
<blockquote class="info ">
<p>"A blockquote."</p>
<cite>"by xchema"</cite>
</blockquote>
</p>
<p>
<blockquote class="success">
<p>"A blockquote."</p>
<cite>"by xchema"</cite>
</blockquote>
</p>
<p>
<blockquote class="dark">
<p>"A blockquote."</p>
<cite>by xchema</cite>
</blockquote>
</p>
<p>
<blockquote class="attention">
<p>"A blockquote."</p>
<cite>"by xchema"</cite>
</blockquote>
</p>
<table>
<thead>
<tr>
<th>Colors</th>
</tr>
</thead>
<tbody>
<tr class="dark">
<td>Warning</td>
</tr>
<tr class="attention">
<td>Warning</td>
</tr>
<tr class="alert">
<td>Error</td>
</tr>
<tr class="info">
<td>Info</td>
</tr>
<tr class="success">
<td>Success</td>
</tr>
</tbody>
</table>
<br>
<p>
some <code>.class</code>.
</p>
<p>
<a href="#" class="upload btn">
<i class="icon-upload"></i>
Upload file
<input type="file">
</a>
</p>
</section>
</body>
</html>