New poem: Yuzu
This commit is contained in:
parent
94769dc920
commit
75561e6790
19 changed files with 221 additions and 74 deletions
27
style.css
27
style.css
|
|
@ -1,9 +1,9 @@
|
|||
<!--
|
||||
|
||||
/* "Feathers" for Layout V4 */
|
||||
/* "Regalia" for Layout V4 */
|
||||
|
||||
body {
|
||||
background-color: #32838f;
|
||||
background-color: #5c7e70;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
|
|
@ -12,12 +12,6 @@ body {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#index-header {
|
||||
background-image: url("img/feather_red.png"), url("img/feather_blue.png");
|
||||
background-repeat: no-repeat, no-repeat;
|
||||
background-position: left, right;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -30,14 +24,21 @@ a, a:visited {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.box, .card, nav {
|
||||
.box, .card, nav, .check {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #242424;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box, .card, nav {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.check {
|
||||
background: #1114;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
|
@ -61,15 +62,15 @@ hr {
|
|||
}
|
||||
|
||||
b, strong {
|
||||
color: #fff27b;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #856b88;
|
||||
color: violet;
|
||||
}
|
||||
|
||||
i, em {
|
||||
color: #e29a87;
|
||||
color: red;
|
||||
}
|
||||
|
||||
img.big {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue