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

47 lines
761 B
Plaintext
Raw Normal View History

2020-04-29 18:17:21 +00:00
@navbar-width:100%;
@navbar-height: 10px;
@banner-height: 530px;
@banner-width: 100%;
* {
background-color: white;
font-family: 'Courier New', Courier, monospace;
}
.navbar {
font-size: 1.5em;
width: @navbar-width;
height: @navbar-height;
border-width: 1px;
border-right-color: black;
background-color: white;
margin-top: 30px;
2020-04-30 16:23:03 +00:00
padding-bottom: 20px;
2020-04-29 18:17:21 +00:00
border-bottom: solid;
border-width: 1px;
}
.banner {
height: @banner-height;
}
.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
}
.content {
margin-top: @navbar-height + 40px;
margin-left: 15%;
}
.article-anchor {
padding-left: 10px;
padding-right: 10px;
}
.title-block {
text-align: left;
2020-04-29 18:17:21 +00:00
}