ilo-pali-pi-nimi-sin/static/stylesheet.css

104 lines
1.5 KiB
CSS
Raw Normal View History

2022-05-03 12:10:07 +00:00
@font-face {
font-family: nimi sin;
src:url("PlayfairDisplay-Bold.ttf");
}
@font-face {
font-family: kon;
src:url("OpenSans-SemiBold.ttf");
}
@font-face {
font-family: toki;
src:url("OpenSans-Regular.ttf");
}
2022-05-05 02:11:15 +00:00
@font-face {
font-family: sitelen pona;
src:url("linja-nanpa.otf");
}
2022-05-03 12:10:07 +00:00
2022-05-05 02:11:15 +00:00
#footer {
2022-05-03 12:10:07 +00:00
bottom : 40px;
height : 40px;
margin-top : 40px;
text-align: center;
vertical-align: middle;
position:fixed;
width:100%;
2022-05-05 02:11:15 +00:00
font-family: sitelen pona;
2022-05-03 12:10:07 +00:00
}
2022-05-05 02:11:15 +00:00
#header {
top:40px;
height:40px;
margin-bottom:40px;
text-align:center;
vertical-align:middle;
position:static;
width:100%;
font-family: sitelen pona;
2022-05-03 12:10:07 +00:00
}
2022-05-05 02:11:15 +00:00
2022-05-04 17:06:24 +00:00
pre {
white-space: pre-wrap;
}
2022-05-03 12:10:07 +00:00
body {
background-color: #f8f8ff;
2022-05-05 02:11:15 +00:00
font-size:150%;
2022-05-03 12:10:07 +00:00
}
2022-05-05 02:11:15 +00:00
2022-05-03 12:10:07 +00:00
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
@media (min-width:600px) and (min-height:700px) {
2022-05-03 12:10:07 +00:00
.nimisin-poki {
2022-05-05 02:11:15 +00:00
position: absolute;
2022-05-03 12:10:07 +00:00
top: 50%;
left: 50%;
2022-05-05 08:33:54 +00:00
width: 30vw;
2022-05-03 12:10:07 +00:00
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
2022-05-05 02:11:15 +00:00
}
@media (max-width:600px) and (max-height:700px) {
2022-05-05 02:11:15 +00:00
.nimisin-poki {
padding-bottom:60px;
}
}
2022-05-03 12:10:07 +00:00
.nimisin {
font-family: nimi sin;
color: #00002f;
}
.kon {
color: #00002f;
font-family: kon;
}
.toki {
color: #7979ff;
font-family: toki;
font-style: italic;
}
2022-05-05 02:11:15 +00:00
.nena {
color: #7979ff;
}
.nena:hover {
2022-05-05 20:16:57 +00:00
box-shadow: 0 0 5px #7979ff;
2022-05-05 02:11:15 +00:00
text-decoration:none;
}
2022-05-03 12:10:07 +00:00