breaking anew
This commit is contained in:
parent
56936cf495
commit
cd639bd59f
7 changed files with 253 additions and 45 deletions
33
style.css
33
style.css
|
|
@ -1,9 +1,19 @@
|
|||
<!--
|
||||
|
||||
/* "Kuja" for Layout V4 */
|
||||
/* "Bartz" for Layout V3 */
|
||||
|
||||
/* https://web.archive.org/web/20240310130126/http://eastfarthing.com/luculent/ */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: left;
|
||||
padding-left: 100px;
|
||||
min-width: 500px;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LuculentBold';
|
||||
src: url('./css/fonts/luculentb.woff');
|
||||
|
|
@ -19,7 +29,11 @@
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: #444f7c;
|
||||
background-image: url("./css/bartz.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
font-family: 'LuculentRegular', monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
|
|
@ -32,6 +46,14 @@ td, .center {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right !important
|
||||
}
|
||||
|
||||
.index {
|
||||
max-width: 551px;
|
||||
}
|
||||
|
|
@ -45,9 +67,6 @@ a, a:visited {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box, .card, nav {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
|
|
@ -74,7 +93,7 @@ hr {
|
|||
}
|
||||
|
||||
b, strong {
|
||||
color: #eccb86;
|
||||
color: #1b8d0e;
|
||||
font-family: 'LuculentBold', monospace;
|
||||
}
|
||||
|
||||
|
|
@ -83,7 +102,7 @@ code {
|
|||
}
|
||||
|
||||
i, em {
|
||||
color: #a0a5ab;
|
||||
color: #007ef7;
|
||||
}
|
||||
|
||||
img.big {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue