Ignore rally_conf.json
[functest-xtesting.git] / docs / com / css / theme / night.css
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   line-height: 1.3; }
65
66 /* Ensure certain elements are never larger than the slide itself */
67 .reveal img, .reveal video, .reveal iframe {
68   max-width: 95%;
69   max-height: 95%; }
70
71 .reveal strong, .reveal b {
72   font-weight: bold; }
73
74 .reveal em {
75   font-style: italic; }
76
77 .reveal ol, .reveal dl, .reveal ul {
78   display: inline-block;
79   text-align: left;
80   margin: 0 0 0 1em; }
81
82 .reveal ol {
83   list-style-type: decimal; }
84
85 .reveal ul {
86   list-style-type: disc; }
87
88 .reveal ul ul {
89   list-style-type: square; }
90
91 .reveal ul ul ul {
92   list-style-type: circle; }
93
94 .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
95   display: block;
96   margin-left: 40px; }
97
98 .reveal dt {
99   font-weight: bold; }
100
101 .reveal dd {
102   margin-left: 40px; }
103
104 .reveal q, .reveal blockquote {
105   quotes: none; }
106
107 .reveal blockquote {
108   display: block;
109   position: relative;
110   width: 70%;
111   margin: 20px auto;
112   padding: 5px;
113   font-style: italic;
114   background: rgba(255, 255, 255, 0.05);
115   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
116
117 .reveal blockquote p:first-child, .reveal blockquote p:last-child {
118   display: inline-block; }
119
120 .reveal q {
121   font-style: italic; }
122
123 .reveal pre {
124   display: block;
125   position: relative;
126   width: 90%;
127   margin: 20px auto;
128   text-align: left;
129   font-size: 0.55em;
130   font-family: monospace;
131   line-height: 1.2em;
132   word-wrap: break-word;
133   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
134
135 .reveal code {
136   font-family: monospace; }
137
138 .reveal pre code {
139   display: block;
140   padding: 5px;
141   overflow: auto;
142   max-height: 400px;
143   word-wrap: normal; }
144
145 .reveal table {
146   margin: auto;
147   border-collapse: collapse;
148   border-spacing: 0; }
149
150 .reveal table th {
151   font-weight: bold; }
152
153 .reveal table th, .reveal table td {
154   text-align: left;
155   padding: 0.2em 0.5em 0.2em 0.5em;
156   border-bottom: 1px solid; }
157
158 .reveal table th[align="center"], .reveal table td[align="center"] {
159   text-align: center; }
160
161 .reveal table th[align="right"], .reveal table td[align="right"] {
162   text-align: right; }
163
164 .reveal table tr:last-child td {
165   border-bottom: none; }
166
167 .reveal sup {
168   vertical-align: super; }
169
170 .reveal sub {
171   vertical-align: sub; }
172
173 .reveal small {
174   display: inline-block;
175   font-size: 0.6em;
176   line-height: 1.2em;
177   vertical-align: top; }
178
179 .reveal small * {
180   vertical-align: top; }
181
182 /*********************************************
183  * LINKS
184  *********************************************/
185 .reveal a {
186   color: #e7ad52;
187   text-decoration: none;
188   -webkit-transition: color 0.15s ease;
189   -moz-transition: color 0.15s ease;
190   transition: color 0.15s ease; }
191
192 .reveal a:hover {
193   color: #f3d7ac;
194   text-shadow: none;
195   border: none; }
196
197 .reveal .roll span:after {
198   color: #fff;
199   background: #d0881d; }
200
201 /*********************************************
202  * IMAGES
203  *********************************************/
204 .reveal section img {
205   margin: 15px 0px;
206   background: rgba(255, 255, 255, 0.12);
207   border: 4px solid #eee;
208   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
209
210 .reveal section img.plain {
211   border: 0;
212   box-shadow: none; }
213
214 .reveal a img {
215   -webkit-transition: all 0.15s linear;
216   -moz-transition: all 0.15s linear;
217   transition: all 0.15s linear; }
218
219 .reveal a:hover img {
220   background: rgba(255, 255, 255, 0.2);
221   border-color: #e7ad52;
222   box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
223
224 /*********************************************
225  * NAVIGATION CONTROLS
226  *********************************************/
227 .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled {
228   border-right-color: #e7ad52; }
229
230 .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled {
231   border-left-color: #e7ad52; }
232
233 .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled {
234   border-bottom-color: #e7ad52; }
235
236 .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled {
237   border-top-color: #e7ad52; }
238
239 .reveal .controls .navigate-left.enabled:hover {
240   border-right-color: #f3d7ac; }
241
242 .reveal .controls .navigate-right.enabled:hover {
243   border-left-color: #f3d7ac; }
244
245 .reveal .controls .navigate-up.enabled:hover {
246   border-bottom-color: #f3d7ac; }
247
248 .reveal .controls .navigate-down.enabled:hover {
249   border-top-color: #f3d7ac; }
250
251 /*********************************************
252  * PROGRESS BAR
253  *********************************************/
254 .reveal .progress {
255   background: rgba(0, 0, 0, 0.2); }
256
257 .reveal .progress span {
258   background: #e7ad52;
259   -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
260   -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
261   transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
262
263 /*********************************************
264  * SLIDE NUMBER
265  *********************************************/
266 .reveal .slide-number {
267   color: #e7ad52; }