initial commit
This commit is contained in:
7
static/css/bootstrap-grid.min.css
vendored
Normal file
7
static/css/bootstrap-grid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/css/bootstrap-grid.min.css.map
Normal file
1
static/css/bootstrap-grid.min.css.map
Normal file
File diff suppressed because one or more lines are too long
7
static/css/bootstrap.min.css
vendored
Normal file
7
static/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/css/bootstrap.min.css.map
Normal file
1
static/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
50
static/css/egg.css
Normal file
50
static/css/egg.css
Normal file
@@ -0,0 +1,50 @@
|
||||
body {
|
||||
background-image: url('../img/fon.png');
|
||||
}
|
||||
|
||||
.group_img {
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
width: 6%;
|
||||
margin-top: 2%;
|
||||
margin-left: 92%;
|
||||
}
|
||||
|
||||
|
||||
.data_text_up {
|
||||
font-size: 150%;
|
||||
margin-top: 120%;
|
||||
color: white;
|
||||
}
|
||||
.data_text_down {
|
||||
font-size: 150%;
|
||||
margin-bottom: 100%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.data_text {
|
||||
font-size: 150%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.group_text, .ekz_text, .prep_text, .dop_text {
|
||||
color: #790506;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
.group, .ekz, .prep, .dop {
|
||||
background-color: #f4cb06;
|
||||
/* border-radius: 5%; */
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 45px;
|
||||
color:#d0a701;
|
||||
}
|
||||
|
||||
48
static/css/main.css
Normal file
48
static/css/main.css
Normal file
@@ -0,0 +1,48 @@
|
||||
body {
|
||||
/* background-image: url(images/bg.png); */
|
||||
|
||||
/*background: url('../img/fon.png');*/
|
||||
background: url('../img/fon.png');
|
||||
}
|
||||
|
||||
.group_img {
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
width: 6%;
|
||||
margin-top: 2%;
|
||||
margin-left: 92%;
|
||||
}
|
||||
.data_text_up {
|
||||
font-size: 150%;
|
||||
margin-top: 120%;
|
||||
}
|
||||
.data_text_down {
|
||||
font-size: 150%;
|
||||
margin-bottom: 100%;
|
||||
}
|
||||
|
||||
.data_text {
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
.group_text, .ekz_text, .prep_text, .dop_text {
|
||||
color:white;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
.group, .ekz, .prep, .dop {
|
||||
background-color: #034876;
|
||||
/* border-radius: 5%; */
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
94
static/css/rasp_dop.css
Normal file
94
static/css/rasp_dop.css
Normal file
@@ -0,0 +1,94 @@
|
||||
body {
|
||||
|
||||
background-image: url('../img/fon.png');
|
||||
/* */
|
||||
}
|
||||
.table {
|
||||
background-color: white;
|
||||
}
|
||||
.logo {
|
||||
position: fixed;
|
||||
width: 6%;
|
||||
margin-top: 2%;
|
||||
margin-left: 92%;
|
||||
}
|
||||
.btn_back {
|
||||
position: fixed;
|
||||
margin-top: 3%;
|
||||
margin-left: 3%;
|
||||
font-size: 30px;
|
||||
color:#1f446e;
|
||||
}
|
||||
.btn_back:hover {
|
||||
color:#1f446e
|
||||
}
|
||||
.rasp_data {
|
||||
position: absolute;
|
||||
padding-bottom: 1%;
|
||||
padding-left: 1%;
|
||||
}
|
||||
span {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.back_image {
|
||||
position: fixed;
|
||||
width: 5%;
|
||||
margin-left: 2%;
|
||||
margin-top: 2%;
|
||||
|
||||
}
|
||||
.modal-header {
|
||||
|
||||
background-color: #1f446e;
|
||||
}
|
||||
.custom-select {
|
||||
background-color: #1e2e50;
|
||||
color: white;
|
||||
border-radius: 0%;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.data {
|
||||
background-color: #034876;
|
||||
color:white;
|
||||
padding-top: 1%;
|
||||
|
||||
}
|
||||
.btn {
|
||||
border-radius: 0%;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
font-size: 17px;
|
||||
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
font-size: 17spx;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
hr
|
||||
{
|
||||
height: 5px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
||||
background-color: #1f446e;
|
||||
color:white;
|
||||
border-color:black;
|
||||
}
|
||||
|
||||
|
||||
94
static/css/rasp_ekz.css
Normal file
94
static/css/rasp_ekz.css
Normal file
@@ -0,0 +1,94 @@
|
||||
body {
|
||||
|
||||
background-image: url('../img/fon.png');
|
||||
|
||||
}
|
||||
.table {
|
||||
background-color: white;
|
||||
}
|
||||
.logo {
|
||||
position: fixed;
|
||||
width: 6%;
|
||||
margin-top: 2%;
|
||||
margin-left: 92%;
|
||||
}
|
||||
.rasp_data {
|
||||
position: absolute;
|
||||
padding-bottom: 1%;
|
||||
padding-left: 1%;
|
||||
}
|
||||
|
||||
.back_image {
|
||||
position: fixed;
|
||||
width: 5%;
|
||||
margin-left: 2%;
|
||||
margin-top: 2%;
|
||||
|
||||
}
|
||||
|
||||
span {
|
||||
color: white;
|
||||
}
|
||||
.btn_back {
|
||||
position: fixed;
|
||||
margin-top: 3%;
|
||||
margin-left: 3%;
|
||||
font-size: 30px;
|
||||
color:#1f446e;
|
||||
}
|
||||
.btn_back:hover {
|
||||
color:#1f446e
|
||||
}
|
||||
.modal-header {
|
||||
|
||||
background-color: #1f446e;
|
||||
}
|
||||
.custom-select {
|
||||
background-color: #1e2e50;
|
||||
color: white;
|
||||
border-radius: 0%;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.data {
|
||||
background-color: #034876;
|
||||
color:white;
|
||||
padding-top: 1%;
|
||||
|
||||
}
|
||||
.btn {
|
||||
border-radius: 0%;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
font-size: 17px;
|
||||
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
font-size: 17spx;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
hr
|
||||
{
|
||||
height: 5px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
||||
background-color: #1f446e;
|
||||
color:white;
|
||||
border-color:black;
|
||||
}
|
||||
|
||||
|
||||
147
static/css/rasp_group.css
Normal file
147
static/css/rasp_group.css
Normal file
@@ -0,0 +1,147 @@
|
||||
body {
|
||||
/*
|
||||
font:BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
/* background-image: url(images/bg.png); */
|
||||
|
||||
background-image: url('../img/fon.png');
|
||||
|
||||
/* */
|
||||
}
|
||||
|
||||
.table {
|
||||
background-color: white;
|
||||
}
|
||||
.rasp_data {
|
||||
position: absolute;
|
||||
padding-bottom: 1%;
|
||||
padding-left: 1%;
|
||||
}
|
||||
span {
|
||||
color: white;
|
||||
}
|
||||
.frm1 {
|
||||
opacity: 0;
|
||||
position: fixed;
|
||||
}
|
||||
.frm {
|
||||
|
||||
font-size: 25px;
|
||||
color: white;
|
||||
/* background-color: #1e2e50; */
|
||||
background-color: white;
|
||||
color:#1f446e;
|
||||
border: 0;
|
||||
|
||||
}
|
||||
.c_form {
|
||||
background-color: none;
|
||||
color: white;
|
||||
}
|
||||
input {
|
||||
background-color: white;
|
||||
color: #1f446e;
|
||||
text-decoration: bold;
|
||||
border-radius: 2%;
|
||||
outline: none;
|
||||
font-size: 25px;
|
||||
border: 0;
|
||||
}
|
||||
.modal-header {
|
||||
|
||||
background-color: #1f446e;
|
||||
}
|
||||
select {
|
||||
background-color: white;
|
||||
color: #1f446e;
|
||||
text-decoration: bold;
|
||||
border-radius: 2%;
|
||||
outline: none;
|
||||
font-size: 25px;
|
||||
border: 0;
|
||||
position: relative;
|
||||
-webkit-appearance: none;/* Chrome */
|
||||
-moz-appearance: none;/* Firefox */
|
||||
appearance: none;
|
||||
text-align: center;
|
||||
|
||||
|
||||
}
|
||||
.div-select {
|
||||
background-color: #1f446e;
|
||||
color: white;
|
||||
border-radius: 0%;
|
||||
outline: none;
|
||||
}
|
||||
.custom-select {
|
||||
background-color: #1f446e;
|
||||
color: white;
|
||||
border-radius: 0%;
|
||||
outline: none;
|
||||
}
|
||||
.logo {
|
||||
position: fixed;
|
||||
width: 6%;
|
||||
margin-top: 2%;
|
||||
margin-left: 92%;
|
||||
}
|
||||
.data {
|
||||
background-color: #034876;
|
||||
color:white;
|
||||
padding-top: 1%;
|
||||
|
||||
}
|
||||
.btn {
|
||||
border-radius: 0%;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
font-size: 17px;
|
||||
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
font-size: 17spx;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
hr
|
||||
{
|
||||
height: 5px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
||||
background-color: #1f446e;
|
||||
color:white;
|
||||
border-color:black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.back_image {
|
||||
position: fixed;
|
||||
width: 5%;
|
||||
margin-left: 2%;
|
||||
margin-top: 2%;
|
||||
|
||||
}
|
||||
|
||||
.btn_back {
|
||||
position: fixed;
|
||||
margin-top: 3%;
|
||||
margin-left: 3%;
|
||||
font-size: 30px;
|
||||
color:#1f446e;
|
||||
}
|
||||
.btn_back:hover {
|
||||
color:#1f446e
|
||||
}
|
||||
94
static/css/rasp_prep.css
Normal file
94
static/css/rasp_prep.css
Normal file
@@ -0,0 +1,94 @@
|
||||
body {
|
||||
|
||||
background-image: url('../img/fon.png');
|
||||
/* */
|
||||
}
|
||||
.table {
|
||||
background-color: white;
|
||||
}
|
||||
.logo {
|
||||
position: fixed;
|
||||
width: 6%;
|
||||
margin-top: 2%;
|
||||
margin-left: 92%;
|
||||
}
|
||||
.rasp_data {
|
||||
position: absolute;
|
||||
padding-bottom: 1%;
|
||||
padding-left: 1%;
|
||||
}
|
||||
span {
|
||||
color: white;
|
||||
}
|
||||
.modal-header {
|
||||
|
||||
background-color: #1f446e;
|
||||
}
|
||||
.custom-select {
|
||||
background-color: #1e2e50;
|
||||
color: white;
|
||||
border-radius: 0%;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.data {
|
||||
background-color: #034876;
|
||||
color:white;
|
||||
padding-top: 1%;
|
||||
|
||||
}
|
||||
.btn {
|
||||
border-radius: 0%;
|
||||
}
|
||||
.btn_back {
|
||||
position: fixed;
|
||||
margin-top: 3%;
|
||||
margin-left: 3%;
|
||||
font-size: 30px;
|
||||
color:#1f446e;
|
||||
}
|
||||
.btn_back:hover {
|
||||
color:#1f446e
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
font-size: 17px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.back_image {
|
||||
position: fixed;
|
||||
width: 5%;
|
||||
margin-left: 2%;
|
||||
margin-top: 2%;
|
||||
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
font-size: 17spx;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
hr
|
||||
{
|
||||
height: 5px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
||||
background-color: #1f446e;
|
||||
color:white;
|
||||
border-color:black;
|
||||
}
|
||||
|
||||
|
||||
32
static/css/styles.css
Normal file
32
static/css/styles.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.box1 {
|
||||
background-color: wheat;
|
||||
}
|
||||
.box1 img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.box2 {
|
||||
background-color: sandybrown;
|
||||
}
|
||||
|
||||
.box2 img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.box3 {
|
||||
background-color: tan;
|
||||
}
|
||||
.box3 img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.box4 {
|
||||
background-color: peru
|
||||
}
|
||||
|
||||
.box_main {
|
||||
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user