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