1/*
2    Stylesheet used by the external carousel.php viewer
3*/
4* {
5    margin: 0;
6    padding: 0;
7}
8
9body {
10    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
11}
12
13#dokuwiki__content .mikiop-carousel {
14    height: 100% !important;
15    margin-bottom: 0 !important;
16}
17
18a {
19    text-decoration: none;
20}
21
22a:hover {
23    text-decoration: underline;
24}