jabe/default_templates/global-style.ejs

56 lines
936 B
Text
Raw Normal View History

<style>
@import url(https://fonts.bunny.net/css?family=alef:400);
#main-content, #header-content {
margin-top: 50px;
margin: auto;
width: 50%;
}
#main-content {
text-align: left;
}
#header-content {
text-align: center;
}
2024-03-29 13:43:01 +01:00
#link-container a {
color: #808080 !important;
}
#link-container {
display: flex;
justify-content: center;
gap: 20px;
flex-direction: row;
flex-wrap: wrap;
}
* {
color:white;
font-family: 'Arial', sans-serif;
}
a {
text-decoration: none;
decoration: none;
color: orange;
}
2024-03-29 10:52:09 +01:00
table td {
color: orange;
}
table {
width: 100%;
}
#date-header, .date-item {
text-align: right;
}
#title-header, .post-item {
text-align: left;
}
#footer-content {
position: fixed;
bottom: 5;
2024-03-29 10:52:09 +01:00
left: 0;
text-align: center;
2024-03-29 10:52:09 +01:00
width: 100%;
}
body {
background-color: #171717;
}
</style>