css update

This commit is contained in:
Samuel Philipp 2018-02-03 00:54:12 +01:00
parent ea2b905364
commit bbb7e1b080

View file

@ -1,5 +1,5 @@
#maximage div { #maximage div {
cursor:pointer; cursor: pointer;
} }
@font-face { @font-face {
@ -56,28 +56,30 @@ body {
border-radius: 7px; border-radius: 7px;
} }
h1 {
color: #000000;
position: fixed;
font-size: 70pt;
font-weight: normal;
text-decoration: none;
}
#magician h1 { #magician h1 {
color: #000000; color: #000000;
position: fixed;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 15%; bottom: 15%;
font-family: "Minotaur", cursive; font-family: "Minotaur", cursive;
font-size: 70pt;
font-weight: normal;
text-decoration: none;
text-align: center;
} }
#developer h1 { #developer h1 {
color: #ffffff; color: #ffffff;
position: fixed;
left: 50%; left: 50%;
transform: translate(-50%); transform: translate(-50%);
top: 50%; top: 50%;
font-family: "Minotaur", monospace; font-family: "Minotaur", monospace;
font-size: 70pt;
font-weight: bold;
text-decoration: none;
text-align: center;
} }
.list .magician { .list .magician {
@ -89,5 +91,5 @@ h1 {
.list .developer { .list .developer {
color: #ffffff; color: #ffffff;
font-family: "Minotaur", monospace; font-family: "Minotaur", monospace;
font-weight: normal; font-weight: bold;
} }