technicalsuwako.moe/www/static/style.css

102 行
1.9 KiB
CSS
Raw 通常表示 履歴

2022-01-27 14:12:21 +09:00
/* put your style rules here */
body {
2022-03-24 14:43:39 +09:00
background-color: #232629;
2022-02-14 22:32:12 +09:00
background-image: url('/static/stars.gif');
2022-01-27 14:12:21 +09:00
color: #fcfcfc;
padding: 16px;
}
2022-03-24 14:43:39 +09:00
.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;
}
2022-03-31 02:06:42 +09:00
.container {
2022-02-14 22:32:12 +09:00
margin: 0 auto;
2022-03-24 14:43:39 +09:00
background-color: #170b15;
2022-02-14 22:32:12 +09:00
max-width: 840px;
2022-03-24 14:43:39 +09:00
border: 8px #a93da9 ridge;
2022-02-14 22:32:12 +09:00
padding: 4px;
}
.header-img {
padding: 10px 20px;
max-width: 800px;
width: 100%;
}
@media screen and (max-width: 840px) {
.header-img { padding: 0; }
}
2022-01-27 14:12:21 +09:00
a {
color: #ea81e8;
text-decoration: none;
}
pre {
2022-03-24 14:43:39 +09:00
background-color: #4b364b !important;
2022-01-27 14:12:21 +09:00
padding: 8px;
2022-03-24 14:43:39 +09:00
border: 1px #ff61ff dashed;
2022-01-27 14:12:21 +09:00
}
img {
max-width: 600px;
max-height: 500px;
}
hr {
2022-03-24 14:43:39 +09:00
border: 4px #971195 outset;
2022-01-27 14:12:21 +09:00
border-color: #971195;
}
h1 {
font-size: 30px;
text-decoration: underline;
}
2022-03-31 02:06:42 +09:00
.header > h1 {
font-size: 1.5em;
text-decoration: none;
}
2022-01-27 14:12:21 +09:00
.warning, .danger {
padding: 4px;
border: 1px solid #eff0f1;
border-radius: 5px;
}
.warning {
background-color: #fdbc4b;
color: #232629;
}
.danger {
background-color: #da4453;
}
2022-01-30 16:19:37 +09:00
.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;
2022-01-27 14:12:21 +09:00
}
2022-01-30 16:19:37 +09:00
.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; }