dokuwiki-template-sprintdoc.../css/area_footer.less
2017-01-02 14:53:36 +01:00

57 lines
1,008 B
Text
Executable file

/**
* This file provides the design styles for the page footer
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* no print */
@media screen {
#dokuwiki__footer {
.main-footer {
position: relative;
box-sizing: border-box;
}
p {
font-size: @font-size-default;
}
bdi {
font-weight: bold;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* min-width: 1024px */
@media @screen_min-md {
#dokuwiki__footer {
.col-xs-12 {
float: right;
width: 73%;
}
.main-footer {
padding: @margin-default 0;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */
@media @screen_max-md {
#dokuwiki__footer {
.main-footer {
padding: @margin-default (@margin-big - .5);
}
}
}