Skip to content
Snippets Groups Projects
style.css 3.63 KiB
img {
  display: inline-block;
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  font-family: 'Red Hat Text', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #494949;
  position: relative;
}
h1 {
  font-family: 'Red Hat Display', sans-serif;
  font-style: normal;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 800;
  color: #494949;
  font-size: 1.625rem;
  margin-top: 1.6rem;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: #007db1;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus,
a:hover {
  color: #006c98;
}
hr,
input {
  overflow: visible;
}
hr {
  clear: both;
  box-sizing: content-box;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border: 0;
  border-bottom: 1px solid #646569;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  font-size: 100%;
  background: #282728;
}
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 1rem;
}
[type=submit],
select {
  appearance: none;
}
input:disabled {
  background-color: #cfcfcf;
  cursor: not-allowed;
}
[type=checkbox] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for] {
  cursor: pointer;
}
label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
select,
select:focus {
  background-color: #fff;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select {
  border: 1px solid #646569;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border-radius: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2873, 73, 73%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
select:focus {
  outline: 0;
  border: 1px solid #494949;
  box-shadow: 0 0 5px #646569;
}
select:disabled {
  background-color: #cfcfcf;
  cursor: not-allowed;
}
@media print,screen and (min-width:40em) {
  h1 {
    font-size: 2.375rem;
  }
}
@media print {
  img {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    word-wrap: break-word;
    text-decoration: none;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
}
@media screen and (prefers-reduced-motion:reduce) {
  *,
  :after,
  :before {
    animation: none !important;
    transition: none !important;
  }
}


header {
  border-bottom: 5px solid #c5050c;
  padding: 10px;
  vertical-align: top;
}
#controls {
  padding-left: 10px;
}
#controls > div {
  display: inline-table;
  padding: 5px;
}
#controls > br ~ div {
  padding-top: 0;
}
#visualization {
  text-align: center;
}
#title {
  text-align: right;
  margin-right: 40%;
  padding: 0px;
  margin-bottom: 0.5rem;
}
select {
  width: 200px;
  font-size: 16px;
  border: 1px solid #CCC;
  cursor: pointer;
  background-color: #fff;
}
body {
  padding-bottom: 30px;
}
#logo img {
  height: 75px;
  width: 75px;
  float: left;
}
#plot img {
  aspect-ratio: 2 / 1;
  width: 1200px;
}