076.moe/www/style.css

101 行
1.4 KiB
CSS
Raw 通常表示 履歴

2022-03-30 03:47:50 +09:00
body {
background: #232629;
color: #fcfcfc;
}
2022-03-31 00:09:48 +09:00
2022-04-03 02:48:32 +09:00
.clear {
clear: both;
}
2022-03-31 00:09:48 +09:00
.jswarning {
background-color: rgb(170, 170, 0);
color: rgb(252, 252, 252);
display: none;
padding: 10px;
z-index: 5000;
border: 4px #dde22d ridge;
}
2022-03-30 03:47:50 +09:00
a {
color: #ea81e8;
}
2022-03-31 00:09:48 +09:00
2022-05-22 07:10:59 +09:00
.english > ul > li > a, .english > p > a {
color: #03a9f4;
}
2022-03-30 03:54:49 +09:00
h1, .footer {
2022-03-30 03:47:50 +09:00
text-align: center;
}
2022-03-31 00:09:48 +09:00
2022-03-30 03:47:50 +09:00
hr {
border-color: #8800dd;
box-shadow: 2px 2px 10px #9900ff;
2022-03-30 03:54:49 +09:00
width: 100%;
max-width: 1700px;
2022-03-30 03:47:50 +09:00
}
2022-03-31 00:09:48 +09:00
2022-03-30 03:47:50 +09:00
.container {
width: 100%;
text-align: center;
}
2022-03-31 00:09:48 +09:00
2022-04-03 02:48:32 +09:00
.serv-body, .nihongo, .english, .anarchy {
2022-03-30 03:47:50 +09:00
display: inline-block;
vertical-align: top;
text-align: left;
padding: 4px;
margin: 8px;
}
2022-03-31 00:09:48 +09:00
2022-03-30 03:47:50 +09:00
.serv-body {
background-color: #170b15;
border: 1px #a93da9 groove;
2022-03-30 13:36:53 +09:00
width: 270px;
height: 170px;
2022-03-30 03:47:50 +09:00
border-radius: 10px;
}
2022-03-31 00:09:48 +09:00
2022-03-30 03:47:50 +09:00
.serv-title {
font-size: 24px;
font-weight: bolder;
background-color: #000;
color: #ffeb3b;
border: 1px #ffeb3b groove;
border-radius: 6px;
text-align: center;
}
2022-03-31 00:09:48 +09:00
2022-04-03 02:48:32 +09:00
.nihongo > a, .english > a, .anarchy > a {
2022-03-30 03:47:50 +09:00
color: #ffeb3b;
}
2022-03-31 00:09:48 +09:00
2022-03-30 03:47:50 +09:00
.nihongo, .english {
2022-04-03 02:48:32 +09:00
width: 98%;
2022-03-30 13:38:31 +09:00
max-width: 830px;
2022-03-30 03:47:50 +09:00
}
2022-03-31 00:09:48 +09:00
2022-04-03 02:48:32 +09:00
.anarchy {
width: 98%;
max-width: 1690px;
text-align: center;
}
2022-03-30 03:47:50 +09:00
.nihongo {
background-color: #21082b;
border: 1px #ff22ff groove;
color: #d6a9d6;
}
2022-03-31 00:09:48 +09:00
2022-03-30 03:47:50 +09:00
.english {
background-color: #0b0c17;
border: 1px #2196f3 groove;
color: #5cdecd;
}
2022-04-03 02:48:32 +09:00
.anarchy {
background-color: #16170b;
border: 1px #ffeb3b groove;
color: #d5de5c;
}