xref: /template/sprintdoc/css/area_main-content.less (revision eeaa70e6b80d9581b3bcd21d73cf402c5b554ddb)
1/**
2 * This file provides the design styles for the main-content.
3 *
4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
5 */
6
7
8#dokuwiki__content.main-content {
9    .level2 {
10        p a.media {
11            img {
12                border: 1px dotted @ini_background;
13
14            }
15            &:hover,
16            &:focus,
17            &:active {
18                img {
19                    border: 1px solid @ini_existing;
20                }
21            }
22        }
23    }
24
25    > div {
26        > ul,
27        > ol {
28            > li {
29                margin-bottom: @small-spacing;
30            }
31        }
32    }
33
34    .wikipagefooter {
35        > hr {
36            margin-top: 3em;
37            margin-bottom: .5em;
38            border-top: dashed @ini_border_light 2px;
39            border-bottom: none;
40        }
41    }
42}
43
44
45/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
46/* min-width: 1440px */
47
48@media @screen_min-xlg {
49}
50
51
52/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
53/* max-width: 1199px */
54
55@media @screen_max-xlg {
56}
57