schit/css/ds19.css

30 lines
412 B
CSS
Raw Normal View History

2019-08-07 08:19:49 +02:00
body{
background-color: rgb(30, 90, 144);
2019-09-10 20:55:37 +02:00
color: rgb(220, 220, 220);
overflow-y: hidden;
2019-08-07 08:19:49 +02:00
}
2019-09-10 20:55:37 +02:00
.talks .card{
background-color: rgb(30, 90, 144);
padding: 0.5%;
border-color: rgb(68, 130, 192);
border-width: 0.5em;
}
2019-09-21 02:31:43 +02:00
.roomname{
color: #c00303ff;
}
2019-09-10 20:55:37 +02:00
.talks {
padding-bottom: 5px;
2019-08-07 08:19:49 +02:00
}
.h-60 {
height: 60% !important;
2019-09-17 12:26:44 +02:00
}
.fullscreen{
max-height: 100%;
max-width: 100%;
2019-09-21 02:14:38 +02:00
}