xref: /template/sprintdoc/css/area_main-content.less (revision e35789fd1e5bd74a505e5f40b9fe78be00297174)
1/**
2 * This file provides the design styles for the main-content.
3 *
4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
5 */
6
7#dokuwiki__content.main-content {
8
9    .level2 {
10        p a.media {
11            img {
12                border: 1px dotted @color-site-bg;
13
14            }
15            &:hover, &:focus, &:active {
16                img {
17                    border: 1px solid @color-link;
18                }
19            }
20
21        }
22    }
23}
24
25/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
26/* min-width: 1440px */
27
28@media @screen_min-xlg {
29}
30
31/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
32/* max-width: 1199px */
33
34@media @screen_max-xlg {
35}
36