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

59 行
782 B
CSS

body {
background-color: #232629;
color: #fcfcfc;
}
a {
color: #ea81e8;
text-decoration: none;
}
hr {
border-color: #dd00dd;
box-shadow: 2px 2px 10px #ff00ff;
width: 100%;
}
h1, .footer {
text-align: center;
}
h1 {
padding-bottom: 60px;
}
h1 > span {
background-color: rgba(35, 38, 41, 0.8);
}
.nihongo {
background-color: rgba(33, 8, 43, 0.8);
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;
color: #fcfcfc;
border: 1px #f9f groove;
border-radius: 2px;
margin: 4px; auto;
}
input[type="text"] {
width: 98%;
max-width: 820px;
}