|
|
@ -43,6 +43,13 @@ button:hover { |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#title_version { |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
color: #7c795d; |
|
|
|
|
|
|
|
border-bottom: 5px #7c795d dotted; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#suffix { |
|
|
|
#suffix { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
@ -135,6 +142,18 @@ button:hover { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#google_play { |
|
|
|
|
|
|
|
position: fixed; |
|
|
|
|
|
|
|
left: 0px; |
|
|
|
|
|
|
|
bottom: 0px; |
|
|
|
|
|
|
|
height: 4em; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#google_play > a > img { |
|
|
|
|
|
|
|
height: 4em; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-device-width: 1000px) { |
|
|
|
@media screen and (max-device-width: 1000px) { |
|
|
|
input { font-size:90%; } |
|
|
|
input { font-size:90%; } |
|
|
|
button { font-size: 80%; width: 25%; } |
|
|
|
button { font-size: 80%; width: 25%; } |
|
|
|