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

44 行
577 B
CSS

body {
background-color: #232629;
color: #fcfcfc;
}
a {
color: #ea81e8;
text-decoration: none;
}
h1, .footer {
text-align: center;
}
.nihongo {
background-color: #21082b;
border: 1px #f2f groove;
color: #d6a9d6;
max-width: 830px;
padding: 4px;
margin: 8px auto;
}
.nihongo > a {
color: #ffeb3b;
}
.form {
margin: auto;
text-align: center;
}
input[type="text"], input[type="submit"] {
background-color: #683c7a;
border: 1px #f9f groove;
border-radius: 2px;
margin: 4px; auto;
}
input[type="text"] {
width: 98%;
max-width: 820px;
}