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