summaryrefslogtreecommitdiff
path: root/header.html
blob: 4e8bee39530dec27064d92ee905f8c21f19bdda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="ca">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Subtítols Ou ferrat</title>
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml" />
<link rel="icon" type="image/png" sizes="16x16" href="/ouferrat16.png">
<link rel="icon" type="image/png" sizes="192x192" href="/ouferrat192.png">
<style>
* {
	box-sizing: border-box;
}
body {
	max-width: 700px;
	margin: 50px 0 50px 300px;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url(ai_render.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}
@media screen and (max-width: 1600px) {
  body { margin-left: 100px; }
}
@media screen and (max-width: 1400px) {
  body { background-image: none; }
}
@media screen and (max-height: 1032px) {
  body { background-position: top right; }
}
time.date {
	display: block;
	text-align: right;
	color: #555;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin-top: 3px;
	font-size: 21px;
}
img {
	max-width: 100%;
}
p { text-align: justify; }
h1, h2, h3 { font-family: 'Noto Sans JP', sans-serif; font-weight: 900;
             text-transform: uppercase; }
h1 { text-align: center; font-size: 150%; }
h2 { font-size: 130%; margin-top: 0px; margin-bottom: 0.5em;
border-left: 5px solid #FFE000; padding-left: 10px; }
header { display: flex; justify-content: space-between; margin-top: 3em;}
@media screen and (max-width: 500px) { header { display: block; } }
h3 { font-size: 110%; }
article { margin-bottom: 100px; }
a { text-decoration: none; color: #355F7C; }
h2 a { color: black; }
h1 a { color: #0041F1; }
a:hover { text-decoration: underline; }
h1 a:hover, h2 a:hover { text-decoration: none; }
@media screen and (max-width: 600px) {
    body { margin: 30px 10px 50px 10px; }
    p { text-align: left; } }
</style>

<div class="yellow-bg">
<h1><a href="/">Subtítols Ou ferrat</a></h1>
</div>