2021-04-12 22:37:11 +02:00
|
|
|
/* ADD HERE YOUR OWN S*T*Y*L*E */
|
|
|
|
|
|
|
|
/* once the event is over remember these and the corresponding classes
|
|
|
|
on index.html and put all back to 'placeholder mode' dank je! */
|
2021-05-14 18:32:53 +02:00
|
|
|
|
2021-07-26 18:58:05 +02:00
|
|
|
/* Silvio's User Condition #03 */
|
2021-05-14 18:32:53 +02:00
|
|
|
|
2021-07-26 18:58:05 +02:00
|
|
|
#showEssay {
|
2021-11-29 13:44:52 +01:00
|
|
|
/* width: 54.5%; */
|
|
|
|
width: 50%;
|
2021-05-14 18:32:53 +02:00
|
|
|
}
|
|
|
|
|
2021-07-26 18:58:05 +02:00
|
|
|
#showChat {
|
|
|
|
width: 34.5%;
|
2021-05-14 18:32:53 +02:00
|
|
|
}
|
|
|
|
|
2021-07-26 18:58:05 +02:00
|
|
|
#anaelle, #silvio {
|
2021-05-16 13:17:35 +02:00
|
|
|
width: 80px;
|
2021-05-14 18:32:53 +02:00
|
|
|
height: auto;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 100px;
|
|
|
|
right: 80px;
|
|
|
|
}
|
|
|
|
|
2021-07-26 18:58:05 +02:00
|
|
|
#anaelle {
|
2021-05-14 18:32:53 +02:00
|
|
|
bottom: 230px;
|
|
|
|
}
|
|
|
|
|
2021-07-26 18:58:05 +02:00
|
|
|
#anaelle > img, #silvio > img {
|
2021-05-14 18:32:53 +02:00
|
|
|
border-radius: 50px;
|
|
|
|
box-shadow: 0.3rem 0.2rem 0.3rem #ffe4fd;
|
2021-05-17 20:08:42 +02:00
|
|
|
} */
|