alpha_full/admin/adminInclude/makeCss/sass/123ventes.scss
2026-04-06 22:58:51 +02:00

272 lines
4.7 KiB
SCSS
Executable File

/* line 57, ../_makeCss/sass/globalStyle_css_default.scss */
#trois {
font-size: 14px;
color: #FF0000;
font-weight: bold;
background: #FFFFFF;
margin-right: auto;
display: block;
fill: #FF0000;
animation: 5s theThree;
}
/* line 14, ../_makeCss/sass/globalStyle_css_default.scss */
#deux {
font-size: 14px;
color: #FF8C00;
font-weight: bold;
background: #FFFFFF;
margin-right: auto;
fill: #FF8C00;
animation: 5s theTwo;
}
/* line 58, ../_makeCss/sass/globalStyle_css_default.scss */
#un {
font-size: 14px;
color: #FFD700;
font-weight: bold;
background: #FFFF00;
margin-right: auto;
margin-left: 19px;
fill: #FFD700;
animation: theUn 5s;
}
/* line 59, ../_makeCss/sass/globalStyle_css_default.scss */
#ventes {
font-size: 7px;
color: #000000;
font-weight: bold;
width: 150px;
height: 50px;
vertical-align: top;
margin-bottom: 0px;
display: inline;
padding-bottom: 10px;
fill: #000000;
resize: none;
transform: translate(-3px,0);
animation: 5s theVente;
text-transform: capitalize;
top: -20px;
bottom: 100px;
overflow: auto;
clear: left;
}
/* line 131, ../_makeCss/sass/globalStyle_css_default.scss */
.logoAnime {
text-align: center;
font-size: 14px;
color: #FF0000;
background: #F5F5F5;
vertical-align: middle;
margin-bottom: 0px;
margin-top: 0px;
margin-right: auto;
margin-left: 1px;
border-color: #000000;
display: block;
padding-top: 2px;
padding-right: 2px;
padding-left: 10px;
position: relative;
fill: #FF0000;
resize: none;
animation: 5s theLogo;
text-transform: capitalize;
visibility: visible;
}
@keyframes theTwo {
0% {
transform: translate(40px);
opacity: 0.1;
fill-opacity: 0.1;
}
10% {
transform: translate(40px);
opacity: 0.2;
fill-opacity: 0.2;
}
20% {
transform: translate(40px);
fill-opacity: 0.3;
opacity: 0.3;
}
30% {
transform: translate(40px);
fill-opacity: 0.4;
opacity: 0.4;
}
40% {
fill-opacity: 0.5;
opacity: 0.5;
}
50% {
fill-opacity: 0.6;
opacity: 0.6;
}
70% {
fill-opacity: 0.3;
opacity: 0.7;
}
80% {
fill-opacity: 0.3;
opacity: 0.7;
}
90% {
fill-opacity: 0.8;
opacity: 0.8;
}
100% {
transform: translate(0px);
opacity: 1;
fill-opacity: 1;
}
}
@keyframes theTree {
0% {
transform: translate(60px);
opacity: 0.1;
fill-opacity: 0.1;
}
10% {
transform: translate(60px);
opacity: 0.2;
fill-opacity: 0.2;
}
20% {
transform: translate(60px);
fill-opacity: 0.3;
opacity: 0.3;
}
30% {
transform: translate(60px);
fill-opacity: 0.4;
opacity: 0.4;
}
40% {
transform: translate(60px);
fill-opacity: 0.5;
opacity: 0.5;
}
50% {
fill-opacity: 0.6;
opacity: 0.6;
}
70% {
fill-opacity: 0.6;
opacity: 0.6;
}
80% {
fill-opacity: 0.7;
opacity: 0.7;
}
90% {
fill-opacity: 0.8;
opacity: 0.8;
}
100% {
transform: translate(0px);
opacity: 1;
fill-opacity: 1;
}
}
@keyframes theUn {
0% {
transform: translate(28px);
opacity: 0.2;
fill-opacity: 0.2;
}
10% {
opacity: 0.3;
fill-opacity: 0.3;
}
20% {
fill-opacity: 0.4;
}
30% {
fill-opacity: 0.5;
}
40% {
fill-opacity: 0.6;
}
50% {
fill-opacity: 0.7;
}
70% {
fill-opacity: 0.8;
}
80% {
fill-opacity: 0.9;
}
90% {
fill-opacity: 0.9;
}
100% {
transform: translate(0px);
opacity: 1;
fill-opacity: 1;
}
}
@keyframes theVente {
0% {
transform: translate(80px);
opacity: 0;
fill-opacity: 0;
}
10% {
transform: translate(80px);
opacity: 0.1;
fill-opacity: 0.1;
}
20% {
transform: translate(80px);
fill-opacity: 0.1;
opacity: 0.1;
}
30% {
transform: translate(80px);
fill-opacity: 0.1;
opacity: 0.1;
}
40% {
transform: translate(80px);
fill-opacity: 0.2;
opacity: 0.2;
}
50% {
transform: translate(80px);
fill-opacity: 0.2;
opacity: 0.2;
}
70% {
transform: translate(80px);
fill-opacity: 0.2;
opacity: 0.2;
}
80% {
fill-opacity: 0.3;
opacity: 0.3;
}
90% {
fill-opacity: 0.8;
opacity: 0.8;
}
100% {
transform: translate(-3px);
opacity: 1;
fill-opacity: 1;
}
}
@keyframes theLogo {
from {
transform: rotate3d(0, 0, 0, 0deg);
}
to {
transform: rotate3d(0, 1, 0, 360deg);
}
}