2018-11-18 23:08:36 +01:00
|
|
|
body {
|
|
|
|
background: #000;
|
|
|
|
font-family: mono;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2018-11-17 19:07:58 +01:00
|
|
|
#screen {
|
|
|
|
position: absolute;
|
|
|
|
width: 400px;
|
|
|
|
height: 300px;
|
|
|
|
border: 1px solid #000;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin: -150px 0 0 -200px;
|
2018-11-18 23:08:36 +01:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screen .framed {
|
|
|
|
border: 3px double #000;
|
|
|
|
border-radius: 0.5em;
|
2018-11-23 14:25:18 +01:00
|
|
|
margin: 0.2em;
|
2018-11-18 23:08:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#screen .text {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2018-11-23 14:24:53 +01:00
|
|
|
height: 4.2em;
|
2018-11-18 23:08:36 +01:00
|
|
|
}
|
|
|
|
|
2018-11-20 09:48:17 +01:00
|
|
|
#screen .text.read:after {
|
2018-11-23 14:24:53 +01:00
|
|
|
content: "\2bc6";
|
2018-11-20 09:48:17 +01:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0.1em;
|
|
|
|
right: 0.5em;
|
|
|
|
}
|
|
|
|
|
2018-11-18 23:08:36 +01:00
|
|
|
#screen .text p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.menu {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0 0 0 1em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-20 09:48:17 +01:00
|
|
|
ul.menu .selected:before {
|
2018-11-23 14:24:53 +01:00
|
|
|
content: "\2bc8";
|
|
|
|
width: 0;
|
2018-11-20 09:48:17 +01:00
|
|
|
margin-left: -0.8em;
|
2018-11-23 14:24:53 +01:00
|
|
|
float: left;
|
2018-11-18 23:08:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 1st frame */
|
2018-11-20 15:56:28 +01:00
|
|
|
#screen.frameIntro * {
|
2018-11-18 23:08:36 +01:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2018-11-20 15:56:28 +01:00
|
|
|
#screen.frameIntro p {
|
2018-11-18 23:08:36 +01:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
2018-11-20 15:56:28 +01:00
|
|
|
#screen.frameIntro .title {
|
2018-11-18 23:08:36 +01:00
|
|
|
font-size: 2em;
|
|
|
|
top: 50%;
|
|
|
|
}
|
|
|
|
|
2018-11-20 15:56:28 +01:00
|
|
|
#screen.frameIntro .subtitle {
|
2018-11-18 23:08:36 +01:00
|
|
|
top: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 2nd frame */
|
2018-11-20 15:56:28 +01:00
|
|
|
#screen.frameStartMenu ul {
|
2018-11-18 23:08:36 +01:00
|
|
|
width: 7em;
|
2018-11-17 19:07:58 +01:00
|
|
|
}
|