Added dynamic background, fixing menu button css
This commit is contained in:
@@ -9,10 +9,10 @@ body, html, div {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
/*body {
|
||||
background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
}*/
|
||||
|
||||
#frame_bar {
|
||||
-webkit-app-region: drag;
|
||||
@@ -116,14 +116,14 @@ body {
|
||||
|
||||
#main > #lower > #center {
|
||||
height: 100%;
|
||||
width: 33%;
|
||||
width: 34%;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#main > #lower > #center #content {
|
||||
position: relative;
|
||||
top: 25px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
#main > #lower > #right {
|
||||
@@ -273,28 +273,19 @@ body {
|
||||
font-family: 'Avenir Book';
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#menu_img {
|
||||
height:15px;
|
||||
margin-left:-2px;
|
||||
}
|
||||
|
||||
#menu_text {
|
||||
color: white;
|
||||
font-weight: 900;
|
||||
letter-spacing: 2px;
|
||||
text-shadow: 0px 0px 0px #bebcbb;
|
||||
font-size: 11px;
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user