::selection {
background-color:black;
color:white;
}
::-moz-selection {
background-color:black;
color:white;
}
@font-face{
font-family:'kat';
src:url('/static/font/kat.ttf');
}
@font-face{
font-family:'sq';
src: url('/static/font/sq.ttf');
}
@font-face{
font-family:'dk';
src: url('/static/font/dk.woff2');
}
.ttf-kat{
font-family:kat;
}
.ttf-sq{
font-family:sq;
}
.ttf-dk{
font-family:dk;
}
.limit{
display:block;
overflow:hidden;
word-break:keep-all;
white-space:nowrap;
text-overflow:ellipsis;
}
#rin-bg{
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -2;
position: fixed;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
background-color: white;
background-image: url('../../wallpaper');
}
@media all and (orientation : portrait){
#rin-bg{
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -2;
position: fixed;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
background-color: white;
background-image: url('../../wallpaper/?form=vertical');
}
}