xref: /template/sprintdoc/css/area_main-content.less (revision c98cbfb79a898c799d3680bc95e54fe4caa12470)
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    div[class^="level"] {
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    .section_highlight > div,
27    div[class^="level"] {
28        > ul,
29        > ol {
30            &:not([class="tabs"]) > li {
31                margin-bottom: @small-spacing;
32            }
33        }
34    }
35
36    .wikipagefooter {
37        > hr {
38            margin-top: 3em;
39            margin-bottom: .5em;
40            border-top: dashed @ini_border_light 2px;
41            border-bottom: none;
42        }
43    }
44}
45
46
47/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
48/* min-width: 1440px */
49
50@media @screen_min-xlg {
51}
52
53
54/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
55/* max-width: 1199px */
56
57@media @screen_max-xlg {
58}
59