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