dokuwiki-template-sprintdoc.../css/area_main-content.less
Andreas Gohr c184619466 more styling for section edit buttons
moved the whole section editing and highlighting stuff to its own file.
also moved the edittable specific parts to their proper plugin file.
2017-02-22 10:48:36 +01:00

35 lines
675 B
Text
Executable file

/**
* This file provides the design styles for the main-content.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
#dokuwiki__content.main-content {
.level2 {
p a.media {
img {
border: 1px dotted @color-site-bg;
}
&:hover, &:focus, &:active {
img {
border: 1px solid @color-link;
}
}
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* min-width: 1440px */
@media @screen_min-xlg {
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1199px */
@media @screen_max-xlg {
}