f110830f6ebe42b19a47a9df06567c5beac33143
[hacks/simpleWebSlides.git] / themes / webTwoPointO.css
1 @import url(https://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext);
2 @import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext);
3
4 /* Default document properties */
5 body {
6     font-family: 'Armata',sans-serif;
7 }
8 code, pre, tt {
9     font-family: 'Inconsolata', monospace;
10 }
11
12 .sws-inner-canvas {
13     top:0vh;
14     width:127vh;
15     height:93vh;
16     padding-left:3vh;
17     padding-right:3vh;
18     overflow:hidden;
19 }
20
21 .sws-cover {
22     text-align:center;
23 }
24
25 a { text-decoration: none; }
26 ul {
27     list-style-type: square;
28 }
29 @media screen {
30     body, .sws-slide {
31         background-color: black;
32         color: white;
33     }
34     h1 {
35         color: #f14a29;
36
37     }
38     em {
39         color: #f14a29;
40         font-style:normal;
41     }
42     a {
43         color: #0092bf;
44         text-decoration:none;
45         font-style:normal;
46     }
47 }
48 @media print {
49     body, .sws-slide {
50         background-color: white;
51         color: black;
52     }
53     em {
54         font-style:italic;
55     }
56 }
57
58 /* slide title */
59 h1 {
60     font-weight: bolder;
61     text-align: center;
62 }
63
64 span.sws-slide-num-sep:after {
65     content : "⋯";
66 }
67 .sws-footer {
68     text-align: center;
69 }