many update

This commit is contained in:
Bui
2018-08-06 13:41:56 +01:00
parent 44c18c1ebc
commit ebedcd7760
9 changed files with 73 additions and 7 deletions

View File

@@ -44,3 +44,53 @@ html, body{
}
.stroke-main {
font-weight: 300;
}
.result-title {
margin-top: 9px !important;
margin-left: 5px !important;
z-index: 1;
}
.result-song {
position: absolute;
right: 0;
font-size: 5vmin;
margin: 30px 30px 0px 0px;
color: white;
float: right;
z-index: 1;
}
.stroke-main:before {
content: attr(alt);
left: 0;
z-index: -1;
position: absolute;
-webkit-text-stroke: 0.3em #fb3c0c;
}
.stroke-main:after {
content: attr(alt);
left: 0;
z-index: -2;
position: absolute;
-webkit-text-stroke: 0.5em #000;
}
.stroke-sub:before {
content: attr(alt);
position: absolute;
-webkit-text-stroke: 0.25em #000;
left: 0;
z-index: -1;
}
.songsel-title {
position: absolute;
z-index: 1;
font-size: 7vmin;
margin: 15px;
}

View File

@@ -15,8 +15,6 @@
font-size: 7vmin;
margin:0;
color: white;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

View File

@@ -18,8 +18,9 @@
#song-container{
width:98%;
height:90%;
padding:1%;
height:80%;
padding: 5% 1% 1% 1%;
text-align: center;
}
ul li{
@@ -86,12 +87,13 @@ ul li{
margin: auto;
margin-top:10px;
font-size: 20pt;
margin-left: 6px;
}
.difficulty .stars{
position:absolute;
color: #f12b69;
text-align: center;
margin-left: -17px;
width:100%;
bottom:10px;
}