diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index 212130f..e338db6 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -18,7 +18,7 @@ body { .reveal { font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */ - font-size: 38px; + font-size: 30px; font-weight: normal; color: #fff; } @@ -45,25 +45,26 @@ body { .reveal h4, .reveal h5, .reveal h6 { + display: table; + margin: 0px auto 30px auto; background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ - margin: 0 0 20px 0; + padding: 10px 10px 10px 10px; color: #fff; font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */ font-weight: 600; line-height: 1.2; letter-spacing: normal; - text-transform: uppercase; text-shadow: none; word-wrap: break-word; } .reveal h1 { - font-size: 2.5em; } + font-size: 3em; } .reveal h2 { - font-size: 1.6em; } + font-size: 2em; } .reveal h3 { - font-size: 1.3em; } + font-size: 1em; } .reveal h4 { font-size: 1em; } @@ -75,8 +76,10 @@ body { * OTHER *********************************************/ .reveal p { - background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ - margin: 20px 0; + display: table; + margin: 0px auto 0px auto; + background-color: rgba(0,0,0,0.8); + padding: 10px 10px 10px 10px; line-height: 1.3; } /* Ensure certain elements are never larger than the slide itself */ @@ -137,7 +140,7 @@ body { position: relative; width: 70%; margin: 20px auto; - padding: 5px; + padding: 10px; font-style: italic; background: rgba(255, 255, 255, 0.05); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }