Use centralized theme
This commit is contained in:
parent
c34f4dccdd
commit
34b2c08e2d
1 changed files with 7 additions and 25 deletions
|
@ -6,31 +6,9 @@
|
||||||
<script src="../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
|
<script src="../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
|
||||||
<script src="../node_modules/plotly.js/dist/plotly.min.js"></script>
|
<script src="../node_modules/plotly.js/dist/plotly.min.js"></script>
|
||||||
<script src="../dist/infoscreens.js"></script>
|
<script src="../dist/infoscreens.js"></script>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
|
<link rel="stylesheet" href="../theme/c-base.css">
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
|
||||||
font-family: "ceva";
|
|
||||||
src: url("../fonts/ceva-c2.woff") format('woff');
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "ceva";
|
|
||||||
src: url("../fonts/ceva-c2.ttf") format('ttf');
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
background-color: rgba(0, 0, 0, 0.98);
|
|
||||||
color: #fff;
|
|
||||||
padding: 0px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "ceva", sans-serif;
|
|
||||||
font-size: 8vh;
|
font-size: 8vh;
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -38,10 +16,14 @@
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
line-height: 10vh;
|
line-height: 10vh;
|
||||||
}
|
}
|
||||||
|
main {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
font-family: 'Source Code Pro', sans-serif;
|
|
||||||
font-size: 6vh;
|
font-size: 6vh;
|
||||||
color: #a0a0a0;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: -10vh;
|
margin-top: -10vh;
|
||||||
|
|
Loading…
Reference in a new issue