diff options
| author | Monty Taylor <mordred@inaugust.com> | 2015-10-04 10:40:54 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2015-10-04 10:43:35 -0400 |
| commit | fe99e2fc8364fbf76a7935517bdd4abc905053df (patch) | |
| tree | 35d71144c124bbf234871acff6135025c1df7c05 /src/css | |
| parent | f64915b34b24c49a40d0c91ddd9beb9de8c8ccf8 (diff) | |
Add Ironic talk
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/theme/openstack.css | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/src/css/theme/openstack.css b/src/css/theme/openstack.css index ce8cf13..8b88f6d 100644 --- a/src/css/theme/openstack.css +++ b/src/css/theme/openstack.css | |||
| @@ -33,6 +33,38 @@ body { | |||
| 33 | font-size: 0.5em; | 33 | font-size: 0.5em; |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | .reveal pre { | ||
| 37 | display: block; | ||
| 38 | position: relative; | ||
| 39 | width: 90%; | ||
| 40 | margin: 10px auto; | ||
| 41 | text-align: left; | ||
| 42 | font-size: 0.55em; | ||
| 43 | font-family: monospace; | ||
| 44 | line-height: 1.2em; | ||
| 45 | word-wrap: break-word; | ||
| 46 | } | ||
| 47 | |||
| 48 | .reveal code { | ||
| 49 | text-align: left; | ||
| 50 | font-family: monospace; | ||
| 51 | } | ||
| 52 | |||
| 53 | .reveal pre code { | ||
| 54 | text-align: left; | ||
| 55 | display: block; | ||
| 56 | padding: 5px; | ||
| 57 | overflow: auto; | ||
| 58 | max-height: 400px; | ||
| 59 | word-wrap: normal; | ||
| 60 | background: #3F3F3F; | ||
| 61 | color: #DCDCDC; | ||
| 62 | } | ||
| 63 | |||
| 64 | .reveal ul li { | ||
| 65 | text-align: left; | ||
| 66 | } | ||
| 67 | |||
| 36 | html.cover #head-icon { | 68 | html.cover #head-icon { |
| 37 | visibility: hidden; | 69 | visibility: hidden; |
| 38 | } | 70 | } |
| @@ -76,7 +108,7 @@ html.cover h1 { | |||
| 76 | text-shadow: none; } | 108 | text-shadow: none; } |
| 77 | 109 | ||
| 78 | html.cover h1 { | 110 | html.cover h1 { |
| 79 | text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); | 111 | text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); |
| 80 | } | 112 | } |
| 81 | 113 | ||
| 82 | .reveal h1 { | 114 | .reveal h1 { |
