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