iDie/css/idie.css

25 lines
384 B
CSS
Raw Normal View History

2020-05-23 23:01:16 +02:00
.reveal table thead th,
.reveal table thead td,
.reveal table tbody th,
.reveal table tbody td {
text-align: center !important;
vertical-align: top !important;
2020-05-23 23:01:16 +02:00
}
2020-05-23 23:27:26 +02:00
2020-05-24 10:37:29 +02:00
.reveal .slides section section {
font-size: 90%;
}
2020-05-24 10:37:29 +02:00
.reveal .slides p {
text-align: justify;
2020-05-23 23:27:26 +02:00
}
2020-05-24 10:37:29 +02:00
2020-05-24 12:37:27 +02:00
.reveal .slides .title {
2020-05-24 10:37:29 +02:00
text-align: center;
font-weight: bold;
}
2020-05-24 12:37:27 +02:00
.reveal .slides .small {
2020-05-24 10:37:29 +02:00
font-size: 80%;
}