SVNからのミラー
This commit is contained in:
80
static/style.css
Normal file
80
static/style.css
Normal file
@@ -0,0 +1,80 @@
|
||||
body {
|
||||
background-color: #232629;
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ea81e8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: #dd00dd;
|
||||
box-shadow: 2px 2px 10px #ff00ff;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.headerimg {
|
||||
border: 1px solid #f2f;
|
||||
box-shadow: 0px 0px 11px 5px #f0f;
|
||||
}
|
||||
|
||||
.body {
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
background-color: #21082b;
|
||||
padding: 8px;
|
||||
box-shadow: 0px 0px 11px 5px #f0f;
|
||||
}
|
||||
|
||||
.form {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="submit"] {
|
||||
border: 1px #f9f groove;
|
||||
margin: 4px auto;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
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;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #683c7a;
|
||||
color: #d6a9d6;
|
||||
font-size: 18px;
|
||||
border-radius: 4px;
|
||||
max-width: 700px;
|
||||
border: 1px #f9f groove;
|
||||
padding: 8px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
select, input.langchange {
|
||||
height: 35px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.submit, .footer, h1 {
|
||||
text-align: center;
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
input.langchange {
|
||||
font-size: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user