welp, mistake

This commit is contained in:
Patrick Tschuchnig
2020-01-26 01:58:08 +01:00
parent 34b4159de1
commit 539cc0e302
13 changed files with 36 additions and 50 deletions

View File

@@ -177,7 +177,7 @@ http://aleclownes.com/2017/02/01/crt-display.html
.crt::before {
content: " ";
display: block;
position: fixed;
position: absolute;
top: auto;
left: auto;
bottom: auto;

View File

@@ -83,23 +83,14 @@ main {
}
.post-list a {
text-decoration: none;
position: relative;
color: #FFBE00 !important;
padding-bottom: 10px;
}
.post-list a:after {
content: "";
position: absolute;
left: auto;
transition: 0.4s;
}
.post-list a:hover:after {
content: "_";
animation: blink 1s infinite;
}
.asciiart {
@@ -113,23 +104,19 @@ main {
text-align: center;
}
/*
.post-list a:before,
.post-list a:before {
content: "#";
color: #ff9400;
position: absolute;
left: -0.8em;
font-weight: bold;
.headline{
padding-top: 20px;
padding-bottom: 10px;
font-size: large;
}
*/
/* footer */
footer {
font-weight: bold;
color: #ffd300;
font-size: 0.7rem;
font-size: xx-small;
padding-top:20px;
padding-left: 20px;
padding-right: 20px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 KiB