This commit is contained in:
2020-01-26 14:03:17 +01:00
parent 64c623515b
commit 9acd91794c
5 changed files with 70 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
---
layout: none
---
@keyframes blink
{
0% { opacity: 1.0; }
@@ -23,6 +27,27 @@ img {
max-width: 100% !important;
}
.wrap-left{
float: right;
margin-left: 10px;
}
.portrait{
width: 150px;
height: 150px;
float: right;
background-size: contain;
background-repeat: no-repeat;
background-image: url(/neko/crt/assets/images/yui.png);
filter: hue-rotate(-100deg);
}
.orange-filter{
}
/* header */
header {
@@ -62,7 +87,7 @@ a.a-active {
/* main */
main {
main.post-list {
display: grid;
grid-gap: 0.4rem;
line-height: 1.5rem;
@@ -71,6 +96,12 @@ main {
}
main.about{
line-height: 1.5rem;
padding-left: 20px;
padding-right: 20px;
}
.title {
color: #ff7e00;
font-size: 18px;

BIN
assets/images/yui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB