theolem.org/themes/theo_lem/static/css/main.less

125 lines
1.7 KiB
Plaintext
Raw Normal View History

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;
2020-11-16 19:01:06 +00:00
@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;
2020-11-16 19:01:06 +00:00
width: @navbar-width;
2020-04-29 18:17:21 +00:00
height: @navbar-height;
background-color: white;
margin-top: 10px;
2020-05-07 16:29:37 +00:00
padding-bottom: 25px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2020-05-07 16:29:37 +00:00
a {
2020-11-16 19:01:06 +00:00
padding-left: 40px;
2020-05-07 16:29:37 +00:00
padding-right: 40px;
}
:hover {
text-decoration: underline;
}
2020-04-29 18:17:21 +00:00
}
2020-05-07 16:29:37 +00:00
.footer {
margin-top: 50px;
2020-05-10 14:23:09 +00:00
margin-bottom: 20px;
2020-05-07 16:29:37 +00:00
text-align: center;
a {
text-decoration: none;
2020-11-16 19:01:06 +00:00
padding-right: 20px;
padding-left: 20px;
2020-05-07 16:29:37 +00:00
}
}
2020-09-26 12:47:02 +00:00
#break-footer {
width:20%;
}
2020-04-29 18:17:21 +00:00
.banner-img {
width: @banner-width;
2020-11-16 19:01:06 +00:00
border: solid;
2020-04-30 16:23:03 +00:00
border-width: 1px;
2020-04-29 18:17:21 +00:00
}
2020-05-07 16:29:37 +00:00
#rss-logo {
2020-11-16 19:01:06 +00:00
width: @logo-dimension;
height: @logo-dimension;
2020-05-07 16:29:37 +00:00
}
#git-logo {
2020-11-16 19:01:06 +00:00
width: @logo-dimension;
height: @logo-dimension;
2020-05-07 16:29:37 +00:00
}
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%;
2020-05-10 14:23:09 +00:00
max-width: 60%;
font-size: 1.2em;
p a {
color: #737373
}
2020-05-07 16:29:37 +00:00
a:hover {
text-decoration: underline;
}
2020-04-29 18:17:21 +00:00
}
.article-anchor {
padding-left: 10px;
padding-right: 10px;
}
.title-block {
text-align: left;
2020-05-07 16:29:37 +00:00
}
code {
background-color: #cccccc;
font-style: italic;
}
blockquote {
2020-06-01 13:45:01 +00:00
margin-left: 40px;
font-style: italic;
2020-06-01 13:45:01 +00:00
font-size: 1em;
}
@media print {
.banner {
visibility: hidden;
}
.navbar {
visibility: hidden;
}
2020-11-16 19:01:06 +00:00
}
.paginator {
text-align: center;
}
.page_numbers {
padding: 20px;
}