Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.username .style3{
-webkit-animation:style3 5s linear infinite;
-moz-animation:style3 5s linear infinite;
-ms-animation:style3 5s linear infinite;
-o-animation:style3 5s linear infinite;
animation:style3 5s linear infinite;
}
@-moz-keyframes style3 {
0% { color: #FF1919; }
15% { color: #E019FF; }
30% { color: #4F19FF; }
45% { color: #19A7FF; }
60% { color: #19FFDC; }
75% { color: #65FF19; }
90% { color: #FFE019; }
}
@-webkit-keyframes style3 {
0% { color: #FF1919; }
15% { color: #E019FF; }
30% { color: #4F19FF; }
45% { color: #19A7FF; }
60% { color: #19FFDC; }
75% { color: #65FF19; }
90% { color: #FFE019; }
}
color: inherit;
font-weight: bold;
font-size:XX-small;
font-size:13px;
MerciTemplate: Extra.css
Dans le panel admin: Utilisateurs/Groupes Utilisateurs/Votre groupeCode:.username .style3{ -webkit-animation:style3 5s linear infinite; -moz-animation:style3 5s linear infinite; -ms-animation:style3 5s linear infinite; -o-animation:style3 5s linear infinite; animation:style3 5s linear infinite; } @-moz-keyframes style3 { 0% { color: #FF1919; } 15% { color: #E019FF; } 30% { color: #4F19FF; } 45% { color: #19A7FF; } 60% { color: #19FFDC; } 75% { color: #65FF19; } 90% { color: #FFE019; } } @-webkit-keyframes style3 { 0% { color: #FF1919; } 15% { color: #E019FF; } 30% { color: #4F19FF; } 45% { color: #19A7FF; } 60% { color: #19FFDC; } 75% { color: #65FF19; } 90% { color: #FFE019; } }
Nom utilisateur CSS:
Code:color: inherit; font-weight: bold; font-size:XX-small; font-size:13px;
Pense à remplacer l'ID par celui de ton groupe
tuto de H&M