59 lines
942 B
Plaintext
59 lines
942 B
Plaintext
|
|
|
|
.elem-hr {
|
|
width: 100%;
|
|
border-color: black;
|
|
border: dashed;
|
|
border-width: 1px 0 0 0;
|
|
margin: 10px auto;
|
|
}
|
|
.elem-title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin: 0 10px 0 36px;
|
|
}
|
|
.elem-description {
|
|
font-size: 14px;
|
|
margin: 0 20px 10px 50px;
|
|
font-style: italic;
|
|
}
|
|
.elem-input {
|
|
font-size: 14px;
|
|
margin: 0 20px 10px 36px;
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
//background-color: green;
|
|
font-size: 45px;
|
|
font-weight: bold;
|
|
line-height: 60px;
|
|
width: 100%;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin: 10px 0 10px 0;
|
|
text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
|
|
text-transform: uppercase;
|
|
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
|
|
}
|
|
|
|
.table-model {
|
|
tr:nth-child(odd) {
|
|
background-color: rgb(180, 180, 180);
|
|
//color: #fff;
|
|
}
|
|
th {
|
|
background-color: darkgray;
|
|
text-align: center;
|
|
}
|
|
td {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|