--- title: UN Open GIS Theme tags: theme description: Use `{%hackmd Lj0sw_TKR5-nFlg2-i663w %}` syntax in your document to include this theme. Designed for the presentation mode. --- <style> :root { --smart-white: #ffffff; --smart-black: #343434; --smart-gray: #696969; --smart-blue: #5c81b8; --smart-green: #97be84; --smart-red: #de8181; } .reveal { background-color: var(--smart-white); } .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p { font-family: 'Aptos','Helvetica','Roboto'; text-align: left; word-wrap: break-word; color: var(--smart-black); } .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { font-weight: bold; } .reveal h1, .reveal h2, .reveal h3 { color: var(--smart-gray); } .reveal strong:not([class]) { color: var(--smart-blue); } .reveal th { background: #DDD; } .reveal section img { background:none; border:none; box-shadow:none; max-width: 95%; max-height: 95%; } .reveal th { background: #444; color: #fff; } .reveal td { position: relative; transition: all 300ms; } .reveal tbody:hover td { color: transparent; text-shadow: 0 0 3px #aaa; } .reveal tbody:hover tr:hover td { color: #444; text-shadow: 0 1px 0 #fff; } .reveal h1 {font-size: 8.0vw;} .reveal h2 {font-size: 4.0vw;} .reveal h3 {font-size: 2.8vw;} .reveal h4 {font-size: 2.6vw;} .reveal h5 {font-size: 2.4vw;} .reveal h6 {font-size: 2.2vw;} .reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p {font-size: 2.2vw;} .reveal code {font-size: 1.6vw;} .white {color: var(--smart-white);} .black {color: var(--smart-black);} .gray {color: var(--smart-gray);} .blue {color: var(--smart-blue);} .green {color: var(--smart-green);} .red {color: var(--smart-red);} .license {} .community {} .practice {} .reveal .slides { /* position: relative; */ } /** logo **/ .reveal .slides::before { content: ''; position: absolute; top: 0px; right: 0px; background: url('https://unopengis.github.io/coordination/data/un_open_gis_logo.png') no-repeat; background-size: contain; width: 120px; /* adjust as needed */ height: 120px; /* adjust as needed */ } </style>