0
|
1 <!DOCTYPE html>
|
|
2 <html lang="en">
|
|
3
|
|
4 <head>
|
|
5 <meta charset="utf-8">
|
|
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
7 <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
|
8 <link rel="icon" type="image/png" sizes="16x16" href="assets/demo/favicon.png">
|
|
9 <link rel="stylesheet" href="assets/css/pace.css">
|
|
10 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
11 <title>Utility Classes</title>
|
|
12 <!-- CSS -->
|
|
13 <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600|Roboto:400" rel="stylesheet" type="text/css">
|
|
14 <link href="assets/vendors/material-icons/material-icons.css" rel="stylesheet" type="text/css">
|
|
15 <link href="assets/vendors/mono-social-icons/monosocialiconsfont.css" rel="stylesheet" type="text/css">
|
|
16 <link href="assets/vendors/feather-icons/feather.css" rel="stylesheet" type="text/css">
|
|
17 <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/css/perfect-scrollbar.min.css" rel="stylesheet" type="text/css">
|
|
18 <link href="assets/css/style.css" rel="stylesheet" type="text/css">
|
|
19 <!-- Head Libs -->
|
|
20 <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
|
|
21 <script data-pace-options='{ "ajax": false, "selectors": [ "img" ]}' src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
|
|
22 </head>
|
|
23
|
|
24 <body class="header-dark sidebar-light sidebar-expand">
|
|
25 <div id="wrapper" class="wrapper">
|
|
26 <!-- HEADER & TOP NAVIGATION -->
|
|
27 <nav class="navbar">
|
|
28 <!-- Logo Area -->
|
|
29 <div class="navbar-header">
|
|
30 <a href="index.html" class="navbar-brand">
|
|
31 <img class="logo-expand" alt="" src="assets/demo/logo-expand.png">
|
|
32 <img class="logo-collapse" alt="" src="assets/demo/logo-collapse.png">
|
|
33 <!-- <p>BonVue</p> -->
|
|
34 </a>
|
|
35 </div>
|
|
36 <!-- /.navbar-header -->
|
|
37 <!-- Left Menu & Sidebar Toggle -->
|
|
38 <ul class="nav navbar-nav">
|
|
39 <li class="sidebar-toggle"><a href="javascript:void(0)" class="ripple"><i class="feather feather-menu list-icon fs-20"></i></a>
|
|
40 </li>
|
|
41 </ul>
|
|
42 <!-- /.navbar-left -->
|
|
43 <!-- Search Form -->
|
|
44 <form class="navbar-search d-none d-sm-block" role="search"><i class="feather feather-search list-icon"></i>
|
|
45 <input type="search" class="search-query" placeholder="Search anything..."> <a href="javascript:void(0);" class="remove-focus"><i class="feather feather-x"></i></a>
|
|
46 </form>
|
|
47 <!-- /.navbar-search -->
|
|
48 <div class="spacer"></div>
|
|
49 <!-- Button: Create New -->
|
|
50 <div class="btn-list dropdown d-none d-md-flex mr-4 mr-0-rtl ml-4-rtl"><a href="javascript:void(0);" class="btn btn-primary dropdown-toggle ripple" data-toggle="dropdown"><i class="feather feather-plus list-icon"></i> Create New</a>
|
|
51 <div class="dropdown-menu dropdown-left animated flipInY"><span class="dropdown-header">Create new ...</span> <a class="dropdown-item" href="#">Projects</a> <a class="dropdown-item" href="#">User Profile</a> <a class="dropdown-item" href="#"><span class="d-flex align-items-end"><span class="flex-1">To-do Item</span> <span class="badge badge-pill bg-primary-contrast">7</span> </span></a>
|
|
52 <a
|
|
53 class="dropdown-item" href="#"><span class="d-flex align-items-end"><span class="flex-1">Mail</span> <span class="badge badge-pill bg-color-scheme-contrast">23</span></span>
|
|
54 </a>
|
|
55 <div class="dropdown-divider"></div><a class="dropdown-item" href="#"><span class="d-flex align-items-center"><span class="flex-1">Settings</span> <i class="feather feather-settings list-icon icon-muted"></i></span></a>
|
|
56 </div>
|
|
57 </div>
|
|
58 <!-- /.btn-list -->
|
|
59 <!-- User Image with Dropdown -->
|
|
60 <ul class="nav navbar-nav">
|
|
61 <li class="dropdown"><a href="javascript:void(0);" class="dropdown-toggle ripple" data-toggle="dropdown"><span class="avatar thumb-xs2"><img src="assets/demo/users/user1.jpg" class="rounded-circle" alt=""> <i class="feather feather-chevron-down list-icon"></i></span></a>
|
|
62 <div
|
|
63 class="dropdown-menu dropdown-left dropdown-card dropdown-card-profile animated flipInY">
|
|
64 <div class="card">
|
|
65 <header class="card-header d-flex mb-0"><a href="javascript:void(0);" class="col-md-4 text-center"><i class="feather feather-user-plus align-middle"></i> </a><a href="javascript:void(0);" class="col-md-4 text-center"><i class="feather feather-settings align-middle"></i> </a>
|
|
66 <a
|
|
67 href="javascript:void(0);" class="col-md-4 text-center"><i class="feather feather-power align-middle"></i>
|
|
68 </a>
|
|
69 </header>
|
|
70 <ul class="list-unstyled card-body">
|
|
71 <li><a href="#"><span><span class="align-middle">Manage Accounts</span></span></a>
|
|
72 </li>
|
|
73 <li><a href="#"><span><span class="align-middle">Change Password</span></span></a>
|
|
74 </li>
|
|
75 <li><a href="#"><span><span class="align-middle">Check Inbox</span></span></a>
|
|
76 </li>
|
|
77 <li><a href="#"><span><span class="align-middle">Sign Out</span></span></a>
|
|
78 </li>
|
|
79 </ul>
|
|
80 </div>
|
|
81 </div>
|
|
82 </li>
|
|
83 </ul>
|
|
84 <!-- /.navbar-right -->
|
|
85 <!-- Right Menu -->
|
|
86 <ul class="nav navbar-nav d-none d-lg-flex ml-2 ml-0-rtl">
|
|
87 <li class="dropdown"><a href="javascript:void(0);" class="dropdown-toggle ripple" data-toggle="dropdown"><i class="feather feather-hash list-icon"></i></a>
|
|
88 <div class="dropdown-menu dropdown-left dropdown-card animated flipInY">
|
|
89 <div class="card">
|
|
90 <header class="card-header d-flex align-items-center mb-0"><a href="javascript:void(0);"><i class="feather feather-bell color-color-scheme" aria-hidden="true"></i></a> <span class="heading-font-family flex-1 text-center fw-400">Notifications</span> <a href="javascript:void(0);"><i class="feather feather-settings color-content"></i></a>
|
|
91 </header>
|
|
92 <ul class="card-body list-unstyled dropdown-list-group">
|
|
93 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user3.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Dany Miles </span><span class="media-content">commented on your photo</span> <span class="user--online float-right my-auto"></span></span></a>
|
|
94 </li>
|
|
95 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user6.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Emily Woodworth </span><span class="media-content">posted a photo on your wall.</span></span></a>
|
|
96 </li>
|
|
97 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user2.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Palmer Kate </span><span class="media-content">just mentioned you in his post</span></span></a>
|
|
98 </li>
|
|
99 </ul>
|
|
100 <!-- /.dropdown-list-group -->
|
|
101 <footer class="card-footer text-center"><a href="javascript:void(0);" class="heading-font-family text-uppercase fs-13">See all activity</a>
|
|
102 </footer>
|
|
103 </div>
|
|
104 <!-- /.card -->
|
|
105 </div>
|
|
106 <!-- /.dropdown-menu -->
|
|
107 </li>
|
|
108 <!-- /.dropdown -->
|
|
109 <li class="dropdown"><a href="#" class="dropdown-toggle ripple" data-toggle="dropdown"><i class="feather feather-settings list-icon"></i></a>
|
|
110 <div class="dropdown-menu dropdown-left dropdown-card animated flipInY">
|
|
111 <div class="card">
|
|
112 <header class="card-header d-flex justify-content-between mb-0"><a href="javascript:void(0);"><i class="feather feather-bell color-color-scheme" aria-hidden="true"></i></a> <span class="heading-font-family flex-1 text-center fw-400">Notifications</span> <a href="javascript:void(0);"><i class="feather feather-settings color-content"></i></a>
|
|
113 </header>
|
|
114 <ul class="card-body list-unstyled dropdown-list-group">
|
|
115 <li><a href="#" class="media"><span class="d-flex"><i class="material-icons list-icon">check</i> </span><span class="media-body"><span class="heading-font-family media-heading">Invitation accepted</span> <span class="media-content">Your have been Invited ...</span></span></a>
|
|
116 </li>
|
|
117 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user3.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Steve Smith</span> <span class="media-content">I slowly updated projects</span> <span class="user--online float-right"></span></span></a>
|
|
118 </li>
|
|
119 <li><a href="#" class="media"><span class="d-flex"><i class="material-icons list-icon">event_available</i> </span><span class="media-body"><span class="-heading-font-family media-heading">To Do</span> <span class="media-content">Meeting with Nathan on Friday 8 AM ...</span></span></a>
|
|
120 </li>
|
|
121 </ul>
|
|
122 <!-- /.dropdown-list-group -->
|
|
123 <footer class="card-footer text-center"><a href="javascript:void(0);" class="headings-font-family text-uppercase fs-13">See all activity</a>
|
|
124 </footer>
|
|
125 </div>
|
|
126 <!-- /.card -->
|
|
127 </div>
|
|
128 <!-- /.dropdown-menu -->
|
|
129 </li>
|
|
130 <!-- /.dropdown -->
|
|
131 <li><a href="javascript:void(0);" class="right-sidebar-toggle active ripple ml-3 ml-0-rtl"><i class="feather feather-grid list-icon"></i></a>
|
|
132 </li>
|
|
133 </ul>
|
|
134 <!-- /.navbar-right -->
|
|
135 </nav>
|
|
136 <!-- /.navbar -->
|
|
137 <div class="content-wrapper">
|
|
138 <!-- SIDEBAR -->
|
|
139 <aside class="site-sidebar scrollbar-enabled" data-suppress-scroll-x="true">
|
|
140 <!-- User Details -->
|
|
141 <div class="side-user">
|
|
142 <div class="col-sm-12 text-center p-0 clearfix">
|
|
143 <div class="d-inline-block pos-relative mr-b-10">
|
|
144 <figure class="thumb-sm mr-b-0 user--online">
|
|
145 <img src="assets/demo/users/user1.jpg" class="rounded-circle" alt="">
|
|
146 </figure><a href="page-profile.html" class="text-muted side-user-link"><i class="feather feather-settings list-icon"></i></a>
|
|
147 </div>
|
|
148 <!-- /.d-inline-block -->
|
|
149 <div class="lh-14 mr-t-5"><a href="page-profile.html" class="hide-menu mt-3 mb-0 side-user-heading fw-500">Scott Adams</a>
|
|
150 <br><small class="hide-menu">Developer</small>
|
|
151 </div>
|
|
152 </div>
|
|
153 <!-- /.col-sm-12 -->
|
|
154 </div>
|
|
155 <!-- /.side-user -->
|
|
156 <!-- Sidebar Menu -->
|
|
157 <nav class="sidebar-nav">
|
|
158 <ul class="nav in side-menu">
|
|
159 <li class="current-page menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-command"></i> <span class="hide-menu">Dashboard</span></a>
|
|
160 <ul class="list-unstyled sub-menu">
|
|
161 <li><a href="index.html">Default</a>
|
|
162 </li>
|
|
163 <li><a href="index-real-estate.html">Real Estate</a>
|
|
164 </li>
|
|
165 <li><a href="index-job-board.html">Jobs Board</a>
|
|
166 </li>
|
|
167 <li><a href="index-lms.html">LMS</a>
|
|
168 </li>
|
|
169 <li><a href="index-rtl.html">RTL Demo</a>
|
|
170 </li>
|
|
171 </ul>
|
|
172 </li>
|
|
173 <li class="menu-item-has-children active"><a href="javascript:void(0);"><i class="list-icon feather feather-briefcase"></i> <span class="hide-menu">Apps</span></a>
|
|
174 <ul class="list-unstyled sub-menu">
|
|
175 <li><a href="app-calender.html">Calender</a>
|
|
176 </li>
|
|
177 <li><a href="app-chat.html">Chat</a>
|
|
178 </li>
|
|
179 <li><a href="app-inbox.html">Inbox</a>
|
|
180 </li>
|
|
181 <li><a href="app-inbox-compose.html">Compose mail</a>
|
|
182 </li>
|
|
183 <li><a href="app-contacts.html">Contacts</a>
|
|
184 </li>
|
|
185 <li><a href="app-products.html">Products</a>
|
|
186 </li>
|
|
187 <li><a href="app-blog.html">Blog</a>
|
|
188 </li>
|
|
189 <li><a href="app-blog-single.html">Blog Single</a>
|
|
190 </li>
|
|
191 </ul>
|
|
192 </li>
|
|
193 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-user"></i> <span class="hide-menu">Profile Pages</span></a>
|
|
194 <ul class="list-unstyled sub-menu">
|
|
195 <li><a href="page-profile.html">Profile</a>
|
|
196 </li>
|
|
197 <li><a href="page-login.html">Login Page</a>
|
|
198 </li>
|
|
199 <li><a href="page-login2.html">Login Page 2</a>
|
|
200 </li>
|
|
201 <li><a href="page-register.html">Sign Up</a>
|
|
202 </li>
|
|
203 <li><a href="page-register2.html">Sign Up 2</a>
|
|
204 </li>
|
|
205 <li><a href="page-register-3-step.html">3 Step Sign Up</a>
|
|
206 </li>
|
|
207 <li><a href="page-forgot-pwd.html">Forgot Password</a>
|
|
208 </li>
|
|
209 <li><a href="page-email-confirm.html">Confirm Email</a>
|
|
210 </li>
|
|
211 <li><a href="page-lock-screen.html">Lock Screen</a>
|
|
212 </li>
|
|
213 <li><a href="page-timeline.html">Timeline</a>
|
|
214 </li>
|
|
215 <li class="menu-item-has-children"><a href="javascript:void(0);">Error Pages</a>
|
|
216 <ul class="list-unstyled sub-menu">
|
|
217 <li><a href="page-error-403.html">Error 403</a>
|
|
218 </li>
|
|
219 <li><a href="page-error-404.html">Error 404</a>
|
|
220 </li>
|
|
221 <li><a href="page-error-500.html">Error 500</a>
|
|
222 </li>
|
|
223 <li><a href="page-error-503.html">Error 503</a>
|
|
224 </li>
|
|
225 </ul>
|
|
226 </li>
|
|
227 </ul>
|
|
228 </li>
|
|
229 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-feather"></i> <span class="hide-menu">UI Elements</span></a>
|
|
230 <ul class="list-unstyled sub-menu">
|
|
231 <li><a href="ui-typography.html">Typography</a>
|
|
232 </li>
|
|
233 <li><a href="ui-buttons.html">Buttons</a>
|
|
234 </li>
|
|
235 <li><a href="ui-cards.html">Cards</a>
|
|
236 </li>
|
|
237 <li><a href="ui-tabs.html">Tabs</a>
|
|
238 </li>
|
|
239 <li><a href="ui-accordions.html">Accordions</a>
|
|
240 </li>
|
|
241 <li><a href="ui-modals.html">Modals</a>
|
|
242 </li>
|
|
243 <li><a href="ui-icon-boxes.html">Icon Boxes</a>
|
|
244 </li>
|
|
245 <li><a href="ui-lists.html">Lists & Media Object</a>
|
|
246 </li>
|
|
247 <li><a href="ui-grid.html">Grid</a>
|
|
248 </li>
|
|
249 <li><a href="ui-progress.html">Progress Bars</a>
|
|
250 </li>
|
|
251 <li><a href="ui-notifications.html">Notifications & Alerts</a>
|
|
252 </li>
|
|
253 <li><a href="ui-pagination.html">Pagination</a>
|
|
254 </li>
|
|
255 <li><a href="ui-media.html">Media</a>
|
|
256 </li>
|
|
257 <li><a href="ui-carousel.html">Carousel</a>
|
|
258 </li>
|
|
259 <li><a href="ui-bootstrap.html">Bootstrap Elements</a>
|
|
260 </li>
|
|
261 </ul>
|
|
262 </li>
|
|
263 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-layout"></i> <span class="hide-menu">Forms</span></a>
|
|
264 <ul class="list-unstyled sub-menu">
|
|
265 <li><a href="form-elements.html">Elements</a>
|
|
266 </li>
|
|
267 <li><a href="form-material.html">Material Design</a>
|
|
268 </li>
|
|
269 <li><a href="form-validation.html">Form Validation</a>
|
|
270 </li>
|
|
271 <li><a href="form-dropzone.html">File Upload</a>
|
|
272 </li>
|
|
273 <li><a href="form-pickers.html">Picker</a>
|
|
274 </li>
|
|
275 <li><a href="form-select.html">Select and Multiselect</a>
|
|
276 </li>
|
|
277 <li><a href="form-tags-categories.html">Tags and Categories</a>
|
|
278 </li>
|
|
279 <li><a href="form-addons.html">Addons</a>
|
|
280 </li>
|
|
281 <li><a href="form-editors.html">Editors</a>
|
|
282 </li>
|
|
283 </ul>
|
|
284 </li>
|
|
285 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-folder"></i> <span class="hide-menu">Sample Pages</span></a>
|
|
286 <ul class="list-unstyled sub-menu">
|
|
287 <li><a href="page-blank.html">Blank Page</a>
|
|
288 </li>
|
|
289 <li class="menu-item-has-children"><a href="javascript:void(0);">Email Templates</a>
|
|
290 <ul class="list-unstyled sub-menu">
|
|
291 <li><a href="email-templates/basic.html">Basic</a>
|
|
292 </li>
|
|
293 <li><a href="email-templates/billing.html">Billing</a>
|
|
294 </li>
|
|
295 <li><a href="email-templates/friend-request.html">Friend Request</a>
|
|
296 </li>
|
|
297 </ul>
|
|
298 </li>
|
|
299 <li class="menu-item-has-children"><a href="javascript:void(0);">Maps</a>
|
|
300 <ul class="list-unstyled sub-menu">
|
|
301 <li><a href="maps-google.html">Google Maps</a>
|
|
302 </li>
|
|
303 <li><a href="maps-vector.html">Vector Maps</a>
|
|
304 </li>
|
|
305 </ul>
|
|
306 </li>
|
|
307 <li><a href="page-lightbox.html">Lightbox Popup</a>
|
|
308 </li>
|
|
309 <li><a href="page-sitemap.html">Sitemap</a>
|
|
310 </li>
|
|
311 <li><a href="page-search-results.html">Search Results</a>
|
|
312 </li>
|
|
313 <li><a href="page-custom-scroll.html">Custom Scroll</a>
|
|
314 </li>
|
|
315 <li><a href="page-utility-classes.html">Utility Classes</a>
|
|
316 </li>
|
|
317 <li><a href="page-animations.html">Animations</a>
|
|
318 </li>
|
|
319 <li><a href="page-faq.html">FAQ</a>
|
|
320 </li>
|
|
321 <li><a href="page-pricing-table.html">Pricing</a>
|
|
322 </li>
|
|
323 <li><a href="page-invoice.html">Invoice</a>
|
|
324 </li>
|
|
325 </ul>
|
|
326 </li>
|
|
327 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-clipboard"></i> <span class="hide-menu">Tables</span></a>
|
|
328 <ul class="list-unstyled sub-menu">
|
|
329 <li><a href="tables-basic.html">Basic Tables</a>
|
|
330 </li>
|
|
331 <li><a href="tables-data-table.html">Data Table</a>
|
|
332 </li>
|
|
333 <li><a href="tables-bootstrap.html">Bootstrap Tables</a>
|
|
334 </li>
|
|
335 <li><a href="tables-responsive.html">Responsive Tables</a>
|
|
336 </li>
|
|
337 <li><a href="tables-editable.html">Editable Tables</a>
|
|
338 </li>
|
|
339 </ul>
|
|
340 </li>
|
|
341 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-pie-chart"></i> <span class="hide-menu">Charts</span></a>
|
|
342 <ul class="list-unstyled sub-menu">
|
|
343 <li><a href="charts-flot.html">Flot Charts</a>
|
|
344 </li>
|
|
345 <li><a href="charts-morris.html">Morris Charts</a>
|
|
346 </li>
|
|
347 <li><a href="charts-js.html">Chart-js</a>
|
|
348 </li>
|
|
349 <li><a href="charts-sparkline.html">Sparkline Charts</a>
|
|
350 </li>
|
|
351 <li><a href="charts-knob.html">Knob Charts</a>
|
|
352 </li>
|
|
353 </ul>
|
|
354 </li>
|
|
355 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-heart"></i> <span class="hide-menu">Icons</span></a>
|
|
356 <ul class="list-unstyled sub-menu">
|
|
357 <li><a href="icons-material-design.html">Material Design</a>
|
|
358 </li>
|
|
359 <li><a href="icons-font-awesome.html">Font Awesome</a>
|
|
360 </li>
|
|
361 <li><a href="icons-mono-social.html">Social Icons</a>
|
|
362 </li>
|
|
363 <li><a href="icons-weather.html">Weather Icons</a>
|
|
364 </li>
|
|
365 <li><a href="icons-linea.html">Linea Icons</a>
|
|
366 </li>
|
|
367 <li><a href="icons-feather.html">Feather Icons</a>
|
|
368 </li>
|
|
369 </ul>
|
|
370 </li>
|
|
371 </ul>
|
|
372 <!-- /.side-menu -->
|
|
373 </nav>
|
|
374 <!-- /.sidebar-nav -->
|
|
375 <div class="sidebar-module nav-contact-info mx-3 mt-4 mb-3">
|
|
376 <div class="d-flex flex-column align-items-center">
|
|
377 <h6 class="mb-2 fs-14">Need Help</h6><i class="feather feather-bell fs-24 color-color-scheme"></i>
|
|
378 </div>
|
|
379 <!-- /.d-flex -->
|
|
380 <div class="contact-info-body bg-content-color-contrast text-center">
|
|
381 <p class="lh-25 headings-font-family">+1 888 543 7432
|
|
382 <br>[email protected]
|
|
383 <br><a href="#">Visit FAQ</a>
|
|
384 </p>
|
|
385 </div>
|
|
386 <!-- /.contact-info-body -->
|
|
387 </div>
|
|
388 <!-- /.nav-contact-info -->
|
|
389 </aside>
|
|
390 <!-- /.site-sidebar -->
|
|
391 <main class="main-wrapper clearfix">
|
|
392 <!-- Page Title Area -->
|
|
393 <div class="row page-title clearfix">
|
|
394 <div class="page-title-left">
|
|
395 <h6 class="page-title-heading mr-0 mr-r-5">Utility Classes</h6>
|
|
396 <p class="page-title-description mr-0 d-none d-md-inline-block">statistics, charts and events</p>
|
|
397 </div>
|
|
398 <!-- /.page-title-left -->
|
|
399 <div class="page-title-right d-none d-sm-inline-flex">
|
|
400 <ol class="breadcrumb">
|
|
401 <li class="breadcrumb-item"><a href="index.html">Dashboard</a>
|
|
402 </li>
|
|
403 <li class="breadcrumb-item active">Utility Classes</li>
|
|
404 </ol>
|
|
405 <div class="d-none d-md-inline-flex justify-center align-items-center"><a href="javascript: void(0);" class="btn btn-color-scheme btn-sm fs-11 fw-400 mr-l-40 pd-lr-10 mr-l-0-rtl mr-r-40-rtl hidden-xs hidden-sm ripple" target="_blank">Buy Now</a>
|
|
406 </div>
|
|
407 </div>
|
|
408 <!-- /.page-title-right -->
|
|
409 </div>
|
|
410 <!-- /.page-title -->
|
|
411 <!-- =================================== -->
|
|
412 <!-- Different data widgets ============ -->
|
|
413 <!-- =================================== -->
|
|
414 <div class="widget-list">
|
|
415 <div class="row">
|
|
416 <div class="col-md-12 widget-holder">
|
|
417 <div class="widget-bg">
|
|
418 <div class="widget-body clearfix">
|
|
419 <div class="row">
|
|
420 <div class="col-md-12">
|
|
421 <h5 class="box-title">Float Classes</h5>
|
|
422 <table class="table table-bordered">
|
|
423 <thead>
|
|
424 <tr>
|
|
425 <th class="text-nowrap" style="width: 150px">Class</th>
|
|
426 <th class="text-nowrap d-none d-sm-table-cell" style="width: 200px">Style Rule</th>
|
|
427 <th>Description</th>
|
|
428 </tr>
|
|
429 </thead>
|
|
430 <tbody>
|
|
431 <tr>
|
|
432 <td class="text-nowrap"><code>.float-left</code>
|
|
433 </td>
|
|
434 <td class="text-nowrap d-none d-sm-table-cell"><code>float: left</code>
|
|
435 </td>
|
|
436 <td>Element to the left.</td>
|
|
437 </tr>
|
|
438 <tr>
|
|
439 <td class="text-nowrap"><code>.float-right</code>
|
|
440 </td>
|
|
441 <td class="text-nowrap d-none d-sm-table-cell"><code>float: right</code>
|
|
442 </td>
|
|
443 <td>Element to the right.</td>
|
|
444 </tr>
|
|
445 <tr>
|
|
446 <td class="text-nowrap"><code>.clearfix</code>
|
|
447 </td>
|
|
448 <td class="text-nowrap d-none d-sm-table-cell"></td>
|
|
449 <td>To Clear floats</td>
|
|
450 </tr>
|
|
451 </tbody>
|
|
452 </table>
|
|
453 <table class="table table-bordered">
|
|
454 <thead>
|
|
455 <tr>
|
|
456 <th class="text-nowrap" style="width: 150px">Class</th>
|
|
457 <th class="text-nowrap d-none d-sm-table-cell" style="width: 200px">Style Rule</th>
|
|
458 <th>Description</th>
|
|
459 </tr>
|
|
460 </thead>
|
|
461 <tbody>
|
|
462 <tr>
|
|
463 <td class="text-nowrap"><code>.show</code>
|
|
464 </td>
|
|
465 <td class="text-nowrap d-none d-sm-table-cell"><code>display: block</code>
|
|
466 </td>
|
|
467 <td>Element to Show</td>
|
|
468 </tr>
|
|
469 <tr>
|
|
470 <td class="text-nowrap"><code>.hidden</code>
|
|
471 </td>
|
|
472 <td class="text-nowrap d-none d-sm-table-cell"><code>display: none</code>
|
|
473 </td>
|
|
474 <td>Element to hide</td>
|
|
475 </tr>
|
|
476 </tbody>
|
|
477 </table>
|
|
478 </div>
|
|
479 <!-- /.col-sm-6 -->
|
|
480 <div class="col-md-12">
|
|
481 <h5 class="box-title">Text Color Classes</h5>
|
|
482 <table class="table table-bordered">
|
|
483 <thead>
|
|
484 <tr>
|
|
485 <th class="text-nowrap">Class</th>
|
|
486 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
487 <th>Description</th>
|
|
488 </tr>
|
|
489 </thead>
|
|
490 <tbody>
|
|
491 <tr>
|
|
492 <td class="text-nowrap"><code>.text-muted</code>
|
|
493 </td>
|
|
494 <td class="text-nowrap d-none d-sm-table-cell"><code>text-color: #8d9ea7</code>
|
|
495 </td>
|
|
496 <td class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</td>
|
|
497 </tr>
|
|
498 <tr>
|
|
499 <td class="text-nowrap"><code>.text-primary</code>
|
|
500 </td>
|
|
501 <td class="text-nowrap d-none d-sm-table-cell"><code>text-color: #fb9678</code>
|
|
502 </td>
|
|
503 <td class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</td>
|
|
504 </tr>
|
|
505 <tr>
|
|
506 <td class="text-nowrap"><code>.text-success</code>
|
|
507 </td>
|
|
508 <td class="text-nowrap d-none d-sm-table-cell"><code>text-color: #38d57a</code>
|
|
509 </td>
|
|
510 <td class="text-success">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</td>
|
|
511 </tr>
|
|
512 <tr>
|
|
513 <td class="text-nowrap"><code>.text-info</code>
|
|
514 </td>
|
|
515 <td class="text-nowrap d-none d-sm-table-cell"><code>text-color: #03a9f3</code>
|
|
516 </td>
|
|
517 <td class="text-info">Nullam id dolor id nibh ultricies vehicula ut id elit.</td>
|
|
518 </tr>
|
|
519 <tr>
|
|
520 <td class="text-nowrap"><code>.text-warning</code>
|
|
521 </td>
|
|
522 <td class="text-nowrap d-none d-sm-table-cell"><code>text-color: #ffcc02</code>
|
|
523 </td>
|
|
524 <td class="text-warning">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</td>
|
|
525 </tr>
|
|
526 <tr>
|
|
527 <td class="text-nowrap"><code>.text-danger</code>
|
|
528 </td>
|
|
529 <td class="text-nowrap d-none d-sm-table-cell"><code>text-color: #e6614f</code>
|
|
530 </td>
|
|
531 <td class="text-danger">Nullam id dolor id nibh ultricies vehicula ut id elit.</td>
|
|
532 </tr>
|
|
533 <tr>
|
|
534 <td class="d-none d-sm-table-cell" colspan="3">Other Classes: <code>.text-color-scheme</code>, <code>.text-inverse</code>, <code>.text-facebook</code>, <code>.text-youtube</code> ...</td>
|
|
535 </tr>
|
|
536 </tbody>
|
|
537 </table>
|
|
538 </div>
|
|
539 <!-- /.col-sm-6 -->
|
|
540 </div>
|
|
541 <!-- /.row -->
|
|
542 <hr class="mr-tb-40">
|
|
543 <div class="row">
|
|
544 <div class="col-md-12">
|
|
545 <h5 class="box-title">Padding Classes</h5>
|
|
546 <table class="table table-bordered">
|
|
547 <thead>
|
|
548 <tr>
|
|
549 <th class="text-nowrap">Class</th>
|
|
550 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
551 <th>Description</th>
|
|
552 </tr>
|
|
553 </thead>
|
|
554 <tbody>
|
|
555 <tr>
|
|
556 <td class="text-nowrap"><code>.pd-0</code>
|
|
557 </td>
|
|
558 <td class="text-nowrap d-none d-sm-table-cell"><code>padding: 0</code>
|
|
559 </td>
|
|
560 <td>Padding will be 0 from all sides</td>
|
|
561 </tr>
|
|
562 <tr>
|
|
563 <td class="text-nowrap"><code>.pd-10</code>
|
|
564 </td>
|
|
565 <td class="text-nowrap d-none d-sm-table-cell"><code>padding: 0.625rem</code>
|
|
566 </td>
|
|
567 <td>Padding will be 0.625rem (10px) from all sides</td>
|
|
568 </tr>
|
|
569 <tr>
|
|
570 <td class="text-nowrap"><code>.pd-20</code>
|
|
571 </td>
|
|
572 <td class="text-nowrap d-none d-sm-table-cell"><code>padding: 1.25rem</code>
|
|
573 </td>
|
|
574 <td>Padding will be 1.25rem (20px) from all sides</td>
|
|
575 </tr>
|
|
576 </tbody>
|
|
577 </table>
|
|
578 </div>
|
|
579 <!-- /.col-sm-4 -->
|
|
580 <div class="col-md-12">
|
|
581 <h5 class="box-title">Padding Left-Right</h5>
|
|
582 <table class="table table-bordered">
|
|
583 <thead>
|
|
584 <tr>
|
|
585 <th class="text-nowrap">Class</th>
|
|
586 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
587 <th>Description</th>
|
|
588 </tr>
|
|
589 </thead>
|
|
590 <tbody>
|
|
591 <tr>
|
|
592 <td class="text-nowrap"><code>.pd-l-0</code>
|
|
593 </td>
|
|
594 <td class="text-nowrap d-none d-sm-table-cell"><code>padding-left: 0</code>
|
|
595 </td>
|
|
596 <td>Padding left will be 0.</td>
|
|
597 </tr>
|
|
598 <tr>
|
|
599 <td class="text-nowrap"><code>.pd-r-10</code>
|
|
600 </td>
|
|
601 <td class="text-nowrap d-none d-sm-table-cell"><code>padding-right: 0.625rem</code>
|
|
602 </td>
|
|
603 <td>Padding right will be 0.625rem (10px).</td>
|
|
604 </tr>
|
|
605 <tr>
|
|
606 <td class="text-nowrap"><code>.pd-lr-20</code>
|
|
607 </td>
|
|
608 <td class="text-nowrap d-none d-sm-table-cell"><code>padding-left: 1.25rem</code> <code>padding-right: 1.25rem</code>
|
|
609 </td>
|
|
610 <td>Padding left and right will be 1.25rem (20px).</td>
|
|
611 </tr>
|
|
612 </tbody>
|
|
613 </table>
|
|
614 </div>
|
|
615 <!-- /.col-sm-4 -->
|
|
616 <div class="col-md-12">
|
|
617 <h5 class="box-title">Padding Top-Bottom</h5>
|
|
618 <table class="table table-bordered">
|
|
619 <thead>
|
|
620 <tr>
|
|
621 <th class="text-nowrap">Class</th>
|
|
622 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
623 <th>Description</th>
|
|
624 </tr>
|
|
625 </thead>
|
|
626 <tbody>
|
|
627 <tr>
|
|
628 <td class="text-nowrap"><code>.pd-t-0</code>
|
|
629 </td>
|
|
630 <td class="text-nowrap d-none d-sm-table-cell"><code>padding-top: 0</code>
|
|
631 </td>
|
|
632 <td>Padding top will be 0</td>
|
|
633 </tr>
|
|
634 <tr>
|
|
635 <td class="text-nowrap"><code>.pd-b-10</code>
|
|
636 </td>
|
|
637 <td class="text-nowrap d-none d-sm-table-cell"><code>padding-bottom: 0.625rem</code>
|
|
638 </td>
|
|
639 <td>Padding bottom will be 0.625rem (10px)</td>
|
|
640 </tr>
|
|
641 <tr>
|
|
642 <td class="text-nowrap"><code>.pd-tb-20</code>
|
|
643 </td>
|
|
644 <td class="text-nowrap d-none d-sm-table-cell"><code>padding-top: 1.25rem</code> <code>padding-bottom: 1.25rem</code>
|
|
645 </td>
|
|
646 <td>Padding top and bottom will be 1.25rem (20px)</td>
|
|
647 </tr>
|
|
648 </tbody>
|
|
649 </table>
|
|
650 </div>
|
|
651 <!-- /.col-sm-4 -->
|
|
652 </div>
|
|
653 <!-- /.row -->
|
|
654 <hr class="mr-tb-40">
|
|
655 <div class="row">
|
|
656 <div class="col-md-12">
|
|
657 <h5 class="box-title">Margin Classes</h5>
|
|
658 <table class="table table-bordered">
|
|
659 <thead>
|
|
660 <tr>
|
|
661 <th class="text-nowrap">Class</th>
|
|
662 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
663 <th>Description</th>
|
|
664 </tr>
|
|
665 </thead>
|
|
666 <tbody>
|
|
667 <tr>
|
|
668 <td class="text-nowrap"><code>.mr-0</code>
|
|
669 </td>
|
|
670 <td class="text-nowrap d-none d-sm-table-cell"><code>margin: 0</code>
|
|
671 </td>
|
|
672 <td>Margin will be 0 from all sides</td>
|
|
673 </tr>
|
|
674 <tr>
|
|
675 <td class="text-nowrap"><code>.mr-10</code>
|
|
676 </td>
|
|
677 <td class="text-nowrap d-none d-sm-table-cell"><code>margin: 0.625rem</code>
|
|
678 </td>
|
|
679 <td>Margin will be 0.625rem (10px) from all sides</td>
|
|
680 </tr>
|
|
681 <tr>
|
|
682 <td class="text-nowrap"><code>.mr-20</code>
|
|
683 </td>
|
|
684 <td class="text-nowrap d-none d-sm-table-cell"><code>margin: 1.25rem</code>
|
|
685 </td>
|
|
686 <td>Margin will be 1.25rem (20px) from all sides</td>
|
|
687 </tr>
|
|
688 </tbody>
|
|
689 </table>
|
|
690 </div>
|
|
691 <!-- /.col-sm-4 -->
|
|
692 <div class="col-md-12">
|
|
693 <h5 class="box-title">Margin Left-Right</h5>
|
|
694 <table class="table table-bordered">
|
|
695 <thead>
|
|
696 <tr>
|
|
697 <th class="text-nowrap">Class</th>
|
|
698 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
699 <th>Description</th>
|
|
700 </tr>
|
|
701 </thead>
|
|
702 <tbody>
|
|
703 <tr>
|
|
704 <td class="text-nowrap"><code>.mr-l-0</code>
|
|
705 </td>
|
|
706 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-left: 0</code>
|
|
707 </td>
|
|
708 <td>Margin left will be 0.</td>
|
|
709 </tr>
|
|
710 <tr>
|
|
711 <td class="text-nowrap"><code>.mr-r-10</code>
|
|
712 </td>
|
|
713 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-right: 0.625rem</code>
|
|
714 </td>
|
|
715 <td>Margin right will be 0.625rem (10px).</td>
|
|
716 </tr>
|
|
717 <tr>
|
|
718 <td class="text-nowrap"><code>.mr-lr-20</code>
|
|
719 </td>
|
|
720 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-left: 1.25rem</code> <code>margin-right: 1.25rem</code>
|
|
721 </td>
|
|
722 <td>Margin left and right will be 1.25rem (20px).</td>
|
|
723 </tr>
|
|
724 <tr>
|
|
725 <td class="text-nowrap"><code>.padded-reverse</code>
|
|
726 </td>
|
|
727 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-left: -1.25rem</code> <code>margin-right: -1.25rem</code>
|
|
728 </td>
|
|
729 <td>The item would stretch 1.25rem (20px) to the left and 1.25rem (20px) to the right.</td>
|
|
730 </tr>
|
|
731 </tbody>
|
|
732 </table>
|
|
733 </div>
|
|
734 <!-- /.col-sm-4 -->
|
|
735 <div class="col-md-12">
|
|
736 <h5 class="box-title">Margin Top-Bottom</h5>
|
|
737 <table class="table table-bordered">
|
|
738 <thead>
|
|
739 <tr>
|
|
740 <th class="text-nowrap">Class</th>
|
|
741 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
742 <th>Description</th>
|
|
743 </tr>
|
|
744 </thead>
|
|
745 <tbody>
|
|
746 <tr>
|
|
747 <td class="text-nowrap"><code>.mr-t-0</code>
|
|
748 </td>
|
|
749 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-top: 0</code>
|
|
750 </td>
|
|
751 <td>Margin top will be 0</td>
|
|
752 </tr>
|
|
753 <tr>
|
|
754 <td class="text-nowrap"><code>.mr-b-10</code>
|
|
755 </td>
|
|
756 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-bottom: 0.625rem</code>
|
|
757 </td>
|
|
758 <td>Margin bottom will be 0.625rem (10px)</td>
|
|
759 </tr>
|
|
760 <tr>
|
|
761 <td class="text-nowrap"><code>.mr-tb-20</code>
|
|
762 </td>
|
|
763 <td class="text-nowrap d-none d-sm-table-cell"><code>margin-top: 1.25rem</code> <code>margin-bottom: 1.25rem</code>
|
|
764 </td>
|
|
765 <td>Margin top and bottom will be 1.25rem (20px)</td>
|
|
766 </tr>
|
|
767 </tbody>
|
|
768 </table>
|
|
769 </div>
|
|
770 <!-- /.col-sm-4 -->
|
|
771 </div>
|
|
772 <!-- /.row -->
|
|
773 <hr class="mr-tb-40">
|
|
774 <div class="row">
|
|
775 <div class="col-md-12">
|
|
776 <h5 class="box-title">Font Classes</h5>
|
|
777 <table class="table table-bordered">
|
|
778 <thead>
|
|
779 <tr>
|
|
780 <th class="text-nowrap">Class</th>
|
|
781 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
782 <th>Description</th>
|
|
783 </tr>
|
|
784 </thead>
|
|
785 <tbody>
|
|
786 <tr>
|
|
787 <td class="text-nowrap"><code>.fs-10</code>
|
|
788 </td>
|
|
789 <td class="text-nowrap d-none d-sm-table-cell"><code>font-size: 0.625rem</code>
|
|
790 </td>
|
|
791 <td>Font size 0.625rem (10px). Ranges from 0.625rem (10px) to 3.125rem (50px).</td>
|
|
792 </tr>
|
|
793 <tr>
|
|
794 <td class="text-nowrap"><code>.fw-400</code>
|
|
795 </td>
|
|
796 <td class="text-nowrap d-none d-sm-table-cell"><code>font-weight: 400</code>
|
|
797 </td>
|
|
798 <td>Font weight 400. Ranges from 100-900</td>
|
|
799 </tr>
|
|
800 <tr>
|
|
801 <td class="text-nowrap"><code>.h1</code>
|
|
802 </td>
|
|
803 <td class="text-nowrap d-none d-sm-table-cell"></td>
|
|
804 <td>Text displayed with h1 styles. Ranges from h1 to h6.</td>
|
|
805 </tr>
|
|
806 </tbody>
|
|
807 </table>
|
|
808 </div>
|
|
809 <!-- /.col-sm-4 -->
|
|
810 <div class="col-md-12">
|
|
811 <h5 class="box-title">Font Families</h5>
|
|
812 <table class="table table-bordered">
|
|
813 <thead>
|
|
814 <tr>
|
|
815 <th class="text-nowrap">Class</th>
|
|
816 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
817 <th>Description</th>
|
|
818 </tr>
|
|
819 </thead>
|
|
820 <tbody>
|
|
821 <tr>
|
|
822 <td class="text-nowrap"><code>.heading-font-family</code>
|
|
823 </td>
|
|
824 <td class="text-nowrap d-none d-sm-table-cell"><code>font-family: 'Nunito Sans'</code>
|
|
825 </td>
|
|
826 <td>Text font family will be that of Headings. Default is "Nunito Sans"</td>
|
|
827 </tr>
|
|
828 <tr>
|
|
829 <td class="text-nowrap"><code>.content-font-family</code>
|
|
830 </td>
|
|
831 <td class="text-nowrap d-none d-sm-table-cell"><code>font-family: 'Roboto'</code>
|
|
832 </td>
|
|
833 <td>Default is "Roboto"</td>
|
|
834 </tr>
|
|
835 <tr>
|
|
836 <td class="text-nowrap"><code>.sub-heading-font-family</code>
|
|
837 </td>
|
|
838 <td class="text-nowrap d-none d-sm-table-cell"><code>font-family: 'Open Sans'</code>
|
|
839 </td>
|
|
840 <td>Default is "Open Sans"</td>
|
|
841 </tr>
|
|
842 </tbody>
|
|
843 </table>
|
|
844 </div>
|
|
845 <!-- /.col-sm-4 -->
|
|
846 <div class="col-md-12">
|
|
847 <h5 class="box-title">Display Classes</h5>
|
|
848 <table class="table table-bordered">
|
|
849 <thead>
|
|
850 <tr>
|
|
851 <th class="text-nowrap">Class</th>
|
|
852 <th class="text-nowrap d-none d-sm-table-cell">Style Rule</th>
|
|
853 <th>Description</th>
|
|
854 </tr>
|
|
855 </thead>
|
|
856 <tbody>
|
|
857 <tr>
|
|
858 <td class="text-nowrap"><code>.hide</code>
|
|
859 </td>
|
|
860 <td class="text-nowrap d-none d-sm-table-cell"><code>display: none</code>
|
|
861 </td>
|
|
862 <td>Hide the element</td>
|
|
863 </tr>
|
|
864 <tr>
|
|
865 <td class="text-nowrap"><code>.inline</code>
|
|
866 </td>
|
|
867 <td class="text-nowrap d-none d-sm-table-cell"><code>display: inline</code>
|
|
868 </td>
|
|
869 <td>Display the content of the element inline</td>
|
|
870 </tr>
|
|
871 <tr>
|
|
872 <td class="text-nowrap"><code>.block</code>
|
|
873 </td>
|
|
874 <td class="text-nowrap d-none d-sm-table-cell"><code>display: block</code>
|
|
875 </td>
|
|
876 <td>Display the content of the element in full width</td>
|
|
877 </tr>
|
|
878 <tr>
|
|
879 <td class="text-nowrap"><code>.inline-block</code>
|
|
880 </td>
|
|
881 <td class="text-nowrap d-none d-sm-table-cell"><code>display: inline-block</code>
|
|
882 </td>
|
|
883 <td>Display the content of the element in its own width</td>
|
|
884 </tr>
|
|
885 </tbody>
|
|
886 </table>
|
|
887 </div>
|
|
888 <!-- /.col-sm-4 -->
|
|
889 </div>
|
|
890 <!-- /.row -->
|
|
891 <hr class="mr-tb-40">
|
|
892 <div class="row">
|
|
893 <div class="col-md-6">
|
|
894 <h5 class="box-title">Other Classes</h5>
|
|
895 <table class="table table-bordered">
|
|
896 <thead>
|
|
897 <tr>
|
|
898 <th class="text-nowrap">Class</th>
|
|
899 <th>Description</th>
|
|
900 </tr>
|
|
901 </thead>
|
|
902 <tbody>
|
|
903 <tr>
|
|
904 <td class="text-nowrap"><code>.horizontal-center</code>
|
|
905 </td>
|
|
906 <td>Element is center aligned horizontally</td>
|
|
907 </tr>
|
|
908 <tr>
|
|
909 <td class="text-nowrap"><code>.vertical-center</code>
|
|
910 </td>
|
|
911 <td>Element is center aligned vertically</td>
|
|
912 </tr>
|
|
913 <tr>
|
|
914 <td class="text-nowrap"><code>.absolute-center</code>
|
|
915 </td>
|
|
916 <td>Element is center alignef both horizontally and vertically</td>
|
|
917 </tr>
|
|
918 </tbody>
|
|
919 </table>
|
|
920 </div>
|
|
921 <!-- /.col-sm-4 -->
|
|
922 <div class="col-md-6">
|
|
923 <h5 class="box-title">Image Thumbails</h5>
|
|
924 <table class="table table-bordered">
|
|
925 <thead>
|
|
926 <tr>
|
|
927 <th class="text-nowrap">Class</th>
|
|
928 <th>Description</th>
|
|
929 </tr>
|
|
930 </thead>
|
|
931 <tbody>
|
|
932 <tr>
|
|
933 <td class="text-nowrap"><code>.thumb-xs</code>
|
|
934 </td>
|
|
935 <td>For small thumbnails. Used as: <code><figure class="thumb-xs"><img /></figure></code>
|
|
936 </td>
|
|
937 </tr>
|
|
938 <tr>
|
|
939 <td class="text-nowrap"><code>.thumb-sm</code>
|
|
940 </td>
|
|
941 <td>Image size 60x60</td>
|
|
942 </tr>
|
|
943 <tr>
|
|
944 <td class="text-nowrap"><code>.thumb-md</code>
|
|
945 </td>
|
|
946 <td>Image size 120x120</td>
|
|
947 </tr>
|
|
948 <tr>
|
|
949 <td class="text-nowrap"><code>.thumb-lg</code>
|
|
950 </td>
|
|
951 <td>Image size 180x180</td>
|
|
952 </tr>
|
|
953 </tbody>
|
|
954 </table>
|
|
955 </div>
|
|
956 <!-- /.col-sm-4 -->
|
|
957 </div>
|
|
958 <!-- /.row -->
|
|
959 <hr class="mr-tb-40">
|
|
960 <div class="row">
|
|
961 <div class="col-md-12">
|
|
962 <div class="table-responsive">
|
|
963 <table class="table table-bordered table-striped responsive-utilities">
|
|
964 <thead>
|
|
965 <tr>
|
|
966 <th style="width: 10.625rem"></th>
|
|
967 <th>Extra small devices <small>Portrait phones</small>
|
|
968 <br><small>(<544px)</small>
|
|
969 </th>
|
|
970 <th>Small devices <small>Landscape phones</small>
|
|
971 <br><small>(≥544px - <768px)</small>
|
|
972 </th>
|
|
973 <th>Medium devices <small>Tablets</small>
|
|
974 <br><small>(≥768px - <992px)</small>
|
|
975 </th>
|
|
976 <th>Large devices <small>Desktops</small>
|
|
977 <br><small>(≥992px - <1200px)</small>
|
|
978 </th>
|
|
979 <th>Extra large devices <small>Desktops</small>
|
|
980 <br><small>(≥1200px)</small>
|
|
981 </th>
|
|
982 </tr>
|
|
983 </thead>
|
|
984 <tbody>
|
|
985 <tr>
|
|
986 <th scope="row"><code>.hidden-xs-down</code>
|
|
987 </th>
|
|
988 <td class="is-hidden">Hidden</td>
|
|
989 <td class="is-visible">Visible</td>
|
|
990 <td class="is-visible">Visible</td>
|
|
991 <td class="is-visible">Visible</td>
|
|
992 <td class="is-visible">Visible</td>
|
|
993 </tr>
|
|
994 <tr>
|
|
995 <th scope="row"><code>.hidden-sm-down</code>
|
|
996 </th>
|
|
997 <td class="is-hidden">Hidden</td>
|
|
998 <td class="is-hidden">Hidden</td>
|
|
999 <td class="is-visible">Visible</td>
|
|
1000 <td class="is-visible">Visible</td>
|
|
1001 <td class="is-visible">Visible</td>
|
|
1002 </tr>
|
|
1003 <tr>
|
|
1004 <th scope="row"><code>.hidden-md-down</code>
|
|
1005 </th>
|
|
1006 <td class="is-hidden">Hidden</td>
|
|
1007 <td class="is-hidden">Hidden</td>
|
|
1008 <td class="is-hidden">Hidden</td>
|
|
1009 <td class="is-visible">Visible</td>
|
|
1010 <td class="is-visible">Visible</td>
|
|
1011 </tr>
|
|
1012 <tr>
|
|
1013 <th scope="row"><code>.hidden-lg-down</code>
|
|
1014 </th>
|
|
1015 <td class="is-hidden">Hidden</td>
|
|
1016 <td class="is-hidden">Hidden</td>
|
|
1017 <td class="is-hidden">Hidden</td>
|
|
1018 <td class="is-hidden">Hidden</td>
|
|
1019 <td class="is-visible">Visible</td>
|
|
1020 </tr>
|
|
1021 <tr>
|
|
1022 <th scope="row"><code>.hidden-xl-down</code>
|
|
1023 </th>
|
|
1024 <td class="is-hidden">Hidden</td>
|
|
1025 <td class="is-hidden">Hidden</td>
|
|
1026 <td class="is-hidden">Hidden</td>
|
|
1027 <td class="is-hidden">Hidden</td>
|
|
1028 <td class="is-hidden">Hidden</td>
|
|
1029 </tr>
|
|
1030 <tr>
|
|
1031 <th scope="row"><code>.hidden-xs-up</code>
|
|
1032 </th>
|
|
1033 <td class="is-hidden">Hidden</td>
|
|
1034 <td class="is-hidden">Hidden</td>
|
|
1035 <td class="is-hidden">Hidden</td>
|
|
1036 <td class="is-hidden">Hidden</td>
|
|
1037 <td class="is-hidden">Hidden</td>
|
|
1038 </tr>
|
|
1039 <tr>
|
|
1040 <th scope="row"><code>.hidden-sm-up</code>
|
|
1041 </th>
|
|
1042 <td class="is-visible">Visible</td>
|
|
1043 <td class="is-hidden">Hidden</td>
|
|
1044 <td class="is-hidden">Hidden</td>
|
|
1045 <td class="is-hidden">Hidden</td>
|
|
1046 <td class="is-hidden">Hidden</td>
|
|
1047 </tr>
|
|
1048 <tr>
|
|
1049 <th scope="row"><code>.hidden-md-up</code>
|
|
1050 </th>
|
|
1051 <td class="is-visible">Visible</td>
|
|
1052 <td class="is-visible">Visible</td>
|
|
1053 <td class="is-hidden">Hidden</td>
|
|
1054 <td class="is-hidden">Hidden</td>
|
|
1055 <td class="is-hidden">Hidden</td>
|
|
1056 </tr>
|
|
1057 <tr>
|
|
1058 <th scope="row"><code>.hidden-lg-up</code>
|
|
1059 </th>
|
|
1060 <td class="is-visible">Visible</td>
|
|
1061 <td class="is-visible">Visible</td>
|
|
1062 <td class="is-visible">Visible</td>
|
|
1063 <td class="is-hidden">Hidden</td>
|
|
1064 <td class="is-hidden">Hidden</td>
|
|
1065 </tr>
|
|
1066 <tr>
|
|
1067 <th scope="row"><code>.hidden-xl-up</code>
|
|
1068 </th>
|
|
1069 <td class="is-visible">Visible</td>
|
|
1070 <td class="is-visible">Visible</td>
|
|
1071 <td class="is-visible">Visible</td>
|
|
1072 <td class="is-visible">Visible</td>
|
|
1073 <td class="is-hidden">Hidden</td>
|
|
1074 </tr>
|
|
1075 </tbody>
|
|
1076 </table>
|
|
1077 </div>
|
|
1078 </div>
|
|
1079 <!-- /.col-md-12 -->
|
|
1080 </div>
|
|
1081 <!-- /.row -->
|
|
1082 <hr class="mr-tb-40">
|
|
1083 <div class="row">
|
|
1084 <div class="col-md-4">
|
|
1085 <h5 class="box-title">Background Classes</h5>
|
|
1086 <table class="table table-bordered">
|
|
1087 <thead>
|
|
1088 <tr>
|
|
1089 <th class="text-nowrap">Class</th>
|
|
1090 <th>Description</th>
|
|
1091 </tr>
|
|
1092 </thead>
|
|
1093 <tbody>
|
|
1094 <tr>
|
|
1095 <td class="text-nowrap"><code>.bg-color-scheme</code>
|
|
1096 </td>
|
|
1097 <td>Default: <code>#51d2b7</code>
|
|
1098 </td>
|
|
1099 </tr>
|
|
1100 <tr>
|
|
1101 <td class="text-nowrap" colspan="2"><code>.bg-color-scheme-light</code>
|
|
1102 </td>
|
|
1103 </tr>
|
|
1104 <tr>
|
|
1105 <td class="text-nowrap" colspan="2"><code>.bg-color-scheme-dark</code>
|
|
1106 </td>
|
|
1107 </tr>
|
|
1108 <tr>
|
|
1109 <td class="text-nowrap" colspan="2"><code>.bg-white</code>
|
|
1110 </td>
|
|
1111 </tr>
|
|
1112 <tr>
|
|
1113 <td class="text-nowrap" colspan="2"><code>.bg-primary</code>
|
|
1114 </td>
|
|
1115 </tr>
|
|
1116 </tbody>
|
|
1117 </table>
|
|
1118 </div>
|
|
1119 <!-- /.col-sm-4 -->
|
|
1120 <div class="col-md-4">
|
|
1121 <h5 class="box-title"> </h5>
|
|
1122 <table class="table table-bordered">
|
|
1123 <thead>
|
|
1124 <tr>
|
|
1125 <th class="text-nowrap">Class</th>
|
|
1126 </tr>
|
|
1127 </thead>
|
|
1128 <tbody>
|
|
1129 <tr>
|
|
1130 <td class="text-nowrap"><code>.bg-info</code>
|
|
1131 </td>
|
|
1132 </tr>
|
|
1133 <tr>
|
|
1134 <td class="text-nowrap"><code>.bg-success</code>
|
|
1135 </td>
|
|
1136 </tr>
|
|
1137 <tr>
|
|
1138 <td class="text-nowrap"><code>.bg-warning</code>
|
|
1139 </td>
|
|
1140 </tr>
|
|
1141 <tr>
|
|
1142 <td class="text-nowrap"><code>.bg-danger</code>
|
|
1143 </td>
|
|
1144 </tr>
|
|
1145 <tr>
|
|
1146 <td class="text-nowrap"><code>.bg-facebook</code>
|
|
1147 </td>
|
|
1148 </tr>
|
|
1149 <tr>
|
|
1150 <td class="text-nowrap"><code>.bg-twitter</code>
|
|
1151 </td>
|
|
1152 </tr>
|
|
1153 </tbody>
|
|
1154 </table>
|
|
1155 </div>
|
|
1156 <!-- /.col-sm-4 -->
|
|
1157 <div class="col-md-4">
|
|
1158 <h5 class="box-title"> </h5>
|
|
1159 <table class="table table-bordered">
|
|
1160 <thead>
|
|
1161 <tr>
|
|
1162 <th class="text-nowrap">Class</th>
|
|
1163 </tr>
|
|
1164 </thead>
|
|
1165 <tbody>
|
|
1166 <tr>
|
|
1167 <td class="text-nowrap"><code>.bg-googleplus</code>
|
|
1168 </td>
|
|
1169 </tr>
|
|
1170 <tr>
|
|
1171 <td class="text-nowrap"><code>.bg-linkedin</code>
|
|
1172 </td>
|
|
1173 </tr>
|
|
1174 <tr>
|
|
1175 <td class="text-nowrap"><code>.bg-instagram</code>
|
|
1176 </td>
|
|
1177 </tr>
|
|
1178 <tr>
|
|
1179 <td class="text-nowrap"><code>.bg-pinteres</code>
|
|
1180 </td>
|
|
1181 </tr>
|
|
1182 <tr>
|
|
1183 <td class="text-nowrap"><code>.bg-dribbble</code>
|
|
1184 </td>
|
|
1185 </tr>
|
|
1186 <tr>
|
|
1187 <td class="text-nowrap"><code>.bg-youtube</code>
|
|
1188 </td>
|
|
1189 </tr>
|
|
1190 </tbody>
|
|
1191 </table>
|
|
1192 </div>
|
|
1193 <!-- /.col-sm-4 -->
|
|
1194 </div>
|
|
1195 <!-- /.row -->
|
|
1196 </div>
|
|
1197 <!-- /.widget-body -->
|
|
1198 </div>
|
|
1199 <!-- /.widget-bg -->
|
|
1200 </div>
|
|
1201 <!-- /.widget-holder -->
|
|
1202 </div>
|
|
1203 <!-- /.row -->
|
|
1204 </div>
|
|
1205 <!-- /.widget-list -->
|
|
1206 </main>
|
|
1207 <!-- /.main-wrappper -->
|
|
1208 <!-- RIGHT SIDEBAR -->
|
|
1209 <aside class="right-sidebar scrollbar-enabled suppress-x">
|
|
1210 <div class="sidebar-chat" data-plugin="chat-sidebar">
|
|
1211 <div class="sidebar-chat-info">
|
|
1212 <h6 class="fs-16">Chat List</h6>
|
|
1213 <form class="mr-t-10">
|
|
1214 <div class="form-group">
|
|
1215 <input type="search" class="form-control form-control-rounded fs-13 heading-font-family pd-r-30" placeholder="Search for friends ..."> <i class="feather feather-search post-absolute pos-right vertical-center mr-3 text-muted"></i>
|
|
1216 </div>
|
|
1217 </form>
|
|
1218 </div>
|
|
1219 <div class="chat-list">
|
|
1220 <div class="list-group row">
|
|
1221 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Julein Renvoye">
|
|
1222 <figure class="thumb-xs user--online mr-3 mr-0-rtl ml-3-rtl">
|
|
1223 <img src="assets/demo/users/user2.jpg" class="rounded-circle" alt="">
|
|
1224 </figure><span><span class="name">Gene Newman</span> <span class="username">@gene_newman</span> </span>
|
|
1225 </a>
|
|
1226 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Eddie Lebanovkiy">
|
|
1227 <figure class="thumb-xs user--online mr-3 mr-0-rtl ml-3-rtl">
|
|
1228 <img src="assets/demo/users/user3.jpg" class="rounded-circle" alt="">
|
|
1229 </figure><span><span class="name">Billy Black</span> <span class="username">@billyblack</span> </span>
|
|
1230 </a>
|
|
1231 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Cameron Moll">
|
|
1232 <figure class="thumb-xs user--online mr-3 mr-0-rtl ml-3-rtl">
|
|
1233 <img src="assets/demo/users/user5.jpg" class="rounded-circle" alt="">
|
|
1234 </figure><span><span class="name">Herbert Diaz</span> <span class="username">@herbert</span> </span>
|
|
1235 </a>
|
|
1236 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Bill S Kenny">
|
|
1237 <figure class="user--busy thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
1238 <img src="assets/demo/users/user4.jpg" class="rounded-circle" alt="">
|
|
1239 </figure><span><span class="name">Sylvia Harvey</span> <span class="username">@sylvia</span> </span>
|
|
1240 </a>
|
|
1241 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Trent Walton">
|
|
1242 <figure class="user--busy thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
1243 <img src="assets/demo/users/user6.jpg" class="rounded-circle" alt="">
|
|
1244 </figure><span><span class="name">Marsha Hoffman</span> <span class="username">@m_hoffman</span> </span>
|
|
1245 </a>
|
|
1246 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Julien Renvoye">
|
|
1247 <figure class="user--offline thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
1248 <img src="assets/demo/users/user7.jpg" class="rounded-circle" alt="">
|
|
1249 </figure><span><span class="name">Mason Grant</span> <span class="username">@masongrant</span> </span>
|
|
1250 </a>
|
|
1251 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Eddie Lebaovskiy">
|
|
1252 <figure class="user--offline thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
1253 <img src="assets/demo/users/user8.jpg" class="rounded-circle" alt="">
|
|
1254 </figure><span><span class="name">Shelly Sullivan</span> <span class="username">@shelly</span></span>
|
|
1255 </a>
|
|
1256 </div>
|
|
1257 <!-- /.list-group -->
|
|
1258 </div>
|
|
1259 <!-- /.chat-list -->
|
|
1260 </div>
|
|
1261 <!-- /.sidebar-chat -->
|
|
1262 </aside>
|
|
1263 <!-- CHAT PANEL -->
|
|
1264 <div class="chat-panel" hidden>
|
|
1265 <div class="card">
|
|
1266 <div class="card-header d-flex justify-content-between"><a href="javascript:void(0);"><i class="feather feather-message-square text-success"></i></a> <span class="user-name heading-font-family fw-400">John Doe</span>
|
|
1267 <button type="button" class="close" aria-label="Close"><span aria-hidden="true">×</span>
|
|
1268 </button>
|
|
1269 </div>
|
|
1270 <!-- /.card-header -->
|
|
1271 <div class="card-body">
|
|
1272 <div class="widget-chat-activity flex-1">
|
|
1273 <div class="messages scrollbar-enabled suppress-x">
|
|
1274 <div class="message media reply">
|
|
1275 <figure class="thumb-xs2 user--online">
|
|
1276 <a href="#">
|
|
1277 <img src="assets/demo/users/user3.jpg" class="rounded-circle">
|
|
1278 </a>
|
|
1279 </figure>
|
|
1280 <div class="message-body media-body">
|
|
1281 <p>Epic Cheeseburgers come in all kind of styles.</p>
|
|
1282 </div>
|
|
1283 <!-- /.message-body -->
|
|
1284 </div>
|
|
1285 <!-- /.message -->
|
|
1286 <div class="message media">
|
|
1287 <figure class="thumb-xs2 user--online">
|
|
1288 <a href="#">
|
|
1289 <img src="assets/demo/users/user1.jpg" class="rounded-circle">
|
|
1290 </a>
|
|
1291 </figure>
|
|
1292 <div class="message-body media-body">
|
|
1293 <p>Cheeseburgers make your knees weak.</p>
|
|
1294 </div>
|
|
1295 <!-- /.message-body -->
|
|
1296 </div>
|
|
1297 <!-- /.message -->
|
|
1298 <div class="message media reply">
|
|
1299 <figure class="thumb-xs2 user--offline">
|
|
1300 <a href="#">
|
|
1301 <img src="assets/demo/users/user5.jpg" class="rounded-circle">
|
|
1302 </a>
|
|
1303 </figure>
|
|
1304 <div class="message-body media-body">
|
|
1305 <p>Cheeseburgers will never let you down.</p>
|
|
1306 <p>They'll also never run around or desert you.</p>
|
|
1307 </div>
|
|
1308 <!-- /.message-body -->
|
|
1309 </div>
|
|
1310 <!-- /.message -->
|
|
1311 <div class="message media">
|
|
1312 <figure class="thumb-xs2 user--online">
|
|
1313 <a href="#">
|
|
1314 <img src="assets/demo/users/user1.jpg" class="rounded-circle">
|
|
1315 </a>
|
|
1316 </figure>
|
|
1317 <div class="message-body media-body">
|
|
1318 <p>A great cheeseburger is a gastronomical event.</p>
|
|
1319 </div>
|
|
1320 <!-- /.message-body -->
|
|
1321 </div>
|
|
1322 <!-- /.message -->
|
|
1323 <div class="message media reply">
|
|
1324 <figure class="thumb-xs2 user--busy">
|
|
1325 <a href="#">
|
|
1326 <img src="assets/demo/users/user6.jpg" class="rounded-circle">
|
|
1327 </a>
|
|
1328 </figure>
|
|
1329 <div class="message-body media-body">
|
|
1330 <p>There's a cheesy incarnation waiting for you no matter what you palete preferences are.</p>
|
|
1331 </div>
|
|
1332 <!-- /.message-body -->
|
|
1333 </div>
|
|
1334 <!-- /.message -->
|
|
1335 <div class="message media">
|
|
1336 <figure class="thumb-xs2 user--online">
|
|
1337 <a href="#">
|
|
1338 <img src="assets/demo/users/user1.jpg" class="rounded-circle">
|
|
1339 </a>
|
|
1340 </figure>
|
|
1341 <div class="message-body media-body">
|
|
1342 <p>If you are a vegan, we are sorry for you loss.</p>
|
|
1343 </div>
|
|
1344 <!-- /.message-body -->
|
|
1345 </div>
|
|
1346 <!-- /.message -->
|
|
1347 </div>
|
|
1348 <!-- /.messages -->
|
|
1349 </div>
|
|
1350 <!-- /.widget-chat-acitvity -->
|
|
1351 </div>
|
|
1352 <!-- /.card-body -->
|
|
1353 <form action="javascript:void(0)" class="card-footer" method="post">
|
|
1354 <div class="d-flex justify-content-end"><i class="feather feather-plus-circle list-icon my-1 mr-3"></i>
|
|
1355 <textarea class="border-0 flex-1" rows="1" style="resize: none" placeholder="Type your message here" type="text"></textarea>
|
|
1356 <button class="btn btn-sm btn-circle bg-transparent" type="submit"><i class="feather feather-arrow-right list-icon fs-26 text-success"></i>
|
|
1357 </button>
|
|
1358 </div>
|
|
1359 </form>
|
|
1360 </div>
|
|
1361 <!-- /.card -->
|
|
1362 </div>
|
|
1363 <!-- /.chat-panel -->
|
|
1364 </div>
|
|
1365 <!-- /.content-wrapper -->
|
|
1366 <!-- FOOTER -->
|
|
1367 <footer class="footer"><span class="heading-font-family">Copyright @ 2017. All rights reserved BonVue Admin by Unifato</span>
|
|
1368 </footer>
|
|
1369 </div>
|
|
1370 <!--/ #wrapper -->
|
|
1371 <!-- Scripts -->
|
|
1372 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
1373 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.2/umd/popper.min.js"></script>
|
|
1374 <script src="assets/js/bootstrap.min.js"></script>
|
|
1375 <script src="https://cdnjs.cloudflare.com/ajax/libs/metisMenu/2.7.0/metisMenu.min.js"></script>
|
|
1376 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/js/perfect-scrollbar.jquery.js"></script>
|
|
1377 <script src="assets/js/theme.js"></script>
|
|
1378 <script src="assets/js/custom.js"></script>
|
|
1379 <script src="http://localhost:35729/livereload.js"></script>
|
|
1380 </body>
|
|
1381
|
|
1382 </html> |