mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Design adjustments for mobile
This commit is contained in:
parent
88f7f42bf8
commit
669007bd19
@ -62,6 +62,7 @@ replacetitle RBB (Really Bad Boy) Really Bad Boy
|
|||||||
# EXID
|
# EXID
|
||||||
replacetitle HOT PINK Hot Pink
|
replacetitle HOT PINK Hot Pink
|
||||||
replacetitle AH YEAH Ah Yeah
|
replacetitle AH YEAH Ah Yeah
|
||||||
|
replacetitle WHOZ THAT GIRL Whoz that girl
|
||||||
|
|
||||||
# TWICE
|
# TWICE
|
||||||
replacetitle CHEER UP Cheer Up
|
replacetitle CHEER UP Cheer Up
|
||||||
@ -70,8 +71,12 @@ replacetitle OOH-AHH Like Ooh-Ahh
|
|||||||
replacetitle LIKEY Likey
|
replacetitle LIKEY Likey
|
||||||
|
|
||||||
# AOA
|
# AOA
|
||||||
|
replaceartist Ace of Angels AOA
|
||||||
replacetitle 사뿐사뿐 (Like a Cat) Like a Cat
|
replacetitle 사뿐사뿐 (Like a Cat) Like a Cat
|
||||||
replacetitle Like A Cat (Japanese Version) Like a Cat (Japanese Version)
|
replacetitle Like A Cat (Japanese Version) Like a Cat (Japanese Version)
|
||||||
|
replacetitle MOYA (inst) Moya
|
||||||
|
replacetitle MOYA (instrumental) Moya
|
||||||
|
countas AOA Black AOA
|
||||||
|
|
||||||
# Girl's Day
|
# Girl's Day
|
||||||
replaceartist Girl's Day(걸스데이) Girl's Day
|
replaceartist Girl's Day(걸스데이) Girl's Day
|
||||||
|
Can't render this file because it has a wrong number of fields in line 5.
|
@ -10,6 +10,9 @@ body {
|
|||||||
padding-top:45px;
|
padding-top:45px;
|
||||||
padding-bottom:25px;
|
padding-bottom:25px;
|
||||||
**/
|
**/
|
||||||
|
/*
|
||||||
|
font-size:1.65vh;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -91,7 +94,7 @@ div.footer div:nth-child(2) {
|
|||||||
width:19%;
|
width:19%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
color:gold;
|
color:gold;
|
||||||
font-size:17px;
|
font-size:110%;
|
||||||
}
|
}
|
||||||
div.footer div:nth-child(3) {
|
div.footer div:nth-child(3) {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
@ -112,7 +115,7 @@ div.footer input {
|
|||||||
border:0px;
|
border:0px;
|
||||||
border-bottom:1px solid beige;
|
border-bottom:1px solid beige;
|
||||||
color:beige;
|
color:beige;
|
||||||
font-size:15px;
|
font-size:90%;
|
||||||
width:70%;
|
width:70%;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
padding-right:5px;
|
padding-right:5px;
|
||||||
@ -175,6 +178,47 @@ div.searchresults table.searchresults_tracks td span:nth-child(1) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 1000px) {
|
||||||
|
|
||||||
|
div.footer {
|
||||||
|
position:fixed;
|
||||||
|
/*height:30px;*/
|
||||||
|
/**width:100%;**/
|
||||||
|
background-color:rgba(10,10,10,0.9);
|
||||||
|
bottom:0px;
|
||||||
|
left:0px;
|
||||||
|
right:0px;
|
||||||
|
padding:10px;
|
||||||
|
padding-bottom: 25px;
|
||||||
|
opacity:1;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footer div:nth-child(1) {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
div.footer div:nth-child(2) {
|
||||||
|
display:inline-block;
|
||||||
|
width:20%;
|
||||||
|
text-align:center;
|
||||||
|
color:gold;
|
||||||
|
}
|
||||||
|
div.footer div:nth-child(3) {
|
||||||
|
display:inline-block;
|
||||||
|
width:70%;
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footer input {
|
||||||
|
|
||||||
|
width:90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**
|
**
|
||||||
**
|
**
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="text">
|
<td class="text">
|
||||||
<h1>Scrobbles</h1><br/>
|
<h1>Scrobbles</h1><br/>
|
||||||
<span>KEY_LIMITS</span>
|
<span>KEY_LIMITS</span><br/>
|
||||||
<p class="stats">KEY_SCROBBLES Scrobbles</p>
|
<p class="stats">KEY_SCROBBLES Scrobbles</p>
|
||||||
<br/>
|
<br/>
|
||||||
KEY_FILTERSELECTOR
|
KEY_FILTERSELECTOR
|
||||||
|
Loading…
Reference in New Issue
Block a user