lipu-sona/static/tokipona/xstyle.css.h

29 lines
416 B
C
Raw Normal View History

2020-05-14 13:31:38 +03:00
.header {
background: #f5ee9b;
color: #404a68;
}
.tenpo {
display: inline-block;
}
@media screen {
2020-05-14 13:31:38 +03:00
.header_image {
padding-top: 12.5%;
background-image: url("tokipona_header.gif");
2020-05-14 13:31:38 +03:00
background-size: contain;
background-repeat: no-repeat;
background-position: center;
image-rendering: pixelated;
2020-05-14 13:31:38 +03:00
image-rendering: crisp-edges;
}
.header_text {
background: rgba(245,238,155,0.75);
}
}