technicalsuwako.moe/www/static/style.css

85 行
1.6 KiB
CSS

/* put your style rules here */
body {
background-image: url('/static/stars.gif');
color: #fcfcfc;
padding: 16px;
}
.container, header {
margin: 0 auto;
background-color: #232629;
max-width: 840px;
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: #31363b !important;
padding: 8px;
}
img {
max-width: 600px;
max-height: 500px;
}
hr {
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; }