2024-09-09 08:14:11 +03:00
|
|
|
body {
|
|
|
|
background-color: #f7eeee;
|
|
|
|
color: #7c6969;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: 0 auto;
|
2024-09-10 09:50:57 +03:00
|
|
|
max-width: 900px;
|
2024-09-09 08:14:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #69737c;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #717375;
|
|
|
|
background-color: #dfd5d5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {text-align: center;}
|
|
|
|
nav a {margin-left: 4px;}
|
|
|
|
|
|
|
|
form {margin-top: 8px;}
|
|
|
|
|
|
|
|
.file {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #dfd5d5;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 40px; padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-button {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
padding: 4px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #cca68c;
|
|
|
|
color: #eef2f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filebox {
|
|
|
|
width: max-content;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #dfd5d5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download-button {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
padding: 16px;
|
|
|
|
margin: 0;
|
|
|
|
font-family: monospace;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
|
|
|
padding: 16px;
|
|
|
|
width: 900px !important;
|
|
|
|
max-width: 900px !important;
|
|
|
|
margin: 0;
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
}
|