New post: Separatism: Redux
This commit is contained in:
parent
79f10b9224
commit
419e0f83e4
43 changed files with 343 additions and 139 deletions
29
style.css
29
style.css
|
|
@ -1,24 +1,9 @@
|
|||
<!--
|
||||
|
||||
/* "Konton no Tsukai" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
padding-right: 70px;
|
||||
min-width: 500px;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
/* "Crow" for Layout V4 */
|
||||
|
||||
body {
|
||||
background-image: url("./css/Konton_no_Tsukai.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
background-position: bottom left;
|
||||
background-color: #cecece;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
|
|
@ -27,12 +12,15 @@ body {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.index {
|
||||
max-width: 670px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -74,6 +62,11 @@ img.big {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
/* https://www.svgrepo.com/svg/6977/star */
|
||||
.based {
|
||||
list-style: url('./css/star.svg');
|
||||
}
|
||||
|
||||
/* https://orangeable.com/css/animated-gradient-text */
|
||||
|
||||
.lesbian {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue