mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-05 10:44:36 +00:00
35 lines
536 B
CSS
35 lines
536 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
#box {
|
|
width: 1020px;
|
|
|
|
position: absolute;
|
|
bottom: 80px;
|
|
left: 50%;
|
|
margin-left: -510px;
|
|
|
|
color: white;
|
|
font-family: "Muli","Open Sans","OpenSans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
padding: 15px;
|
|
|
|
box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.75);
|
|
}
|
|
|
|
#title {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#speaker {
|
|
font-size: 20px;
|
|
}
|
|
|
|
#info_line {
|
|
font-size: 16px;
|
|
text-align: right;
|
|
}
|