New poem: hotdog
This commit is contained in:
parent
bb7fdd3714
commit
93481c630f
16 changed files with 204 additions and 228 deletions
16
style.css
16
style.css
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
|
||||
/* "Konton no Tsukai" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
|
|
@ -9,12 +13,12 @@
|
|||
}
|
||||
|
||||
body {
|
||||
background-image: url("./css/jett_3ds.png");
|
||||
background-image: url("./css/Konton_no_Tsukai.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-size: contain;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
background-position: top left;
|
||||
background-position: bottom left;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
|
|
@ -58,11 +62,11 @@ hr {
|
|||
}
|
||||
|
||||
b, strong {
|
||||
color: #685b71;
|
||||
color: #80ff80;
|
||||
}
|
||||
|
||||
i, em, code {
|
||||
color: #7daeaa;
|
||||
color: #ccffcc;
|
||||
}
|
||||
|
||||
img.big {
|
||||
|
|
@ -88,3 +92,5 @@ img.big {
|
|||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0px 50%; }
|
||||
}
|
||||
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue