|
| 1 | +@import url(https://fonts.googleapis.com/css?family=Montserrat:700); |
| 2 | +@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); |
| 3 | +/** |
| 4 | + * Black theme for reveal.js. |
| 5 | + * |
| 6 | + * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |
| 7 | + */ |
| 8 | +/********************************************* |
| 9 | + * GLOBAL STYLES |
| 10 | + *********************************************/ |
| 11 | +body { |
| 12 | + background: #111; |
| 13 | + background-color: #111; } |
| 14 | + |
| 15 | +.reveal { |
| 16 | + font-family: 'Open Sans', sans-serif; |
| 17 | + font-size: 30px; |
| 18 | + font-weight: normal; |
| 19 | + color: #eee; } |
| 20 | + |
| 21 | +::selection { |
| 22 | + color: #fff; |
| 23 | + background: #e7ad52; |
| 24 | + text-shadow: none; } |
| 25 | + |
| 26 | +.reveal .slides > section, .reveal .slides > section > section { |
| 27 | + line-height: 1.3; |
| 28 | + font-weight: inherit; } |
| 29 | + |
| 30 | +/********************************************* |
| 31 | + * HEADERS |
| 32 | + *********************************************/ |
| 33 | +.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { |
| 34 | + margin: 0 0 20px 0; |
| 35 | + color: #eee; |
| 36 | + font-family: 'Montserrat', Impact, sans-serif; |
| 37 | + font-weight: normal; |
| 38 | + line-height: 1.2; |
| 39 | + letter-spacing: -0.03em; |
| 40 | + text-transform: none; |
| 41 | + text-shadow: none; |
| 42 | + word-wrap: break-word; } |
| 43 | + |
| 44 | +.reveal h1 { |
| 45 | + font-size: 3.77em; } |
| 46 | + |
| 47 | +.reveal h2 { |
| 48 | + font-size: 2.11em; } |
| 49 | + |
| 50 | +.reveal h3 { |
| 51 | + font-size: 1.55em; } |
| 52 | + |
| 53 | +.reveal h4 { |
| 54 | + font-size: 1em; } |
| 55 | + |
| 56 | +.reveal h1 { |
| 57 | + text-shadow: none; } |
| 58 | + |
| 59 | +/********************************************* |
| 60 | + * OTHER |
| 61 | + *********************************************/ |
| 62 | +.reveal p { |
| 63 | + margin: 20px 0; |
| 64 | + text-align: left; |
| 65 | + line-height: 1.3; } |
| 66 | + |
| 67 | +/* Ensure certain elements are never larger than the slide itself */ |
| 68 | +.reveal img, .reveal video, .reveal iframe { |
| 69 | + max-width: 95%; |
| 70 | + max-height: 95%; } |
| 71 | + |
| 72 | +.reveal strong, .reveal b { |
| 73 | + font-weight: bold; } |
| 74 | + |
| 75 | +.reveal em { |
| 76 | + font-style: italic; } |
| 77 | + |
| 78 | +.reveal ol, .reveal dl, .reveal ul { |
| 79 | + /*display: inline-block;*/ |
| 80 | + text-align: left; |
| 81 | + margin: 0 0 0 1em; } |
| 82 | + |
| 83 | +.reveal ol { |
| 84 | + list-style-type: decimal; } |
| 85 | + |
| 86 | +.reveal ul { |
| 87 | + list-style-type: disc; } |
| 88 | + |
| 89 | +.reveal ul ul { |
| 90 | + list-style-type: square; } |
| 91 | + |
| 92 | +.reveal ul ul ul { |
| 93 | + list-style-type: circle; } |
| 94 | + |
| 95 | +.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { |
| 96 | + display: block; |
| 97 | + margin-left: 40px; } |
| 98 | + |
| 99 | +.reveal dt { |
| 100 | + font-weight: bold; } |
| 101 | + |
| 102 | +.reveal dd { |
| 103 | + margin-left: 40px; } |
| 104 | + |
| 105 | +.reveal q, .reveal blockquote { |
| 106 | + quotes: none; } |
| 107 | + |
| 108 | +.reveal blockquote { |
| 109 | + display: block; |
| 110 | + position: relative; |
| 111 | + width: 70%; |
| 112 | + margin: 20px auto; |
| 113 | + padding: 5px; |
| 114 | + font-style: italic; |
| 115 | + background: rgba(255, 255, 255, 0.05); |
| 116 | + box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } |
| 117 | + |
| 118 | +.reveal blockquote p:first-child, .reveal blockquote p:last-child { |
| 119 | + display: inline-block; } |
| 120 | + |
| 121 | +.reveal q { |
| 122 | + font-style: italic; } |
| 123 | + |
| 124 | +.reveal pre { |
| 125 | + display: block; |
| 126 | + position: relative; |
| 127 | + width: 90%; |
| 128 | + margin: 20px auto; |
| 129 | + text-align: left; |
| 130 | + font-size: 0.80em; |
| 131 | + font-family: monospace; |
| 132 | + line-height: 1.2em; |
| 133 | + word-wrap: break-word; |
| 134 | + box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } |
| 135 | + |
| 136 | +.reveal code { |
| 137 | + display: inline; |
| 138 | + word-wrap: normal; |
| 139 | + background: #3F3F3F; |
| 140 | + color: #DCDCDC; |
| 141 | + font-family: "Courier New", Consolas, monospace; } |
| 142 | + |
| 143 | +.reveal pre code { |
| 144 | + display: block; |
| 145 | + padding: 5px; |
| 146 | + overflow: auto; |
| 147 | + max-height: 400px; |
| 148 | + word-wrap: normal; |
| 149 | + background: #3F3F3F; |
| 150 | + color: #DCDCDC; } |
| 151 | + |
| 152 | +.reveal table { |
| 153 | + margin: auto; |
| 154 | + border-collapse: collapse; |
| 155 | + border-spacing: 0; } |
| 156 | + |
| 157 | +.reveal table th { |
| 158 | + font-weight: bold; } |
| 159 | + |
| 160 | +.reveal table th, .reveal table td { |
| 161 | + text-align: left; |
| 162 | + padding: 0.2em 0.5em 0.2em 0.5em; |
| 163 | + border-bottom: 1px solid; } |
| 164 | + |
| 165 | +.reveal table th[align="center"], .reveal table td[align="center"] { |
| 166 | + text-align: center; } |
| 167 | + |
| 168 | +.reveal table th[align="right"], .reveal table td[align="right"] { |
| 169 | + text-align: right; } |
| 170 | + |
| 171 | +.reveal table tr:last-child td { |
| 172 | + border-bottom: none; } |
| 173 | + |
| 174 | +.reveal sup { |
| 175 | + vertical-align: super; } |
| 176 | + |
| 177 | +.reveal sub { |
| 178 | + vertical-align: sub; } |
| 179 | + |
| 180 | +.reveal small { |
| 181 | + display: inline-block; |
| 182 | + font-size: 0.8em; |
| 183 | + line-height: 1.2em; |
| 184 | + vertical-align: top; } |
| 185 | + |
| 186 | +.reveal small * { |
| 187 | + vertical-align: top; } |
| 188 | + |
| 189 | +.reveal small:before { |
| 190 | + content:'※'; |
| 191 | +} |
| 192 | +/********************************************* |
| 193 | + * LINKS |
| 194 | + *********************************************/ |
| 195 | +.reveal a { |
| 196 | + color: #e7ad52; |
| 197 | + text-decoration: none; |
| 198 | + -webkit-transition: color 0.15s ease; |
| 199 | + -moz-transition: color 0.15s ease; |
| 200 | + transition: color 0.15s ease; } |
| 201 | + |
| 202 | +.reveal a:hover { |
| 203 | + color: #f3d7ac; |
| 204 | + text-shadow: none; |
| 205 | + border: none; } |
| 206 | + |
| 207 | +.reveal .roll span:after { |
| 208 | + color: #fff; |
| 209 | + background: #d0881d; } |
| 210 | + |
| 211 | +/********************************************* |
| 212 | + * IMAGES |
| 213 | + *********************************************/ |
| 214 | +.reveal section img { |
| 215 | + margin: 15px 0px; |
| 216 | + background: rgba(255, 255, 255, 0.12); |
| 217 | + border: 4px solid #eee; |
| 218 | + box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } |
| 219 | + |
| 220 | +.reveal a img { |
| 221 | + -webkit-transition: all 0.15s linear; |
| 222 | + -moz-transition: all 0.15s linear; |
| 223 | + transition: all 0.15s linear; } |
| 224 | + |
| 225 | +.reveal a:hover img { |
| 226 | + background: rgba(255, 255, 255, 0.2); |
| 227 | + border-color: #e7ad52; |
| 228 | + box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } |
| 229 | + |
| 230 | +/********************************************* |
| 231 | + * NAVIGATION CONTROLS |
| 232 | + *********************************************/ |
| 233 | +.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled { |
| 234 | + border-right-color: #e7ad52; } |
| 235 | + |
| 236 | +.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled { |
| 237 | + border-left-color: #e7ad52; } |
| 238 | + |
| 239 | +.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled { |
| 240 | + border-bottom-color: #e7ad52; } |
| 241 | + |
| 242 | +.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled { |
| 243 | + border-top-color: #e7ad52; } |
| 244 | + |
| 245 | +.reveal .controls div.navigate-left.enabled:hover { |
| 246 | + border-right-color: #f3d7ac; } |
| 247 | + |
| 248 | +.reveal .controls div.navigate-right.enabled:hover { |
| 249 | + border-left-color: #f3d7ac; } |
| 250 | + |
| 251 | +.reveal .controls div.navigate-up.enabled:hover { |
| 252 | + border-bottom-color: #f3d7ac; } |
| 253 | + |
| 254 | +.reveal .controls div.navigate-down.enabled:hover { |
| 255 | + border-top-color: #f3d7ac; } |
| 256 | + |
| 257 | +/********************************************* |
| 258 | + * PROGRESS BAR |
| 259 | + *********************************************/ |
| 260 | +.reveal .progress { |
| 261 | + background: rgba(0, 0, 0, 0.2); } |
| 262 | + |
| 263 | +.reveal .progress span { |
| 264 | + background: #e7ad52; |
| 265 | + -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); |
| 266 | + -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); |
| 267 | + transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } |
| 268 | + |
| 269 | +/********************************************* |
| 270 | + * SLIDE NUMBER |
| 271 | + *********************************************/ |
| 272 | +.reveal .slide-number { |
| 273 | + color: #e7ad52; } |
0 commit comments