iDie/css/idie.css

77 lines
1.0 KiB
CSS
Raw Normal View History

2020-05-25 12:24:35 +02:00
.title, .reveal h3.title {
2020-05-25 12:13:41 +02:00
font-weight: bold;
margin-top: 0;
color: #ffffff;
text-shadow: 1px 1px 2px #000000;
2020-05-25 12:35:28 +02:00
text-transform: none;
2020-05-25 12:13:41 +02:00
}
2020-05-27 08:39:21 +02:00
#custom-nav {
direction: rtl
2020-05-25 12:13:41 +02:00
}
2020-05-26 18:27:02 +02:00
2020-05-27 08:39:21 +02:00
#custom-nav a[disabled] {
opacity: 0.5;
2020-05-26 18:27:02 +02:00
}
#notes-title {
margin-bottom: 0.25em;
}
2020-05-25 12:13:41 +02:00
.modal {
direction: rtl;
text-align: right;
}
.modal p, .modal ul {
margin-bottom: 1em;
}
.modal ul {
padding-right: 1em;
}
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 {
2020-05-27 09:11:56 +02:00
margin-top: 0.25em;
text-align: justify;
2020-05-23 23:27:26 +02:00
}
2020-05-24 10:37:29 +02:00
2020-05-27 09:09:32 +02:00
.reveal .slides p.title {
2020-05-27 09:11:56 +02:00
margin-bottom: 0.1em;
2020-05-27 09:09:32 +02:00
}
2020-05-25 12:13:41 +02:00
.reveal .slides .title,
.modal .title {
2020-05-24 10:37:29 +02:00
text-align: center;
font-weight: bold;
}
2020-05-25 12:13:41 +02:00
.reveal .slides .small,
.modal .small {
2020-05-24 10:37:29 +02:00
font-size: 80%;
}
2020-05-24 18:20:55 +02:00
#notes-text {
direction: rtl;
width: 100%;
height: 18em;
}
#notes-title {
direction: rtl;
text-align: right;
width: 100%;
}