1/**
2 * This file provides the design styles for the main-content.
3 */
4
5#dokuwiki__content.main-content {
6    div[class^="level"] {
7        p a.media {
8            img {
9                border: 1px dotted @ini_background_site;
10
11            }
12            &:hover,
13            &:focus,
14            &:active {
15                img {
16                    border: 1px solid @ini_existing;
17                }
18            }
19        }
20    }
21
22    > div,
23    div[class^="level"] {
24        > ul,
25        > ol {
26            &:not([class="tabs"]) > li {
27                margin-bottom: @small-spacing;
28            }
29        }
30    }
31
32    .wikipagefooter {
33        > hr {
34            margin-top: 3em;
35            margin-bottom: .5em;
36            border-top: dashed @ini_border_light 2px;
37            border-bottom: none;
38        }
39    }
40}
41
42/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
43/* min-width: 1440px */
44// @media @screen_min-xlg {
45// }
46
47/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
48/* max-width: 1199px */
49// @media @screen_max-xlg {
50// }
51