123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- .title, .reveal h3.title {
- font-weight: bold;
- margin-top: 0;
- color: #ffffff;
- text-shadow: 1px 1px 2px #000000;
- text-transform: none;
- }
-
-
- #custom-nav {
- background-color: #0000003f;
- padding: 4px;
- }
-
- #custom-nav a[disabled] {
- opacity: 0.5;
- }
-
- .reveal table thead th,
- .reveal table thead td,
- .reveal table tbody th,
- .reveal table tbody td {
- text-align: center !important;
- vertical-align: top !important;
- }
-
- .reveal .slides section section {
- font-size: 90%;
- }
-
- .reveal .slides p {
- margin-top: 0.25em;
- text-align: justify;
- }
-
- .reveal .slides p.title {
- margin-bottom: 0.1em;
- }
-
- .reveal .slides p.small a {
- text-decoration: underline;
- }
-
- .reveal .slides .title,
- .modal .title {
- text-align: center;
- font-weight: bold;
- }
-
- .reveal .slides .small,
- .modal .small {
- font-size: 80%;
- }
-
- .reveal .slides ul {
- max-width: 85%
- }
-
- .slide-number {
- border-radius: 0.5em;
- }
-
- .float-left {
- float: left;
- margin-right: 1em !important;
- }
-
- .float-right {
- float: right;
- margin-left: 1em !important;
- }
-
- .centered {
- display: block;
- margin: 0.5em auto !important;
- }
-
- .w-50 {
- width: 50%;
- }
-
- .w-66 {
- width: 66%;
- }
-
- .w-33 {
- width: 33%;
- }
-
- .w-25 {
- width: 25%;
- }
- .scrollable {
- overflow-y: auto !important;
- overflow-x: hidden !important;
- height: 50vh;
- background-color: #ffffff3f;
- border-radius: 1rem;
- padding: 1rem;
- }
- .prompt {
- width:97%;
- font-size: 1.5rem;
- border-radius: 1rem;
- margin: 0.5rem 0;
- padding: 0.2rem 0.5rem;
- }
-
- .iframe-container-16x9 iframe,
- .iframe-container-4x3 iframe {
- margin: 0.5rem;
- border-radius: 1rem;
- width: 98%;
- height:98%;
- }
-
- .iframe-container-16x9,
- .iframe-container-4x3 {
- background-image: url('../misc/wood-background.jpg');
- background-size: cover;
- margin: 0.5em auto;
- }
-
-
- .iframe-container-16x9 {
- width: 64vh;
- height: 36vh;
- }
-
- .iframe-container-4x3 {
- width: 48vh;
- height: 36vh;
- }
|