2016-10-28 17:05:19 +00:00
|
|
|
#maximage div {
|
2018-02-02 23:54:12 +00:00
|
|
|
cursor: pointer;
|
2017-01-13 23:36:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2018-02-02 23:44:26 +00:00
|
|
|
font-family: 'Minotaur';
|
|
|
|
src: local('Minotaur Phatte'), url(../font/minotaur.ttf) format('truetype');
|
2017-01-13 23:36:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: #fff;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
max-width: 128px;
|
|
|
|
max-height: 128px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 1px solid #222222;
|
|
|
|
}
|
|
|
|
|
2018-02-02 23:44:26 +00:00
|
|
|
.icon {
|
2017-01-13 23:36:43 +00:00
|
|
|
position: fixed;
|
|
|
|
width: 128px;
|
|
|
|
height: 128px;
|
2018-02-02 23:44:26 +00:00
|
|
|
bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon.right {
|
|
|
|
right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon.left {
|
|
|
|
left: 1rem;
|
2017-01-13 23:36:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
margin: 5% auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item img {
|
|
|
|
width: 512px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
|
2018-02-02 23:44:26 +00:00
|
|
|
#magician h1 {
|
|
|
|
color: #000000;
|
2018-02-02 23:54:12 +00:00
|
|
|
position: fixed;
|
2017-01-13 23:36:43 +00:00
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
bottom: 15%;
|
2018-02-02 23:44:26 +00:00
|
|
|
font-family: "Minotaur", cursive;
|
2018-02-02 23:54:12 +00:00
|
|
|
font-size: 70pt;
|
|
|
|
font-weight: normal;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
2017-01-13 23:36:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#developer h1 {
|
|
|
|
color: #ffffff;
|
2018-02-02 23:54:12 +00:00
|
|
|
position: fixed;
|
2017-01-13 23:36:43 +00:00
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%);
|
|
|
|
top: 50%;
|
2018-02-02 23:44:26 +00:00
|
|
|
font-family: "Minotaur", monospace;
|
2018-02-02 23:54:12 +00:00
|
|
|
font-size: 70pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
2017-01-13 23:36:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list .magician {
|
|
|
|
color: #ffffff;
|
2018-02-02 23:44:26 +00:00
|
|
|
font-family: "Minotaur", cursive;
|
2017-01-13 23:36:43 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .developer {
|
|
|
|
color: #ffffff;
|
2018-02-02 23:44:26 +00:00
|
|
|
font-family: "Minotaur", monospace;
|
2018-02-02 23:54:12 +00:00
|
|
|
font-weight: bold;
|
2016-10-28 17:05:19 +00:00
|
|
|
}
|