74 lines
1.2 KiB
CSS
74 lines
1.2 KiB
CSS
html, body {
|
|
font-size: 22px !important;
|
|
font-family: arial, verdana, helvetica, sans-serif;
|
|
color: #b6b6b6;
|
|
background: #282929;
|
|
}
|
|
|
|
h1, h2, h3 {text-align: center;}
|
|
p {text-align: center;}
|
|
div {text-align: center;}
|
|
|
|
.center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
input {
|
|
border: 1px #999999 solid;
|
|
background-color: #f6f6f6;
|
|
padding: 2px 4px 2px 4px;
|
|
margin: 0 0 0.5rem 0;
|
|
font-size: 1.0rem;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
input[type="submit" i] {
|
|
color: #b6b6b6;
|
|
background-color: #282929;
|
|
padding: 10px;
|
|
margin: 10px 0;
|
|
border-color: #b6b6b6;
|
|
border-width: 3px;
|
|
border-radius: 18px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
input[type="text"] {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
td {
|
|
padding: 8px;
|
|
}
|
|
|
|
.table_left {
|
|
text-align: right;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
/* left: 50%; */
|
|
bottom: 20px;
|
|
/* transform: translate(-50%, -50%); */
|
|
margin: 0 auto;
|
|
}
|
|
|
|
a {
|
|
outline: none;
|
|
color: #b6b6b6;
|
|
text-decoration-line: none;
|
|
}
|
|
|
|
select {
|
|
color: #b6b6b6;
|
|
background-color: #282929;
|
|
padding: 10px;
|
|
margin: 10px 0;
|
|
border-color: #b6b6b6;
|
|
border-width: 3px;
|
|
border-radius: 16px;
|
|
font-size: 20px;
|
|
}
|