|
| 1 | +.caption { |
| 2 | + font-size: 60%; |
| 3 | + font-weight: 700; |
| 4 | + text-align: center; |
| 5 | +} |
| 6 | + |
| 7 | +.remark-slide-content { |
| 8 | + background-color: #FAFAFA; |
| 9 | + border-top: 80px solid #782F40; |
| 10 | + font-size: 24px; |
| 11 | + font-weight: 300; |
| 12 | + line-height: 1; |
| 13 | + padding: 1em 2em 1em 2em |
| 14 | +} |
| 15 | + |
| 16 | +.title-slide .inverse .remark-slide-content { |
| 17 | + background-color: #FAFAFA; |
| 18 | +} |
| 19 | + |
| 20 | +.inverse { |
| 21 | + background-color: #782F40; |
| 22 | + text-shadow: none; |
| 23 | +} |
| 24 | + |
| 25 | + |
| 26 | +/* ------------------------------------------------------------------------- */ |
| 27 | +/* This controls the appearance of all regular slides */ |
| 28 | +.remark-slide-content > h1 { |
| 29 | + font-family: 'Lato'; |
| 30 | + font-weight: 400; |
| 31 | + font-size: 56px; |
| 32 | + margin-top: -96px; |
| 33 | + margin-bottom: 48px; |
| 34 | + margin-left: -00px; |
| 35 | + color: #FAFAFA; |
| 36 | +} |
| 37 | + |
| 38 | +.remark-slide-content > inverse { |
| 39 | +width: 112px; |
| 40 | +height: 47px; |
| 41 | +border-bottom: 1px solid #FAFAFA; |
| 42 | +position: absolute; |
| 43 | +} |
| 44 | + |
| 45 | +/* Changes color of hyperlinks */ |
| 46 | +a, a > code { |
| 47 | + color: #CEB888; |
| 48 | + text-decoration: underline; |
| 49 | + font-weight: 600px; |
| 50 | +} |
| 51 | + |
| 52 | +/* Removes colored bar from top of the slide resulting in a clear slide */ |
| 53 | +.clear{ |
| 54 | + border-top: 0px solid #FAFAFA; |
| 55 | +} |
| 56 | + |
| 57 | +.remark-slide-content > h2, h3, h4 { |
| 58 | + padding-top: 00px; |
| 59 | + padding-bottom: 00px; |
| 60 | + color: #782F40; |
| 61 | + text-shadow: none; |
| 62 | + font-weight: 400; |
| 63 | + text-align: left; |
| 64 | + margin-top: 00px; |
| 65 | + margin-left: 00px; |
| 66 | + margin-bottom: -10px; |
| 67 | +} |
| 68 | + |
| 69 | +.remark-slide-content > h2, .pull-left > h2, .pull-right > h2 { |
| 70 | + font-size: 35px; |
| 71 | +} |
| 72 | + |
| 73 | +.remark-slide-content > h3, .remark-slide-content > h4, |
| 74 | +.pull-left > h3, .pull-left > h4, .pull-right > h3, .pull-right > h4 { |
| 75 | + font-size: 30px; |
| 76 | +} |
| 77 | + |
| 78 | +.remark-slide-number { |
| 79 | + font-size: 13pt; |
| 80 | + font-family: 'Alata'; |
| 81 | + color: #782F40; |
| 82 | + opacity: 1; |
| 83 | +} |
| 84 | +.inverse .remark-slide-number { |
| 85 | + font-size: 13pt; |
| 86 | + font-family: 'Alata'; |
| 87 | + color: #FAFAFA; |
| 88 | + opacity: 1; |
| 89 | +} |
| 90 | + |
| 91 | +.remark-inline-code { |
| 92 | + /* background: #F5F5F5; /* lighter */ |
| 93 | + background: #e4e4e4; /* darker */ |
| 94 | + border-radius: 3px; |
| 95 | + padding: 4px; |
| 96 | +} |
| 97 | + |
| 98 | + |
| 99 | +/* ------------------------------------------------------------------------- */ |
| 100 | +/* This controls the appearance of the Title slide */ |
| 101 | + |
| 102 | +/* This removes the border at the top of the Title slide */ |
| 103 | +.title-slide { |
| 104 | + background-color: #FAFAFA; |
| 105 | + border-top: 00px solid #FAFAFA; |
| 106 | +} |
| 107 | + |
| 108 | +/* This controls the font sizes on Title slide */ |
| 109 | +.title-slide h1 { |
| 110 | + color: #782F40; |
| 111 | + font-size: 48px; |
| 112 | + text-shadow: none; |
| 113 | + font-weight: 900; |
| 114 | + text-align: left; |
| 115 | + margin-left: 10px; |
| 116 | + padding-top: 00px; |
| 117 | + line-height: 1.0em; |
| 118 | +} |
| 119 | +.title-slide h2 { |
| 120 | + margin-top: -25px; |
| 121 | + padding-bottom: -20px; |
| 122 | + color: #000; |
| 123 | + text-shadow: none; |
| 124 | + font-weight: 300; |
| 125 | + font-size: 28px; |
| 126 | + text-align: left; |
| 127 | + margin-left: 10px; |
| 128 | + margin-bottom: 24px; |
| 129 | + line-height: 1.0em; |
| 130 | +} |
| 131 | +.title-slide h3 { |
| 132 | + color: #782F40; |
| 133 | + text-shadow: none; |
| 134 | + font-weight: 400; |
| 135 | + font-size: 20px; |
| 136 | + text-align: left; |
| 137 | + margin-left: 10px; |
| 138 | + line-height: 1.5em; |
| 139 | +} |
| 140 | + |
| 141 | +/* turns off slide numbers for title page: https://github.com/gnab/remark/issues/298 */ |
| 142 | +.title-slide .remark-slide-number { |
| 143 | + display: none; |
| 144 | +} |
| 145 | + |
| 146 | +.title-slide { |
| 147 | + background-image: url('img/2-ISD-model.png'); |
| 148 | + background-position: center top; |
| 149 | + background-size: contain; |
| 150 | + margin-top: -10px; |
| 151 | + background-color: #FAFAFA; |
| 152 | +} |
| 153 | + |
| 154 | + |
| 155 | +/* ------------------------------------------------------------------------- */ |
| 156 | +.code10 .remark-code { |
| 157 | + font-size: 10%; |
| 158 | +} |
| 159 | + |
| 160 | +.code20 .remark-code { |
| 161 | + font-size: 20%; |
| 162 | +} |
| 163 | + |
| 164 | +.code30 .remark-code { |
| 165 | + font-size: 30%; |
| 166 | +} |
| 167 | + |
| 168 | +.code40 .remark-code { |
| 169 | + font-size: 40%; |
| 170 | +} |
| 171 | + |
| 172 | +.code50 .remark-code { |
| 173 | + font-size: 50%; |
| 174 | +} |
| 175 | + |
| 176 | +.code60 .remark-code { |
| 177 | + font-size: 60%; |
| 178 | +} |
| 179 | + |
| 180 | +.code70 .remark-code { |
| 181 | + font-size: 70%; |
| 182 | +} |
| 183 | + |
| 184 | +.code80 .remark-code { |
| 185 | + font-size: 80%; |
| 186 | +} |
| 187 | + |
| 188 | +.code90 .remark-code { |
| 189 | + font-size: 90%; |
| 190 | +} |
| 191 | + |
| 192 | +.code100 .remark-code { |
| 193 | + font-size: 100%; |
| 194 | +} |
| 195 | + |
| 196 | +.font10 { |
| 197 | + font-size: 10%; |
| 198 | +} |
| 199 | + |
| 200 | +.font20 { |
| 201 | + font-size: 20%; |
| 202 | +} |
| 203 | + |
| 204 | +.font30 { |
| 205 | + font-size: 30%; |
| 206 | +} |
| 207 | + |
| 208 | +.font40 { |
| 209 | + font-size: 40%; |
| 210 | +} |
| 211 | + |
| 212 | +.font50 { |
| 213 | + font-size: 50%; |
| 214 | +} |
| 215 | + |
| 216 | +.font60 { |
| 217 | + font-size: 60%; |
| 218 | +} |
| 219 | + |
| 220 | +.font70 { |
| 221 | + font-size: 70%; |
| 222 | +} |
| 223 | + |
| 224 | +.font80 { |
| 225 | + font-size: 80%; |
| 226 | +} |
| 227 | + |
| 228 | +.font90 { |
| 229 | + font-size: 90%; |
| 230 | +} |
| 231 | + |
| 232 | +.font100 { |
| 233 | + font-size: 100%; |
| 234 | +} |
| 235 | + |
| 236 | +.font110 { |
| 237 | + font-size: 110%; |
| 238 | +} |
| 239 | + |
| 240 | +.font120 { |
| 241 | + font-size: 120%; |
| 242 | +} |
| 243 | + |
| 244 | +.font130 { |
| 245 | + font-size: 130%; |
| 246 | +} |
| 247 | + |
| 248 | +.font140 { |
| 249 | + font-size: 140%; |
| 250 | +} |
| 251 | + |
| 252 | +.font150 { |
| 253 | + font-size: 150%; |
| 254 | +} |
| 255 | + |
| 256 | +.font160 { |
| 257 | + font-size: 160%; |
| 258 | +} |
| 259 | +.font170 { |
| 260 | + font-size: 170%; |
| 261 | +} |
| 262 | +.font180 { |
| 263 | + font-size: 180%; |
| 264 | +} |
| 265 | +.font190 { |
| 266 | + font-size: 190%; |
| 267 | +} |
| 268 | +.font200 { |
| 269 | + font-size: 200%; |
| 270 | +} |
0 commit comments