mirror of
https://github.com/mon/TataconUSB.git
synced 2026-03-21 17:54:27 -05:00
92 lines
1.9 KiB
CSS
92 lines
1.9 KiB
CSS
/* latin */
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(./fonts/Roboto.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url(./fonts/RobotoBold.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url(./fonts/RobotoItalic.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url(./fonts/RobotoBoldItalic.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
|
|
body, html {
|
|
font-family: 'Roboto' !important;
|
|
height: 100%;
|
|
color: #444;
|
|
}
|
|
|
|
#waiting {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#content {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.tatacon {
|
|
position: relative;
|
|
width: 450px;
|
|
height: 532px;
|
|
background-image: url("tatacon.png");
|
|
}
|
|
|
|
.donL, .donR, .katL, .katR {
|
|
position: absolute;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.donL, .donR {
|
|
top: 130px;
|
|
}
|
|
.katL, .katR {
|
|
top: 50px;
|
|
}
|
|
.donL {
|
|
left: 70px;
|
|
}
|
|
.donR {
|
|
right: 70px;
|
|
}
|
|
.katL {
|
|
left: 40px;
|
|
}
|
|
.katR {
|
|
right: 40px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.configOption {
|
|
font-size: 17px;
|
|
} |