120 lines
3.9 KiB
CSS
120 lines
3.9 KiB
CSS
/*----------------------------------------------------------------------------------| www.vdm.io |----/
|
|
Agence Agerix
|
|
/-------------------------------------------------------------------------------------------------------/
|
|
|
|
@version 1.x.x
|
|
@build 2nd June, 2022
|
|
@created 12th December, 2020
|
|
@package Extension Distributor
|
|
@subpackage admin.css
|
|
@author Emmanuel Danan <https://agerix.fr>
|
|
@copyright Copyright (C) 2021. All Rights Reserved.
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
|
|
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
|
|
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
|
|
\____) (_____)(_____)(_/\/\_)(____)(__)(__) \___)(_____)(_/\/\_)(__) (_____)(_)\_)(____)(_)\_) (__)
|
|
|
|
/------------------------------------------------------------------------------------------------------*/
|
|
|
|
/* CSS Document */
|
|
.no-click {
|
|
pointer-events: none;
|
|
}
|
|
.dashboard-content a {
|
|
min-height: 170px !important;
|
|
}
|
|
#dashboard_right #vdm img {
|
|
padding: 10px 10px 20px 0px !important;
|
|
}
|
|
#maintenance_accordian .accordion-heading,
|
|
#dashboard_left .accordion-heading,
|
|
#dashboard_right .accordion-heading {
|
|
display: none;
|
|
}
|
|
#maintenance_accordian .accordion-inner,
|
|
#dashboard_left .accordion-inner,
|
|
#dashboard_right .accordion-inner {
|
|
border: none;
|
|
}
|
|
.dashboard-content img {
|
|
width: 96px;
|
|
margin: 15px 0;
|
|
}
|
|
.love {
|
|
font-family: fantasy;
|
|
color: red;
|
|
display: inline-block;
|
|
position: relative;
|
|
top: .2em;
|
|
font-size: 1.4em;
|
|
-webkit-transform: scale(.9);
|
|
-moz-transform: scale(.9);
|
|
transform: scale(.9);
|
|
-webkit-animation: love .5s infinite linear alternate-reverse;
|
|
-moz-animation: love .5s infinite linear alternate-reverse;
|
|
animation: love .5s infinite linear alternate-reverse
|
|
}
|
|
|
|
@-webkit-keyframes love {
|
|
to {
|
|
-webkit-transform: scale(1.2)
|
|
}
|
|
}
|
|
|
|
@-moz-keyframes love {
|
|
to {
|
|
-moz-transform: scale(1.2)
|
|
}
|
|
}
|
|
|
|
@keyframes love {
|
|
to {
|
|
transform: scale(1.2)
|
|
}
|
|
}
|
|
|
|
/* Margin */
|
|
.mt10 { margin-top: 10px !important; }
|
|
.mt20 { margin-top: 20px !important; }
|
|
.mt30 { margin-top: 30px !important; }
|
|
.mt40 { margin-top: 40px !important; }
|
|
.mt50 { margin-top: 50px !important; }
|
|
.mb10 { margin-bottom: 10px !important; }
|
|
.mb20 { margin-bottom: 20px !important; }
|
|
.mb30 { margin-bottom: 30px !important; }
|
|
.mb40 { margin-bottom: 40px !important; }
|
|
.mb50 { margin-bottom: 50px !important; }
|
|
.ml10 { margin-left: 10px !important; }
|
|
.ml20 { margin-left: 20px !important; }
|
|
.ml30 { margin-left: 30px !important; }
|
|
.ml40 { margin-left: 40px !important; }
|
|
.ml50 { margin-left: 50px !important; }
|
|
.mr10 { margin-right: 10px !important; }
|
|
.mr20 { margin-right: 20px !important; }
|
|
.mr30 { margin-right: 30px !important; }
|
|
.mr40 { margin-right: 40px !important; }
|
|
.mr50 { margin-right: 50px !important; }
|
|
/* Padding */
|
|
.pt10 { padding-top: 10px !important; }
|
|
.pt20 { padding-top: 20px !important; }
|
|
.pt30 { padding-top: 30px !important; }
|
|
.pt40 { padding-top: 40px !important; }
|
|
.pt50 { padding-top: 50px !important; }
|
|
.pb10 { padding-bottom: 10px !important; }
|
|
.pb20 { padding-bottom: 20px !important; }
|
|
.pb30 { padding-bottom: 30px !important; }
|
|
.pb40 { padding-bottom: 40px !important; }
|
|
.pb50 { padding-bottom: 50px !important; }
|
|
.pl10 { padding-left: 10px !important; }
|
|
.pl20 { padding-left: 20px !important; }
|
|
.pl30 { padding-left: 30px !important; }
|
|
.pl40 { padding-left: 40px !important; }
|
|
.pl50 { padding-left: 50px !important; }
|
|
.pr10 { padding-right: 10px !important; }
|
|
.pr20 { padding-right: 20px !important; }
|
|
.pr30 { padding-right: 30px !important; }
|
|
.pr40 { padding-right: 40px !important; }
|
|
.pr50 { padding-right: 50px !important; }
|
|
|