上传文件至 ''
This commit is contained in:
parent
6c5298a506
commit
1948388e36
23
styles.css
23
styles.css
@ -127,7 +127,7 @@ html, body {
|
|||||||
z-index: 310;
|
z-index: 310;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-bottom: 5%;
|
margin-bottom: 5%;
|
||||||
left: 50%;
|
left: 80%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
padding: 15px 25px;
|
padding: 15px 25px;
|
||||||
min-width: 20%;
|
min-width: 20%;
|
||||||
@ -138,12 +138,27 @@ html, body {
|
|||||||
border: #FFFFFF 2px solid;
|
border: #FFFFFF 2px solid;
|
||||||
caret-color: #FFD700;
|
caret-color: #FFD700;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
font-family: fzchyjw;
|
||||||
|
background: none !important;
|
||||||
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#startButtons {
|
#startButtons {
|
||||||
display: block;
|
display: block;
|
||||||
|
color: #616161;
|
||||||
}
|
}
|
||||||
|
#playGame:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
|
||||||
|
}
|
||||||
|
#loadGame:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
|
||||||
|
}
|
||||||
|
#replayGame:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
|
||||||
|
}
|
||||||
#levelChooseButtons {
|
#levelChooseButtons {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -154,11 +169,11 @@ html, body {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 4px 0;
|
padding: 2px 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-width: 2px;
|
border-width: 0px 0px 0px 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 6px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onChoiceAnimate {
|
.onChoiceAnimate {
|
||||||
|
Loading…
Reference in New Issue
Block a user