font and color changed
This commit is contained in:
parent
8f16132d05
commit
7a4595c546
1 changed files with 9 additions and 7 deletions
|
@ -25,9 +25,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto+Condensed:700i"); */
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Sevillana&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
|
||||||
body {
|
|
||||||
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -47,16 +48,17 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
margin-top: -25px;
|
margin-top: -25px;
|
||||||
margin-left: -150px;
|
margin-left: -150px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: "Sevillana", cursive;
|
font-family: "Petit Formal Script", cursive;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scene {
|
#scene {
|
||||||
/* position: fixed; */
|
/* position: fixed; */
|
||||||
/* top: 20%; */
|
/* top: 20%; */
|
||||||
left: 40%;
|
left: 30%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -114,7 +116,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
/* margin-top: -90px;
|
/* margin-top: -90px;
|
||||||
margin-left: -50px; */
|
margin-left: -50px; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: "Sevillana", cursive;
|
font-family: "Petit Formal Script", cursive;
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
color: #FFD700;
|
color: #FFD700;
|
||||||
transform: scale(0.5);
|
transform: scale(0.5);
|
||||||
|
@ -137,7 +139,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#scene.expand {
|
#scene.expand {
|
||||||
width: 140%;
|
width: 140%;
|
||||||
left: -20%;
|
left: -10%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
background-color: rgb(32,32,32);
|
background-color: rgb(32,32,32);
|
||||||
box-shadow: 0 0 0 red inset;
|
box-shadow: 0 0 0 red inset;
|
||||||
|
|
Loading…
Reference in a new issue