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