dokuwiki-template-sprintdoc.../css/area_main-content.less
Andreas Gohr 23ea6ca0ed Merge branch 'master' into sidebar
* master:
  remove jumping on edit hover with h1
  SPR-815 remove unused roboto font
  SPR-800 remove unused function file
  use simpler striped pattern for section highlight
  activate deployment
  Add fabfile.py
2017-02-21 16:42:27 +01:00

75 lines
1.8 KiB
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;
}
}
}
}
div.section_highlight{
background: repeating-linear-gradient(
-45deg,
@ini_background_neu,
@ini_background_neu 10px,
@ini_background 10px,
@ini_background 20px,
);
}
.secedit {
float: right;
margin-top: 0;
position: relative;
z-index: 2;
top: 0;
button {
background-color: transparent;
color: transparent;
border-color: transparent;
&::after {
content: '';
display: inline-block;
background: transparent url("svg.php?svg=pencil.svg&f=link") center center no-repeat;
height: 1em;
width: 1em;
background-size: contain;
margin-left: 0.5rem; // FIXME hard coded in plugins/edit.less
}
&:hover,
&:active,
&:focus {
background-color: @button_color;
color: @button_background;
border-color: @button_background;
}
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* min-width: 1440px */
@media @screen_min-xlg {
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1199px */
@media @screen_max-xlg {
}