1/*
2* This substitutes some dokuwiki css styles.
3* All dokuwiki styles are ignored for reveal.js
4*
5* To obtain some compatibility, some of them are here redefined.
6*
7*/
8.medialeft {
9  float: left;
10}
11.mediaright {
12  float: right;
13}
14
15.doku_revealjs_table {
16    margin-left: auto !important;
17    margin-right: auto !important;
18}
19
20.tags {
21   display: none !important;
22}
23
24.wrap_lo {
25  font-size:smaller !important;
26  opacity: 0.9 !important;
27}
28.wrap_llo {
29  font-size: 50% !important;
30  opacity: 0.6 !important;
31}
32.wrap_clear {
33    clear: both;
34    line-height: 0;
35    height: 0px;
36    font-size: 1px;
37    visibility: hidden;
38    overflow: hidden;
39}
40.wrap_lo img{
41    margin-bottom: 0 !important;
42    margin-top: 0 !important;
43}
44.wrap_bottom_left {
45    position: fixed;
46    bottom: 0;
47    left: 0;
48}
49.wrap_footer,
50.wrap_footer_left,
51.wrap_footer_right {
52    font-size: 0.75em !important;
53    position: fixed;
54    bottom: 0;
55    left: 0;
56    right: 0;
57}
58.wrap_footer {
59    left: 0;
60    right: 0;
61}
62.wrap_footer_left {
63    left: 0;
64}
65.wrap_footer_right {
66    right: 0;
67}
68.no-footer .wrap_footer,
69.no-footer .wrap_footer_left,
70.no-footer .wrap_footer_right {
71  	visibility: hidden;
72}
73.wrap_grayscale {
74    filter: grayscale(100%);
75    -webkit-filter: grayscale(100%);
76}
77
78.has-dark-background .white-only,
79.black-only {
80    display: none;
81}
82.has-dark-background .black-only {
83    display: inline;
84}
85
86.reveal h4 {
87  margin-top: 20px !important;
88}
89.reveal dl {
90  display: block !important;
91}
92.reveal td {
93   vertical-align: top !important;
94   border-bottom: none !important;
95}
96.reveal em.u {
97    font-style: normal;
98    text-decoration: underline;
99}
100.reveal sup, .reveal sub {
101    font-size: .75em;
102}
103