web-narrowcast/narrowstyle-extra.css

32 lines
533 B
CSS
Raw Normal View History

/* 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 {
width: 54.5%;
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
} */