Use centralized theme

This commit is contained in:
Henri Bergius 2017-11-30 15:54:55 +01:00
parent c34f4dccdd
commit 34b2c08e2d

View file

@ -6,31 +6,9 @@
<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="../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>
@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 {
font-family: "ceva", sans-serif;
font-size: 8vh;
width: 80vw;
text-align: center;
@ -38,10 +16,14 @@
padding: 0px;
line-height: 10vh;
}
main {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
p {
font-family: 'Source Code Pro', sans-serif;
font-size: 6vh;
color: #a0a0a0;
margin: 0px;
padding: 0px;
margin-top: -10vh;