Last active
August 2, 2018 21:33
-
-
Save jasielmacedo/2cfd3faa2bdc105c92c63de4205e7ed2 to your computer and use it in GitHub Desktop.
Hidden classes and Complements to Semantic UI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Created By: Jasiel Macedo | |
* Since: 2018 | |
* Version: 1.0.1 | |
*/ | |
/* margin */ | |
[class*="margin two hundred"], .margin-200 { margin: 200px; } [class*="margin two hundred important"], [class*="margin-200 important"] { margin: 200px !important; } | |
[class*="margin one hundred fifty"], .margin-150 { margin: 150px; } [class*="margin one hundred fifty important"], [class*="margin-150 important"] { margin: 150px !important; } | |
[class*="margin one hundred"], .margin-100 { margin: 100px; } [class*="margin one hundred important"], [class*="margin-100 important"] { margin: 100px !important; } | |
[class*="margin ninety five"], .margin-95 { margin: 95px; } [class*="margin ninety five important"], [class*="margin-95 important"] { margin: 95px !important; } | |
[class*="margin ninety"], .margin-90 { margin: 90px; } [class*="margin ninety important"], [class*="margin-90 important"] { margin: 90px !important; } | |
[class*="margin eighty five"], .margin-85 { margin: 85px; } [class*="margin eighty five"], [class*="margin-85 important"] { margin: 85px !important; } | |
[class*="margin eighty"], .margin-80 { margin: 80px; } [class*="margin eighty important"], [class*="margin-80 important"] { margin: 80px !important; } | |
[class*="margin seventy five"], .margin-75 { margin: 75px; } [class*="margin seventy five important"], [class*="margin-75 important"] { margin: 75px !important; } | |
[class*="margin seventy"], .margin-70 { margin: 70px; } [class*="margin seventy important"], [class*="margin-70 important"] { margin: 70px !important; } | |
[class*="margin sixty five"], .margin-65 { margin: 65px; } [class*="margin sixty five important"], [class*="margin-65 important"] { margin: 65px !important; } | |
[class*="margin sixty"], .margin-60 { margin: 60px; } [class*="margin sixty"], [class*="margin-60 important"] { margin: 60px !important; } | |
[class*="margin fifty five"], .margin-55 { margin: 55px; } [class*="margin fifty five important"], [class*="margin-55 important"] { margin: 55px !important; } | |
[class*="margin fifty"], .margin-50 { margin: 50px; } [class*="margin fifty important"], [class*="margin-50 important"] { margin: 50px !important; } | |
[class*="margin forty five"], .margin-45 { margin: 45px; } [class*="margin forty five important"], [class*="margin-45 important"] { margin: 45px !important; } | |
[class*="margin forty"], .margin-40 { margin: 40px; } [class*="margin forty important"], [class*="margin-40 important"] { margin: 40px !important; } | |
[class*="margin thirty five"], .margin-35 { margin: 35px; } [class*="margin thirty five important"], [class*="margin-35 important"] { margin: 35px !important; } | |
[class*="margin thirty"], .margin-30 { margin: 30px; } [class*="margin thirty important"], [class*="margin-30 important"] { margin: 30px !important; } | |
[class*="margin twelve five"], .margin-25 { margin: 25px; } [class*="margin twelve five important"], [class*="margin-25 important"] { margin: 25px !important; } | |
[class*="margin twelve"], .margin-20 { margin: 20px; } [class*="margin twelve important"], [class*="margin-20 important"] { margin: 20px !important; } | |
[class*="margin fifteen"], .margin-15 { margin: 15px; } [class*="margin fifteen important"], [class*="margin-15 important"] { margin: 15px !important; } | |
[class*="margin ten"], .margin-10 { margin: 10px; } [class*="margin ten important"], [class*="margin-10 important"] { margin: 10px !important; } | |
[class*="margin five"], .margin-05 { margin: 5px; } [class*="margin five important"], [class*="margin-05 important"] { margin: 5px !important; } | |
[class*="margin zero"], .margin-zero { margin: 0px; } [class*="margin zero important"], [class*="margin-zero important"] { margin: 0px !important; } | |
[class*="margin auto"], .margin-auto { margin: 0 auto; } [class*="margin auto important"], [class*="margin auto important"] { margin: 0 auto !important; } | |
[class*="margin vertical auto"], .margin-vertical-auto { margin:auto 0; } [class*="margin vertical auto important"], [class*="margin vertical auto important"] { margin: auto 0 !important; } | |
[class*="margin right auto"], .margin-right-auto { margin-right:auto; } [class*="margin right auto important"], [class*="margin right auto important"] { margin-right:auto !important; } | |
[class*="margin left auto"], .margin-left-auto { margin-left:auto; } [class*="margin left auto important"], [class*="margin left auto important"] { margin-left:auto !important; } | |
[class*="margin top two hundred"], [class*="margin top-200"] { margin-top: 200px; } [class*="margin top two hundred important"], [class*="margin top-200 important"] { margin-top: 200px !important; } | |
[class*="margin top one hundred fifty"], [class*="margin top-150"] { margin-top: 150px; } [class*="margin top one hundred fifty important"], [class*="margin top-150 important"] { margin-top: 150px !important; } | |
[class*="margin top one hundred"], [class*="margin top-100"] { margin-top: 100px; } [class*="margin top one hundred important"], [class*="margin top-100 important"] { margin-top: 100px !important; } | |
[class*="margin top ninety five"], [class*="margin top-95"] { margin-top: 95px; } [class*="margin top ninety five important"], [class*="margin top-95 important"] { margin-top: 95px !important; } | |
[class*="margin top ninety"], [class*="margin top-90"] { margin-top: 90px; } [class*="margin top ninety important"], [class*="margin top-90 important"] { margin-top: 90px !important; } | |
[class*="margin top eighty five"], [class*="margin top-85"] { margin-top: 85px; } [class*="margin top eighty five important"], [class*="margin top-85 important"] { margin-top: 85px !important; } | |
[class*="margin top eighty"], [class*="margin top-80"] { margin-top: 80px; } [class*="margin top eighty important"], [class*="margin top-80 important"] { margin-top: 80px !important; } | |
[class*="margin top seventy five"], [class*="margin top-75"] { margin-top: 75px; } [class*="margin top seventy five important"], [class*="margin top-75 important"] { margin-top: 75px !important; } | |
[class*="margin top seventy"], [class*="margin top-70"] { margin-top: 70px; } [class*="margin top seventy important"], [class*="margin top-70 important"] { margin-top: 70px !important; } | |
[class*="margin top sixty five"], [class*="margin top-65"] { margin-top: 65px; } [class*="margin top sixty five important"], [class*="margin top-65 important"] { margin-top: 65px !important; } | |
[class*="margin top sixty"], [class*="margin top-60"] { margin-top: 60px; } [class*="margin top sixty important"], [class*="margin top-60 important"] { margin-top: 60px !important; } | |
[class*="margin top fifty five"], [class*="margin top-55"] { margin-top: 55px; } [class*="margin top fifty five important"], [class*="margin top-55 important"] { margin-top: 55px !important; } | |
[class*="margin top fifty"], [class*="margin top-50"] { margin-top: 50px; } [class*="margin top fifty important"], [class*="margin top-50 important"] { margin-top: 50px !important; } | |
[class*="margin top forty five"], [class*="margin top-45"] { margin-top: 45px; } [class*="margin top forty five important"], [class*="margin top-45 important"] { margin-top: 45px !important; } | |
[class*="margin top forty"], [class*="margin top-40"] { margin-top: 40px; } [class*="margin top forty important"], [class*="margin top-40 important"] { margin-top: 40px !important; } | |
[class*="margin top thirty five"], [class*="margin top-35"] { margin-top: 35px; } [class*="margin top thirty five important"], [class*="margin top-35 important"] { margin-top: 35px !important; } | |
[class*="margin top thirty"], [class*="margin top-30"] { margin-top: 30px; } [class*="margin top thirty important"], [class*="margin top-30 important"] { margin-top: 30px !important; } | |
[class*="margin top twelve five"], [class*="margin top-25"] { margin-top: 25px; } [class*="margin top twelve five important"], [class*="margin top-25 important"] { margin-top: 25px !important; } | |
[class*="margin top twelve"], [class*="margin top-20"] { margin-top: 20px; } [class*="margin top twelve important"], [class*="margin top-20 important"] { margin-top: 20px !important; } | |
[class*="margin top fifteen"], [class*="margin top-15"] { margin-top: 15px; } [class*="margin top twelve important"], [class*="margin top-20 important"] { margin-top: 20px !important; } | |
[class*="margin top ten"], [class*="margin top-10"] { margin-top: 10px; } [class*="margin top ten important"], [class*="margin top-10 important"] { margin-top: 10px !important; } | |
[class*="margin top five"], [class*="margin top-05"] { margin-top: 5px; } [class*="margin top five important"], [class*="margin top-05 important"] { margin-top: 5px !important; } | |
[class*="margin top zero"], [class*="margin top-zero"] { margin-top: 0px; } [class*="margin top zero important"], [class*="margin top-zero important"] { margin-top: 0px !important; } | |
[class*="margin left two hundred"], [class*="margin left-200"] { margin-left: 200px; } [class*="margin left two hundred important"], [class*="margin left-200 important"] { margin-left: 200px !important; } | |
[class*="margin left one hundred fifty"], [class*="margin left-150"] { margin-left: 150px; } [class*="margin left one hundred fifty important"], [class*="margin left-150 important"] { margin-left: 150px !important; } | |
[class*="margin left one hundred"], [class*="margin left-100"] { margin-left: 100px; } [class*="margin left one hundred important"], [class*="margin left-100 important"] { margin-left: 100px !important; } | |
[class*="margin left ninety five"], [class*="margin left-95"] { margin-left: 95px; } [class*="margin left ninety five important"], [class*="margin left-95 important"] { margin-left: 95px !important; } | |
[class*="margin left ninety"], [class*="margin left-90"] { margin-left: 90px; } [class*="margin left ninety important"], [class*="margin left-90 important"] { margin-left: 90px !important; } | |
[class*="margin left eighty five"], [class*="margin left-85"] { margin-left: 85px; } [class*="margin left eighty five important"], [class*="margin left-85 important"] { margin-left: 85px !important; } | |
[class*="margin left eighty"], [class*="margin left-80"] { margin-left: 80px; } [class*="margin left eighty important"], [class*="margin left-80 important"] { margin-left: 80px !important; } | |
[class*="margin left seventy five"], [class*="margin left-75"] { margin-left: 75px; } [class*="margin left seventy five important"], [class*="margin left-75 important"] { margin-left: 75px !important; } | |
[class*="margin left seventy"], [class*="margin left-70"] { margin-left: 70px; } [class*="margin left seventy important"], [class*="margin left-70 important"] { margin-left: 70px !important; } | |
[class*="margin left sixty five"], [class*="margin left-65"] { margin-left: 65px; } [class*="margin left sixty five important"], [class*="margin left-65 important"] { margin-left: 65px !important; } | |
[class*="margin left sixty"], [class*="margin left-60"] { margin-left: 60px; } [class*="margin left sixty important"], [class*="margin left-60 important"] { margin-left: 60px !important; } | |
[class*="margin left fifty five"], [class*="margin left-55"] { margin-left: 55px; } [class*="margin left fifty five important"], [class*="margin left-55 important"] { margin-left: 55px !important; } | |
[class*="margin left fifty"], [class*="margin left-50"] { margin-left: 50px; } [class*="margin left fifty important"], [class*="margin left-50 important"] { margin-left: 50px !important; } | |
[class*="margin left forty five"], [class*="margin left-45"] { margin-left: 45px; } [class*="margin left forty five important"], [class*="margin left-45 important"] { margin-left: 45px !important; } | |
[class*="margin left forty"], [class*="margin left-40"] { margin-left: 40px; } [class*="margin left forty important"], [class*="margin left-40 important"] { margin-left: 40px !important; } | |
[class*="margin left thirty five"], [class*="margin left-35"] { margin-left: 35px; } [class*="margin left thirty five important"], [class*="margin left-35 important"] { margin-left: 35px !important; } | |
[class*="margin left thirty"], [class*="margin left-30"] { margin-left: 30px; } [class*="margin left thirty important"], [class*="margin left-30 important"] { margin-left: 30px !important; } | |
[class*="margin left twelve five"], [class*="margin left-25"] { margin-left: 25px; } [class*="margin left twelve five important"], [class*="margin left-25 important"] { margin-left: 25px !important; } | |
[class*="margin left twelve"], [class*="margin left-20"] { margin-left: 20px; } [class*="margin left twelve important"], [class*="margin left-20 important"] { margin-left: 20px !important; } | |
[class*="margin left fifteen"], [class*="margin left-15"] { margin-left: 15px; } [class*="margin left twelve important"], [class*="margin left-20 important"] { margin-left: 20px !important; } | |
[class*="margin left ten"], [class*="margin left-10"] { margin-left: 10px; } [class*="margin left ten important"], [class*="margin left-10 important"] { margin-left: 10px !important; } | |
[class*="margin left five"], [class*="margin left-05"] { margin-left: 5px; } [class*="margin left five important"], [class*="margin left-05 important"] { margin-left: 5px !important; } | |
[class*="margin left zero"], [class*="margin left-zero"] { margin-left: 0px; } [class*="margin left zero important"], [class*="margin left-zero important"] { margin-left: 0px !important; } | |
[class*="margin right two hundred"], [class*="margin right-200"] { margin-right: 200px; } [class*="margin right two hundred important"], [class*="margin right-200 important"] { margin-right: 200px !important; } | |
[class*="margin right one hundred fifty"], [class*="margin right-150"] { margin-right: 150px; } [class*="margin right one hundred fifty important"], [class*="margin right-150 important"] { margin-right: 150px !important; } | |
[class*="margin right one hundred"], [class*="margin right-100"] { margin-right: 100px; } [class*="margin right one hundred important"], [class*="margin right-100 important"] { margin-right: 100px !important; } | |
[class*="margin right ninety five"], [class*="margin right-95"] { margin-right: 95px; } [class*="margin right ninety five important"], [class*="margin right-95 important"] { margin-right: 95px !important; } | |
[class*="margin right ninety"], [class*="margin right-90"] { margin-right: 90px; } [class*="margin right ninety important"], [class*="margin right-90 important"] { margin-right: 90px !important; } | |
[class*="margin right eighty five"], [class*="margin right-85"] { margin-right: 85px; } [class*="margin right eighty five important"], [class*="margin right-85 important"] { margin-right: 85px !important; } | |
[class*="margin right eighty"], [class*="margin right-80"] { margin-right: 80px; } [class*="margin right eighty important"], [class*="margin right-80 important"] { margin-right: 80px !important; } | |
[class*="margin right seventy five"], [class*="margin right-75"] { margin-right: 75px; } [class*="margin right seventy five important"], [class*="margin right-75 important"] { margin-right: 75px !important; } | |
[class*="margin right seventy"], [class*="margin right-70"] { margin-right: 70px; } [class*="margin right seventy important"], [class*="margin right-70 important"] { margin-right: 70px !important; } | |
[class*="margin right sixty five"], [class*="margin right-65"] { margin-right: 65px; } [class*="margin right sixty five important"], [class*="margin right-65 important"] { margin-right: 65px !important; } | |
[class*="margin right sixty"], [class*="margin right-60"] { margin-right: 60px; } [class*="margin right sixty important"], [class*="margin right-60 important"] { margin-right: 60px !important; } | |
[class*="margin right fifty five"], [class*="margin right-55"] { margin-right: 55px; } [class*="margin right fifty five important"], [class*="margin right-55 important"] { margin-right: 55px !important; } | |
[class*="margin right fifty"], [class*="margin right-50"] { margin-right: 50px; } [class*="margin right fifty important"], [class*="margin right-50 important"] { margin-right: 50px !important; } | |
[class*="margin right forty five"], [class*="margin right-45"] { margin-right: 45px; } [class*="margin right forty five important"], [class*="margin right-45 important"] { margin-right: 45px !important; } | |
[class*="margin right forty"], [class*="margin right-40"] { margin-right: 40px; } [class*="margin right forty important"], [class*="margin right-40 important"] { margin-right: 40px !important; } | |
[class*="margin right thirty five"], [class*="margin right-35"] { margin-right: 35px; } [class*="margin right thirty five important"], [class*="margin right-35 important"] { margin-right: 35px !important; } | |
[class*="margin right thirty"], [class*="margin right-30"] { margin-right: 30px; } [class*="margin right thirty important"], [class*="margin right-30 important"] { margin-right: 30px !important; } | |
[class*="margin right twelve five"], [class*="margin right-25"] { margin-right: 25px; } [class*="margin right twelve five important"], [class*="margin right-25 important"] { margin-right: 25px !important; } | |
[class*="margin right twelve"], [class*="margin right-20"] { margin-right: 20px; } [class*="margin right twelve important"], [class*="margin right-20 important"] { margin-right: 20px !important; } | |
[class*="margin right fifteen"], [class*="margin right-15"] { margin-right: 15px; } [class*="margin right twelve important"], [class*="margin right-20 important"] { margin-right: 20px !important; } | |
[class*="margin right ten"], [class*="margin right-10"] { margin-right: 10px; } [class*="margin right ten important"], [class*="margin right-10 important"] { margin-right: 10px !important; } | |
[class*="margin right five"], [class*="margin right-05"] { margin-right: 5px; } [class*="margin right five important"], [class*="margin right-05 important"] { margin-right: 5px !important; } | |
[class*="margin right zero"], [class*="margin right-zero"] { margin-right: 0px; } [class*="margin right zero important"], [class*="margin right-zero important"] { margin-right: 0px !important; } | |
[class*="margin bottom two hundred"], [class*="margin bottom-200"] { margin-bottom: 200px; } [class*="margin bottom two hundred important"], [class*="margin bottom-200 important"] { margin-bottom: 200px !important; } | |
[class*="margin bottom one hundred fifty"], [class*="margin bottom-150"] { margin-bottom: 150px; } [class*="margin bottom one hundred fifty important"], [class*="margin bottom-150 important"] { margin-bottom: 150px !important; } | |
[class*="margin bottom one hundred"], [class*="margin bottom-100"] { margin-bottom: 100px; } [class*="margin bottom one hundred important"], [class*="margin bottom-100 important"] { margin-bottom: 100px !important; } | |
[class*="margin bottom ninety five"], [class*="margin bottom-95"] { margin-bottom: 95px; } [class*="margin bottom ninety five important"], [class*="margin bottom-95 important"] { margin-bottom: 95px !important; } | |
[class*="margin bottom ninety"], [class*="margin bottom-90"] { margin-bottom: 90px; } [class*="margin bottom ninety important"], [class*="margin bottom-90 important"] { margin-bottom: 90px !important; } | |
[class*="margin bottom eighty five"], [class*="margin bottom-85"] { margin-bottom: 85px; } [class*="margin bottom eighty five important"], [class*="margin bottom-85 important"] { margin-bottom: 85px !important; } | |
[class*="margin bottom eighty"], [class*="margin bottom-80"] { margin-bottom: 80px; } [class*="margin bottom eighty important"], [class*="margin bottom-80 important"] { margin-bottom: 80px !important; } | |
[class*="margin bottom seventy five"], [class*="margin bottom-75"] { margin-bottom: 75px; } [class*="margin bottom seventy five important"], [class*="margin bottom-75 important"] { margin-bottom: 75px !important; } | |
[class*="margin bottom seventy"], [class*="margin bottom-70"] { margin-bottom: 70px; } [class*="margin bottom seventy important"], [class*="margin bottom-70 important"] { margin-bottom: 70px !important; } | |
[class*="margin bottom sixty five"], [class*="margin bottom-65"] { margin-bottom: 65px; } [class*="margin bottom sixty five important"], [class*="margin bottom-65 important"] { margin-bottom: 65px !important; } | |
[class*="margin bottom sixty"], [class*="margin bottom-60"] { margin-bottom: 60px; } [class*="margin bottom sixty important"], [class*="margin bottom-60 important"] { margin-bottom: 60px !important; } | |
[class*="margin bottom fifty five"], [class*="margin bottom-55"] { margin-bottom: 55px; } [class*="margin bottom fifty five important"], [class*="margin bottom-55 important"] { margin-bottom: 55px !important; } | |
[class*="margin bottom fifty"], [class*="margin bottom-50"] { margin-bottom: 50px; } [class*="margin bottom fifty important"], [class*="margin bottom-50 important"] { margin-bottom: 50px !important; } | |
[class*="margin bottom forty five"], [class*="margin bottom-45"] { margin-bottom: 45px; } [class*="margin bottom forty five important"], [class*="margin bottom-45 important"] { margin-bottom: 45px !important; } | |
[class*="margin bottom forty"], [class*="margin bottom-40"] { margin-bottom: 40px; } [class*="margin bottom forty important"], [class*="margin bottom-40 important"] { margin-bottom: 40px !important; } | |
[class*="margin bottom thirty five"], [class*="margin bottom-35"] { margin-bottom: 35px; } [class*="margin bottom thirty five important"], [class*="margin bottom-35 important"] { margin-bottom: 35px !important; } | |
[class*="margin bottom thirty"], [class*="margin bottom-30"] { margin-bottom: 30px; } [class*="margin bottom thirty important"], [class*="margin bottom-30 important"] { margin-bottom: 30px !important; } | |
[class*="margin bottom twelve five"], [class*="margin bottom-25"] { margin-bottom: 25px; } [class*="margin bottom twelve five important"], [class*="margin bottom-25 important"] { margin-bottom: 25px !important; } | |
[class*="margin bottom twelve"], [class*="margin bottom-20"] { margin-bottom: 20px; } [class*="margin bottom twelve important"], [class*="margin bottom-20 important"] { margin-bottom: 20px !important; } | |
[class*="margin bottom fifteen"], [class*="margin bottom-15"] { margin-bottom: 15px; } [class*="margin bottom twelve important"], [class*="margin bottom-20 important"] { margin-bottom: 20px !important; } | |
[class*="margin bottom ten"], [class*="margin bottom-10"] { margin-bottom: 10px; } [class*="margin bottom ten important"], [class*="margin bottom-10 important"] { margin-bottom: 10px !important; } | |
[class*="margin bottom five"], [class*="margin bottom-05"] { margin-bottom: 5px; } [class*="margin bottom five important"], [class*="margin bottom-05 important"] { margin-bottom: 5px !important; } | |
[class*="margin bottom zero"], [class*="margin bottom-zero"] { margin-bottom: 0px; } [class*="margin bottom zero important"], [class*="margin bottom-zero important"] { margin-bottom: 0px !important; } | |
/* padding */ | |
[class*="padding two hundred"], .padding-200 { padding: 200px; } [class*="padding two hundred important"], [class*="padding-200 important"] { padding: 200px !important; } | |
[class*="padding one hundred fifty"], .padding-150 { padding: 150px; } [class*="padding one hundred fifty important"], [class*="padding-150 important"] { padding: 150px !important; } | |
[class*="padding one hundred"], .padding-100 { padding: 100px; } [class*="padding one hundred important"], [class*="padding-100 important"] { padding: 100px !important; } | |
[class*="padding ninety five"], .padding-95 { padding: 95px; } [class*="padding ninety five important"], [class*="padding-95 important"] { padding: 95px !important; } | |
[class*="padding ninety"], .padding-90 { padding: 90px; } [class*="padding ninety important"], [class*="padding-90 important"] { padding: 90px !important; } | |
[class*="padding eighty five"], .padding-85 { padding: 85px; } [class*="padding eighty five"], [class*="padding-85 important"] { padding: 85px !important; } | |
[class*="padding eighty"], .padding-80 { padding: 80px; } [class*="padding eighty important"], [class*="padding-80 important"] { padding: 80px !important; } | |
[class*="padding seventy five"], .padding-75 { padding: 75px; } [class*="padding seventy five important"], [class*="padding-75 important"] { padding: 75px !important; } | |
[class*="padding seventy"], .padding-70 { padding: 70px; } [class*="padding seventy important"], [class*="padding-70 important"] { padding: 70px !important; } | |
[class*="padding sixty five"], .padding-65 { padding: 65px; } [class*="padding sixty five important"], [class*="padding-65 important"] { padding: 65px !important; } | |
[class*="padding sixty"], .padding-60 { padding: 60px; } [class*="padding sixty"], [class*="padding-60 important"] { padding: 60px !important; } | |
[class*="padding fifty five"], .padding-55 { padding: 55px; } [class*="padding fifty five important"], [class*="padding-55 important"] { padding: 55px !important; } | |
[class*="padding fifty"], .padding-50 { padding: 50px; } [class*="padding fifty important"], [class*="padding-50 important"] { padding: 50px !important; } | |
[class*="padding forty five"], .padding-45 { padding: 45px; } [class*="padding forty five important"], [class*="padding-45 important"] { padding: 45px !important; } | |
[class*="padding forty"], .padding-40 { padding: 40px; } [class*="padding forty important"], [class*="padding-40 important"] { padding: 40px !important; } | |
[class*="padding thirty five"], .padding-35 { padding: 35px; } [class*="padding thirty five important"], [class*="padding-35 important"] { padding: 35px !important; } | |
[class*="padding thirty"], .padding-30 { padding: 30px; } [class*="padding thirty important"], [class*="padding-30 important"] { padding: 30px !important; } | |
[class*="padding twelve five"], .padding-25 { padding: 25px; } [class*="padding twelve five important"], [class*="padding-25 important"] { padding: 25px !important; } | |
[class*="padding twelve"], .padding-20 { padding: 20px; } [class*="padding twelve important"], [class*="padding-20 important"] { padding: 20px !important; } | |
[class*="padding fifteen"], .padding-15 { padding: 15px; } [class*="padding fifteen important"], [class*="padding-15 important"] { padding: 15px !important; } | |
[class*="padding ten"], .padding-10 { padding: 10px; } [class*="padding ten important"], [class*="padding-10 important"] { padding: 10px !important; } | |
[class*="padding five"], .padding-05 { padding: 5px; } [class*="padding five important"], [class*="padding-05 important"] { padding: 5px !important; } | |
[class*="padding zero"], .padding-zero { padding: 0px; } [class*="padding zero important"], [class*="padding-zero important"] { padding: 0px !important; } | |
[class*="padding top two hundred"], [class*="padding top-200"] { padding-top: 200px; } [class*="padding top two hundred important"], [class*="padding top-200 important"] { padding-top: 200px !important; } | |
[class*="padding top one hundred fifty"], [class*="padding top-150"] { padding-top: 150px; } [class*="padding top one hundred fifty important"], [class*="padding top-150 important"] { padding-top: 150px !important; } | |
[class*="padding top one hundred"], [class*="padding top-100"] { padding-top: 100px; } [class*="padding top one hundred important"], [class*="padding top-100 important"] { padding-top: 100px !important; } | |
[class*="padding top ninety five"], [class*="padding top-95"] { padding-top: 95px; } [class*="padding top ninety five important"], [class*="padding top-95 important"] { padding-top: 95px !important; } | |
[class*="padding top ninety"], [class*="padding top-90"] { padding-top: 90px; } [class*="padding top ninety important"], [class*="padding top-90 important"] { padding-top: 90px !important; } | |
[class*="padding top eighty five"], [class*="padding top-85"] { padding-top: 85px; } [class*="padding top eighty five important"], [class*="padding top-85 important"] { padding-top: 85px !important; } | |
[class*="padding top eighty"], [class*="padding top-80"] { padding-top: 80px; } [class*="padding top eighty important"], [class*="padding top-80 important"] { padding-top: 80px !important; } | |
[class*="padding top seventy five"], [class*="padding top-75"] { padding-top: 75px; } [class*="padding top seventy five important"], [class*="padding top-75 important"] { padding-top: 75px !important; } | |
[class*="padding top seventy"], [class*="padding top-70"] { padding-top: 70px; } [class*="padding top seventy important"], [class*="padding top-70 important"] { padding-top: 70px !important; } | |
[class*="padding top sixty five"], [class*="padding top-65"] { padding-top: 65px; } [class*="padding top sixty five important"], [class*="padding top-65 important"] { padding-top: 65px !important; } | |
[class*="padding top sixty"], [class*="padding top-60"] { padding-top: 60px; } [class*="padding top sixty important"], [class*="padding top-60 important"] { padding-top: 60px !important; } | |
[class*="padding top fifty five"], [class*="padding top-55"] { padding-top: 55px; } [class*="padding top fifty five important"], [class*="padding top-55 important"] { padding-top: 55px !important; } | |
[class*="padding top fifty"], [class*="padding top-50"] { padding-top: 50px; } [class*="padding top fifty important"], [class*="padding top-50 important"] { padding-top: 50px !important; } | |
[class*="padding top forty five"], [class*="padding top-45"] { padding-top: 45px; } [class*="padding top forty five important"], [class*="padding top-45 important"] { padding-top: 45px !important; } | |
[class*="padding top forty"], [class*="padding top-40"] { padding-top: 40px; } [class*="padding top forty important"], [class*="padding top-40 important"] { padding-top: 40px !important; } | |
[class*="padding top thirty five"], [class*="padding top-35"] { padding-top: 35px; } [class*="padding top thirty five important"], [class*="padding top-35 important"] { padding-top: 35px !important; } | |
[class*="padding top thirty"], [class*="padding top-30"] { padding-top: 30px; } [class*="padding top thirty important"], [class*="padding top-30 important"] { padding-top: 30px !important; } | |
[class*="padding top twelve five"], [class*="padding top-25"] { padding-top: 25px; } [class*="padding top twelve five important"], [class*="padding top-25 important"] { padding-top: 25px !important; } | |
[class*="padding top twelve"], [class*="padding top-20"] { padding-top: 20px; } [class*="padding top twelve important"], [class*="padding top-20 important"] { padding-top: 20px !important; } | |
[class*="padding top fifteen"], [class*="padding top-15"] { padding-top: 15px; } [class*="padding top twelve important"], [class*="padding top-20 important"] { padding-top: 20px !important; } | |
[class*="padding top ten"], [class*="padding top-10"] { padding-top: 10px; } [class*="padding top ten important"], [class*="padding top-10 important"] { padding-top: 10px !important; } | |
[class*="padding top five"], [class*="padding top-05"] { padding-top: 5px; } [class*="padding top five important"], [class*="padding top-05 important"] { padding-top: 5px !important; } | |
[class*="padding top zero"], [class*="padding top-zero"] { padding-top: 0px; } [class*="padding top zero important"], [class*="padding top-zero important"] { padding-top: 0px !important; } | |
[class*="padding left two hundred"], [class*="padding left-200"] { padding-left: 200px; } [class*="padding left two hundred important"], [class*="padding left-200 important"] { padding-left: 200px !important; } | |
[class*="padding left one hundred fifty"], [class*="padding left-150"] { padding-left: 150px; } [class*="padding left one hundred fifty important"], [class*="padding left-150 important"] { padding-left: 150px !important; } | |
[class*="padding left one hundred"], [class*="padding left-100"] { padding-left: 100px; } [class*="padding left one hundred important"], [class*="padding left-100 important"] { padding-left: 100px !important; } | |
[class*="padding left ninety five"], [class*="padding left-95"] { padding-left: 95px; } [class*="padding left ninety five important"], [class*="padding left-95 important"] { padding-left: 95px !important; } | |
[class*="padding left ninety"], [class*="padding left-90"] { padding-left: 90px; } [class*="padding left ninety important"], [class*="padding left-90 important"] { padding-left: 90px !important; } | |
[class*="padding left eighty five"], [class*="padding left-85"] { padding-left: 85px; } [class*="padding left eighty five important"], [class*="padding left-85 important"] { padding-left: 85px !important; } | |
[class*="padding left eighty"], [class*="padding left-80"] { padding-left: 80px; } [class*="padding left eighty important"], [class*="padding left-80 important"] { padding-left: 80px !important; } | |
[class*="padding left seventy five"], [class*="padding left-75"] { padding-left: 75px; } [class*="padding left seventy five important"], [class*="padding left-75 important"] { padding-left: 75px !important; } | |
[class*="padding left seventy"], [class*="padding left-70"] { padding-left: 70px; } [class*="padding left seventy important"], [class*="padding left-70 important"] { padding-left: 70px !important; } | |
[class*="padding left sixty five"], [class*="padding left-65"] { padding-left: 65px; } [class*="padding left sixty five important"], [class*="padding left-65 important"] { padding-left: 65px !important; } | |
[class*="padding left sixty"], [class*="padding left-60"] { padding-left: 60px; } [class*="padding left sixty important"], [class*="padding left-60 important"] { padding-left: 60px !important; } | |
[class*="padding left fifty five"], [class*="padding left-55"] { padding-left: 55px; } [class*="padding left fifty five important"], [class*="padding left-55 important"] { padding-left: 55px !important; } | |
[class*="padding left fifty"], [class*="padding left-50"] { padding-left: 50px; } [class*="padding left fifty important"], [class*="padding left-50 important"] { padding-left: 50px !important; } | |
[class*="padding left forty five"], [class*="padding left-45"] { padding-left: 45px; } [class*="padding left forty five important"], [class*="padding left-45 important"] { padding-left: 45px !important; } | |
[class*="padding left forty"], [class*="padding left-40"] { padding-left: 40px; } [class*="padding left forty important"], [class*="padding left-40 important"] { padding-left: 40px !important; } | |
[class*="padding left thirty five"], [class*="padding left-35"] { padding-left: 35px; } [class*="padding left thirty five important"], [class*="padding left-35 important"] { padding-left: 35px !important; } | |
[class*="padding left thirty"], [class*="padding left-30"] { padding-left: 30px; } [class*="padding left thirty important"], [class*="padding left-30 important"] { padding-left: 30px !important; } | |
[class*="padding left twelve five"], [class*="padding left-25"] { padding-left: 25px; } [class*="padding left twelve five important"], [class*="padding left-25 important"] { padding-left: 25px !important; } | |
[class*="padding left twelve"], [class*="padding left-20"] { padding-left: 20px; } [class*="padding left twelve important"], [class*="padding left-20 important"] { padding-left: 20px !important; } | |
[class*="padding left fifteen"], [class*="padding left-15"] { padding-left: 15px; } [class*="padding left twelve important"], [class*="padding left-20 important"] { padding-left: 20px !important; } | |
[class*="padding left ten"], [class*="padding left-10"] { padding-left: 10px; } [class*="padding left ten important"], [class*="padding left-10 important"] { padding-left: 10px !important; } | |
[class*="padding left five"], [class*="padding left-05"] { padding-left: 5px; } [class*="padding left five important"], [class*="padding left-05 important"] { padding-left: 5px !important; } | |
[class*="padding left zero"], [class*="padding left-zero"] { padding-left: 0px; } [class*="padding left zero important"], [class*="padding left-zero important"] { padding-left: 0px !important; } | |
[class*="padding right two hundred"], [class*="padding right-200"] { padding-right: 200px; } [class*="padding right two hundred important"], [class*="padding right-200 important"] { padding-right: 200px !important; } | |
[class*="padding right one hundred fifty"], [class*="padding right-150"] { padding-right: 150px; } [class*="padding right one hundred fifty important"], [class*="padding right-150 important"] { padding-right: 150px !important; } | |
[class*="padding right one hundred"], [class*="padding right-100"] { padding-right: 100px; } [class*="padding right one hundred important"], [class*="padding right-100 important"] { padding-right: 100px !important; } | |
[class*="padding right ninety five"], [class*="padding right-95"] { padding-right: 95px; } [class*="padding right ninety five important"], [class*="padding right-95 important"] { padding-right: 95px !important; } | |
[class*="padding right ninety"], [class*="padding right-90"] { padding-right: 90px; } [class*="padding right ninety important"], [class*="padding right-90 important"] { padding-right: 90px !important; } | |
[class*="padding right eighty five"], [class*="padding right-85"] { padding-right: 85px; } [class*="padding right eighty five important"], [class*="padding right-85 important"] { padding-right: 85px !important; } | |
[class*="padding right eighty"], [class*="padding right-80"] { padding-right: 80px; } [class*="padding right eighty important"], [class*="padding right-80 important"] { padding-right: 80px !important; } | |
[class*="padding right seventy five"], [class*="padding right-75"] { padding-right: 75px; } [class*="padding right seventy five important"], [class*="padding right-75 important"] { padding-right: 75px !important; } | |
[class*="padding right seventy"], [class*="padding right-70"] { padding-right: 70px; } [class*="padding right seventy important"], [class*="padding right-70 important"] { padding-right: 70px !important; } | |
[class*="padding right sixty five"], [class*="padding right-65"] { padding-right: 65px; } [class*="padding right sixty five important"], [class*="padding right-65 important"] { padding-right: 65px !important; } | |
[class*="padding right sixty"], [class*="padding right-60"] { padding-right: 60px; } [class*="padding right sixty important"], [class*="padding right-60 important"] { padding-right: 60px !important; } | |
[class*="padding right fifty five"], [class*="padding right-55"] { padding-right: 55px; } [class*="padding right fifty five important"], [class*="padding right-55 important"] { padding-right: 55px !important; } | |
[class*="padding right fifty"], [class*="padding right-50"] { padding-right: 50px; } [class*="padding right fifty important"], [class*="padding right-50 important"] { padding-right: 50px !important; } | |
[class*="padding right forty five"], [class*="padding right-45"] { padding-right: 45px; } [class*="padding right forty five important"], [class*="padding right-45 important"] { padding-right: 45px !important; } | |
[class*="padding right forty"], [class*="padding right-40"] { padding-right: 40px; } [class*="padding right forty important"], [class*="padding right-40 important"] { padding-right: 40px !important; } | |
[class*="padding right thirty five"], [class*="padding right-35"] { padding-right: 35px; } [class*="padding right thirty five important"], [class*="padding right-35 important"] { padding-right: 35px !important; } | |
[class*="padding right thirty"], [class*="padding right-30"] { padding-right: 30px; } [class*="padding right thirty important"], [class*="padding right-30 important"] { padding-right: 30px !important; } | |
[class*="padding right twelve five"], [class*="padding right-25"] { padding-right: 25px; } [class*="padding right twelve five important"], [class*="padding right-25 important"] { padding-right: 25px !important; } | |
[class*="padding right twelve"], [class*="padding right-20"] { padding-right: 20px; } [class*="padding right twelve important"], [class*="padding right-20 important"] { padding-right: 20px !important; } | |
[class*="padding right fifteen"], [class*="padding right-15"] { padding-right: 15px; } [class*="padding right twelve important"], [class*="padding right-20 important"] { padding-right: 20px !important; } | |
[class*="padding right ten"], [class*="padding right-10"] { padding-right: 10px; } [class*="padding right ten important"], [class*="padding right-10 important"] { padding-right: 10px !important; } | |
[class*="padding right five"], [class*="padding right-05"] { padding-right: 5px; } [class*="padding right five important"], [class*="padding right-05 important"] { padding-right: 5px !important; } | |
[class*="padding right zero"], [class*="padding right-zero"] { padding-right: 0px; } [class*="padding right zero important"], [class*="padding right-zero important"] { padding-right: 0px !important; } | |
[class*="padding bottom two hundred"], [class*="padding bottom-200"] { padding-bottom: 200px; } [class*="padding bottom two hundred important"], [class*="padding bottom-200 important"] { padding-bottom: 200px !important; } | |
[class*="padding bottom one hundred fifty"], [class*="padding bottom-150"] { padding-bottom: 150px; } [class*="padding bottom one hundred fifty important"], [class*="padding bottom-150 important"] { padding-bottom: 150px !important; } | |
[class*="padding bottom one hundred"], [class*="padding bottom-100"] { padding-bottom: 100px; } [class*="padding bottom one hundred important"], [class*="padding bottom-100 important"] { padding-bottom: 100px !important; } | |
[class*="padding bottom ninety five"], [class*="padding bottom-95"] { padding-bottom: 95px; } [class*="padding bottom ninety five important"], [class*="padding bottom-95 important"] { padding-bottom: 95px !important; } | |
[class*="padding bottom ninety"], [class*="padding bottom-90"] { padding-bottom: 90px; } [class*="padding bottom ninety important"], [class*="padding bottom-90 important"] { padding-bottom: 90px !important; } | |
[class*="padding bottom eighty five"], [class*="padding bottom-85"] { padding-bottom: 85px; } [class*="padding bottom eighty five important"], [class*="padding bottom-85 important"] { padding-bottom: 85px !important; } | |
[class*="padding bottom eighty"], [class*="padding bottom-80"] { padding-bottom: 80px; } [class*="padding bottom eighty important"], [class*="padding bottom-80 important"] { padding-bottom: 80px !important; } | |
[class*="padding bottom seventy five"], [class*="padding bottom-75"] { padding-bottom: 75px; } [class*="padding bottom seventy five important"], [class*="padding bottom-75 important"] { padding-bottom: 75px !important; } | |
[class*="padding bottom seventy"], [class*="padding bottom-70"] { padding-bottom: 70px; } [class*="padding bottom seventy important"], [class*="padding bottom-70 important"] { padding-bottom: 70px !important; } | |
[class*="padding bottom sixty five"], [class*="padding bottom-65"] { padding-bottom: 65px; } [class*="padding bottom sixty five important"], [class*="padding bottom-65 important"] { padding-bottom: 65px !important; } | |
[class*="padding bottom sixty"], [class*="padding bottom-60"] { padding-bottom: 60px; } [class*="padding bottom sixty important"], [class*="padding bottom-60 important"] { padding-bottom: 60px !important; } | |
[class*="padding bottom fifty five"], [class*="padding bottom-55"] { padding-bottom: 55px; } [class*="padding bottom fifty five important"], [class*="padding bottom-55 important"] { padding-bottom: 55px !important; } | |
[class*="padding bottom fifty"], [class*="padding bottom-50"] { padding-bottom: 50px; } [class*="padding bottom fifty important"], [class*="padding bottom-50 important"] { padding-bottom: 50px !important; } | |
[class*="padding bottom forty five"], [class*="padding bottom-45"] { padding-bottom: 45px; } [class*="padding bottom forty five important"], [class*="padding bottom-45 important"] { padding-bottom: 45px !important; } | |
[class*="padding bottom forty"], [class*="padding bottom-40"] { padding-bottom: 40px; } [class*="padding bottom forty important"], [class*="padding bottom-40 important"] { padding-bottom: 40px !important; } | |
[class*="padding bottom thirty five"], [class*="padding bottom-35"] { padding-bottom: 35px; } [class*="padding bottom thirty five important"], [class*="padding bottom-35 important"] { padding-bottom: 35px !important; } | |
[class*="padding bottom thirty"], [class*="padding bottom-30"] { padding-bottom: 30px; } [class*="padding bottom thirty important"], [class*="padding bottom-30 important"] { padding-bottom: 30px !important; } | |
[class*="padding bottom twelve five"], [class*="padding bottom-25"] { padding-bottom: 25px; } [class*="padding bottom twelve five important"], [class*="padding bottom-25 important"] { padding-bottom: 25px !important; } | |
[class*="padding bottom twelve"], [class*="padding bottom-20"] { padding-bottom: 20px; } [class*="padding bottom twelve important"], [class*="padding bottom-20 important"] { padding-bottom: 20px !important; } | |
[class*="padding bottom fifteen"], [class*="padding bottom-15"] { padding-bottom: 15px; } [class*="padding bottom twelve important"], [class*="padding bottom-20 important"] { padding-bottom: 20px !important; } | |
[class*="padding bottom ten"], [class*="padding bottom-10"] { padding-bottom: 10px; } [class*="padding bottom ten important"], [class*="padding bottom-10 important"] { padding-bottom: 10px !important; } | |
[class*="padding bottom five"], [class*="padding bottom-05"] { padding-bottom: 5px; } [class*="padding bottom five important"], [class*="padding bottom-05 important"] { padding-bottom: 5px !important; } | |
[class*="padding bottom zero"], [class*="padding bottom-zero"] { padding-bottom: 0px; } [class*="padding bottom zero important"], [class*="padding bottom-zero important"] { padding-bottom: 0px !important; } | |
/* Tablet Margin and Padding */ | |
@media only screen and (min-width: 768px) and (max-width: 991px) | |
{ | |
[class*="margin tablet thirty five"], .margin-tablet-35 { margin: 35px; } [class*="margin tablet thirty five important"], [class*="margin-tablet-35 important"] { margin: 35px !important; } | |
[class*="margin tablet thirty"], .margin-tablet-30 { margin: 30px; } [class*="margin tablet thirty important"], [class*="margin-tablet-30 important"] { margin: 30px !important; } | |
[class*="margin tablet twelve five"], .margin-tablet-25 { margin: 25px; } [class*="margin tablet twelve five important"], [class*="margin-tablet-25 important"] { margin: 25px !important; } | |
[class*="margin tablet twelve"], .margin-tablet-20 { margin: 20px; } [class*="margin tablet twelve important"], [class*="margin-tablet-20 important"] { margin: 20px !important; } | |
[class*="margin tablet fifteen"], .margin-tablet-15 { margin: 15px; } [class*="margin tablet fifteen important"], [class*="margin-tablet-15 important"] { margin: 15px !important; } | |
[class*="margin tablet ten"], .margin-tablet-10 { margin: 10px; } [class*="margin tablet ten important"], [class*="margin-tablet-10 important"] { margin: 10px !important; } | |
[class*="margin tablet five"], .margin-tablet-05 { margin: 5px; } [class*="margin tablet five important"], [class*="margin-tablet-05 important"] { margin: 5px !important; } | |
[class*="margin tablet zero"], .margin-tablet-zero { margin: 0px; } [class*="margin tablet zero important"], [class*="margin-tablet-zero important"] { margin: 0px !important; } | |
[class*="margin tablet top thirty five"], [class*="margin tablet top-35"] { margin-top: 35px; } [class*="margin tablet top thirty five important"], [class*="margin tablet top-35 important"] { margin-top: 35px !important; } | |
[class*="margin tablet top thirty"], [class*="margin tablet top-30"] { margin-top: 30px; } [class*="margin tablet top thirty important"], [class*="margin tablet top-30 important"] { margin-top: 30px !important; } | |
[class*="margin tablet top twelve five"], [class*="margin tablet top-25"] { margin-top: 25px; } [class*="margin tablet top twelve five important"], [class*="margin tablet top-25 important"] { margin-top: 25px !important; } | |
[class*="margin tablet top twelve"], [class*="margin tablet top-20"] { margin-top: 20px; } [class*="margin tablet top twelve important"], [class*="margin tablet top-20 important"] { margin-top: 20px !important; } | |
[class*="margin tablet top fifteen"], [class*="margin tablet top-15"] { margin-top: 15px; } [class*="margin tablet top twelve important"], [class*="margin tablet top-20 important"] { margin-top: 20px !important; } | |
[class*="margin tablet top ten"], [class*="margin tablet top-10"] { margin-top: 10px; } [class*="margin tablet top ten important"], [class*="margin tablet top-10 important"] { margin-top: 10px !important; } | |
[class*="margin tablet top five"], [class*="margin tablet top-05"] { margin-top: 5px; } [class*="margin tablet top five important"], [class*="margin tablet top-05 important"] { margin-top: 5px !important; } | |
[class*="margin tablet top zero"], [class*="margin tablet top-zero"] { margin-top: 0px; } [class*="margin tablet top zero important"], [class*="margin tablet top-zero important"] { margin-top: 0px !important; } | |
[class*="margin tablet left thirty five"], [class*="margin tablet left-35"] { margin-left: 35px; } [class*="margin tablet left thirty five important"], [class*="margin tablet left-35 important"] { margin-left: 35px !important; } | |
[class*="margin tablet left thirty"], [class*="margin tablet left-30"] { margin-left: 30px; } [class*="margin tablet left thirty important"], [class*="margin tablet left-30 important"] { margin-left: 30px !important; } | |
[class*="margin tablet left twelve five"], [class*="margin tablet left-25"] { margin-left: 25px; } [class*="margin tablet left twelve five important"], [class*="margin tablet left-25 important"] { margin-left: 25px !important; } | |
[class*="margin tablet left twelve"], [class*="margin tablet left-20"] { margin-left: 20px; } [class*="margin tablet left twelve important"], [class*="margin tablet left-20 important"] { margin-left: 20px !important; } | |
[class*="margin tablet left fifteen"], [class*="margin tablet left-15"] { margin-left: 15px; } [class*="margin tablet left twelve important"], [class*="margin tablet left-20 important"] { margin-left: 20px !important; } | |
[class*="margin tablet left ten"], [class*="margin tablet left-10"] { margin-left: 10px; } [class*="margin tablet left ten important"], [class*="margin tablet left-10 important"] { margin-left: 10px !important; } | |
[class*="margin tablet left five"], [class*="margin tablet left-05"] { margin-left: 5px; } [class*="margin tablet left five important"], [class*="margin tablet left-05 important"] { margin-left: 5px !important; } | |
[class*="margin tablet left zero"], [class*="margin tablet left-zero"] { margin-left: 0px; } [class*="margin tablet left zero important"], [class*="margin tablet left-zero important"] { margin-left: 0px !important; } | |
[class*="margin tablet right thirty five"], [class*="margin tablet right-35"] { margin-right: 35px; } [class*="margin tablet right thirty five important"], [class*="margin tablet right-35 important"] { margin-right: 35px !important; } | |
[class*="margin tablet right thirty"], [class*="margin tablet right-30"] { margin-right: 30px; } [class*="margin tablet right thirty important"], [class*="margin tablet right-30 important"] { margin-right: 30px !important; } | |
[class*="margin tablet right twelve five"], [class*="margin tablet right-25"] { margin-right: 25px; } [class*="margin tablet right twelve five important"], [class*="margin tablet right-25 important"] { margin-right: 25px !important; } | |
[class*="margin tablet right twelve"], [class*="margin tablet right-20"] { margin-right: 20px; } [class*="margin tablet right twelve important"], [class*="margin tablet right-20 important"] { margin-right: 20px !important; } | |
[class*="margin tablet right fifteen"], [class*="margin tablet right-15"] { margin-right: 15px; } [class*="margin tablet right twelve important"], [class*="margin tablet right-20 important"] { margin-right: 20px !important; } | |
[class*="margin tablet right ten"], [class*="margin tablet right-10"] { margin-right: 10px; } [class*="margin tablet right ten important"], [class*="margin tablet right-10 important"] { margin-right: 10px !important; } | |
[class*="margin tablet right five"], [class*="margin tablet right-05"] { margin-right: 5px; } [class*="margin tablet right five important"], [class*="margin tablet right-05 important"] { margin-right: 5px !important; } | |
[class*="margin tablet right zero"], [class*="margin tablet right-zero"] { margin-right: 0px; } [class*="margin tablet right zero important"], [class*="margin tablet right-zero important"] { margin-right: 0px !important; } | |
[class*="margin tablet bottom thirty five"], [class*="margin tablet bottom-35"] { margin-bottom: 35px; } [class*="margin tablet bottom thirty five important"], [class*="margin tablet bottom-35 important"] { margin-bottom: 35px !important; } | |
[class*="margin tablet bottom thirty"], [class*="margin tablet bottom-30"] { margin-bottom: 30px; } [class*="margin tablet bottom thirty important"], [class*="margin tablet bottom-30 important"] { margin-bottom: 30px !important; } | |
[class*="margin tablet bottom twelve five"], [class*="margin tablet bottom-25"] { margin-bottom: 25px; } [class*="margin tablet bottom twelve five important"], [class*="margin tablet bottom-25 important"] { margin-bottom: 25px !important; } | |
[class*="margin tablet bottom twelve"], [class*="margin tablet bottom-20"] { margin-bottom: 20px; } [class*="margin tablet bottom twelve important"], [class*="margin tablet bottom-20 important"] { margin-bottom: 20px !important; } | |
[class*="margin tablet bottom fifteen"], [class*="margin tablet bottom-15"] { margin-bottom: 15px; } [class*="margin tablet bottom twelve important"], [class*="margin tablet bottom-20 important"] { margin-bottom: 20px !important; } | |
[class*="margin tablet bottom ten"], [class*="margin tablet bottom-10"] { margin-bottom: 10px; } [class*="margin tablet bottom ten important"], [class*="margin tablet bottom-10 important"] { margin-bottom: 10px !important; } | |
[class*="margin tablet bottom five"], [class*="margin tablet bottom-05"] { margin-bottom: 5px; } [class*="margin tablet bottom five important"], [class*="margin tablet bottom-05 important"] { margin-bottom: 5px !important; } | |
[class*="margin tablet bottom zero"], [class*="margin tablet bottom-zero"] { margin-bottom: 0px; } [class*="margin tablet bottom zero important"], [class*="margin tablet bottom-zero important"] { margin-bottom: 0px !important; } | |
[class*="padding tablet thirty five"], .padding-tablet-35 { padding: 35px; } [class*="padding tablet thirty five important"], [class*="padding-tablet-35 important"] { padding: 35px !important; } | |
[class*="padding tablet thirty"], .padding-tablet-30 { padding: 30px; } [class*="padding tablet thirty important"], [class*="padding-tablet-30 important"] { padding: 30px !important; } | |
[class*="padding tablet twelve five"], .padding-tablet-25 { padding: 25px; } [class*="padding tablet twelve five important"], [class*="padding-tablet-25 important"] { padding: 25px !important; } | |
[class*="padding tablet twelve"], .padding-tablet-20 { padding: 20px; } [class*="padding tablet twelve important"], [class*="padding-tablet-20 important"] { padding: 20px !important; } | |
[class*="padding tablet fifteen"], .padding-tablet-15 { padding: 15px; } [class*="padding tablet fifteen important"], [class*="padding-tablet-15 important"] { padding: 15px !important; } | |
[class*="padding tablet ten"], .padding-tablet-10 { padding: 10px; } [class*="padding tablet ten important"], [class*="padding-tablet-10 important"] { padding: 10px !important; } | |
[class*="padding tablet five"], .padding-tablet-05 { padding: 5px; } [class*="padding tablet five important"], [class*="padding-tablet-05 important"] { padding: 5px !important; } | |
[class*="padding tablet zero"], .padding-tablet-zero { padding: 0px; } [class*="padding tablet zero important"], [class*="padding-tablet-zero important"] { padding: 0px !important; } | |
[class*="padding tablet top thirty five"], [class*="padding tablet top-35"] { padding-top: 35px; } [class*="padding tablet top thirty five important"], [class*="padding tablet top-35 important"] { padding-top: 35px !important; } | |
[class*="padding tablet top thirty"], [class*="padding tablet top-30"] { padding-top: 30px; } [class*="padding tablet top thirty important"], [class*="padding tablet top-30 important"] { padding-top: 30px !important; } | |
[class*="padding tablet top twelve five"], [class*="padding tablet top-25"] { padding-top: 25px; } [class*="padding tablet top twelve five important"], [class*="padding tablet top-25 important"] { padding-top: 25px !important; } | |
[class*="padding tablet top twelve"], [class*="padding tablet top-20"] { padding-top: 20px; } [class*="padding tablet top twelve important"], [class*="padding tablet top-20 important"] { padding-top: 20px !important; } | |
[class*="padding tablet top fifteen"], [class*="padding tablet top-15"] { padding-top: 15px; } [class*="padding tablet top twelve important"], [class*="padding tablet top-20 important"] { padding-top: 20px !important; } | |
[class*="padding tablet top ten"], [class*="padding tablet top-10"] { padding-top: 10px; } [class*="padding tablet top ten important"], [class*="padding tablet top-10 important"] { padding-top: 10px !important; } | |
[class*="padding tablet top five"], [class*="padding tablet top-05"] { padding-top: 5px; } [class*="padding tablet top five important"], [class*="padding tablet top-05 important"] { padding-top: 5px !important; } | |
[class*="padding tablet top zero"], [class*="padding tablet top-zero"] { padding-top: 0px; } [class*="padding tablet top zero important"], [class*="padding tablet top-zero important"] { padding-top: 0px !important; } | |
[class*="padding tablet left thirty five"], [class*="padding tablet left-35"] { padding-left: 35px; } [class*="padding tablet left thirty five important"], [class*="padding tablet left-35 important"] { padding-left: 35px !important; } | |
[class*="padding tablet left thirty"], [class*="padding tablet left-30"] { padding-left: 30px; } [class*="padding tablet left thirty important"], [class*="padding tablet left-30 important"] { padding-left: 30px !important; } | |
[class*="padding tablet left twelve five"], [class*="padding tablet left-25"] { padding-left: 25px; } [class*="padding tablet left twelve five important"], [class*="padding tablet left-25 important"] { padding-left: 25px !important; } | |
[class*="padding tablet left twelve"], [class*="padding tablet left-20"] { padding-left: 20px; } [class*="padding tablet left twelve important"], [class*="padding tablet left-20 important"] { padding-left: 20px !important; } | |
[class*="padding tablet left fifteen"], [class*="padding tablet left-15"] { padding-left: 15px; } [class*="padding tablet left twelve important"], [class*="padding tablet left-20 important"] { padding-left: 20px !important; } | |
[class*="padding tablet left ten"], [class*="padding tablet left-10"] { padding-left: 10px; } [class*="padding tablet left ten important"], [class*="padding tablet left-10 important"] { padding-left: 10px !important; } | |
[class*="padding tablet left five"], [class*="padding tablet left-05"] { padding-left: 5px; } [class*="padding tablet left five important"], [class*="padding tablet left-05 important"] { padding-left: 5px !important; } | |
[class*="padding tablet left zero"], [class*="padding tablet left-zero"] { padding-left: 0px; } [class*="padding tablet left zero important"], [class*="padding tablet left-zero important"] { padding-left: 0px !important; } | |
[class*="padding tablet right thirty five"], [class*="padding tablet right-35"] { padding-right: 35px; } [class*="padding tablet right thirty five important"], [class*="padding tablet right-35 important"] { padding-right: 35px !important; } | |
[class*="padding tablet right thirty"], [class*="padding tablet right-30"] { padding-right: 30px; } [class*="padding tablet right thirty important"], [class*="padding tablet right-30 important"] { padding-right: 30px !important; } | |
[class*="padding tablet right twelve five"], [class*="padding tablet right-25"] { padding-right: 25px; } [class*="padding tablet right twelve five important"], [class*="padding tablet right-25 important"] { padding-right: 25px !important; } | |
[class*="padding tablet right twelve"], [class*="padding tablet right-20"] { padding-right: 20px; } [class*="padding tablet right twelve important"], [class*="padding tablet right-20 important"] { padding-right: 20px !important; } | |
[class*="padding tablet right fifteen"], [class*="padding tablet right-15"] { padding-right: 15px; } [class*="padding tablet right twelve important"], [class*="padding tablet right-20 important"] { padding-right: 20px !important; } | |
[class*="padding tablet right ten"], [class*="padding tablet right-10"] { padding-right: 10px; } [class*="padding tablet right ten important"], [class*="padding tablet right-10 important"] { padding-right: 10px !important; } | |
[class*="padding tablet right five"], [class*="padding tablet right-05"] { padding-right: 5px; } [class*="padding tablet right five important"], [class*="padding tablet right-05 important"] { padding-right: 5px !important; } | |
[class*="padding tablet right zero"], [class*="padding tablet right-zero"] { padding-right: 0px; } [class*="padding tablet right zero important"], [class*="padding tablet right-zero important"] { padding-right: 0px !important; } | |
[class*="padding tablet bottom thirty five"], [class*="padding tablet bottom-35"] { padding-bottom: 35px; } [class*="padding tablet bottom thirty five important"], [class*="padding tablet bottom-35 important"] { padding-bottom: 35px !important; } | |
[class*="padding tablet bottom thirty"], [class*="padding tablet bottom-30"] { padding-bottom: 30px; } [class*="padding tablet bottom thirty important"], [class*="padding tablet bottom-30 important"] { padding-bottom: 30px !important; } | |
[class*="padding tablet bottom twelve five"], [class*="padding tablet bottom-25"] { padding-bottom: 25px; } [class*="padding tablet bottom twelve five important"], [class*="padding tablet bottom-25 important"] { padding-bottom: 25px !important; } | |
[class*="padding tablet bottom twelve"], [class*="padding tablet bottom-20"] { padding-bottom: 20px; } [class*="padding tablet bottom twelve important"], [class*="padding tablet bottom-20 important"] { padding-bottom: 20px !important; } | |
[class*="padding tablet bottom fifteen"], [class*="padding tablet bottom-15"] { padding-bottom: 15px; } [class*="padding tablet bottom twelve important"], [class*="padding tablet bottom-20 important"] { padding-bottom: 20px !important; } | |
[class*="padding tablet bottom ten"], [class*="padding tablet bottom-10"] { padding-bottom: 10px; } [class*="padding tablet bottom ten important"], [class*="padding tablet bottom-10 important"] { padding-bottom: 10px !important; } | |
[class*="padding tablet bottom five"], [class*="padding tablet bottom-05"] { padding-bottom: 5px; } [class*="padding tablet bottom five important"], [class*="padding tablet bottom-05 important"] { padding-bottom: 5px !important; } | |
[class*="padding tablet bottom zero"], [class*="padding tablet bottom-zero"] { padding-bottom: 0px; } [class*="padding tablet bottom zero important"], [class*="padding tablet bottom-zero important"] { padding-bottom: 0px !important; } | |
} | |
/* Mobile Margin and Padding */ | |
@media only screen and (min-width: 320px) and (max-width: 767px) | |
{ | |
[class*="margin mobile thirty five"], .margin-mobile-35 { margin: 35px; } [class*="margin mobile thirty five important"], [class*="margin-mobile-35 important"] { margin: 35px !important; } | |
[class*="margin mobile thirty"], .margin-mobile-30 { margin: 30px; } [class*="margin mobile thirty important"], [class*="margin-mobile-30 important"] { margin: 30px !important; } | |
[class*="margin mobile twelve five"], .margin-mobile-25 { margin: 25px; } [class*="margin mobile twelve five important"], [class*="margin-mobile-25 important"] { margin: 25px !important; } | |
[class*="margin mobile twelve"], .margin-mobile-20 { margin: 20px; } [class*="margin mobile twelve important"], [class*="margin-mobile-20 important"] { margin: 20px !important; } | |
[class*="margin mobile fifteen"], .margin-mobile-15 { margin: 15px; } [class*="margin mobile fifteen important"], [class*="margin-mobile-15 important"] { margin: 15px !important; } | |
[class*="margin mobile ten"], .margin-mobile-10 { margin: 10px; } [class*="margin mobile ten important"], [class*="margin-mobile-10 important"] { margin: 10px !important; } | |
[class*="margin mobile five"], .margin-mobile-05 { margin: 5px; } [class*="margin mobile five important"], [class*="margin-mobile-05 important"] { margin: 5px !important; } | |
[class*="margin mobile zero"], .margin-mobile-zero { margin: 0px; } [class*="margin mobile zero important"], [class*="margin-mobile-zero important"] { margin: 0px !important; } | |
[class*="margin mobile top thirty five"], [class*="margin mobile top-35"] { margin-top: 35px; } [class*="margin mobile top thirty five important"], [class*="margin mobile top-35 important"] { margin-top: 35px !important; } | |
[class*="margin mobile top thirty"], [class*="margin mobile top-30"] { margin-top: 30px; } [class*="margin mobile top thirty important"], [class*="margin mobile top-30 important"] { margin-top: 30px !important; } | |
[class*="margin mobile top twelve five"], [class*="margin mobile top-25"] { margin-top: 25px; } [class*="margin mobile top twelve five important"], [class*="margin mobile top-25 important"] { margin-top: 25px !important; } | |
[class*="margin mobile top twelve"], [class*="margin mobile top-20"] { margin-top: 20px; } [class*="margin mobile top twelve important"], [class*="margin mobile top-20 important"] { margin-top: 20px !important; } | |
[class*="margin mobile top fifteen"], [class*="margin mobile top-15"] { margin-top: 15px; } [class*="margin mobile top twelve important"], [class*="margin mobile top-20 important"] { margin-top: 20px !important; } | |
[class*="margin mobile top ten"], [class*="margin mobile top-10"] { margin-top: 10px; } [class*="margin mobile top ten important"], [class*="margin mobile top-10 important"] { margin-top: 10px !important; } | |
[class*="margin mobile top five"], [class*="margin mobile top-05"] { margin-top: 5px; } [class*="margin mobile top five important"], [class*="margin mobile top-05 important"] { margin-top: 5px !important; } | |
[class*="margin mobile top zero"], [class*="margin mobile top-zero"] { margin-top: 0px; } [class*="margin mobile top zero important"], [class*="margin mobile top-zero important"] { margin-top: 0px !important; } | |
[class*="margin mobile left thirty five"], [class*="margin mobile left-35"] { margin-left: 35px; } [class*="margin mobile left thirty five important"], [class*="margin mobile left-35 important"] { margin-left: 35px !important; } | |
[class*="margin mobile left thirty"], [class*="margin mobile left-30"] { margin-left: 30px; } [class*="margin mobile left thirty important"], [class*="margin mobile left-30 important"] { margin-left: 30px !important; } | |
[class*="margin mobile left twelve five"], [class*="margin mobile left-25"] { margin-left: 25px; } [class*="margin mobile left twelve five important"], [class*="margin mobile left-25 important"] { margin-left: 25px !important; } | |
[class*="margin mobile left twelve"], [class*="margin mobile left-20"] { margin-left: 20px; } [class*="margin mobile left twelve important"], [class*="margin mobile left-20 important"] { margin-left: 20px !important; } | |
[class*="margin mobile left fifteen"], [class*="margin mobile left-15"] { margin-left: 15px; } [class*="margin mobile left twelve important"], [class*="margin mobile left-20 important"] { margin-left: 20px !important; } | |
[class*="margin mobile left ten"], [class*="margin mobile left-10"] { margin-left: 10px; } [class*="margin mobile left ten important"], [class*="margin mobile left-10 important"] { margin-left: 10px !important; } | |
[class*="margin mobile left five"], [class*="margin mobile left-05"] { margin-left: 5px; } [class*="margin mobile left five important"], [class*="margin mobile left-05 important"] { margin-left: 5px !important; } | |
[class*="margin mobile left zero"], [class*="margin mobile left-zero"] { margin-left: 0px; } [class*="margin mobile left zero important"], [class*="margin mobile left-zero important"] { margin-left: 0px !important; } | |
[class*="margin mobile right thirty five"], [class*="margin mobile right-35"] { margin-right: 35px; } [class*="margin mobile right thirty five important"], [class*="margin mobile right-35 important"] { margin-right: 35px !important; } | |
[class*="margin mobile right thirty"], [class*="margin mobile right-30"] { margin-right: 30px; } [class*="margin mobile right thirty important"], [class*="margin mobile right-30 important"] { margin-right: 30px !important; } | |
[class*="margin mobile right twelve five"], [class*="margin mobile right-25"] { margin-right: 25px; } [class*="margin mobile right twelve five important"], [class*="margin mobile right-25 important"] { margin-right: 25px !important; } | |
[class*="margin mobile right twelve"], [class*="margin mobile right-20"] { margin-right: 20px; } [class*="margin mobile right twelve important"], [class*="margin mobile right-20 important"] { margin-right: 20px !important; } | |
[class*="margin mobile right fifteen"], [class*="margin mobile right-15"] { margin-right: 15px; } [class*="margin mobile right twelve important"], [class*="margin mobile right-20 important"] { margin-right: 20px !important; } | |
[class*="margin mobile right ten"], [class*="margin mobile right-10"] { margin-right: 10px; } [class*="margin mobile right ten important"], [class*="margin mobile right-10 important"] { margin-right: 10px !important; } | |
[class*="margin mobile right five"], [class*="margin mobile right-05"] { margin-right: 5px; } [class*="margin mobile right five important"], [class*="margin mobile right-05 important"] { margin-right: 5px !important; } | |
[class*="margin mobile right zero"], [class*="margin mobile right-zero"] { margin-right: 0px; } [class*="margin mobile right zero important"], [class*="margin mobile right-zero important"] { margin-right: 0px !important; } | |
[class*="margin mobile bottom thirty five"], [class*="margin mobile bottom-35"] { margin-bottom: 35px; } [class*="margin mobile bottom thirty five important"], [class*="margin mobile bottom-35 important"] { margin-bottom: 35px !important; } | |
[class*="margin mobile bottom thirty"], [class*="margin mobile bottom-30"] { margin-bottom: 30px; } [class*="margin mobile bottom thirty important"], [class*="margin mobile bottom-30 important"] { margin-bottom: 30px !important; } | |
[class*="margin mobile bottom twelve five"], [class*="margin mobile bottom-25"] { margin-bottom: 25px; } [class*="margin mobile bottom twelve five important"], [class*="margin mobile bottom-25 important"] { margin-bottom: 25px !important; } | |
[class*="margin mobile bottom twelve"], [class*="margin mobile bottom-20"] { margin-bottom: 20px; } [class*="margin mobile bottom twelve important"], [class*="margin mobile bottom-20 important"] { margin-bottom: 20px !important; } | |
[class*="margin mobile bottom fifteen"], [class*="margin mobile bottom-15"] { margin-bottom: 15px; } [class*="margin mobile bottom twelve important"], [class*="margin mobile bottom-20 important"] { margin-bottom: 20px !important; } | |
[class*="margin mobile bottom ten"], [class*="margin mobile bottom-10"] { margin-bottom: 10px; } [class*="margin mobile bottom ten important"], [class*="margin mobile bottom-10 important"] { margin-bottom: 10px !important; } | |
[class*="margin mobile bottom five"], [class*="margin mobile bottom-05"] { margin-bottom: 5px; } [class*="margin mobile bottom five important"], [class*="margin mobile bottom-05 important"] { margin-bottom: 5px !important; } | |
[class*="margin mobile bottom zero"], [class*="margin mobile bottom-zero"] { margin-bottom: 0px; } [class*="margin mobile bottom zero important"], [class*="margin mobile bottom-zero important"] { margin-bottom: 0px !important; } | |
[class*="padding mobile thirty five"], .padding-mobile-35 { padding: 35px; } [class*="padding mobile thirty five important"], [class*="padding-mobile-35 important"] { padding: 35px !important; } | |
[class*="padding mobile thirty"], .padding-mobile-30 { padding: 30px; } [class*="padding mobile thirty important"], [class*="padding-mobile-30 important"] { padding: 30px !important; } | |
[class*="padding mobile twelve five"], .padding-mobile-25 { padding: 25px; } [class*="padding mobile twelve five important"], [class*="padding-mobile-25 important"] { padding: 25px !important; } | |
[class*="padding mobile twelve"], .padding-mobile-20 { padding: 20px; } [class*="padding mobile twelve important"], [class*="padding-mobile-20 important"] { padding: 20px !important; } | |
[class*="padding mobile fifteen"], .padding-mobile-15 { padding: 15px; } [class*="padding mobile fifteen important"], [class*="padding-mobile-15 important"] { padding: 15px !important; } | |
[class*="padding mobile ten"], .padding-mobile-10 { padding: 10px; } [class*="padding mobile ten important"], [class*="padding-mobile-10 important"] { padding: 10px !important; } | |
[class*="padding mobile five"], .padding-mobile-05 { padding: 5px; } [class*="padding mobile five important"], [class*="padding-mobile-05 important"] { padding: 5px !important; } | |
[class*="padding mobile zero"], .padding-mobile-zero { padding: 0px; } [class*="padding mobile zero important"], [class*="padding-mobile-zero important"] { padding: 0px !important; } | |
[class*="padding mobile top thirty five"], [class*="padding mobile top-35"] { padding-top: 35px; } [class*="padding mobile top thirty five important"], [class*="padding mobile top-35 important"] { padding-top: 35px !important; } | |
[class*="padding mobile top thirty"], [class*="padding mobile top-30"] { padding-top: 30px; } [class*="padding mobile top thirty important"], [class*="padding mobile top-30 important"] { padding-top: 30px !important; } | |
[class*="padding mobile top twelve five"], [class*="padding mobile top-25"] { padding-top: 25px; } [class*="padding mobile top twelve five important"], [class*="padding mobile top-25 important"] { padding-top: 25px !important; } | |
[class*="padding mobile top twelve"], [class*="padding mobile top-20"] { padding-top: 20px; } [class*="padding mobile top twelve important"], [class*="padding mobile top-20 important"] { padding-top: 20px !important; } | |
[class*="padding mobile top fifteen"], [class*="padding mobile top-15"] { padding-top: 15px; } [class*="padding mobile top twelve important"], [class*="padding mobile top-20 important"] { padding-top: 20px !important; } | |
[class*="padding mobile top ten"], [class*="padding mobile top-10"] { padding-top: 10px; } [class*="padding mobile top ten important"], [class*="padding mobile top-10 important"] { padding-top: 10px !important; } | |
[class*="padding mobile top five"], [class*="padding mobile top-05"] { padding-top: 5px; } [class*="padding mobile top five important"], [class*="padding mobile top-05 important"] { padding-top: 5px !important; } | |
[class*="padding mobile top zero"], [class*="padding mobile top-zero"] { padding-top: 0px; } [class*="padding mobile top zero important"], [class*="padding mobile top-zero important"] { padding-top: 0px !important; } | |
[class*="padding mobile left thirty five"], [class*="padding mobile left-35"] { padding-left: 35px; } [class*="padding mobile left thirty five important"], [class*="padding mobile left-35 important"] { padding-left: 35px !important; } | |
[class*="padding mobile left thirty"], [class*="padding mobile left-30"] { padding-left: 30px; } [class*="padding mobile left thirty important"], [class*="padding mobile left-30 important"] { padding-left: 30px !important; } | |
[class*="padding mobile left twelve five"], [class*="padding mobile left-25"] { padding-left: 25px; } [class*="padding mobile left twelve five important"], [class*="padding mobile left-25 important"] { padding-left: 25px !important; } | |
[class*="padding mobile left twelve"], [class*="padding mobile left-20"] { padding-left: 20px; } [class*="padding mobile left twelve important"], [class*="padding mobile left-20 important"] { padding-left: 20px !important; } | |
[class*="padding mobile left fifteen"], [class*="padding mobile left-15"] { padding-left: 15px; } [class*="padding mobile left twelve important"], [class*="padding mobile left-20 important"] { padding-left: 20px !important; } | |
[class*="padding mobile left ten"], [class*="padding mobile left-10"] { padding-left: 10px; } [class*="padding mobile left ten important"], [class*="padding mobile left-10 important"] { padding-left: 10px !important; } | |
[class*="padding mobile left five"], [class*="padding mobile left-05"] { padding-left: 5px; } [class*="padding mobile left five important"], [class*="padding mobile left-05 important"] { padding-left: 5px !important; } | |
[class*="padding mobile left zero"], [class*="padding mobile left-zero"] { padding-left: 0px; } [class*="padding mobile left zero important"], [class*="padding mobile left-zero important"] { padding-left: 0px !important; } | |
[class*="padding mobile right thirty five"], [class*="padding mobile right-35"] { padding-right: 35px; } [class*="padding mobile right thirty five important"], [class*="padding mobile right-35 important"] { padding-right: 35px !important; } | |
[class*="padding mobile right thirty"], [class*="padding mobile right-30"] { padding-right: 30px; } [class*="padding mobile right thirty important"], [class*="padding mobile right-30 important"] { padding-right: 30px !important; } | |
[class*="padding mobile right twelve five"], [class*="padding mobile right-25"] { padding-right: 25px; } [class*="padding mobile right twelve five important"], [class*="padding mobile right-25 important"] { padding-right: 25px !important; } | |
[class*="padding mobile right twelve"], [class*="padding mobile right-20"] { padding-right: 20px; } [class*="padding mobile right twelve important"], [class*="padding mobile right-20 important"] { padding-right: 20px !important; } | |
[class*="padding mobile right fifteen"], [class*="padding mobile right-15"] { padding-right: 15px; } [class*="padding mobile right twelve important"], [class*="padding mobile right-20 important"] { padding-right: 20px !important; } | |
[class*="padding mobile right ten"], [class*="padding mobile right-10"] { padding-right: 10px; } [class*="padding mobile right ten important"], [class*="padding mobile right-10 important"] { padding-right: 10px !important; } | |
[class*="padding mobile right five"], [class*="padding mobile right-05"] { padding-right: 5px; } [class*="padding mobile right five important"], [class*="padding mobile right-05 important"] { padding-right: 5px !important; } | |
[class*="padding mobile right zero"], [class*="padding mobile right-zero"] { padding-right: 0px; } [class*="padding mobile right zero important"], [class*="padding mobile right-zero important"] { padding-right: 0px !important; } | |
[class*="padding mobile bottom thirty five"], [class*="padding mobile bottom-35"] { padding-bottom: 35px; } [class*="padding mobile bottom thirty five important"], [class*="padding mobile bottom-35 important"] { padding-bottom: 35px !important; } | |
[class*="padding mobile bottom thirty"], [class*="padding mobile bottom-30"] { padding-bottom: 30px; } [class*="padding mobile bottom thirty important"], [class*="padding mobile bottom-30 important"] { padding-bottom: 30px !important; } | |
[class*="padding mobile bottom twelve five"], [class*="padding mobile bottom-25"] { padding-bottom: 25px; } [class*="padding mobile bottom twelve five important"], [class*="padding mobile bottom-25 important"] { padding-bottom: 25px !important; } | |
[class*="padding mobile bottom twelve"], [class*="padding mobile bottom-20"] { padding-bottom: 20px; } [class*="padding mobile bottom twelve important"], [class*="padding mobile bottom-20 important"] { padding-bottom: 20px !important; } | |
[class*="padding mobile bottom fifteen"], [class*="padding mobile bottom-15"] { padding-bottom: 15px; } [class*="padding mobile bottom twelve important"], [class*="padding mobile bottom-20 important"] { padding-bottom: 20px !important; } | |
[class*="padding mobile bottom ten"], [class*="padding mobile bottom-10"] { padding-bottom: 10px; } [class*="padding mobile bottom ten important"], [class*="padding mobile bottom-10 important"] { padding-bottom: 10px !important; } | |
[class*="padding mobile bottom five"], [class*="padding mobile bottom-05"] { padding-bottom: 5px; } [class*="padding mobile bottom five important"], [class*="padding mobile bottom-05 important"] { padding-bottom: 5px !important; } | |
[class*="padding mobile bottom zero"], [class*="padding mobile bottom-zero"] { padding-bottom: 0px; } [class*="padding mobile bottom zero important"], [class*="padding mobile bottom-zero important"] { padding-bottom: 0px !important; } | |
} | |
/* Visibility and Hidden */ | |
.hide { display: none !important; } | |
.show { display: block !important; } | |
[class*="visible mobile"], | |
[class*="visible mobile block"], | |
[class*="visible mobile inline"], | |
[class*="visible mobile inline-block"], | |
[class*="visible tablet"], | |
[class*="visible tablet block"], | |
[class*="visible tablet inline"], | |
[class*="visible tablet inline-block"], | |
[class*="visible computer"], | |
[class*="visible computer block"], | |
[class*="visible computer inline"], | |
[class*="visible computer inline-block"], | |
[class*="visible desktop"], | |
[class*="visible desktop block"], | |
[class*="visible desktop inline"], | |
[class*="visible desktop inline-block"], | |
[class*="visible large screen"] | |
[class*="visible large screen block"], | |
[class*="visible large screen inline"], | |
[class*="visible large screen inline-block"], | |
[class*="visible print"] | |
[class*="visible print block"], | |
[class*="visible print inline"], | |
[class*="visible print inline-block"], | |
{ | |
display:none !important; | |
} | |
/* Mobile Hiddens and visible */ | |
@media only screen and (min-width: 320px) and (max-width: 767px) | |
{ | |
[class*="visible mobile"],[class*="visible mobile block"]{ display:block !important;} | |
[class*="visible mobile inline"]{ display:inline !important;} | |
[class*="visible mobile inline-block"]{ display:inline-block !important;} | |
table[class*="visible mobile"]{ display:table !important; } | |
tr[class*="visible mobile"]{ display:table-row !important; } | |
th[class*="visible mobile"],td[class*="visible mobile"],{ display:table-cell !important; } | |
[class*="hidden mobile"]{ display:none; } | |
} | |
/* Tablet Size visible */ | |
@media only screen and (min-width: 768px) and (max-width: 991px) | |
{ | |
[class*="visible tablet"],[class*="visible tablet block"]{ display:block !important;} | |
[class*="visible tablet inline"]{ display:inline !important;} | |
[class*="visible tablet inline-block"]{ display:inline-block !important;} | |
table[class*="visible tablet"]{ display:table !important; } | |
tr[class*="visible tablet"]{ display:table-row !important; } | |
th[class*="visible tablet"],td[class*="visible tablet"],{ display:table-cell !important; } | |
[class*="hidden tablet"]{ display:none; } | |
} | |
/* Computer/Desktop Size visible */ | |
@media only screen and (min-width: 992px) | |
{ | |
[class*="visible computer"],[class*="visible computer block"]{ display:block !important;} | |
[class*="visible computer inline"]{ display:inline !important;} | |
[class*="visible computer inline-block"]{ display:inline-block !important;} | |
table[class*="visible computer"]{ display:table !important; } | |
tr[class*="visible computer"]{ display:table-row !important; } | |
th[class*="visible computer"],td[class*="visible computer"],{ display:table-cell !important; } | |
[class*="visible desktop"],[class*="visible desktop block"]{ display:block !important;} | |
[class*="visible desktop inline"]{ display:inline !important;} | |
[class*="visible desktop inline-block"]{ display:inline-block !important;} | |
table[class*="visible desktop"]{ display:table !important; } | |
tr[class*="visible desktop"]{ display:table-row !important; } | |
th[class*="visible desktop"],td[class*="visible desktop"],{ display:table-cell !important; } | |
[class*="hidden desktop"]{ display:none !important; } | |
[class*="hidden computer"]{ display:none !important; } | |
} | |
/* Large Screen Size visible */ | |
@media only screen and (min-width: 1200px) | |
{ | |
[class*="visible large screen"],[class*="visible large screen block"]{ display:block !important;} | |
[class*="visible large screen inline"]{ display:inline !important;} | |
[class*="visible large screen inline-block"]{ display:inline-block !important;} | |
table[class*="visible large screen"]{ display:table !important; } | |
tr[class*="visible large screen"]{ display:table-row !important; } | |
th[class*="visible large screen"],td[class*="visible large screen"],{ display:table-cell !important; } | |
[class*="hidden large screen"]{ display:none !important; } | |
} | |
/* Widescreen Size visible */ | |
@media only screen and (min-width: 1920px) | |
{ | |
[class*="visible wide screen"],[class*="visible wide screen block"]{ display:block !important;} | |
[class*="visible wide screen inline"]{ display:inline !important;} | |
[class*="visible wide screen inline-block"]{ display:inline-block !important;} | |
table[class*="visible wide screen"]{ display:table !important; } | |
tr[class*="visible wide screen"]{ display:table-row !important; } | |
th[class*="visible wide screen"],td[class*="visible wide screen"],{ display:table-cell !important; } | |
[class*="hidden wide screen"]{ display:none !important; } | |
} | |
/* Pirnt visible */ | |
@media print { | |
[class*="visible print"],[class*="visible print block"]{ display:block !important;} | |
[class*="visible print inline"]{ display:inline !important;} | |
[class*="visible print inline-block"]{ display:inline-block !important;} | |
table[class*="visible print"]{ display:table !important; } | |
tr[class*="visible print"]{ display:table-row !important; } | |
th[class*="visible print"],td[class*="visible print"],{ display:table-cell !important; } | |
[class*="hidden print"]{ display:none; } | |
} | |
/* Font */ | |
[class*="font 9"]{font-size:10px} [class*="font 9 important"] { font-size:9px !important; } | |
[class*="font 10"]{font-size:10px} [class*="font 10 important"] { font-size:10px !important; } | |
[class*="font 11"]{font-size:11px} [class*="font 11 important"] { font-size:11px !important; } | |
[class*="font 12"]{font-size:12px} [class*="font 12 important"] { font-size:12px !important; } | |
[class*="font 14"]{font-size:14px} [class*="font 14 important"] { font-size:14px !important; } | |
[class*="font 15"]{font-size:15px} [class*="font 15 important"] { font-size:15px !important; } | |
[class*="font 16"]{font-size:16px} [class*="font 16 important"] { font-size:16px !important; } | |
[class*="font 20"]{font-size:20px} [class*="font 20 important"] { font-size:20px !important; } | |
[class*="font 24"]{font-size:24px} [class*="font 24 important"] { font-size:24px !important; } | |
[class*="font 28"]{font-size:28px} [class*="font 28 important"] { font-size:28px !important; } | |
[class*="font 32"]{font-size:32px} [class*="font 32 important"] { font-size:32px !important; } | |
[class*="font 36"]{font-size:36px} [class*="font 36 important"] { font-size:36px !important; } | |
[class*="font 42"]{font-size:42px} [class*="font 42 important"] { font-size:42px !important; } | |
[class*="font 48"]{font-size:48px} [class*="font 48 important"] { font-size:48px !important; } | |
/* Mobile Fonts */ | |
@media only screen and (min-width: 320px) and (max-width: 767px) | |
{ | |
[class*="font mobile 9"]{font-size:10px} [class*="font 9 important"] { font-size:9px !important; } | |
[class*="font mobile 10"]{font-size:10px} [class*="font mobile 10 important"] { font-size:10px !important; } | |
[class*="font mobile 11"]{font-size:11px} [class*="font mobile 11 important"] { font-size:11px !important; } | |
[class*="font mobile 12"]{font-size:12px} [class*="font mobile 12 important"] { font-size:12px !important; } | |
[class*="font mobile 14"]{font-size:14px} [class*="font mobile 14 important"] { font-size:14px !important; } | |
[class*="font mobile 15"]{font-size:15px} [class*="font mobile 15 important"] { font-size:15px !important; } | |
[class*="font mobile 16"]{font-size:16px} [class*="font mobile 16 important"] { font-size:16px !important; } | |
[class*="font mobile 20"]{font-size:20px} [class*="font mobile 20 important"] { font-size:20px !important; } | |
[class*="font mobile 24"]{font-size:24px} [class*="font mobile 24 important"] { font-size:24px !important; } | |
[class*="font mobile 28"]{font-size:28px} [class*="font mobile 28 important"] { font-size:28px !important; } | |
[class*="font mobile 32"]{font-size:32px} [class*="font mobile 32 important"] { font-size:32px !important; } | |
[class*="font mobile 36"]{font-size:36px} [class*="font mobile 36 important"] { font-size:36px !important; } | |
[class*="font mobile 42"]{font-size:42px} [class*="font mobile 42 important"] { font-size:42px !important; } | |
[class*="font mobile 48"]{font-size:48px} [class*="font mobile 48 important"] { font-size:48px !important; } | |
} | |
/* Tablet Fonts */ | |
@media only screen and (min-width: 768px) and (max-width: 991px) | |
{ | |
[class*="font tablet 9"]{font-size:10px} [class*="font 9 important"] { font-size:9px !important; } | |
[class*="font tablet 10"]{font-size:10px} [class*="font tablet 10 important"] { font-size:10px !important; } | |
[class*="font tablet 11"]{font-size:11px} [class*="font tablet 11 important"] { font-size:11px !important; } | |
[class*="font tablet 12"]{font-size:12px} [class*="font tablet 12 important"] { font-size:12px !important; } | |
[class*="font tablet 14"]{font-size:14px} [class*="font tablet 14 important"] { font-size:14px !important; } | |
[class*="font tablet 15"]{font-size:15px} [class*="font tablet 15 important"] { font-size:15px !important; } | |
[class*="font tablet 16"]{font-size:16px} [class*="font tablet 16 important"] { font-size:16px !important; } | |
[class*="font tablet 20"]{font-size:20px} [class*="font tablet 20 important"] { font-size:20px !important; } | |
[class*="font tablet 24"]{font-size:24px} [class*="font tablet 24 important"] { font-size:24px !important; } | |
[class*="font tablet 28"]{font-size:28px} [class*="font tablet 28 important"] { font-size:28px !important; } | |
[class*="font tablet 32"]{font-size:32px} [class*="font tablet 32 important"] { font-size:32px !important; } | |
[class*="font tablet 36"]{font-size:36px} [class*="font tablet 36 important"] { font-size:36px !important; } | |
[class*="font tablet 42"]{font-size:42px} [class*="font tablet 42 important"] { font-size:42px !important; } | |
[class*="font tablet 48"]{font-size:48px} [class*="font tablet 48 important"] { font-size:48px !important; } | |
} | |
/* position */ | |
.position.absolute { position:absolute; } | |
.position.relative { position:relative; } | |
.position.static { position:static; } | |
.position.fixed { position:fixed; } | |
/* floats*/ | |
[class*="float left"], .float-left{ float:left; } [class*="float left important"], .float-left-important{ float:left !important; } | |
[class*="float right"], .float-right{ float:right;} [class*="float right important"], .float-right-important{ float:right !important;} | |
@media only screen and (min-width: 320px) and (max-width: 767px) | |
{ | |
[class*="float mobile left"], .float-mobile-left{ float:left; } [class*="float mobile left important"], .float-mobile-left-important{ float:left !important; } | |
[class*="float mobile right"], .float-mobile-right{ float:right;} [class*="float mobile right important"], .float-mobile-right-important{ float:right !important;} | |
} | |
@media only screen and (min-width: 768px) and (max-width: 991px) | |
{ | |
[class*="float tablet left"], .float-tablet-left{ float:left; } [class*="float tablet left important"], .float-tablet-left-important{ float:left !important; } | |
[class*="float tablet right"], .float-tablet-right{ float:right;} [class*="float tablet right important"], .float-tablet-right-important{ float:right !important;} | |
} | |
@media only screen and (min-width: 992px) | |
{ | |
[class*="float computer left"], .float-computer-left{ float:left; } [class*="float computer left important"], .float-computer-left-important{ float:left !important; } | |
[class*="float computer right"], .float-computer-right{ float:right;} [class*="float computer right important"], .float-computer-right-important{ float:right !important;} | |
[class*="float desktop left"], .float-desktop-left{ float:left; } [class*="float desktop left important"], .float-desktop-left-important{ float:left !important; } | |
[class*="float desktop right"], .float-desktop-right{ float:right;} [class*="float desktop right important"], .float-desktop-right-important{ float:right !important;} | |
} | |
@media only screen and (min-width: 1200px) | |
{ | |
[class*="float large screen left"], .float-large-screen-left{ float:left; } [class*="float large screen left important"], .float-large-screen-left-important{ float:left !important; } | |
[class*="float large screen right"], .float-large-screen-right{ float:right;} [class*="float large screen right important"], .float-large-screen-right-important{ float:right !important;} | |
} | |
@media only screen and (min-width: 1920px) | |
{ | |
[class*="float wide screen left"], .float-wide-screen-left{ float:left; } [class*="float wide screen left important"], .float-wide-screen-left-important{ float:left !important; } | |
[class*="float wide screen right"], .float-wide-screen-right{ float:right;} [class*="float wide screen right important"], .float-wide-screen-right-important{ float:right !important;} | |
} | |
/* text transform and font */ | |
.verdana, .font-verdana{ font-family: verdana;} | |
.arial, .font-arial{ font-family: arial;} | |
.bold{ font-weight: bold; } | |
[class*="font weight-300"], .font-weight-300 { font-weight: 300; } | |
[class*="font weight-400"], .font-weight-400 { font-weight: 400; } | |
[class*="font weight-500"], .font-weight-500 { font-weight: 500; } | |
[class*="font weight-600"], .font-weight-600 { font-weight: 600; } | |
[class*="font weight-700"], .font-weight-700 { font-weight: 700; } | |
[class*="font weight-800"], .font-weight-800 { font-weight: 800; } | |
[class*="font weight-900"], .font-weight-900 { font-weight: 900; } | |
.italic{ font-style: italic; } | |
.upper, .uppercase{ text-transform: uppercase; } | |
.lower, .lowercase { text-transform: lowercase; } | |
.underline { text-decoration: underline; } | |
.capitalize{ text-transform: capitalize; } | |
.pointer, .cursor-pointer{ cursor: pointer; } | |
[class*="align center"], .align-center{ text-align:center; } | |
[class*="align left"], .align-left{ text-align:left;} | |
[class*="align right"], .align-right{ text-align:right;} | |
[class*="align justify"], .align-justify{ text-align:justify;} | |
[class*="line 10"], .line-10{ line-height: 10px; } | |
[class*="line 14"], .line-14{ line-height: 14px; } | |
[class*="line 15"], .line-15{ line-height: 15px; } | |
[class*="line 16"], .line-16{ line-height: 16px; } | |
[class*="line 18"], .line-18{ line-height: 18px; } | |
[class*="line 20"], .line-20{ line-height: 20px; } | |
[class*="line 30"], .line-30{ line-height: 30px; } | |
[class*="overflow hide"], [class*="overflow hidden"]{ overflow: hidden; } | |
[class*="overflow auto"]{ overflow:auto; } | |
[class*="overflow-x hide"], [class*="overflow-x hidden"]{ overflow-x: hidden; } | |
[class*="overflow-x auto"], [class*="overflow-x auto"]{ overflow-x: auto; } | |
[class*="overflow-y hide"], [class*="overflow-y hidden"]{ overflow-y: hidden; } | |
[class*="overflow-y auto"], [class*="overflow-y auto"]{ overflow-y: auto; } | |
[class*="display table"], .table { display: table; } | |
[class*="display table-cell"], .table-cell, .cell { display: table-cell; } | |
[class*="display block"], .block, { display: block; } | |
[class*="display inline"], .inline, .show-inline { display: inline; } | |
[class*="display inline-block"], .inline-block { display: inline-block; } | |
/* width and height */ | |
[class*="width 100"], .width-100 { width: 100px; } [class*="width 100 important"], .width-100-important { width: 100px !important; } | |
[class*="width 90"], .width-90 { width: 90px; } [class*="width 90 important"], .width-90-important { width: 90px !important; } | |
[class*="width 80"], .width-80 { width: 80px; } [class*="width 80 important"], .width-80-important { width: 80px !important; } | |
[class*="width 70"], .width-70 { width: 70px; } [class*="width 70 important"], .width-70-important { width: 70px !important; } | |
[class*="width 60"], .width-60 { width: 60px; } [class*="width 60 important"], .width-60-important { width: 60px !important; } | |
[class*="width 50"], .width-50 { width: 50px; } [class*="width 50 important"], .width-50-important { width: 50px !important; } | |
[class*="width 45"], .width-45 { width: 45px; } [class*="width 45 important"], .width-45-important { width: 45px !important; } | |
[class*="width 40"], .width-40 { width: 40px; } [class*="width 40 important"], .width-40-important { width: 40px !important; } | |
[class*="width 35"], .width-35 { width: 35px; } [class*="width 35 important"], .width-35-important { width: 35px !important; } | |
[class*="width 30"], .width-30 { width: 30px; } [class*="width 30 important"], .width-30-important { width: 30px !important; } | |
[class*="width 25"], .width-25 { width: 25px; } [class*="width 25 important"], .width-25-important { width: 25px !important; } | |
[class*="width 20"], .width-20 { width: 20px; } [class*="width 20 important"], .width-20-important { width: 20px !important; } | |
[class*="width 15"], .width-15 { width: 15px; } [class*="width 15 important"], .width-15-important { width: 15px !important; } | |
[class*="height 100"], .height-100 { height: 100px; } [class*="height 100 important"], .height-100-important { height: 100px !important; } | |
[class*="height 90"], .height-90 { height: 90px; } [class*="height 90 important"], .height-90-important { height: 90px !important; } | |
[class*="height 80"], .height-80 { height: 80px; } [class*="height 80 important"], .height-80-important { height: 80px !important; } | |
[class*="height 70"], .height-70 { height: 70px; } [class*="height 70 important"], .height-70-important { height: 70px !important; } | |
[class*="height 60"], .height-60 { height: 60px; } [class*="height 60 important"], .height-60-important { height: 60px !important; } | |
[class*="height 50"], .height-50 { height: 50px; } [class*="height 50 important"], .height-50-important { height: 50px !important; } | |
[class*="height 45"], .height-45 { height: 45px; } [class*="height 45 important"], .height-45-important { height: 45px !important; } | |
[class*="height 40"], .height-40 { height: 40px; } [class*="height 40 important"], .height-40-important { height: 40px !important; } | |
[class*="height 35"], .height-35 { height: 35px; } [class*="height 35 important"], .height-35-important { height: 35px !important; } | |
[class*="height 30"], .height-30 { height: 30px; } [class*="height 30 important"], .height-30-important { height: 30px !important; } | |
[class*="height 25"], .height-25 { height: 25px; } [class*="height 25 important"], .height-25-important { height: 25px !important; } | |
[class*="height 20"], .height-20 { height: 20px; } [class*="height 20 important"], .height-20-important { height: 20px !important; } | |
[class*="height 15"], .height-15 { height: 15px; } [class*="height 15 important"], .height-15-important { height: 15px !important; } | |
@media only screen and (min-width: 320px) and (max-width: 767px) | |
{ | |
[class*="width mobile 100"], .width-mobile-100 { width: 100px; } [class*="width mobile 100 important"], .width-mobile-100-important { width: 100px !important; } | |
[class*="width mobile 90"], .width-mobile-90 { width: 90px; } [class*="width mobile 90 important"], .width-mobile-90-important { width: 90px !important; } | |
[class*="width mobile 80"], .width-mobile-80 { width: 80px; } [class*="width mobile 80 important"], .width-mobile-80-important { width: 80px !important; } | |
[class*="width mobile 70"], .width-mobile-70 { width: 70px; } [class*="width mobile 70 important"], .width-mobile-70-important { width: 70px !important; } | |
[class*="width mobile 60"], .width-mobile-60 { width: 60px; } [class*="width mobile 60 important"], .width-mobile-60-important { width: 60px !important; } | |
[class*="width mobile 50"], .width-mobile-50 { width: 50px; } [class*="width mobile 50 important"], .width-mobile-50-important { width: 50px !important; } | |
[class*="width mobile 45"], .width-mobile-45 { width: 45px; } [class*="width mobile 45 important"], .width-mobile-45-important { width: 45px !important; } | |
[class*="width mobile 40"], .width-mobile-40 { width: 40px; } [class*="width mobile 40 important"], .width-mobile-40-important { width: 40px !important; } | |
[class*="width mobile 35"], .width-mobile-35 { width: 35px; } [class*="width mobile 35 important"], .width-mobile-35-important { width: 35px !important; } | |
[class*="width mobile 30"], .width-mobile-30 { width: 30px; } [class*="width mobile 30 important"], .width-mobile-30-important { width: 30px !important; } | |
[class*="width mobile 25"], .width-mobile-25 { width: 25px; } [class*="width mobile 25 important"], .width-mobile-25-important { width: 25px !important; } | |
[class*="width mobile 20"], .width-mobile-20 { width: 20px; } [class*="width mobile 20 important"], .width-mobile-20-important { width: 20px !important; } | |
[class*="width mobile 15"], .width-mobile-15 { width: 15px; } [class*="width mobile 15 important"], .width-mobile-15-important { width: 15px !important; } | |
[class*="height mobile 100"], .height-mobile-100 { height: 100px; } [class*="height mobile 100 important"], .height-mobile-100-important { height: 100px !important; } | |
[class*="height mobile 90"], .height-mobile-90 { height: 90px; } [class*="height mobile 90 important"], .height-mobile-90-important { height: 90px !important; } | |
[class*="height mobile 80"], .height-mobile-80 { height: 80px; } [class*="height mobile 80 important"], .height-mobile-80-important { height: 80px !important; } | |
[class*="height mobile 70"], .height-mobile-70 { height: 70px; } [class*="height mobile 70 important"], .height-mobile-70-important { height: 70px !important; } | |
[class*="height mobile 60"], .height-mobile-60 { height: 60px; } [class*="height mobile 60 important"], .height-mobile-60-important { height: 60px !important; } | |
[class*="height mobile 50"], .height-mobile-50 { height: 50px; } [class*="height mobile 50 important"], .height-mobile-50-important { height: 50px !important; } | |
[class*="height mobile 45"], .height-mobile-45 { height: 45px; } [class*="height mobile 45 important"], .height-mobile-45-important { height: 45px !important; } | |
[class*="height mobile 40"], .height-mobile-40 { height: 40px; } [class*="height mobile 40 important"], .height-mobile-40-important { height: 40px !important; } | |
[class*="height mobile 35"], .height-mobile-35 { height: 35px; } [class*="height mobile 35 important"], .height-mobile-35-important { height: 35px !important; } | |
[class*="height mobile 30"], .height-mobile-30 { height: 30px; } [class*="height mobile 30 important"], .height-mobile-30-important { height: 30px !important; } | |
[class*="height mobile 25"], .height-mobile-25 { height: 25px; } [class*="height mobile 25 important"], .height-mobile-25-important { height: 25px !important; } | |
[class*="height mobile 20"], .height-mobile-20 { height: 20px; } [class*="height mobile 20 important"], .height-mobile-20-important { height: 20px !important; } | |
[class*="height mobile 15"], .height-mobile-15 { height: 15px; } [class*="height mobile 15 important"], .height-mobile-15-important { height: 15px !important; } | |
} | |
/* backgrounds and colors */ | |
[class*="background ffffff"], [class*="bg ffffff"], [class*="bg white"], .bg-ffffff, .bg-fff { background-color: #ffffff; } | |
[class*="background cccccc"], [class*="bg cccccc"], .bg-cccccc, .bg-ccc { background-color: #cccccc; } | |
[class*="background dfdfdf"], [class*="bg dfdfdf"], .bg-dfdfdf, .bg-df { background-color: #dfdfdf; } | |
[class*="background 999999"], [class*="bg 999999"], .bg-999999, .bg-999 { background-color: #999999; } | |
[class*="background 666666"], [class*="bg 666666"], .bg-666666, .bg-666 { background-color: #666666; } | |
[class*="background 333333"], [class*="bg 333333"], .bg-333333, .bg-333 { background-color: #333333; } | |
[class*="background 000000"], [class*="bg 000000"], [class*="bg black"], .bg-000000, .bg-000 { background-color: #000000; } | |
[class*="color ffffff"], [class*="c ffffff"], [class*="color white"], .c-ffffff, .c-fff { color: #ffffff; } | |
[class*="color cccccc"], [class*="c cccccc"], .c-cccccc, .bg-ccc { color: #cccccc; } | |
[class*="color dfdfdf"], [class*="c dfdfdf"], .c-dfdfdf, .bg-df { color: #dfdfdf; } | |
[class*="color 999999"], [class*="c 999999"], .c-999999, .bg-999 { color: #999999; } | |
[class*="color 666666"], [class*="c 666666"], .c-666666, .bg-666 { color: #666666; } | |
[class*="color 333333"], [class*="c 333333"], .c-333333, .bg-333 { color: #333333; } | |
[class*="color 000000"], [class*="c 000000"], [class*="color black"], .c-000000, .c-000 { color: #000000; } | |
/* border */ | |
[class*="border zero"],.no_border{ border: 0 none !important;} | |
[class*="border 1"],.border-1{ border: 1px solid; } | |
[class*="border right 1"], .border-right_1 { border-right: 1px solid; } | |
[class*="border bottom 1"], .border-bottom-1 { border-bottom: 1px solid; } | |
[class*="border left 1"], .border-left-1 { border-left:1px solid; } | |
[class*="border top 1"], .border-top-1 { border-top: 1px solid; } | |
[class*="border 2"], .border-2{ border: 2px solid; } | |
[class*="border right 2"], .border-right-2 { border-right: 2px solid; } | |
[class*="border bottom 2"], .border-bottom-2 { border-bottom: 2px solid; } | |
[class*="border left 2"], .border-left-2 { border-left:2px solid; } | |
[class*="border top 2"], .border-top-2 { border-top: 2px solid; } | |
[class*="border 3"], .border-3 { border: 3px solid; } | |
[class*="border right 3"], .border-right-3 { border-right: 3px solid; } | |
[class*="border bottom 3"], .border-bottom-3 { border-bottom: 3px solid; } | |
[class*="border left 3"], .border-left-3 { border-left:3px solid; } | |
[class*="border top 3"], .border-top-3 { border-top: 3px solid; } | |
[class*="border 000000"], .border-c-000000, .border-c-000{ border-color:#000000;} | |
[class*="border 999999"], .border-c-999999, .border-c-999{ border-color:#999999;} | |
[class*="border cccccc"], .border-c-cccccc, .border-c-ccc{ border-color:#cccccc;} | |
[class*="border 666666"], .border-c-666666, .border-c-666{ border-color:#666666;} | |
[class*="border dfdfdf"], .border-c-dfdfdf, .border-c-df{ border-color:#dfdfdf;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment