web-narrowcast/narrowstyle-extra.css

35 lines
554 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 {
2021-12-18 13:38:23 +01:00
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-12-18 13:38:23 +01:00
#dave, #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-12-18 13:38:23 +01:00
#dave {
2021-05-14 18:32:53 +02:00
bottom: 230px;
}
2021-12-18 13:38:23 +01:00
#dave > img, #silvio > img {
2021-05-14 18:32:53 +02:00
border-radius: 50px;
box-shadow: 0.3rem 0.2rem 0.3rem #ffe4fd;
2021-12-18 13:38:23 +01:00
}
.b_allmedia {
top: 150px;
}