You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
554 B
35 lines
554 B
3 years ago
|
/* 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! */
|
||
|
|
||
|
/* Silvio's User Condition #03 */
|
||
|
|
||
|
#showEssay {
|
||
|
width: 54.5%;
|
||
|
}
|
||
|
|
||
|
#showChat {
|
||
|
width: 34.5%;
|
||
|
}
|
||
|
|
||
|
#dave, #silvio {
|
||
|
width: 80px;
|
||
|
height: auto;
|
||
|
position: fixed;
|
||
|
bottom: 100px;
|
||
|
right: 80px;
|
||
|
}
|
||
|
|
||
|
#dave {
|
||
|
bottom: 230px;
|
||
|
}
|
||
|
|
||
|
#dave > img, #silvio > img {
|
||
|
border-radius: 50px;
|
||
|
box-shadow: 0.3rem 0.2rem 0.3rem #ffe4fd;
|
||
|
}
|
||
|
|
||
|
.b_allmedia {
|
||
|
top: 150px;
|
||
|
}
|