portrait
This commit is contained in:
@@ -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
BIN
assets/images/yui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
Reference in New Issue
Block a user