2020-05-07 16:29:37 +00:00
|
|
|
@import "fonts.less";
|
|
|
|
|
2020-04-29 18:17:21 +00:00
|
|
|
@navbar-width:100%;
|
|
|
|
@navbar-height: 10px;
|
|
|
|
@banner-height: 530px;
|
|
|
|
@banner-width: 100%;
|
2020-05-07 16:29:37 +00:00
|
|
|
@logo-dimension: 20px;
|
2020-04-29 18:17:21 +00:00
|
|
|
|
|
|
|
* {
|
|
|
|
background-color: white;
|
2020-05-07 16:29:37 +00:00
|
|
|
font-family: 'happy';
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
font-size: 1.5em;
|
|
|
|
width: @navbar-width;
|
|
|
|
height: @navbar-height;
|
|
|
|
background-color: white;
|
|
|
|
margin-top: 30px;
|
2020-05-07 16:29:37 +00:00
|
|
|
padding-bottom: 25px;
|
|
|
|
a {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
height: @banner-height;
|
|
|
|
}
|
|
|
|
|
2020-05-07 16:29:37 +00:00
|
|
|
.footer {
|
|
|
|
|
|
|
|
margin-top: 50px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer::before {
|
|
|
|
content: '---';
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer::after {
|
|
|
|
content: '---';
|
|
|
|
}
|
|
|
|
|
2020-04-29 18:17:21 +00:00
|
|
|
.banner-img {
|
|
|
|
width: @banner-width;
|
2020-04-30 16:23:03 +00:00
|
|
|
border: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
|
|
|
|
2020-05-07 16:29:37 +00:00
|
|
|
#rss-logo {
|
|
|
|
width: @logo-dimension;
|
|
|
|
height: @logo-dimension;
|
|
|
|
}
|
|
|
|
|
|
|
|
#git-logo {
|
|
|
|
width: @logo-dimension;
|
|
|
|
height: @logo-dimension;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-04-29 18:17:21 +00:00
|
|
|
.content {
|
|
|
|
margin-top: @navbar-height + 40px;
|
2020-05-07 16:29:37 +00:00
|
|
|
margin-left: 15%;
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article-anchor {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2020-04-30 16:12:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title-block {
|
|
|
|
text-align: left;
|
2020-05-07 16:29:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
background-color: #cccccc;
|
|
|
|
font-style: italic;
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|