Initial commit
This commit is contained in:
@@ -0,0 +1,152 @@
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
background: #fff;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
small {
|
||||
font-size: .66666667em;
|
||||
}
|
||||
a {
|
||||
color: #e74c3c;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
box-shadow: 0 1px #e74c3c;
|
||||
}
|
||||
.bshadow0, input {
|
||||
box-shadow: inset 0 -2px #e7e7e7;
|
||||
}
|
||||
input:hover {
|
||||
box-shadow: inset 0 -2px #ccc;
|
||||
}
|
||||
input, fieldset {
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
input {
|
||||
color: inherit;
|
||||
line-height: 1.5;
|
||||
height: 1.5em;
|
||||
padding: .25em 0;
|
||||
}
|
||||
input:focus {
|
||||
outline: none;
|
||||
box-shadow: inset 0 -2px #449fdb;
|
||||
}
|
||||
.glyph {
|
||||
font-size: 16px;
|
||||
width: 15em;
|
||||
padding-bottom: 1em;
|
||||
margin-right: 4em;
|
||||
margin-bottom: 1em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
.liga {
|
||||
width: 80%;
|
||||
width: calc(100% - 2.5em);
|
||||
}
|
||||
.talign-right {
|
||||
text-align: right;
|
||||
}
|
||||
.talign-center {
|
||||
text-align: center;
|
||||
}
|
||||
.bgc1 {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
.fgc1 {
|
||||
color: #999;
|
||||
}
|
||||
.fgc0 {
|
||||
color: #000;
|
||||
}
|
||||
p {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.mvm {
|
||||
margin-top: .75em;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
.mtn {
|
||||
margin-top: 0;
|
||||
}
|
||||
.mtl, .mal {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
.mbl, .mal {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.mal, .mhl {
|
||||
margin-left: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
.mhmm {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.mls {
|
||||
margin-left: .25em;
|
||||
}
|
||||
.ptl {
|
||||
padding-top: 1.5em;
|
||||
}
|
||||
.pbs, .pvs {
|
||||
padding-bottom: .25em;
|
||||
}
|
||||
.pvs, .pts {
|
||||
padding-top: .25em;
|
||||
}
|
||||
.unit {
|
||||
float: left;
|
||||
}
|
||||
.unitRight {
|
||||
float: right;
|
||||
}
|
||||
.size1of2 {
|
||||
width: 50%;
|
||||
}
|
||||
.size1of1 {
|
||||
width: 100%;
|
||||
}
|
||||
.clearfix:before, .clearfix:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hidden-true {
|
||||
display: none;
|
||||
}
|
||||
.textbox0 {
|
||||
width: 3em;
|
||||
background: #f1f1f1;
|
||||
padding: .25em .5em;
|
||||
line-height: 1.5;
|
||||
height: 1.5em;
|
||||
}
|
||||
#testDrive {
|
||||
display: block;
|
||||
padding-top: 24px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.fs0 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.fs1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
if (!('boxShadow' in document.body.style)) {
|
||||
document.body.setAttribute('class', 'noBoxShadow');
|
||||
}
|
||||
|
||||
document.body.addEventListener("click", function(e) {
|
||||
var target = e.target;
|
||||
if (target.tagName === "INPUT" &&
|
||||
target.getAttribute('class').indexOf('liga') === -1) {
|
||||
target.select();
|
||||
}
|
||||
});
|
||||
|
||||
(function() {
|
||||
var fontSize = document.getElementById('fontSize'),
|
||||
testDrive = document.getElementById('testDrive'),
|
||||
testText = document.getElementById('testText');
|
||||
function updateTest() {
|
||||
testDrive.innerHTML = testText.value || String.fromCharCode(160);
|
||||
if (window.icomoonLiga) {
|
||||
window.icomoonLiga(testDrive);
|
||||
}
|
||||
}
|
||||
function updateSize() {
|
||||
testDrive.style.fontSize = fontSize.value + 'px';
|
||||
}
|
||||
fontSize.addEventListener('change', updateSize, false);
|
||||
testText.addEventListener('input', updateTest, false);
|
||||
testText.addEventListener('change', updateTest, false);
|
||||
updateSize();
|
||||
}());
|
||||
1382
quarter/assets/fonts/new-folder/custom-Fonts-For-Use/demo.html
Normal file
1382
quarter/assets/fonts/new-folder/custom-Fonts-For-Use/demo.html
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 243 KiB |
Binary file not shown.
Binary file not shown.
315
quarter/assets/fonts/new-folder/custom-Fonts-For-Use/style.css
Normal file
315
quarter/assets/fonts/new-folder/custom-Fonts-For-Use/style.css
Normal file
@@ -0,0 +1,315 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?3aun5s');
|
||||
src: url('fonts/icomoon.eot?3aun5s#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?3aun5s') format('truetype'),
|
||||
url('fonts/icomoon.woff?3aun5s') format('woff'),
|
||||
url('fonts/icomoon.svg?3aun5s#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-cancel:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-star:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-star-1:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-plus:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icon-remove:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-compare:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-facebook:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.icon-linkedin:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.icon-whatsapp:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.icon-youtube:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.icon-mail:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.icon-placeholder:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.icon-call:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icon-left-arrow:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-next:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.icon-arrows:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.icon-down-arrow:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.icon-mechanic:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.icon-car-service:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.icon-key:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.icon-repair:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.icon-car-parts:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.icon-car:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icon-exterior:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.icon-car-parts-1:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.icon-maintenance:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-car-1:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.icon-car-parts-2:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.icon-hand:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.icon-accumulator:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.icon-car-parts-3:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.icon-repair-1:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.icon-carwash:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icon-car-parts-4:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.icon-automobile:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.icon-polisher:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.icon-car-parts-5:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.icon-gasoline:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.icon-seat:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.icon-car-parts-6:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.icon-car-2:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.icon-soap:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.icon-car-parts-7:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.icon-disc-brake:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.icon-car-parts-8:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.icon-wheel:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.icon-car-parts-9:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.icon-speedometer:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.icon-maintenance-1:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.icon-shopping-bags:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.icon-shopping-cart:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.icon-view:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.icon-phone-call:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.icon-calendar:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.icon-calendar-1:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.icon-right-arrow-angle:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.icon-down-arrow-1:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.icon-up-arrow-angle:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.icon-share:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.icon-left-arrow-1:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.icon-quotation:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.icon-user:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.icon-tag:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.icon-play:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.icon-done:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.icon-electric-car:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.icon-cog:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.icon-car-3:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.icon-tyre:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.icon-wheel-1:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.icon-tire:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.icon-tire-1:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.icon-flat-tire:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.icon-pressure:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.icon-right-quote:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.icon-quote:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.icon-quotation-1:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.icon-quote-1:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.icon-open:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.icon-options:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.icon-location:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.icon-edit:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.icon-award:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.icon-menu:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.icon-categories:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.icon-menu-1:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.icon-menu-2:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.icon-bookmark:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.icon-bookmark-1:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.icon-reply:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.icon-reply-1:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.icon-globe:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.icon-clock:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.icon-alarm-clock:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
Reference in New Issue
Block a user