diff --git a/dist/css/meshki.css b/dist/css/meshki.css index 93e1aba..19e60d4 100644 --- a/dist/css/meshki.css +++ b/dist/css/meshki.css @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,6 +41,14 @@ text-align: center; } +.text-left { + text-align: left; +} + +.text-right { + text-align: right; +} + .vertical-line { border-left: 1px #e1e1e1 solid; } @@ -49,7 +57,6 @@ .hide-on-mobile { display: none !important; } - .vertical-line { border-left: 0; } @@ -77,10 +84,8 @@ * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { - line-height: 1.15; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections @@ -115,12 +120,9 @@ h1 { * 2. Show the overflow in Edge and IE. */ hr { - box-sizing: content-box; - /* 1 */ - height: 0; - /* 1 */ - overflow: visible; - /* 2 */ + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ } /** @@ -128,10 +130,8 @@ hr { * 2. Correct the odd `em` font sizing in all browsers. */ pre { - font-family: monospace, monospace; - /* 1 */ - font-size: 1em; - /* 2 */ + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ } /* Text-level semantics @@ -148,12 +148,9 @@ a { * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { - border-bottom: none; - /* 1 */ - text-decoration: underline; - /* 2 */ - text-decoration: underline dotted; - /* 2 */ + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ } /** @@ -171,10 +168,8 @@ strong { code, kbd, samp { - font-family: monospace, monospace; - /* 1 */ - font-size: 1em; - /* 2 */ + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ } /** @@ -224,14 +219,10 @@ input, optgroup, select, textarea { - font-family: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - line-height: 1.15; - /* 1 */ - margin: 0; - /* 2 */ + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ } /** @@ -239,8 +230,7 @@ textarea { * 1. Show the overflow in Edge. */ button, -input { - /* 1 */ +input { /* 1 */ overflow: visible; } @@ -249,8 +239,7 @@ input { * 1. Remove the inheritance of text transform in Firefox. */ button, -select { - /* 1 */ +select { /* 1 */ text-transform: none; } @@ -299,18 +288,12 @@ fieldset { * `fieldset` elements in all browsers. */ legend { - box-sizing: border-box; - /* 1 */ - color: inherit; - /* 2 */ - display: table; - /* 1 */ - max-width: 100%; - /* 1 */ - padding: 0; - /* 3 */ - white-space: normal; - /* 1 */ + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ } /** @@ -333,10 +316,8 @@ textarea { */ [type=checkbox], [type=radio] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ } /** @@ -352,10 +333,8 @@ textarea { * 2. Correct the outline style in Safari. */ [type=search] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ } /** @@ -370,10 +349,8 @@ textarea { * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ } /* Interactive @@ -516,7 +493,6 @@ hr { .content { width: 80%; } - .col { margin-left: 4%; } @@ -663,23 +639,18 @@ h6 { h1 { font-size: 5rem; } - h2 { font-size: 4.2rem; } - h3 { font-size: 3.6rem; } - h4 { font-size: 3rem; } - h5 { font-size: 2.4rem; } - h6 { font-size: 1.5rem; } @@ -797,7 +768,7 @@ input[type=reset].blue:hover, input[type=button].blue:hover { background-color: #55acee; border-color: #55acee; - color: #e1e1e1; + color: #222; } button.blue:active, @@ -825,7 +796,7 @@ input[type=reset].green:hover, input[type=button].green:hover { background-color: #2ecc71; border-color: #2ecc71; - color: #e1e1e1; + color: #222; } button.green:active, @@ -853,7 +824,7 @@ input[type=reset].red:hover, input[type=button].red:hover { background-color: #e74c3c; border-color: #e74c3c; - color: #e1e1e1; + color: #222; } button.red:active, @@ -881,7 +852,7 @@ input[type=reset].orange:hover, input[type=button].orange:hover { background-color: #e67e22; border-color: #e67e22; - color: #e1e1e1; + color: #222; } button.orange:active, @@ -904,7 +875,7 @@ input[type=button].orange:active { @media (min-width: 768px) { .button-couple button:first-child, -.button-couple a:first-child { + .button-couple a:first-child { border-bottom-right-radius: 0; border-right-style: solid; border-top-right-radius: 0; @@ -912,14 +883,14 @@ input[type=button].orange:active { margin-left: 3px; } .button-couple button:not(:first-child):not(:last-child), -.button-couple a:not(:first-child):not(:last-child) { + .button-couple a:not(:first-child):not(:last-child) { border-bottom-style: solid; border-top-style: solid; display: inline; margin: -5px !important; } .button-couple button:last-child, -.button-couple a:last-child { + .button-couple a:last-child { border-bottom-left-radius: 0; border-left-style: solid; border-top-left-radius: 0; @@ -943,7 +914,7 @@ select { border-radius: 4px; box-sizing: border-box; color: #000; - height: 38px; + height: 40px; padding: 0 10px; transition: border 0.3s, background-color 0.3s, box-shadow 0.3s; } @@ -1096,6 +1067,7 @@ input[type=radio]:focus + label.radio { } input[type=range] { + appearance: none; -webkit-appearance: none; background-color: transparent; margin: 0 5px; @@ -1167,7 +1139,7 @@ input[type=range]::-ms-thumb { nav, .nav { - height: 55px; + height: 54px; } nav.fixed, .nav.fixed { @@ -1184,6 +1156,7 @@ nav ul, overflow: hidden; padding: 0; width: 100%; + height: 100%; z-index: 1; } nav ul li, @@ -1208,7 +1181,7 @@ nav ul li > a.button, nav ul li > button, nav ul li > input, .nav ul li > a.button, .nav ul li > button, .nav ul li > input { - margin: 7px 5px auto !important; + margin: 5px 5px !important; } nav ul li > a.active, .nav ul li > a.active { @@ -1386,7 +1359,7 @@ footer .row, @media (min-width: 544px) { footer, -.footer { + .footer { text-align: left; } } diff --git a/dist/css/meshki.css.map b/dist/css/meshki.css.map index 59e2184..67e991d 100644 --- a/dist/css/meshki.css.map +++ b/dist/css/meshki.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/extra-classes.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/vendor/normalize.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/base/meshki.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/variables/_colors.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/variables/_fonts.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/mixins/_button.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/layout/grid.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/mixins/_layout.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/variables/_layout.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/typography.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/mixins/_typography.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/button.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/mixins/_form.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/form.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/variables/_components.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/navbar.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/sidenav.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/footer.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/list.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/table.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/components/code.scss"],"names":[],"mappings":"AACA,QACE,sBACA,WAIF,YACE,sBACA,eAIF,YACE,sBAGF,aACE,uBAIF,WACE,iBACA,kBAIF,aACE,kBAIF,eACE,8BAIF,yBACE,gBACE,wBAGF,eACE,eAKJ,yBACE,gBACE,yBAKJ,yBACE,iBACE,yBAKJ,yBACE,oBACE,yBCjEJ,4EAUC,KACC,iBACA,8BAUF,KACE,SAOF,KACE,cAQF,GACE,cACA,eAWF,GACE,uBACA,SACA,iBAQF,IACE,gCACA,cAUF,EACE,6BAQF,YACE,mBACA,0BACA,iCAOF,SAEE,mBAQF,cAGE,gCACA,cAOF,MACE,cAQF,QAEE,cACA,cACA,kBACA,wBAGF,IACE,eAGF,IACE,WAUF,IACE,kBAWF,sCAKE,oBACA,eACA,iBACA,SAQF,aAEE,iBAQF,cAEE,oBAOF,gDAIE,0BAOF,wHAIE,kBACA,UAOF,4GAIE,8BAOF,SACE,2BAUF,OACE,sBACA,cACA,cACA,eACA,UACA,mBAOF,SACE,wBAOF,SACE,cAQF,6BAEE,sBACA,UAOF,kFAEE,YAQF,cACE,6BACA,oBAOF,yCACE,wBAQF,6BACE,0BACA,aAUF,QACE,cAOF,QACE,kBAUF,SACE,aAOF,SACE,aC1VF,KACE,4BCIiC,cDHjC,UEGwB,MFFxB,YAKF,KACE,iBCRiC,KDSjC,MCRiC,QDSjC,YEZyB,uBFazB,UENwB,OFOxB,YEbyB,IFczB,YACA,YERwB,IFY1B,EACE,MCUiC,QDTjC,qBAEA,QACE,MCO+B,QE1BjC,wEHyBA,mBAGF,+BAIE,qBAGF,wCAQE,qBAIF,GACE,6BACA,qBACA,gBAIF,YACE,WCzDiC,QD4DnC,iBACE,WC7DiC,QDiEnC,cAEE,WACA,4BACE,WACA,WACA,cI1EJ,sBCCE,kBDCA,cACA,mBAIF,SACE,sBACA,cACA,UEXuB,MFYvB,eACA,iBACA,kBACA,WAIF,KACE,sBACA,WACA,WAIF,yBACE,SACE,eACA,WAKJ,yBAEE,SACE,UAIF,KACE,YE/BS,GFkCT,iBACE,cAIF,6BACA,8BACA,qBACA,+BACA,+BACA,mBACA,gCACA,gCACA,oBACA,8BACA,iCAGA,YACE,cACA,WAIF,oCAEA,+BAEE,qBAIF,wBAEE,UAIF,6CACA,8CACA,qCACA,+CACA,+CACA,mCACA,gDACA,gDACA,oCACA,8CACA,iDAGA,oDAEA,mDAEE,2BAIF,4CAEE,iBG1GN,kBAME,gBACA,mBACA,aAGF,GCVE,UDU2B,KCT3B,eDSsC,QCRtC,YDQiC,IACnC,GCXE,UDW2B,OCV3B,eDUyC,QCTzC,YDSmC,KACrC,GCZE,UDY2B,KCX3B,eDWsC,QCVtC,YDUiC,IACnC,GCbE,UDa2B,OCZ3B,eDYyC,SCXzC,YDWmC,KACrC,GCdE,UDc2B,OCb3B,eDawC,SCZxC,YDYmC,IACrC,GCfE,UDe2B,OCd3B,eDcwC,ECbxC,YDamC,IAGrC,yBACE,kBACA,oBACA,oBACA,kBACA,oBACA,qBAGF,EACE,aJvBA,sGMJA,qBNIA,wEMCA,oBACA,kBACA,uBACA,6BACA,yBACA,kBACA,MRViC,QQWjC,eACA,qBACA,UPPuB,OOQvB,8BAEA,cACA,iBACA,qBACA,eNhBA,sGMoBA,iBNpBA,2GMwBA,iBNxBA,sGM4BA,iBN5BA,sGMiCA,iBRpCiC,QQqCjC,aRrCiC,QQsCjC,MRlCiC,KEDjC,2GMwCA,iBR9BiC,QQ+BjC,aR/BiC,QEVjC,qHM8CA,aRvCiC,KQwCjC,MRxCiC,KQyCjC,oBNhDA,qHMoDA,aR7CiC,KQ8CjC,MR9CiC,KQ+CjC,oBNtDA,iGM2DA,yBACA,MRhDiC,QEZjC,+HMiEA,iBRrDiC,QQsDjC,aRtDiC,QQuDjC,MRtEiC,QEGjC,oIMwEA,iBR3DiC,QQ4DjC,aR5DiC,QEbjC,sGM8EA,yBACA,MRhEiC,QEfjC,oIMoFA,iBRrEiC,QQsEjC,aRtEiC,QQuEjC,MRzFiC,QEGjC,yIM2FA,iBR3EiC,QQ4EjC,aR5EiC,QEhBjC,4FMiGA,yBACA,MRhFiC,QElBjC,0HMuGA,iBRrFiC,QQsFjC,aRtFiC,QQuFjC,MR5GiC,QEGjC,+HM8GA,iBR3FiC,QQ4FjC,aR5FiC,QEnBjC,2GMoHA,yBACA,MRhGiC,QErBjC,yIM0HA,iBRrGiC,QQsGjC,aRtGiC,QQuGjC,MR/HiC,QEGjC,8I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","file":"meshki.min.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///home/reza/.local/src/Meshki/src/scss/utils/extra-classes.scss","file:///home/reza/.local/src/Meshki/src/scss/vendor/normalize.scss","file:///home/reza/.local/src/Meshki/src/scss/base/meshki.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/variables/_colors.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/variables/_fonts.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/mixins/_button.scss","file:///home/reza/.local/src/Meshki/src/scss/layout/grid.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/mixins/_layout.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/variables/_layout.scss","file:///home/reza/.local/src/Meshki/src/scss/components/typography.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/mixins/_typography.scss","file:///home/reza/.local/src/Meshki/src/scss/components/button.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/mixins/_form.scss","file:///home/reza/.local/src/Meshki/src/scss/components/form.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/variables/_components.scss","file:///home/reza/.local/src/Meshki/src/scss/components/navbar.scss","file:///home/reza/.local/src/Meshki/src/scss/components/sidenav.scss","file:///home/reza/.local/src/Meshki/src/scss/components/footer.scss","file:///home/reza/.local/src/Meshki/src/scss/components/list.scss","file:///home/reza/.local/src/Meshki/src/scss/components/table.scss","file:///home/reza/.local/src/Meshki/src/scss/components/code.scss"],"names":[],"mappings":"AACA,QACE,sBACA,WAIF,YACE,sBACA,eAIF,YACE,sBAGF,aACE,uBAIF,WACE,iBACA,kBAIF,aACE,kBAIF,WACE,gBAIF,YACE,iBAIF,eACE,8BAIF,yBACE,gBACE,wBAGF,eACE,eAKJ,yBACE,gBACE,yBAKJ,yBACE,iBACE,yBAKJ,yBACE,oBACE,yBC3EJ,4EAUC,KACC,iBACA,8BAUF,KACE,SAOF,KACE,cAQF,GACE,cACA,eAWF,GACE,uBACA,SACA,iBAQF,IACE,gCACA,cAUF,EACE,+BAQF,YACE,mBACA,0BACA,iCAOF,SAEE,mBAQF,cAGE,gCACA,cAOF,MACE,cAQF,QAEE,cACA,cACA,kBACA,wBAGF,IACE,eAGF,IACE,WAUF,IACE,kBAWF,sCAKE,oBACA,eACA,iBACA,SAQF,aAEE,iBAQF,cAEE,oBAOF,gDAIE,0BAOF,wHAIE,kBACA,UAOF,4GAIE,8BAOF,SACE,2BAUF,OACE,sBACA,cACA,cACA,eACA,UACA,mBAOF,SACE,wBAOF,SACE,cAQF,6BAEE,sBACA,UAOF,kFAEE,YAQF,cACE,6BACA,oBAOF,yCACE,wBAQF,6BACE,0BACA,aAUF,QACE,cAOF,QACE,kBAUF,SACE,aAOF,SACE,aC1VF,KACE,4BCIiC,cDHjC,UEGwB,MFFxB,YAKF,KACE,iBCRiC,KDSjC,MCRiC,QDSjC,YEZyB,uBFazB,UENwB,OFOxB,YEbyB,IFczB,YACA,YERwB,IFY1B,EACE,MCUiC,QDTjC,qBAEA,QACE,MCO+B,QE1BjC,wEHyBA,mBAGF,+BAIE,qBAGF,wCAQE,qBAIF,GACE,6BACA,qBACA,gBAIF,YACE,WCzDiC,QD4DnC,iBACE,WC7DiC,QDiEnC,cAEE,WACA,4BACE,WACA,WACA,cI1EJ,sBCCE,kBDCA,cACA,mBAIF,SACE,sBACA,cACA,UEXuB,MFYvB,eACA,iBACA,kBACA,WAIF,KACE,sBACA,WACA,WAIF,yBACE,SACE,eACA,WAKJ,yBAEE,SACE,UAIF,KACE,YE/BS,GFkCT,iBACE,cAIF,6BACA,8BACA,qBACA,+BACA,+BACA,mBACA,gCACA,gCACA,oBACA,8BACA,iCAGA,YACE,cACA,WAIF,oCAEA,+BAEE,qBAIF,wBAEE,UAIF,6CACA,8CACA,qCACA,+CACA,+CACA,mCACA,gDACA,gDACA,oCACA,8CACA,iDAGA,oDAEA,mDAEE,2BAIF,4CAEE,iBG1GN,kBAME,gBACA,mBACA,aAGF,GCVE,UDU2B,KCT3B,eDSsC,QCRtC,YDQiC,IACnC,GCXE,UDW2B,OCV3B,eDUyC,QCTzC,YDSmC,KACrC,GCZE,UDY2B,KCX3B,eDWsC,QCVtC,YDUiC,IACnC,GCbE,UDa2B,OCZ3B,eDYyC,SCXzC,YDWmC,KACrC,GCdE,UDc2B,OCb3B,eDawC,SCZxC,YDYmC,IACrC,GCfE,UDe2B,OCd3B,eDcwC,ECbxC,YDamC,IAGrC,yBACE,kBACA,oBACA,oBACA,kBACA,oBACA,qBAGF,EACE,aJvBA,sGMJA,qBNIA,wEMCA,oBACA,kBACA,uBACA,+BACA,yBACA,kBACA,MRViC,QQWjC,eACA,qBACA,UPPuB,OOQvB,8BAEA,cACA,iBACA,qBACA,eNhBA,sGMoBA,iBNpBA,2GMwBA,iBNxBA,sGM4BA,iBN5BA,sGMiCA,iBRpCiC,QQqCjC,aRrCiC,QQsCjC,MRlCiC,KEDjC,2GMwCA,iBR9BiC,QQ+BjC,aR/BiC,QEVjC,qHM8CA,aRvCiC,KQwCjC,MRxCiC,KQyCjC,oBNhDA,qHMoDA,aR7CiC,KQ8CjC,MR9CiC,KQ+CjC,oBNtDA,iGM2DA,yBACA,MRhDiC,QEZjC,+HMiEA,iBRrDiC,QQsDjC,aRtDiC,QQuDjC,MRlEiC,KEDjC,oIMwEA,iBR3DiC,QQ4DjC,aR5DiC,QEbjC,sGM8EA,yBACA,MRhEiC,QEfjC,oIMoFA,iBRrEiC,QQsEjC,aRtEiC,QQuEjC,MRrFiC,KEDjC,yIM2FA,iBR3EiC,QQ4EjC,aR5EiC,QEhBjC,4FMiGA,yBACA,MRhFiC,QElBjC,0HMuGA,iBRrFiC,QQsFjC,aRtFiC,QQuFjC,MRxGiC,KEDjC,+HM8GA,iBR3FiC,QQ4FjC,aR5FiC,QEnBjC,2GMoHA,yBACA,MRhGiC,QErBjC,yIM0HA,iBRrGiC,QQsGjC,aRtGiC,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","file":"meshki.min.css"} \ No newline at end of file diff --git a/dist/css/meshki.min.css b/dist/css/meshki.min.css index 472d9c7..0896f3a 100644 --- a/dist/css/meshki.min.css +++ b/dist/css/meshki.min.css @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,6 @@ * limitations under the License. */ -.expand{box-sizing:border-box;width:100%}.responsive{box-sizing:border-box;max-width:100%}.float-left{float:left !important}.float-right{float:right !important}.centerize{margin-left:auto;margin-right:auto}.text-center{text-align:center}.vertical-line{border-left:1px #e1e1e1 solid}@media(max-width: 544px){.hide-on-mobile{display:none !important}.vertical-line{border-left:0}}@media(max-width: 768px){.hide-on-tablet{display:none !important}}@media(min-width: 768px){.hide-on-desktop{display:none !important}}@media(min-width: 544px){.hide-on-non-mobile{display:none !important}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:62.5%;height:100%}body{background-color:#222;color:#e1e1e1;font-family:"Open Sans",sans-serif;font-size:1.4rem;font-weight:400;height:100%;line-height:1.6}a{color:#55acee;text-decoration:none}a:hover{color:#74c1fb}button,a.button,input[type=submit],input[type=reset],input[type=button]{margin-bottom:1rem}input,textarea,select,fieldset{margin-bottom:1.5rem}blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem}hr{border-top:1px solid #e1e1e1;margin-bottom:3.5rem;margin-top:3rem}::selection{background:#15acee}::-moz-selection{background:#15acee}.content,.row{clear:both}.content::after,.row::after{clear:both;content:"";display:table}.row{margin-left:auto;margin-right:auto;display:block;margin-bottom:30px}.content{box-sizing:border-box;margin:0 auto;max-width:960px;padding:0 20px;padding-top:40px;position:relative;width:100%}.col{box-sizing:border-box;float:left;width:100%}@media(min-width: 400px){.content{padding:auto 0;width:85%}}@media(min-width: 544px){.content{width:80%}.col{margin-left:4%}.col:first-child{margin-left:0}.col.one{width:4.6666666667%}.col.two{width:13.3333333333%}.col.three{width:22%}.col.four{width:30.6666666667%}.col.five{width:39.3333333333%}.col.six{width:48%}.col.seven{width:56.6666666667%}.col.eight{width:65.3333333333%}.col.nine{width:74%}.col.ten{width:82.6666666667%}.col.eleven{width:91.3333333333%}.col.twelve{margin-left:0;width:100%}.col.one-third{width:30.6666666667%}.col.two-third,.col.two-thirds{width:65.3333333333%}.col.half,.col.one-half{width:48%}.col.offset-by-one{margin-left:8.6666666667%}.col.offset-by-two{margin-left:17.3333333333%}.col.offset-by-three{margin-left:26%}.col.offset-by-four{margin-left:34.6666666667%}.col.offset-by-five{margin-left:43.3333333333%}.col.offset-by-six{margin-left:52%}.col.offset-by-seven{margin-left:60.6666666667%}.col.offset-by-eight{margin-left:69.3333333333%}.col.offset-by-nine{margin-left:78%}.col.offset-by-ten{margin-left:86.6666666667%}.col.offset-by-eleven{margin-left:95.3333333333%}.col.offset-by-one-third{margin-left:34.6666666667%}.col.offset-by-two-third,.col.offset-by-two-thirds{margin-left:69.3333333333%}.col.offset-by-half,.col.offset-by-one-half{margin-left:52%}}h1,h2,h3,h4,h5,h6{font-weight:300;margin-bottom:2rem;margin-top:0}h1{font-size:4rem;letter-spacing:-0.1rem;line-height:1.2}h2{font-size:3.6rem;letter-spacing:-0.1rem;line-height:1.25}h3{font-size:3rem;letter-spacing:-0.1rem;line-height:1.3}h4{font-size:2.4rem;letter-spacing:-0.08rem;line-height:1.35}h5{font-size:1.8rem;letter-spacing:-0.05rem;line-height:1.5}h6{font-size:1.5rem;letter-spacing:0;line-height:1.6}@media(min-width: 544px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2.4rem}h6{font-size:1.5rem}}p{margin-top:0}button:focus,a.button:focus,input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus{outline:0 !important}button,a.button,input[type=submit],input[type=reset],input[type=button]{-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;background-color:transparent;border:2px solid #e1e1e1;border-radius:5px;color:#e1e1e1;cursor:pointer;display:inline-block;font-size:1.4rem;line-height:normal !important;max-width:98%;padding:8px 10px;text-decoration:none;transition:.3s}button.small,a.button.small,input[type=submit].small,input[type=reset].small,input[type=button].small{font-size:1.2rem}button.medium,a.button.medium,input[type=submit].medium,input[type=reset].medium,input[type=button].medium{font-size:1.6rem}button.large,a.button.large,input[type=submit].large,input[type=reset].large,input[type=button].large{font-size:2.2rem}button:hover,a.button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{background-color:#e1e1e1;border-color:#e1e1e1;color:#222}button:active,a.button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active{background-color:#b9b9b9;border-color:#b9b9b9}button:disabled,a.button:disabled,input[type=submit]:disabled,input[type=reset]:disabled,input[type=button]:disabled{border-color:#888;color:#888;pointer-events:none}button.disabled,a.button.disabled,input[type=submit].disabled,input[type=reset].disabled,input[type=button].disabled{border-color:#888;color:#888;pointer-events:none}button.blue,a.button.blue,input[type=submit].blue,input[type=reset].blue,input[type=button].blue{border:2px #55acee solid;color:#55acee}button.blue:hover,a.button.blue:hover,input[type=submit].blue:hover,input[type=reset].blue:hover,input[type=button].blue:hover{background-color:#55acee;border-color:#55acee;color:#e1e1e1}button.blue:active,a.button.blue:active,input[type=submit].blue:active,input[type=reset].blue:active,input[type=button].blue:active{background-color:#4b82b7;border-color:#4b82b7}button.green,a.button.green,input[type=submit].green,input[type=reset].green,input[type=button].green{border:2px #2ecc71 solid;color:#2ecc71}button.green:hover,a.button.green:hover,input[type=submit].green:hover,input[type=reset].green:hover,input[type=button].green:hover{background-color:#2ecc71;border-color:#2ecc71;color:#e1e1e1}button.green:active,a.button.green:active,input[type=submit].green:active,input[type=reset].green:active,input[type=button].green:active{background-color:#21a057;border-color:#21a057}button.red,a.button.red,input[type=submit].red,input[type=reset].red,input[type=button].red{border:2px #e74c3c solid;color:#e74c3c}button.red:hover,a.button.red:hover,input[type=submit].red:hover,input[type=reset].red:hover,input[type=button].red:hover{background-color:#e74c3c;border-color:#e74c3c;color:#e1e1e1}button.red:active,a.button.red:active,input[type=submit].red:active,input[type=reset].red:active,input[type=button].red:active{background-color:#bd382a;border-color:#bd382a}button.orange,a.button.orange,input[type=submit].orange,input[type=reset].orange,input[type=button].orange{border:2px #e67e22 solid;color:#e67e22}button.orange:hover,a.button.orange:hover,input[type=submit].orange:hover,input[type=reset].orange:hover,input[type=button].orange:hover{background-color:#e67e22;border-color:#e67e22;color:#e1e1e1}button.orange:active,a.button.orange:active,input[type=submit].orange:active,input[type=reset].orange:active,input[type=button].orange:active{background-color:#c16819;border-color:#c16819}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-radius:0;border-style:none;display:block;margin:-5px auto 5px auto !important;pointer-events:none}@media(min-width: 768px){.button-couple button:first-child,.button-couple a:first-child{border-bottom-right-radius:0;border-right-style:solid;border-top-right-radius:0;margin-right:0 !important;margin-left:3px}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-bottom-style:solid;border-top-style:solid;display:inline;margin:-5px !important}.button-couple button:last-child,.button-couple a:last-child{border-bottom-left-radius:0;border-left-style:solid;border-top-left-radius:0;margin:auto 3px auto 0 !important}}input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea,select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#e1e1e1;border:1px solid #d1d1d1;border-radius:4px;box-sizing:border-box;color:#000;height:38px;padding:0 10px;transition:border .3s,background-color .3s,box-shadow .3s}input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=text]:disabled,input[type=tel]:disabled,input[type=url]:disabled,input[type=password]:disabled,textarea:disabled,select:disabled{background-color:#b1b1b1;border-color:#b1b1b1;color:#444;-webkit-text-fill-color:#444}select{background:url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat;background-color:#e1e1e1;background-position:98% 50%;outline:0 !important}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}textarea{min-height:65px;padding:6px 10px}input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=text]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,textarea:focus,select:focus{background-color:#fff;outline:0 !important}input[type=email].error,input[type=number].error,input[type=search].error,input[type=text].error,input[type=tel].error,input[type=url].error,input[type=password].error,textarea.error,select.error{border:1px #e74c3c solid;box-shadow:0 1px 3px rgba(0,0,0,.1) inset,0 0 8px #e74c3c}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=text].warning,input[type=tel].warning,input[type=url].warning,input[type=password].warning,textarea.warning,select.warning{border:1px #e67e22 solid;box-shadow:0 1px 3px rgba(0,0,0,.1) inset,0 0 8px #e67e22}input[type=email].success,input[type=number].success,input[type=search].success,input[type=text].success,input[type=tel].success,input[type=url].success,input[type=password].success,textarea.success,select.success{border:1px #2ecc71 solid;box-shadow:0 1px 3px rgba(0,0,0,.1) inset,0 0 8px #2ecc71}label,legend{display:block;font-weight:normal;margin-bottom:.5rem}fieldset{border:2px solid #e1e1e1;border-radius:5px;margin:10px 5px;padding:20px}input[type=checkbox],input[type=radio]{display:inline;opacity:0;position:absolute;cursor:pointer;margin:5px;vertical-align:middle}label .checkbox,label .radio{cursor:pointer;margin:5px;position:relative;vertical-align:middle}input[type=checkbox]+label.checkbox::before,input[type=radio]+label.radio::before{background-color:transparent;border:2px solid #e1e1e1;border-radius:5px;content:"";display:inline-block;height:10px;margin:auto 10px 3px auto;padding:2px;text-align:center;transition:background-color .3s,box-shadow .3s;vertical-align:middle;width:10px}input[type=radio]+label.radio::before{border-radius:20px}input[type=checkbox]:checked+label.checkbox:before{background-color:#33bbf0}input[type=radio]:checked+label.radio:before{background-color:#33bbf0}input[type=checkbox]:focus+label.checkbox,input[type=radio]:focus+label.radio{outline:none !important}input[type=range]{-webkit-appearance:none;background-color:transparent;margin:0 5px}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background:#222;border:2px solid #e1e1e1;border-radius:25px;cursor:pointer;height:26px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#e1e1e1;border:2px solid transparent;border-radius:25px;cursor:pointer;height:22px;width:22px}input[type=range]::-moz-range-track{background-color:#222;border:2px solid #e1e1e1;border-radius:25px;cursor:pointer;height:23px;width:100%}input[type=range]::-moz-range-thumb{background-color:#e1e1e1;border:2px solid transparent;border-radius:25px;cursor:pointer;height:17px;width:17px}input[type=range]::-moz-focus-outer{border:0}input[type=range]::-ms-track{background-color:transparent;border-color:transparent;color:transparent;cursor:pointer;height:26px;width:100%}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background-color:#222;border:2px solid #e1e1e1;border-radius:50px}input[type=range]::-ms-thumb{background-color:#e1e1e1;border:2px solid transparent;border-radius:25px;cursor:pointer;height:20px}::placeholder{color:#6a6a6a;opacity:1}nav,.nav{height:55px}nav.fixed,.nav.fixed{position:fixed;width:100%;z-index:1}nav ul,.nav ul{background-color:#222;border-bottom:2px solid #e1e1e1;list-style-type:none;margin-top:0;overflow:hidden;padding:0;width:100%;z-index:1}nav ul li,.nav ul li{float:left;margin-bottom:0}nav ul li>a,.nav ul li>a{color:#e1e1e1;display:inline-block;padding:14px 16px;text-align:center;text-decoration:none;transition:background-color .2s ease-in-out}nav ul li>a:hover,.nav ul li>a:hover{background-color:#111}nav ul li>a.button,nav ul li>button,nav ul li>input,.nav ul li>a.button,.nav ul li>button,.nav ul li>input{margin:7px 5px auto !important}nav ul li>a.active,.nav ul li>a.active{background-color:#111}nav ul li:first-child a.logo,.nav ul li:first-child a.logo{background-color:#e1e1e1;color:#000}nav ul li:first-child a.logo:hover,.nav ul li:first-child a.logo:hover{background-color:#f5f5f5;color:#000}li.nav-right{float:right !important;position:inherit}li.nav-left{float:left !important;position:inherit}li.nav-dropdown.nav-right .nav-dropdown-content{right:0}li.nav-dropdown.nav-right~.nav-dropdown .nav-dropdown-content{right:auto}li.nav-dropdown{display:inline-block}li.nav-dropdown .nav-dropdown-content{background-color:#111;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:block;min-width:160px;opacity:0;position:absolute;transition:visibility .2s,opacity .2s ease-in-out;visibility:hidden;z-index:1}li.nav-dropdown .nav-dropdown-content a{color:#e1e1e1;display:block;padding:12px 16px;text-align:left;text-decoration:none}li.nav-dropdown .nav-dropdown-content a:hover{background-color:#444}.nav-dropdown:hover .nav-dropdown-button{background-color:#111}.nav-dropdown:hover .nav-dropdown-content{opacity:1;visibility:visible}.sidenav{background-color:#000;height:100%;left:-1px;overflow-x:hidden;padding-top:15px;position:fixed;top:0;transition:.5s;width:0;z-index:10}.sidenav .sidenav-close-button{font-size:3.6rem !important;outline:0 !important;padding-right:30px !important;position:absolute;right:0;top:0}.sidenav hr{border-color:#818181;width:80%}.sidenav a{color:#818181;display:block;font-size:1.6rem;outline:0 !important;padding:8px 8px 8px 32px;text-decoration:none;transition:.3s;white-space:nowrap}.sidenav a:hover{color:#e1e1e1}.sidenav a[disabled]{cursor:default}.sidenav a[disabled]:hover{color:#818181;cursor:default;pointer-events:none}.sidenav button{margin-left:20px !important;margin-right:20px !important;min-width:150px;width:84%}.container{position:absolute;transition:margin-left .5s,margin-right .5s;width:100%}.overlay{background-color:#000;display:inline;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .5s,visibility .5s;visibility:hidden;width:100%;z-index:1}@media(min-width: 544px){.sidenav{padding-top:60px}.sidenav a{font-size:2rem}}footer,.footer{background-color:#111;border-top:2px solid #e1e1e1;display:block;left:0;max-width:100%;padding:25px 50px 0;position:absolute;right:0;text-align:center}footer .col,footer .row,.footer .col,.footer .row{margin-bottom:0}@media(min-width: 544px){footer,.footer{text-align:left}}ul{list-style:disc}ul ul,ul ol{font-size:90%;margin:1.5rem 0 1.5rem 3rem}ol{list-style:decimal}ol ul,ol ol{font-size:90%;margin:1.5rem 0 1.5rem 3rem}li{margin-bottom:1rem}table{border-spacing:0}table.striped tr:nth-child(even){background-color:#2f2f2f}table.centerize>thead th,table.centerize>tbody td{text-align:center}table.hoverable>tbody tr{transition:background-color .3s}table.hoverable>tbody tr:hover{background-color:#404040}th,td{border-bottom:1px #7c7c7c solid;padding:12px 15px;text-align:left}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}code{background-color:transparent;border:1px #e1e1e1 solid;border-radius:5px;color:#e1e1e1;font-size:90%;padding:1px 5px;white-space:nowrap}code .filled{background-color:#e1e1e1;color:#222}pre{background-color:transparent;border:2px #e1e1e1 solid;border-radius:5px;color:#e1e1e1;overflow-x:auto;white-space:normal}pre.filled{background-color:#e1e1e1;color:#222}pre.filled>code{background-color:#e1e1e1;color:#222}pre>code{border:0;display:inline;left:20px;overflow:auto;padding-left:20px;position:relative;white-space:pre} +.expand{box-sizing:border-box;width:100%}.responsive{box-sizing:border-box;max-width:100%}.float-left{float:left !important}.float-right{float:right !important}.centerize{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.vertical-line{border-left:1px #e1e1e1 solid}@media(max-width: 544px){.hide-on-mobile{display:none !important}.vertical-line{border-left:0}}@media(max-width: 768px){.hide-on-tablet{display:none !important}}@media(min-width: 768px){.hide-on-desktop{display:none !important}}@media(min-width: 544px){.hide-on-non-mobile{display:none !important}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:62.5%;height:100%}body{background-color:#222;color:#e1e1e1;font-family:"Open Sans",sans-serif;font-size:1.4rem;font-weight:400;height:100%;line-height:1.6}a{color:#55acee;text-decoration:none}a:hover{color:#74c1fb}button,a.button,input[type=submit],input[type=reset],input[type=button]{margin-bottom:1rem}input,textarea,select,fieldset{margin-bottom:1.5rem}blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem}hr{border-top:1px solid #e1e1e1;margin-bottom:3.5rem;margin-top:3rem}::selection{background:#15acee}::-moz-selection{background:#15acee}.content,.row{clear:both}.content::after,.row::after{clear:both;content:"";display:table}.row{margin-left:auto;margin-right:auto;display:block;margin-bottom:30px}.content{box-sizing:border-box;margin:0 auto;max-width:960px;padding:0 20px;padding-top:40px;position:relative;width:100%}.col{box-sizing:border-box;float:left;width:100%}@media(min-width: 400px){.content{padding:auto 0;width:85%}}@media(min-width: 544px){.content{width:80%}.col{margin-left:4%}.col:first-child{margin-left:0}.col.one{width:4.6666666667%}.col.two{width:13.3333333333%}.col.three{width:22%}.col.four{width:30.6666666667%}.col.five{width:39.3333333333%}.col.six{width:48%}.col.seven{width:56.6666666667%}.col.eight{width:65.3333333333%}.col.nine{width:74%}.col.ten{width:82.6666666667%}.col.eleven{width:91.3333333333%}.col.twelve{margin-left:0;width:100%}.col.one-third{width:30.6666666667%}.col.two-third,.col.two-thirds{width:65.3333333333%}.col.half,.col.one-half{width:48%}.col.offset-by-one{margin-left:8.6666666667%}.col.offset-by-two{margin-left:17.3333333333%}.col.offset-by-three{margin-left:26%}.col.offset-by-four{margin-left:34.6666666667%}.col.offset-by-five{margin-left:43.3333333333%}.col.offset-by-six{margin-left:52%}.col.offset-by-seven{margin-left:60.6666666667%}.col.offset-by-eight{margin-left:69.3333333333%}.col.offset-by-nine{margin-left:78%}.col.offset-by-ten{margin-left:86.6666666667%}.col.offset-by-eleven{margin-left:95.3333333333%}.col.offset-by-one-third{margin-left:34.6666666667%}.col.offset-by-two-third,.col.offset-by-two-thirds{margin-left:69.3333333333%}.col.offset-by-half,.col.offset-by-one-half{margin-left:52%}}h1,h2,h3,h4,h5,h6{font-weight:300;margin-bottom:2rem;margin-top:0}h1{font-size:4rem;letter-spacing:-0.1rem;line-height:1.2}h2{font-size:3.6rem;letter-spacing:-0.1rem;line-height:1.25}h3{font-size:3rem;letter-spacing:-0.1rem;line-height:1.3}h4{font-size:2.4rem;letter-spacing:-0.08rem;line-height:1.35}h5{font-size:1.8rem;letter-spacing:-0.05rem;line-height:1.5}h6{font-size:1.5rem;letter-spacing:0;line-height:1.6}@media(min-width: 544px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2.4rem}h6{font-size:1.5rem}}p{margin-top:0}button:focus,a.button:focus,input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus{outline:0 !important}button,a.button,input[type=submit],input[type=reset],input[type=button]{-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;background-color:rgba(0,0,0,0);border:2px solid #e1e1e1;border-radius:5px;color:#e1e1e1;cursor:pointer;display:inline-block;font-size:1.4rem;line-height:normal !important;max-width:98%;padding:8px 10px;text-decoration:none;transition:.3s}button.small,a.button.small,input[type=submit].small,input[type=reset].small,input[type=button].small{font-size:1.2rem}button.medium,a.button.medium,input[type=submit].medium,input[type=reset].medium,input[type=button].medium{font-size:1.6rem}button.large,a.button.large,input[type=submit].large,input[type=reset].large,input[type=button].large{font-size:2.2rem}button:hover,a.button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{background-color:#e1e1e1;border-color:#e1e1e1;color:#222}button:active,a.button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active{background-color:#b9b9b9;border-color:#b9b9b9}button:disabled,a.button:disabled,input[type=submit]:disabled,input[type=reset]:disabled,input[type=button]:disabled{border-color:#888;color:#888;pointer-events:none}button.disabled,a.button.disabled,input[type=submit].disabled,input[type=reset].disabled,input[type=button].disabled{border-color:#888;color:#888;pointer-events:none}button.blue,a.button.blue,input[type=submit].blue,input[type=reset].blue,input[type=button].blue{border:2px #55acee solid;color:#55acee}button.blue:hover,a.button.blue:hover,input[type=submit].blue:hover,input[type=reset].blue:hover,input[type=button].blue:hover{background-color:#55acee;border-color:#55acee;color:#222}button.blue:active,a.button.blue:active,input[type=submit].blue:active,input[type=reset].blue:active,input[type=button].blue:active{background-color:#4b82b7;border-color:#4b82b7}button.green,a.button.green,input[type=submit].green,input[type=reset].green,input[type=button].green{border:2px #2ecc71 solid;color:#2ecc71}button.green:hover,a.button.green:hover,input[type=submit].green:hover,input[type=reset].green:hover,input[type=button].green:hover{background-color:#2ecc71;border-color:#2ecc71;color:#222}button.green:active,a.button.green:active,input[type=submit].green:active,input[type=reset].green:active,input[type=button].green:active{background-color:#21a057;border-color:#21a057}button.red,a.button.red,input[type=submit].red,input[type=reset].red,input[type=button].red{border:2px #e74c3c solid;color:#e74c3c}button.red:hover,a.button.red:hover,input[type=submit].red:hover,input[type=reset].red:hover,input[type=button].red:hover{background-color:#e74c3c;border-color:#e74c3c;color:#222}button.red:active,a.button.red:active,input[type=submit].red:active,input[type=reset].red:active,input[type=button].red:active{background-color:#bd382a;border-color:#bd382a}button.orange,a.button.orange,input[type=submit].orange,input[type=reset].orange,input[type=button].orange{border:2px #e67e22 solid;color:#e67e22}button.orange:hover,a.button.orange:hover,input[type=submit].orange:hover,input[type=reset].orange:hover,input[type=button].orange:hover{background-color:#e67e22;border-color:#e67e22;color:#222}button.orange:active,a.button.orange:active,input[type=submit].orange:active,input[type=reset].orange:active,input[type=button].orange:active{background-color:#c16819;border-color:#c16819}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-radius:0;border-style:none;display:block;margin:-5px auto 5px auto !important;pointer-events:none}@media(min-width: 768px){.button-couple button:first-child,.button-couple a:first-child{border-bottom-right-radius:0;border-right-style:solid;border-top-right-radius:0;margin-right:0 !important;margin-left:3px}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-bottom-style:solid;border-top-style:solid;display:inline;margin:-5px !important}.button-couple button:last-child,.button-couple a:last-child{border-bottom-left-radius:0;border-left-style:solid;border-top-left-radius:0;margin:auto 3px auto 0 !important}}input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea,select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#e1e1e1;border:1px solid #d1d1d1;border-radius:4px;box-sizing:border-box;color:#000;height:40px;padding:0 10px;transition:border .3s,background-color .3s,box-shadow .3s}input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=text]:disabled,input[type=tel]:disabled,input[type=url]:disabled,input[type=password]:disabled,textarea:disabled,select:disabled{background-color:#b1b1b1;border-color:#b1b1b1;color:#444;-webkit-text-fill-color:#444}select{background:url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat;background-color:#e1e1e1;background-position:98% 50%;outline:0 !important}select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}textarea{min-height:65px;padding:6px 10px}input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=text]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,textarea:focus,select:focus{background-color:#fff;outline:0 !important}input[type=email].error,input[type=number].error,input[type=search].error,input[type=text].error,input[type=tel].error,input[type=url].error,input[type=password].error,textarea.error,select.error{border:1px #e74c3c solid;box-shadow:0 1px 3px rgba(0,0,0,.1) inset,0 0 8px #e74c3c}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=text].warning,input[type=tel].warning,input[type=url].warning,input[type=password].warning,textarea.warning,select.warning{border:1px #e67e22 solid;box-shadow:0 1px 3px rgba(0,0,0,.1) inset,0 0 8px #e67e22}input[type=email].success,input[type=number].success,input[type=search].success,input[type=text].success,input[type=tel].success,input[type=url].success,input[type=password].success,textarea.success,select.success{border:1px #2ecc71 solid;box-shadow:0 1px 3px rgba(0,0,0,.1) inset,0 0 8px #2ecc71}label,legend{display:block;font-weight:normal;margin-bottom:.5rem}fieldset{border:2px solid #e1e1e1;border-radius:5px;margin:10px 5px;padding:20px}input[type=checkbox],input[type=radio]{display:inline;opacity:0;position:absolute;cursor:pointer;margin:5px;vertical-align:middle}label .checkbox,label .radio{cursor:pointer;margin:5px;position:relative;vertical-align:middle}input[type=checkbox]+label.checkbox::before,input[type=radio]+label.radio::before{background-color:rgba(0,0,0,0);border:2px solid #e1e1e1;border-radius:5px;content:"";display:inline-block;height:10px;margin:auto 10px 3px auto;padding:2px;text-align:center;transition:background-color .3s,box-shadow .3s;vertical-align:middle;width:10px}input[type=radio]+label.radio::before{border-radius:20px}input[type=checkbox]:checked+label.checkbox:before{background-color:#33bbf0}input[type=radio]:checked+label.radio:before{background-color:#33bbf0}input[type=checkbox]:focus+label.checkbox,input[type=radio]:focus+label.radio{outline:none !important}input[type=range]{appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);margin:0 5px}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background:#222;border:2px solid #e1e1e1;border-radius:25px;cursor:pointer;height:26px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#e1e1e1;border:2px solid rgba(0,0,0,0);border-radius:25px;cursor:pointer;height:22px;width:22px}input[type=range]::-moz-range-track{background-color:#222;border:2px solid #e1e1e1;border-radius:25px;cursor:pointer;height:23px;width:100%}input[type=range]::-moz-range-thumb{background-color:#e1e1e1;border:2px solid rgba(0,0,0,0);border-radius:25px;cursor:pointer;height:17px;width:17px}input[type=range]::-moz-focus-outer{border:0}input[type=range]::-ms-track{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0);cursor:pointer;height:26px;width:100%}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background-color:#222;border:2px solid #e1e1e1;border-radius:50px}input[type=range]::-ms-thumb{background-color:#e1e1e1;border:2px solid rgba(0,0,0,0);border-radius:25px;cursor:pointer;height:20px}::placeholder{color:#6a6a6a;opacity:1}nav,.nav{height:54px}nav.fixed,.nav.fixed{position:fixed;width:100%;z-index:1}nav ul,.nav ul{background-color:#222;border-bottom:2px solid #e1e1e1;list-style-type:none;margin-top:0;overflow:hidden;padding:0;width:100%;height:100%;z-index:1}nav ul li,.nav ul li{float:left;margin-bottom:0}nav ul li>a,.nav ul li>a{color:#e1e1e1;display:inline-block;padding:14px 16px;text-align:center;text-decoration:none;transition:background-color .2s ease-in-out}nav ul li>a:hover,.nav ul li>a:hover{background-color:#111}nav ul li>a.button,nav ul li>button,nav ul li>input,.nav ul li>a.button,.nav ul li>button,.nav ul li>input{margin:5px 5px !important}nav ul li>a.active,.nav ul li>a.active{background-color:#111}nav ul li:first-child a.logo,.nav ul li:first-child a.logo{background-color:#e1e1e1;color:#000}nav ul li:first-child a.logo:hover,.nav ul li:first-child a.logo:hover{background-color:#f5f5f5;color:#000}li.nav-right{float:right !important;position:inherit}li.nav-left{float:left !important;position:inherit}li.nav-dropdown.nav-right .nav-dropdown-content{right:0}li.nav-dropdown.nav-right~.nav-dropdown .nav-dropdown-content{right:auto}li.nav-dropdown{display:inline-block}li.nav-dropdown .nav-dropdown-content{background-color:#111;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:block;min-width:160px;opacity:0;position:absolute;transition:visibility .2s,opacity .2s ease-in-out;visibility:hidden;z-index:1}li.nav-dropdown .nav-dropdown-content a{color:#e1e1e1;display:block;padding:12px 16px;text-align:left;text-decoration:none}li.nav-dropdown .nav-dropdown-content a:hover{background-color:#444}.nav-dropdown:hover .nav-dropdown-button{background-color:#111}.nav-dropdown:hover .nav-dropdown-content{opacity:1;visibility:visible}.sidenav{background-color:#000;height:100%;left:-1px;overflow-x:hidden;padding-top:15px;position:fixed;top:0;transition:.5s;width:0;z-index:10}.sidenav .sidenav-close-button{font-size:3.6rem !important;outline:0 !important;padding-right:30px !important;position:absolute;right:0;top:0}.sidenav hr{border-color:#818181;width:80%}.sidenav a{color:#818181;display:block;font-size:1.6rem;outline:0 !important;padding:8px 8px 8px 32px;text-decoration:none;transition:.3s;white-space:nowrap}.sidenav a:hover{color:#e1e1e1}.sidenav a[disabled]{cursor:default}.sidenav a[disabled]:hover{color:#818181;cursor:default;pointer-events:none}.sidenav button{margin-left:20px !important;margin-right:20px !important;min-width:150px;width:84%}.container{position:absolute;transition:margin-left .5s,margin-right .5s;width:100%}.overlay{background-color:#000;display:inline;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .5s,visibility .5s;visibility:hidden;width:100%;z-index:1}@media(min-width: 544px){.sidenav{padding-top:60px}.sidenav a{font-size:2rem}}footer,.footer{background-color:#111;border-top:2px solid #e1e1e1;display:block;left:0;max-width:100%;padding:25px 50px 0;position:absolute;right:0;text-align:center}footer .col,footer .row,.footer .col,.footer .row{margin-bottom:0}@media(min-width: 544px){footer,.footer{text-align:left}}ul{list-style:disc}ul ul,ul ol{font-size:90%;margin:1.5rem 0 1.5rem 3rem}ol{list-style:decimal}ol ul,ol ol{font-size:90%;margin:1.5rem 0 1.5rem 3rem}li{margin-bottom:1rem}table{border-spacing:0}table.striped tr:nth-child(even){background-color:#2f2f2f}table.centerize>thead th,table.centerize>tbody td{text-align:center}table.hoverable>tbody tr{transition:background-color .3s}table.hoverable>tbody tr:hover{background-color:#404040}th,td{border-bottom:1px #7c7c7c solid;padding:12px 15px;text-align:left}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}code{background-color:rgba(0,0,0,0);border:1px #e1e1e1 solid;border-radius:5px;color:#e1e1e1;font-size:90%;padding:1px 5px;white-space:nowrap}code .filled{background-color:#e1e1e1;color:#222}pre{background-color:rgba(0,0,0,0);border:2px #e1e1e1 solid;border-radius:5px;color:#e1e1e1;overflow-x:auto;white-space:normal}pre.filled{background-color:#e1e1e1;color:#222}pre.filled>code{background-color:#e1e1e1;color:#222}pre>code{border:0;display:inline;left:20px;overflow:auto;padding-left:20px;position:relative;white-space:pre} /*# sourceMappingURL=meshki.min.css.map */ \ No newline at end of file diff --git a/dist/fonts/Vazir-Regular-FD.ttf b/dist/fonts/Vazir-Regular-FD.ttf deleted file mode 100644 index 6ee5cfe..0000000 Binary files a/dist/fonts/Vazir-Regular-FD.ttf and /dev/null differ diff --git a/dist/fonts/Vazir-Regular-FD.woff b/dist/fonts/Vazir-Regular-FD.woff deleted file mode 100644 index 826ab6a..0000000 Binary files a/dist/fonts/Vazir-Regular-FD.woff and /dev/null differ diff --git a/dist/js/meshki.js b/dist/js/meshki.js index 40b61f9..52c4a6b 100644 --- a/dist/js/meshki.js +++ b/dist/js/meshki.js @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dist/js/meshki.min.js b/dist/js/meshki.min.js index 95ac78c..1a1a609 100644 --- a/dist/js/meshki.min.js +++ b/dist/js/meshki.min.js @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dist/plugins/meshki-extra-button-colors.css b/dist/plugins/meshki-extra-button-colors.css index c987700..9d6573b 100644 --- a/dist/plugins/meshki-extra-button-colors.css +++ b/dist/plugins/meshki-extra-button-colors.css @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -103,8 +103,8 @@ a.button.lime, input[type=submit].lime, input[type=reset].lime, input[type=button].lime { - border: 2px #c0ca33 solid; - color: #c0ca33; + border: 2px #9dca33 solid; + color: #9dca33; } button.lime:hover, @@ -112,8 +112,8 @@ a.button.lime:hover, input[type=submit].lime:hover, input[type=reset].lime:hover, input[type=button].lime:hover { - background-color: #c0ca33; - border-color: #c0ca33; + background-color: #9dca33; + border-color: #9dca33; color: #222; } @@ -122,8 +122,8 @@ a.button.lime:active, input[type=submit].lime:active, input[type=reset].lime:active, input[type=button].lime:active { - background-color: #9e9d24; - border-color: #9e9d24; + background-color: #849e24; + border-color: #849e24; } button.brown, diff --git a/dist/plugins/meshki-extra-button-colors.map b/dist/plugins/meshki-extra-button-colors.map index ef9f1b3..a239c0f 100644 --- a/dist/plugins/meshki-extra-button-colors.map +++ b/dist/plugins/meshki-extra-button-colors.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/mixins/_button.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/plugins/extra-button-colors/main.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/plugins/extra-button-colors/_colors.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/variables/_colors.scss"],"names":[],"mappings":"AAME,2GCeA,yBACA,MCtB8B,QFM9B,yICqBA,iBC3B8B,QD4B9B,aC5B8B,QD6B9B,MEtBiC,KHDjC,8IC4BA,iBCjC8B,QDkC9B,aClC8B,QFK9B,gHCkCA,yBACA,MCtC8B,QFG9B,8ICwCA,iBC3C8B,QD4C9B,aC5C8B,QD6C9B,ME7CiC,QHGjC,mJC+CA,iBCjD8B,QDkD9B,aClD8B,QFE9B,2GCqDA,yBACA,MCrD8B,QFD9B,yIC2DA,iBC1D8B,QD2D9B,aC3D8B,QD4D9B,MEhEiC,QHGjC,8ICkEA,iBChE8B,QDiE9B,aCjE8B,QFF9B,iGCwEA,yBACA,MCrE8B,QFJ9B,+HC8EA,iBC1E8B,QD2E9B,aC3E8B,QD4E9B,ME/EiC,KHDjC,oICqFA,iBChF8B,QDiF9B,aCjF8B,QFL9B,sGC2FA,yBACA,MCrF8B,QFP9B,oICiGA,iBC1F8B,QD2F9B,aC3F8B,QD4F9B,MEtGiC,QHGjC,yICwGA,iBChG8B,QDiG9B,aCjG8B,QFR9B,sGC8GA,yBACA,MCrG8B,QFV9B,oICoHA,iBC1G8B,QD2G9B,aC3G8B,QD4G9B,MEzHiC,QHGjC,yIC2HA,iBChH8B,QDiH9B,aCjH8B,QFX9B,iGCiIA,yBACA,MCrH8B,QFb9B,+HCuIA,iBC1H8B,QD2H9B,aC3H8B,QD4H9B,ME5IiC,QHGjC,oIC8IA,iBChI8B,QDiI9B,aCjI8B,QFd9B,iGCoJA,yBACA,MCrI8B,QFhB9B,+HC0JA,iBC1I8B,QD2I9B,aC3I8B,QD4I9B,ME3JiC,KHDjC,oICiKA,iBChJ8B,QDiJ9B,aCjJ8B","file":"./"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///home/reza/.local/src/Meshki/src/scss/utils/mixins/_button.scss","file:///home/reza/.local/src/Meshki/src/scss/plugins/extra-button-colors/main.scss","file:///home/reza/.local/src/Meshki/src/scss/plugins/extra-button-colors/_colors.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/variables/_colors.scss"],"names":[],"mappings":"AAME,2GCeA,yBACA,MCtB8B,QFM9B,yICqBA,iBC3B8B,QD4B9B,aC5B8B,QD6B9B,MEtBiC,KHDjC,8IC4BA,iBCjC8B,QDkC9B,aClC8B,QFK9B,gHCkCA,yBACA,MCtC8B,QFG9B,8ICwCA,iBC3C8B,QD4C9B,aC5C8B,QD6C9B,ME7CiC,QHGjC,mJC+CA,iBCjD8B,QDkD9B,aClD8B,QFE9B,2GCqDA,yBACA,MCrD8B,QFD9B,yIC2DA,iBC1D8B,QD2D9B,aC3D8B,QD4D9B,MEhEiC,QHGjC,8ICkEA,iBChE8B,QDiE9B,aCjE8B,QFF9B,iGCwEA,yBACA,MCrE8B,QFJ9B,+HC8EA,iBC1E8B,QD2E9B,aC3E8B,QD4E9B,ME/EiC,KHDjC,oICqFA,iBChF8B,QDiF9B,aCjF8B,QFL9B,sGC2FA,yBACA,MCrF8B,QFP9B,oICiGA,iBC1F8B,QD2F9B,aC3F8B,QD4F9B,MEtGiC,QHGjC,yICwGA,iBChG8B,QDiG9B,aCjG8B,QFR9B,sGC8GA,yBACA,MCrG8B,QFV9B,oICoHA,iBC1G8B,QD2G9B,aC3G8B,QD4G9B,MEzHiC,QHGjC,yIC2HA,iBChH8B,QDiH9B,aCjH8B,QFX9B,iGCiIA,yBACA,MCrH8B,QFb9B,+HCuIA,iBC1H8B,QD2H9B,aC3H8B,QD4H9B,ME5IiC,QHGjC,oIC8IA,iBChI8B,QDiI9B,aCjI8B,QFd9B,iGCoJA,yBACA,MCrI8B,QFhB9B,+HC0JA,iBC1I8B,QD2I9B,aC3I8B,QD4I9B,ME3JiC,KHDjC,oICiKA,iBChJ8B,QDiJ9B,aCjJ8B","file":"./"} \ No newline at end of file diff --git a/dist/plugins/meshki-extra-button-colors.min.css b/dist/plugins/meshki-extra-button-colors.min.css index dc9013e..45aae92 100644 --- a/dist/plugins/meshki-extra-button-colors.min.css +++ b/dist/plugins/meshki-extra-button-colors.min.css @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,6 @@ * limitations under the License. */ -button.yellow,a.button.yellow,input[type=submit].yellow,input[type=reset].yellow,input[type=button].yellow{border:2px #f9f300 solid;color:#f9f300}button.yellow:hover,a.button.yellow:hover,input[type=submit].yellow:hover,input[type=reset].yellow:hover,input[type=button].yellow:hover{background-color:#f9f300;border-color:#f9f300;color:#222}button.yellow:active,a.button.yellow:active,input[type=submit].yellow:active,input[type=reset].yellow:active,input[type=button].yellow:active{background-color:#bfbb1a;border-color:#bfbb1a}button.crimson,a.button.crimson,input[type=submit].crimson,input[type=reset].crimson,input[type=button].crimson{border:2px #9a0000 solid;color:#9a0000}button.crimson:hover,a.button.crimson:hover,input[type=submit].crimson:hover,input[type=reset].crimson:hover,input[type=button].crimson:hover{background-color:#9a0000;border-color:#9a0000;color:#e1e1e1}button.crimson:active,a.button.crimson:active,input[type=submit].crimson:active,input[type=reset].crimson:active,input[type=button].crimson:active{background-color:#6f0606;border-color:#6f0606}button.purple,a.button.purple,input[type=submit].purple,input[type=reset].purple,input[type=button].purple{border:2px #9c27b0 solid;color:#9c27b0}button.purple:hover,a.button.purple:hover,input[type=submit].purple:hover,input[type=reset].purple:hover,input[type=button].purple:hover{background-color:#9c27b0;border-color:#9c27b0;color:#e1e1e1}button.purple:active,a.button.purple:active,input[type=submit].purple:active,input[type=reset].purple:active,input[type=button].purple:active{background-color:#7b1fa2;border-color:#7b1fa2}button.lime,a.button.lime,input[type=submit].lime,input[type=reset].lime,input[type=button].lime{border:2px #c0ca33 solid;color:#c0ca33}button.lime:hover,a.button.lime:hover,input[type=submit].lime:hover,input[type=reset].lime:hover,input[type=button].lime:hover{background-color:#c0ca33;border-color:#c0ca33;color:#222}button.lime:active,a.button.lime:active,input[type=submit].lime:active,input[type=reset].lime:active,input[type=button].lime:active{background-color:#9e9d24;border-color:#9e9d24}button.brown,a.button.brown,input[type=submit].brown,input[type=reset].brown,input[type=button].brown{border:2px #8d6e63 solid;color:#8d6e63}button.brown:hover,a.button.brown:hover,input[type=submit].brown:hover,input[type=reset].brown:hover,input[type=button].brown:hover{background-color:#8d6e63;border-color:#8d6e63;color:#e1e1e1}button.brown:active,a.button.brown:active,input[type=submit].brown:active,input[type=reset].brown:active,input[type=button].brown:active{background-color:#6d4c41;border-color:#6d4c41}button.space,a.button.space,input[type=submit].space,input[type=reset].space,input[type=button].space{border:2px #607d8b solid;color:#607d8b}button.space:hover,a.button.space:hover,input[type=submit].space:hover,input[type=reset].space:hover,input[type=button].space:hover{background-color:#607d8b;border-color:#607d8b;color:#e1e1e1}button.space:active,a.button.space:active,input[type=submit].space:active,input[type=reset].space:active,input[type=button].space:active{background-color:#455a64;border-color:#455a64}button.rose,a.button.rose,input[type=submit].rose,input[type=reset].rose,input[type=button].rose{border:2px #e91e63 solid;color:#e91e63}button.rose:hover,a.button.rose:hover,input[type=submit].rose:hover,input[type=reset].rose:hover,input[type=button].rose:hover{background-color:#e91e63;border-color:#e91e63;color:#e1e1e1}button.rose:active,a.button.rose:active,input[type=submit].rose:active,input[type=reset].rose:active,input[type=button].rose:active{background-color:#c2185b;border-color:#c2185b}button.cyan,a.button.cyan,input[type=submit].cyan,input[type=reset].cyan,input[type=button].cyan{border:2px #00e5ff solid;color:#00e5ff}button.cyan:hover,a.button.cyan:hover,input[type=submit].cyan:hover,input[type=reset].cyan:hover,input[type=button].cyan:hover{background-color:#00e5ff;border-color:#00e5ff;color:#222}button.cyan:active,a.button.cyan:active,input[type=submit].cyan:active,input[type=reset].cyan:active,input[type=button].cyan:active{background-color:#00b8d4;border-color:#00b8d4} +button.yellow,a.button.yellow,input[type=submit].yellow,input[type=reset].yellow,input[type=button].yellow{border:2px #f9f300 solid;color:#f9f300}button.yellow:hover,a.button.yellow:hover,input[type=submit].yellow:hover,input[type=reset].yellow:hover,input[type=button].yellow:hover{background-color:#f9f300;border-color:#f9f300;color:#222}button.yellow:active,a.button.yellow:active,input[type=submit].yellow:active,input[type=reset].yellow:active,input[type=button].yellow:active{background-color:#bfbb1a;border-color:#bfbb1a}button.crimson,a.button.crimson,input[type=submit].crimson,input[type=reset].crimson,input[type=button].crimson{border:2px #9a0000 solid;color:#9a0000}button.crimson:hover,a.button.crimson:hover,input[type=submit].crimson:hover,input[type=reset].crimson:hover,input[type=button].crimson:hover{background-color:#9a0000;border-color:#9a0000;color:#e1e1e1}button.crimson:active,a.button.crimson:active,input[type=submit].crimson:active,input[type=reset].crimson:active,input[type=button].crimson:active{background-color:#6f0606;border-color:#6f0606}button.purple,a.button.purple,input[type=submit].purple,input[type=reset].purple,input[type=button].purple{border:2px #9c27b0 solid;color:#9c27b0}button.purple:hover,a.button.purple:hover,input[type=submit].purple:hover,input[type=reset].purple:hover,input[type=button].purple:hover{background-color:#9c27b0;border-color:#9c27b0;color:#e1e1e1}button.purple:active,a.button.purple:active,input[type=submit].purple:active,input[type=reset].purple:active,input[type=button].purple:active{background-color:#7b1fa2;border-color:#7b1fa2}button.lime,a.button.lime,input[type=submit].lime,input[type=reset].lime,input[type=button].lime{border:2px #9dca33 solid;color:#9dca33}button.lime:hover,a.button.lime:hover,input[type=submit].lime:hover,input[type=reset].lime:hover,input[type=button].lime:hover{background-color:#9dca33;border-color:#9dca33;color:#222}button.lime:active,a.button.lime:active,input[type=submit].lime:active,input[type=reset].lime:active,input[type=button].lime:active{background-color:#849e24;border-color:#849e24}button.brown,a.button.brown,input[type=submit].brown,input[type=reset].brown,input[type=button].brown{border:2px #8d6e63 solid;color:#8d6e63}button.brown:hover,a.button.brown:hover,input[type=submit].brown:hover,input[type=reset].brown:hover,input[type=button].brown:hover{background-color:#8d6e63;border-color:#8d6e63;color:#e1e1e1}button.brown:active,a.button.brown:active,input[type=submit].brown:active,input[type=reset].brown:active,input[type=button].brown:active{background-color:#6d4c41;border-color:#6d4c41}button.space,a.button.space,input[type=submit].space,input[type=reset].space,input[type=button].space{border:2px #607d8b solid;color:#607d8b}button.space:hover,a.button.space:hover,input[type=submit].space:hover,input[type=reset].space:hover,input[type=button].space:hover{background-color:#607d8b;border-color:#607d8b;color:#e1e1e1}button.space:active,a.button.space:active,input[type=submit].space:active,input[type=reset].space:active,input[type=button].space:active{background-color:#455a64;border-color:#455a64}button.rose,a.button.rose,input[type=submit].rose,input[type=reset].rose,input[type=button].rose{border:2px #e91e63 solid;color:#e91e63}button.rose:hover,a.button.rose:hover,input[type=submit].rose:hover,input[type=reset].rose:hover,input[type=button].rose:hover{background-color:#e91e63;border-color:#e91e63;color:#e1e1e1}button.rose:active,a.button.rose:active,input[type=submit].rose:active,input[type=reset].rose:active,input[type=button].rose:active{background-color:#c2185b;border-color:#c2185b}button.cyan,a.button.cyan,input[type=submit].cyan,input[type=reset].cyan,input[type=button].cyan{border:2px #00e5ff solid;color:#00e5ff}button.cyan:hover,a.button.cyan:hover,input[type=submit].cyan:hover,input[type=reset].cyan:hover,input[type=button].cyan:hover{background-color:#00e5ff;border-color:#00e5ff;color:#222}button.cyan:active,a.button.cyan:active,input[type=submit].cyan:active,input[type=reset].cyan:active,input[type=button].cyan:active{background-color:#00b8d4;border-color:#00b8d4} /*# sourceMappingURL=plugins/.map */ \ No newline at end of file diff --git a/dist/plugins/meshki-rtl.css b/dist/plugins/meshki-rtl.css index e0a0d22..8ddf984 100644 --- a/dist/plugins/meshki-rtl.css +++ b/dist/plugins/meshki-rtl.css @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,13 +14,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@font-face { - font-family: "Vazir FD"; - src: local("Vazir FD"), url("https://cdnjs.cloudflare.com/ajax/libs/meshki/2.3.0/fonts/Vazir-Regular-FD.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/meshki/2.3.0/fonts/Vazir-Regular-FD.ttf") format("truetype"); -} +@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap"); body { direction: rtl; - font-family: "Vazir FD", "Open Sans", sans-serif; + font-family: "Vazirmatn", sans-serif, "Open Sans", sans-serif; font-size: 1.5rem; font-style: normal; font-weight: normal; @@ -32,7 +29,7 @@ input, optgroup, select, textarea { - font-family: "Vazir FD", "Open Sans", sans-serif; + font-family: "Vazirmatn", sans-serif, "Open Sans", sans-serif; } pre { @@ -44,7 +41,7 @@ a.button, input[type=submit], input[type=reset], input[type=button] { - padding: 2px 11px; + padding: 6px 12px; } .button-couple button:not(:first-child):not(:last-child), @@ -57,7 +54,7 @@ input[type=button] { @media (min-width: 768px) { .button-couple button:first-child, -.button-couple a:first-child { + .button-couple a:first-child { border-bottom-left-radius: 0; border-bottom-right-radius: 5px; border-style: solid; @@ -66,16 +63,16 @@ input[type=button] { margin-right: 0 !important; } .button-couple button:not(:first-child):not(:last-child), -.button-couple a:not(:first-child):not(:last-child) { + .button-couple a:not(:first-child):not(:last-child) { border-bottom-style: solid; border-top-style: solid; display: inline; - margin: -8px !important; + margin: -9px !important; padding-right: 12px; padding-left: 12px; } .button-couple button:last-child, -.button-couple a:last-child { + .button-couple a:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 0; border-style: solid; @@ -86,7 +83,7 @@ input[type=button] { } @media (min-width: 544px) { footer, -.footer { + .footer { text-align: right; } } @@ -164,6 +161,8 @@ input[type=text]::-webkit-input-placeholder { } .nav ul li:first-child a.logo i { color: #000; + position: relative; + top: 3px; } .nav-dropdown-content a { @@ -188,9 +187,4 @@ input[type=text]::-webkit-input-placeholder { td, th { text-align: right; -} - -::placeholder { - position: relative; - top: 4px; } \ No newline at end of file diff --git a/dist/plugins/meshki-rtl.map b/dist/plugins/meshki-rtl.map index 0d1f8df..068536c 100644 --- a/dist/plugins/meshki-rtl.map +++ b/dist/plugins/meshki-rtl.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/plugins/rtl/main.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/plugins/rtl/_variables.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/mixins/_button.scss","file:///C:/Users/Ryan/Workshop/Projects/Meshki/src/scss/utils/variables/_colors.scss"],"names":[],"mappings":"AAoBA,WACE,YCrBkB,WDsBlB,ICrBkB,iODwBpB,KACE,cACA,8CACA,UCvBc,ODwBd,kBACA,mBACA,aCzBiB,MD6BnB,sCAKE,8CAIF,IACE,cEvCA,wEF8CA,iBAKA,6GAEE,gBACA,kBACA,cACA,qCAKJ,yBAII,+DAEE,4BACA,+BACA,mBACA,yBACA,4BACA,0BAIF,6GAEE,0BACA,uBACA,eACA,uBACA,mBACA,kBAIF,6DAEE,8BACA,6BACA,mBACA,2BACA,0BACA,0BAON,yBAEE,eAEE,kBAOJ,OACE,2BAIF,gFAEE,0BAIF,4CACE,QAMF,KACE,YACA,iBAIF,yBACE,KACE,gBAGA,iBACE,iBACA,eAIF,8CACA,+CACA,sCACA,gDACA,gDACA,oCACA,iDACA,iDACA,qCACA,+CACA,kDAEA,qDACA,sDAEA,0CASA,WACE,YAIF,gCACE,MG/K6B,KHqLjC,wBACE,iBAOJ,SACE,UACA,QAGA,WACE,yBAKJ,sBACE,OACA,6BACA,2BACA,sBAKF,MAEE,iBAIF,cACE,kBACA","file":"./"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///home/reza/.local/src/Meshki/src/scss/plugins/rtl/main.scss","file:///home/reza/.local/src/Meshki/src/scss/plugins/rtl/_variables.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/mixins/_button.scss","file:///home/reza/.local/src/Meshki/src/scss/utils/variables/_colors.scss"],"names":[],"mappings":"AAmBQ,sFAER,KACE,cACA,0DACA,UCtBc,ODuBd,kBACA,mBACA,aCxBiB,MD4BnB,sCAKE,0DAIF,IACE,cEnCA,wEF0CA,iBAKA,6GAEE,gBACA,kBACA,cACA,qCAKJ,yBAII,+DAEE,4BACA,+BACA,mBACA,yBACA,4BACA,0BAIF,6GAEE,0BACA,uBACA,eACA,uBACA,mBACA,kBAIF,6DAEE,8BACA,6BACA,mBACA,2BACA,0BACA,0BAON,yBAEE,eAEE,kBAOJ,OACE,2BAIF,gFAEE,0BAIF,4CACE,QAMF,KACE,YACA,iBAIF,yBACE,KACE,gBAGA,iBACE,iBACA,eAIF,8CACA,+CACA,sCACA,gDACA,gDACA,oCACA,iDACA,iDACA,qCACA,+CACA,kDAEA,qDACA,sDAEA,0CASA,WACE,YAIF,gCACE,MG3K6B,KH4K7B,kBACA,QAMJ,wBACE,iBAOJ,SACE,UACA,QAGA,WACE,yBAKJ,sBACE,OACA,6BACA,2BACA,sBAKF,MAEE","file":"./"} \ No newline at end of file diff --git a/dist/plugins/meshki-rtl.min.css b/dist/plugins/meshki-rtl.min.css index 944c412..04c3f2e 100644 --- a/dist/plugins/meshki-rtl.min.css +++ b/dist/plugins/meshki-rtl.min.css @@ -1,6 +1,6 @@ /* - * Meshki v2.3.0 (https://borderliner.github.io/Meshki/) - * Copyright 2016-2021 Reza Hajianpour + * Meshki v2.4.0 (https://borderliner.github.io/Meshki/) + * Copyright 2016-2024 Reza Hajianpour * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,6 @@ * limitations under the License. */ -@font-face{font-family:"Vazir FD";src:local("Vazir FD"),url("https://cdnjs.cloudflare.com/ajax/libs/meshki/2.3.0/fonts/Vazir-Regular-FD.woff") format("woff"),url("https://cdnjs.cloudflare.com/ajax/libs/meshki/2.3.0/fonts/Vazir-Regular-FD.ttf") format("truetype")}body{direction:rtl;font-family:"Vazir FD","Open Sans",sans-serif;font-size:1.5rem;font-style:normal;font-weight:normal;word-spacing:.12em}button,input,optgroup,select,textarea{font-family:"Vazir FD","Open Sans",sans-serif}pre{direction:ltr}button,a.button,input[type=submit],input[type=reset],input[type=button]{padding:2px 11px}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-radius:0;border-style:none;display:block;margin:-5px auto 5px auto !important}@media(min-width: 768px){.button-couple button:first-child,.button-couple a:first-child{border-bottom-left-radius:0;border-bottom-right-radius:5px;border-style:solid;border-top-left-radius:0;border-top-right-radius:5px;margin-right:0 !important}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-bottom-style:solid;border-top-style:solid;display:inline;margin:-8px !important;padding-right:12px;padding-left:12px}.button-couple button:last-child,.button-couple a:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0;border-style:solid;border-top-left-radius:5px;border-top-right-radius:0;margin-left:0 !important}}@media(min-width: 544px){footer,.footer{text-align:right}}select{background-position:2% 50%}input[type=checkbox]+label.checkbox:before,input[type=radio]+label.radio:before{margin:4px auto auto 10px}input[type=text]::-webkit-input-placeholder{top:0px}.col{float:right;margin-left:auto}@media(min-width: 544px){.col{margin-right:4%}.col:first-child{margin-left:auto;margin-right:0}.col.offset-by-one{margin-right:8.6666666667%}.col.offset-by-two{margin-right:17.3333333333%}.col.offset-by-three{margin-right:26%}.col.offset-by-four{margin-right:34.6666666667%}.col.offset-by-five{margin-right:43.3333333333%}.col.offset-by-six{margin-right:52%}.col.offset-by-seven{margin-right:60.6666666667%}.col.offset-by-eight{margin-right:69.3333333333%}.col.offset-by-nine{margin-right:78%}.col.offset-by-ten{margin-right:86.6666666667%}.col.offset-by-eleven{margin-right:95.3333333333%}.col.offset-by-one-third{margin-right:34.6666666667%}.col.offset-by-two-thirds{margin-right:69.3333333333%}.col.offset-by-one-half{margin-right:52%}}.nav ul li{float:right}.nav ul li:first-child a.logo i{color:#000}.nav-dropdown-content a{text-align:right}.sidenav{left:auto;right:0}.sidenav a{padding:8px 32px 8px 8px}.sidenav-close-button{left:0;padding-left:30px !important;padding-right:0 !important;right:auto !important}td,th{text-align:right}::placeholder{position:relative;top:4px} +@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap";body{direction:rtl;font-family:"Vazirmatn",sans-serif,"Open Sans",sans-serif;font-size:1.5rem;font-style:normal;font-weight:normal;word-spacing:.12em}button,input,optgroup,select,textarea{font-family:"Vazirmatn",sans-serif,"Open Sans",sans-serif}pre{direction:ltr}button,a.button,input[type=submit],input[type=reset],input[type=button]{padding:6px 12px}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-radius:0;border-style:none;display:block;margin:-5px auto 5px auto !important}@media(min-width: 768px){.button-couple button:first-child,.button-couple a:first-child{border-bottom-left-radius:0;border-bottom-right-radius:5px;border-style:solid;border-top-left-radius:0;border-top-right-radius:5px;margin-right:0 !important}.button-couple button:not(:first-child):not(:last-child),.button-couple a:not(:first-child):not(:last-child){border-bottom-style:solid;border-top-style:solid;display:inline;margin:-9px !important;padding-right:12px;padding-left:12px}.button-couple button:last-child,.button-couple a:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0;border-style:solid;border-top-left-radius:5px;border-top-right-radius:0;margin-left:0 !important}}@media(min-width: 544px){footer,.footer{text-align:right}}select{background-position:2% 50%}input[type=checkbox]+label.checkbox:before,input[type=radio]+label.radio:before{margin:4px auto auto 10px}input[type=text]::-webkit-input-placeholder{top:0px}.col{float:right;margin-left:auto}@media(min-width: 544px){.col{margin-right:4%}.col:first-child{margin-left:auto;margin-right:0}.col.offset-by-one{margin-right:8.6666666667%}.col.offset-by-two{margin-right:17.3333333333%}.col.offset-by-three{margin-right:26%}.col.offset-by-four{margin-right:34.6666666667%}.col.offset-by-five{margin-right:43.3333333333%}.col.offset-by-six{margin-right:52%}.col.offset-by-seven{margin-right:60.6666666667%}.col.offset-by-eight{margin-right:69.3333333333%}.col.offset-by-nine{margin-right:78%}.col.offset-by-ten{margin-right:86.6666666667%}.col.offset-by-eleven{margin-right:95.3333333333%}.col.offset-by-one-third{margin-right:34.6666666667%}.col.offset-by-two-thirds{margin-right:69.3333333333%}.col.offset-by-one-half{margin-right:52%}}.nav ul li{float:right}.nav ul li:first-child a.logo i{color:#000;position:relative;top:3px}.nav-dropdown-content a{text-align:right}.sidenav{left:auto;right:0}.sidenav a{padding:8px 32px 8px 8px}.sidenav-close-button{left:0;padding-left:30px !important;padding-right:0 !important;right:auto !important}td,th{text-align:right} /*# sourceMappingURL=plugins/.map */ \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 389e4f0..e187b9b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,16 +19,16 @@ - + - + - PRODUCTION FILES --> + + - + - PRODUCTION FILES --> +