31 lines
647 B
Plaintext
31 lines
647 B
Plaintext
@import "./variables.less";
|
|
@import (once) "../less2/include/colortheme.less";
|
|
|
|
.cp footer {
|
|
background: @category-bg;
|
|
font-family: @colortheme_font;
|
|
padding-top: 1em;
|
|
font-size: 1.2em;
|
|
a {
|
|
color: @cp-link;
|
|
&:visited {
|
|
color: @cp-link-visited;
|
|
}
|
|
&:hover {
|
|
color: @cp-link-hover;
|
|
}
|
|
}
|
|
li.title {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
}
|
|
div.version-footer {
|
|
background-color: @old-base;
|
|
color: @old-fore;
|
|
text-align: center;
|
|
width: 100%;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|