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 {
|
2017-02-09 18:53:04 +01:00
|
|
|
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;
|
2017-02-09 18:53:04 +01:00
|
|
|
font-size: 1.2em;
|
2017-02-07 18:06:36 +01:00
|
|
|
a {
|
2017-02-09 18:53:04 +01:00
|
|
|
color: @cp-link;
|
2017-02-07 18:06:36 +01:00
|
|
|
&:visited {
|
2017-02-09 18:53:04 +01:00
|
|
|
color: @cp-link-visited;
|
2017-02-07 18:06:36 +01:00
|
|
|
}
|
|
|
|
|
&:hover {
|
2017-02-09 18:53:04 +01:00
|
|
|
color: @cp-link-hover;
|
2017-02-07 18:06:36 +01:00
|
|
|
}
|
|
|
|
|
}
|
2017-02-16 17:26:51 +01:00
|
|
|
li.title {
|
2017-02-09 18:53:04 +01:00
|
|
|
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
|
|
|
}
|