WeatherNews.jl/www/xslate/_header.html

69 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<base href="<: $base :>" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="This is an archive of the WeatherNews Live schedule."
/>
<title>WeatherNews</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/>
<link rel="stylesheet" href="css/milligram.min.css" />
<!--
<link rel="stylesheet" href="https://milligram.io/styles/main.css" />
-->
<!--
<script>window.HELP_IMPROVE_VIDEOJS = false;</script>
<link href="https://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet">
<script src="https://unpkg.com/video.js/dist/video.min.js"></script>
-->
<style>
section.title h1 a {
font-weight: bold;
color: #326D9A;
}
tr.m2 {
background-color: #F6EECA;
}
tr.m3 {
background-color: #FBDABC;
}
tr.live {
font-weight: bold;
}
tbody tr {
transition: 0.3s;
}
tbody tr:hover {
background-color: #EBEBEB; /* #DCEEF5; */
}
tbody tr.m2:hover {
background-color: #F0E3A8;
}
tbody tr.m3:hover {
background-color: #F9CA9F;
}
.container .views {
text-align: right;
}
.container tfoot td {
font-weight: bold;
}
</style>
</head>
<body>
<main class="wrapper">
<section class="container title">
<h1><a href="<: $base :>">WeatherNews</a></h1>
<h6><a href="segment/">segment</a> | <a href="caster/">caster</a> | <a href="ranking/">ranking</a></h6>
</section>