summaryrefslogtreecommitdiff
path: root/src/css/theme/openstack.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/theme/openstack.css')
-rw-r--r--src/css/theme/openstack.css34
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
36html.cover #head-icon { 68html.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
78html.cover h1 { 110html.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 {