/** * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-) * * @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/ * @copyright 2010-2023 VEKIA * @license This program is not free software and you can't resell and redistribute it * * CONTACT WITH DEVELOPER * support@mypresta.eu */ .inconsistency0 { width: 5px; background: red; padding: 10px; border: 1px solid red !important; } .inconsistency1 { width: 5px; background: green; padding: 10px; border: 1px solid green !important; } .inconsistency td { padding: 5px; border: 1px solid #c0c0c0; } #cssmenu { float: left; display: inline-block; } .nobootstrap legend img { display: none; } #cssmenu ul.form { position: relative; background: #fff; margin: auto; padding: 0; list-style: none; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); } #cssmenu .form li a { border-left: 5px solid #fff; padding-left: 20px; height: 50px; line-height: 50px; display: block; overflow: hidden; position: relative; text-decoration: none; text-transform: uppercase; font-size: 14px; color: #686868; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; cursor: pointer; border-bottom: 1px dashed #cecece } #cssmenu .form li.selected a { border-left: 5px solid #cf2130; color: #cf2130; } #cssmenu .form li:first-child a:hover, #cssmenu .form li:first-child a { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } #cssmenu .form li:last-child a:hover, #cssmenu .form li:last-child a { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } #cssmenu .form li a:hover i, #cssmenu .form li a:hover span { color: #ea4f35; } #cssmenu .form i { margin-right: 15px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; min-width: 20px; } #cssmenu .form em { font-size: 10px; background: #ea4f35; padding: 3px 5px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-style: normal; color: #fff; margin-top: 17px; margin-right: 15px; line-height: 10px; height: 10px; float: right; } #cssmenu h1 { color: #fff; margin: 0 auto; margin-top: 60px; margin-bottom: 40px; font-size: 30px; width: 300px; text-align: center; } #cssmenu p a { color: #fff; text-decoration: none; } .language_flags { display: none; } .flags_block img { cursor: pointer; } .flags_block { position: relative; clear: both; } .flags_block .language_flags { background: #FFF; left: 25px; top: 0px; position: absolute; clear: both; padding: 20px; box-shadow: 0px 0px 5px 2px #c0c0c0; border: 1px solid #c3c3c3; } #cssmenu .form li.mega a { border-left: 5px solid #DE6C59; padding-left: 20px; height: 50px; line-height: 50px; display: block; overflow: hidden; position: relative; text-decoration: none; text-transform: uppercase; font-size: 14px; color: #FFF; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; cursor: pointer; border-bottom: 0px dashed #cecece; background: #DE6C59; } #cssmenu .form li.mega a:hover i, #cssmenu .form li.mega:hover, #cssmenu .form li.mega a:hover, #cssmenu .form li.mega a:hover span { background: #DE6C59; color: #FFF !important; }