digitemp-rrdgraph/html/css/default.css

28 lines
879 B
CSS
Raw Normal View History

2020-06-09 16:02:25 +09:00
body {
2021-10-28 16:16:34 +09:00
margin: 2em 1em 0 3em;
2020-06-09 16:02:25 +09:00
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: url(logo.png);
text-align: center;
}
2021-10-28 16:16:34 +09:00
h1 { text-align: center; }
h2, h3, h4, h5, h6 { text-align: left; }
h1 { color: black; font: 120% sans-serif; font-weight: bold; }
h2 { color: #005A9C; font: 110%; font-weight: medium; }
h3 { color: #001A4C; font: 105% sans-serif; font-weight: medium; }
h4 { color: #007A9C; font: 90% sans-serif; font-weight: medium; }
h5 { color: #005A9C; font: italic 80% sans-serif; }
h6 { font: small-caps 70% sans-serif; }
2020-06-09 16:02:25 +09:00
2021-10-28 16:16:34 +09:00
img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
main { display: flex; flex-wrap: wrap; }
main div.graph { margin: 5px auto; }
main div.range-select span { color: blue; text-decoration: underline; cursor: pointer; }
2020-06-09 16:02:25 +09:00