technicalsuwako.moe/www/static/style.css

102 行
1.9 KiB
CSS

/* put your style rules here */
body {
background-color: #232629;
background-image: url('/static/stars.gif');
color: #fcfcfc;
padding: 16px;
}
.jswarning {
background-color: rgb(170, 170, 0);
color: rgb(252, 252, 252);
display: none;
padding: 10px;
z-index: 5000;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
border: 4px #dde22d ridge;
}
.container {
margin: 0 auto;
background-color: #170b15;
max-width: 840px;
border: 8px #a93da9 ridge;
padding: 4px;
}
.header-img {
padding: 10px 20px;
max-width: 800px;
width: 100%;
}
@media screen and (max-width: 840px) {
.header-img { padding: 0; }
}
a {
color: #ea81e8;
text-decoration: none;
}
pre {
background-color: #4b364b !important;
padding: 8px;
border: 1px #ff61ff dashed;
}
img {
max-width: 600px;
max-height: 500px;
}
hr {
border: 4px #971195 outset;
border-color: #971195;
}
h1 {
font-size: 30px;
text-decoration: underline;
}
.header > h1 {
font-size: 1.5em;
text-decoration: none;
}
.warning, .danger {
padding: 4px;
border: 1px solid #eff0f1;
border-radius: 5px;
}
.warning {
background-color: #fdbc4b;
color: #232629;
}
.danger {
background-color: #da4453;
}
.icon-rss, .icon-pleroma, .icon-peertube, .icon-clearnet, .icon-tor, .icon-i2p, .icon-freenet, .icon-bitcoin, .icon-monero, .icon-wownero {
background-image: url('sheet.png');
background-repeat: no-repeat;
height: 32px;
}
.icon-rss { background-position: 0px 0px; }
.icon-pleroma { background-position: 0px 32px; }
.icon-peertube { background-position: 0px 64px; }
.icon-clearnet { background-position: 0px 96px; }
.icon-tor { background-position: 0px 128px; }
.icon-i2p { background-position: 0px 160px; }
.icon-freenet { background-position: 0px 192px; }
.icon-bitcoin { background-position: 0px 224px; }
.icon-monero { background-position: 0px 256px; }
.icon-wownero { background-position: 0px 288px; }