69 lines
1.2 KiB
Text
69 lines
1.2 KiB
Text
/**
|
|
* This file provides the design styles for the main-content.
|
|
*
|
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
|
*/
|
|
|
|
|
|
#dokuwiki__content.main-content {
|
|
img {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* + + + source block + + + */
|
|
.code {
|
|
margin-top: @grid;
|
|
}
|
|
}
|
|
|
|
|
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
/* min-width: 1440px */
|
|
|
|
@media @screen_min-xlg {
|
|
#dokuwiki__content.main-content {
|
|
p, a,
|
|
li, dl,
|
|
td, th,
|
|
label,
|
|
button {
|
|
font-size: .88rem;
|
|
line-height: 140%;
|
|
|
|
* {
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
}
|
|
|
|
.code {
|
|
font-size: .75rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
/* max-width: 1199px */
|
|
|
|
@media @screen_max-xlg {
|
|
#dokuwiki__content.main-content {
|
|
p, a,
|
|
li, dl,
|
|
td, th,
|
|
label,
|
|
button {
|
|
font-size: 1rem;
|
|
line-height: 140%;
|
|
|
|
* {
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
}
|
|
|
|
.code {
|
|
font-size: .94rem;
|
|
}
|
|
}
|
|
}
|