-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
228 lines (168 loc) · 8.81 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>CSS UI Set</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body class="body-noise">
<div class="frame">
<div class="buttons">
<!-- Standard Button with Icon -->
<a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-cogs"></i>
<!-- Icon End -->
<!-- Button Text -->
Options
<!-- Button Text End -->
</a>
<!-- Button End --->
<!-- Standard Button with Icon -->
<a href="#" class="btn noise" data-bubble="3">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-music"></i>
<!-- Icon End -->
<!-- Button Text -->
Music
<!-- Button Text End -->
</a>
<!-- Button End --->
<!-- Standard Button with Icon -->
<a href="#" class="btn noise active">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-comment"></i>
<!-- Icon End -->
<!-- Button Text -->
Comment
<!-- Button Text End -->
</a>
<!-- Button End --->
</div>
<div class="multibuttons">
<!-- Multibutton with Icon -->
<a href="#" class="btn noise" data-bubble="8">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-leaf"></i>
<!-- Icon End -->
<!-- Button Text -->
Nature
<!-- Button Text End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-music"></i>
<!-- Icon End -->
<!-- Button Text -->
Music
<!-- Button Text End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-cogs"></i>
<!-- Icon End -->
<!-- Button Text -->
Options
<!-- Button Text End -->
</a>
<!-- Multibutton End --->
</div>
<div class="multibuttons icons">
<div style="display: inline-block; float:left">
<!-- Multibutton with Icon -->
<a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-leaf"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-music"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-cogs"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-heart"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-tint"></i>
<!-- Icon End -->
</a>
</div>
<!-- Multibutton End --->
<div class="wborder">
<a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-leaf"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-music"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise" data-bubble="2">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-cogs"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-heart"></i>
<!-- Icon End -->
</a><a href="#" class="btn noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-tint"></i>
<!-- Icon End -->
</a>
</div>
</div>
<div class="inputs">
<!-- Input Field -->
<input type="text" placeholder="Type in anything!" class="input noise">
<!-- End Input -->
<div class="search">
<!-- Input Search Field -->
<input type="text" placeholder="Type in anything!" class="input">
<div class="searchicon noise"><i class="icon-search"></i></div>
<!-- End Input Search -->
</div>
</div>
<div class="dropdown">
<div style="float:left; display: block;" class="dropdown-btn">
<!-- Dropdown Button -->
<a href="#" class="btn noise">
<!-- Button Text -->
Presets
<!-- Button Text End -->
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-chevron-down"></i>
<!-- Icon End -->
</a>
<!-- Button End --->
</div>
<div style="float:left; display:block; width: 6em;" class="slider">
<div class="slider-base">
Baseline
<div class="knob radial noise">
Knob
</div>
</div>
</div>
<div style="float:right; display:block" class="switch">
<a href="#" class="btn plus noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-plus"></i>
<!-- Icon End -->
</a><a href="#" class="btn minus inactive noise">
<!-- This is the Icon, using the Awesome Font -->
<i class="icon-minus"></i>
<!-- Icon End -->
</a>
</div>
</div>
</div>
<div style="background-image: url(test.svg); width: 200px; height: 200px; background-color: #fff;">
</div>
</body>
</html>