31 lines
647 B
Plaintext
Raw Normal View History

2017-02-03 16:52:55 +01:00
@import "./variables.less";
2017-08-04 17:15:45 +02:00
@import (once) "../less2/include/colortheme.less";
2017-02-03 16:52:55 +01:00
2017-02-07 18:06:36 +01:00
.cp footer {
background: @category-bg;
2017-08-04 17:15:45 +02:00
font-family: @colortheme_font;
2017-02-03 16:52:55 +01:00
padding-top: 1em;
font-size: 1.2em;
2017-02-07 18:06:36 +01:00
a {
color: @cp-link;
2017-02-07 18:06:36 +01:00
&:visited {
color: @cp-link-visited;
2017-02-07 18:06:36 +01:00
}
&:hover {
color: @cp-link-hover;
2017-02-07 18:06:36 +01:00
}
}
2017-02-16 17:26:51 +01:00
li.title {
font-size: 1.2em;
2017-02-07 18:06:36 +01:00
font-weight: bold;
}
2017-03-14 14:34:13 +01:00
div.version-footer {
background-color: @old-base;
color: @old-fore;
text-align: center;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
2017-02-07 18:06:36 +01:00
}