このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
urloli.php/www/static/style.css

64 行
879 B
CSS
Raw 通常表示 履歴

2022-05-14 04:41:41 +09:00
body {
background-color: #232629;
color: #fcfcfc;
}
a {
color: #ea81e8;
text-decoration: none;
}
2022-05-20 03:46:31 +09:00
hr {
border-color: #dd00dd;
box-shadow: 2px 2px 10px #ff00ff;
width: 100%;
}
2022-08-25 18:51:17 +09:00
.headerimg {
border: 1px solid #f2f;
box-shadow: 0px 0px 11px 5px #f0f;
2022-05-14 14:18:55 +09:00
}
2022-08-25 18:51:17 +09:00
.body {
margin: 0 auto;
max-width: 800px;
background-color: #21082b;
padding: 8px;
box-shadow: 0px 0px 11px 5px #f0f;
2022-05-14 04:41:41 +09:00
}
.form {
margin: auto;
text-align: center;
}
input[type="text"], input[type="submit"] {
border: 1px #f9f groove;
2022-08-25 18:51:17 +09:00
margin: 4px auto;
2022-05-14 04:41:41 +09:00
}
input[type="text"] {
2022-08-25 18:51:17 +09:00
width: 99%;
max-width: 700px;
border-color: #d6a9d6;
}
input {
background-color: #683c7a;
font-size: 24px;
border-radius: 4px;
}
.body, input {
color: #d6a9d6;
border: 1px #ff3b3b groove;
}
.submit, .footer, h1, .switchlang {
text-align: center;
}
.submit, .footer, h1 {
margin-top: 32px;
2022-05-14 04:41:41 +09:00
}