
moved the whole section editing and highlighting stuff to its own file. also moved the edittable specific parts to their proper plugin file.
35 lines
675 B
Text
Executable file
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 {
|
|
}
|