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

72 lines
1.0 KiB
CSS

@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");
}
#footer {
bottom : 40px;
height : 40px;
margin-top : 40px;
text-align: center;
vertical-align: middle;
position:fixed;
width:100%;
}
#footer * {
margin-right: 40px;
margin-left: 40px;
}
pre {
white-space: pre-wrap;
}
body {
background-color: #f8f8ff;
font-size:150%
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.nimisin-poki {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.nimisin {
font-family: nimi sin;
color: #00002f;
}
.kon {
color: #00002f;
font-family: kon;
}
.toki {
color: #7979ff;
font-family: toki;
font-style: italic;
}