footer: css prepared
This commit is contained in:
parent
6c5ccd1c28
commit
4cca8c85e8
1 changed files with 50 additions and 0 deletions
|
@ -3,3 +3,53 @@
|
||||||
*
|
*
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* no print */
|
||||||
|
|
||||||
|
@media screen {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
* {
|
||||||
|
font-size: (@font-size-default - .1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pad {
|
||||||
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.doc {}
|
||||||
|
|
||||||
|
.license {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* min-width: 1024px */
|
||||||
|
|
||||||
|
@media @screen_min-md {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
margin: 0 @margin-big;
|
||||||
|
|
||||||
|
.pad {
|
||||||
|
float: right;
|
||||||
|
width: 73%;
|
||||||
|
padding: @margin-default 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 1023px */
|
||||||
|
|
||||||
|
@media @screen_max-md {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
.pad {
|
||||||
|
width: 100%;
|
||||||
|
padding: @margin-default @margin-big;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue