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