Subversion Repositories SvarDOS

Rev

Rev 1399 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1399 mateusz.vi 1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
2
 
3
h1 {
4
  font-size: 1.35em;
5
  margin: 0 auto;
6
  text-align: center;
7
  font-weight: 600;
8
}
9
 
10
p.copyr {
11
  font-size: 1.00em;
12
  margin: 0 auto 4.5em auto;
13
  color: #999;
14
  text-align: center;
15
}
16
 
17
h2 {
18
  font-size: 1.1em;
19
  font-weight: bold;
20
  margin: 1.75em 0 0 0;
21
  text-align: left;
22
}
23
 
24
p {
25
  font-size: 1.00em;
26
  margin: 0.5em 0 0 0;
27
  text-align: justify;
28
}
29
 
30
html {
31
  margin: 0;
32
  padding: 0;
33
  background-color: #ccc;
34
}
35
 
36
body {
37
  font-size: 1.15em;
38
  background-color: #fff;
39
  font-family: "Noto Sans JP", sans-serif;
40
  margin: 0 auto;
41
  padding: 3em 0.5em 0.5em 0.5em;
42
  box-sizing: border-box;
43
  width: 100%;
44
  max-width: 60em;
45
  border: 1px #999 solid;
46
  border-top: 0;
47
}
48
 
1408 mateusz.vi 49
p.partofsvardos {
50
  text-align: right;
51
  font-size: 0.85em;
52
  font-style: italic;
53
  position: relative;
54
  top: -3em;
55
  opacity: 0.8;
56
}
57
 
1399 mateusz.vi 58
a:link { /* unvisited link */
59
  color: #008; text-decoration: none;
60
}
61
 
62
a:visited { /* visited link */
63
  color: #008; text-decoration: none;
64
}
65
 
66
a:hover { /* mouse over link */
67
  color: #00F; text-decoration: none;
68
}
69
 
70
a:active { /* selected link */
71
  color: #008; text-decoration: none;
72
}
73
 
74
a.mateusz {
75
  color: inherit; text-decoration: none;
76
}
77
 
78
table {
79
  margin: 1em 0;
80
  border-spacing: 0;
81
  border-collapse: collapse;
82
  text-align: left;
83
  border: 1px #aaa solid;
84
  border-radius: 0.5em;
85
}
86
 
87
table tr:nth-child(odd) {
88
  background-color: #f5f5f5;
89
}
90
 
91
table tr td {
92
  padding: 0.1em 0.5em;
93
}
94
 
95
table tr td.siz {
96
  text-align: right;
97
  color: #555;
98
}