|
@@ -69,10 +69,8 @@ header > .site-info > .version {
|
|
}
|
|
}
|
|
|
|
|
|
header > div > .logo {
|
|
header > div > .logo {
|
|
- background-image: linear-gradient(0deg, #b2b2cb 0%, white 25%, white 75%, #b2b2cb 100%);
|
|
|
|
height: 100%;
|
|
height: 100%;
|
|
width: 295px;
|
|
width: 295px;
|
|
- border: 1px solid white;
|
|
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: -ms-flexbox;
|
|
@@ -88,7 +86,7 @@ header > div > .logo {
|
|
}
|
|
}
|
|
|
|
|
|
header > div > .logo object {
|
|
header > div > .logo object {
|
|
- width: 273px;
|
|
|
|
|
|
+ width: 150px;
|
|
height: 144px;
|
|
height: 144px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -97,26 +95,23 @@ header > div > .logo .logo-link-to-main {
|
|
}
|
|
}
|
|
|
|
|
|
header > .header-org-name {
|
|
header > .header-org-name {
|
|
- background-color: #666699;
|
|
|
|
- border: 1px solid white;
|
|
|
|
- border-left: 0;
|
|
|
|
- text-shadow: 2px 2px 2px #222277;
|
|
|
|
- font-family: Arial, Helvetica, sans-serif;
|
|
|
|
- color: white;
|
|
|
|
- text-align: center;
|
|
|
|
- padding: 5px;
|
|
|
|
- flex-grow: 1;
|
|
|
|
- display: flex;
|
|
|
|
|
|
+ border-left: 0;
|
|
|
|
+ text-shadow: 1px 1px 4px #d6d6d6;
|
|
|
|
+ color: #5a5a5a;
|
|
|
|
+ text-align: center;
|
|
|
|
+ padding: 5px;
|
|
|
|
+ flex-grow: 1;
|
|
|
|
+ display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
}
|
|
}
|
|
|
|
|
|
header > .header-org-name > .org-type {
|
|
header > .header-org-name > .org-type {
|
|
- font-size: 12px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
header > .header-org-name > .org-caption {
|
|
header > .header-org-name > .org-caption {
|
|
- font-size: 30px;
|
|
|
|
|
|
+ font-size: 35px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -124,33 +119,22 @@ header > .header-org-name > .org-caption-by {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
-header > .header-org-mission {
|
|
|
|
- background-color: #cc0000;
|
|
|
|
- border: 1px solid white;
|
|
|
|
- border-top: 0;
|
|
|
|
- border-left: 0;
|
|
|
|
- text-align: center;
|
|
|
|
- font-size: 16px;
|
|
|
|
- color: white;
|
|
|
|
- text-shadow: 1px 1px 2px black;
|
|
|
|
- font-family: Arial, Helvetica, sans-serif;
|
|
|
|
- padding: 5px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
header {
|
|
header {
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
main {
|
|
main {
|
|
background-color: white;
|
|
background-color: white;
|
|
- height: 100%;
|
|
|
|
- overflow: hidden;
|
|
|
|
- position: relative;
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ position: relative;
|
|
|
|
+ border-radius: 20px;
|
|
|
|
+ box-shadow: 0 0 16px #e8e8e8;
|
|
|
|
+ margin-top: 10px;
|
|
}
|
|
}
|
|
footer {
|
|
footer {
|
|
- background-color: rgb(70, 70, 70);
|
|
|
|
height: 40px;
|
|
height: 40px;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
- color: rgb(230, 230, 230);
|
|
|
|
|
|
+ color: rgb(70, 70, 70);
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -183,13 +167,14 @@ p {
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- display: flex;
|
|
|
|
|
|
+ display: none;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- align-items: center;
|
|
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
.page.active {
|
|
.page.active {
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
|
+ display: flex;
|
|
}
|
|
}
|
|
|
|
|
|
.page > * {
|
|
.page > * {
|
|
@@ -201,14 +186,14 @@ p {
|
|
}
|
|
}
|
|
.page p {
|
|
.page p {
|
|
color: rgb(44, 44, 44);
|
|
color: rgb(44, 44, 44);
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
}
|
|
}
|
|
.page button {
|
|
.page button {
|
|
border: 2px solid #2196F3;
|
|
border: 2px solid #2196F3;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
width: 50%;
|
|
width: 50%;
|
|
padding: 5px;
|
|
padding: 5px;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
font-family: Scada;
|
|
font-family: Scada;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
background-color: #2196F3;
|
|
background-color: #2196F3;
|