|
@@ -9,10 +9,10 @@ body, html, div {
|
|
|
padding: 0px;
|
|
padding: 0px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-body {
|
|
|
|
|
|
|
+/*body {
|
|
|
background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
|
|
background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
-}
|
|
|
|
|
|
|
+}*/
|
|
|
|
|
|
|
|
#frame_bar {
|
|
#frame_bar {
|
|
|
-webkit-app-region: drag;
|
|
-webkit-app-region: drag;
|
|
@@ -116,14 +116,14 @@ body {
|
|
|
|
|
|
|
|
#main > #lower > #center {
|
|
#main > #lower > #center {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- width: 33%;
|
|
|
|
|
|
|
+ width: 34%;
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#main > #lower > #center #content {
|
|
#main > #lower > #center #content {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- top: 25px;
|
|
|
|
|
|
|
+ top: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#main > #lower > #right {
|
|
#main > #lower > #right {
|
|
@@ -273,28 +273,19 @@ body {
|
|
|
font-family: 'Avenir Book';
|
|
font-family: 'Avenir Book';
|
|
|
background: none;
|
|
background: none;
|
|
|
border: none;
|
|
border: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#menu_img {
|
|
|
|
|
+ height:15px;
|
|
|
|
|
+ margin-left:-2px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#menu_text {
|
|
|
color: white;
|
|
color: white;
|
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
|
text-shadow: 0px 0px 0px #bebcbb;
|
|
text-shadow: 0px 0px 0px #bebcbb;
|
|
|
font-size: 11px;
|
|
font-size: 11px;
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-#menu_img {
|
|
|
|
|
- width: 20px;
|
|
|
|
|
- height: auto;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-@keyframes test {
|
|
|
|
|
- 0% {
|
|
|
|
|
- color: #FFF;
|
|
|
|
|
- }
|
|
|
|
|
- 100% {
|
|
|
|
|
- color: #000;
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.cls-1 {
|
|
|
|
|
- animation: test 30s ease infinite;
|
|
|
|
|
|
|
+ display: flex;
|
|
|
}
|
|
}
|