Subversion Repositories SvarDOS

Rev

Rev 1676 | Rev 1754 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
287 mateuszvis 1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
1225 mateusz.vi 2
@import url('mateuszbb-common.css');
1242 mateusz.vi 3
@import url('mateuszbb-custom.css');
3 mv_fox 4
 
179 mateuszvis 5
h1 {
6
  font-size: 1.35em;
7
  margin: 3em auto 0 auto;
8
  text-align: center;
9
  font-weight: 600;
139 mv_fox 10
}
11
 
3 mv_fox 12
p.copyr {
179 mateuszvis 13
  font-size: 1.00em;
14
  margin: 0 auto 4.5em auto;
15
  color: #999;
16
  text-align: center;
3 mv_fox 17
}
18
 
179 mateuszvis 19
h2 {
20
  font-size: 1.1em;
21
  font-weight: bold;
22
  margin: 1.75em 0 0 0;
23
  text-align: left;
3 mv_fox 24
}
25
 
26
p {
179 mateuszvis 27
  font-size: 1.00em;
28
  margin: 0.5em 0 0 0;
29
  text-align: justify;
3 mv_fox 30
}
31
 
103 mv_fox 32
p.wondering {
33
  font-size: 0.95em;
183 mateuszvis 34
  margin: 1.3em 0 0 0;
103 mv_fox 35
  border: 1px #222 dashed;
179 mateuszvis 36
  padding: 0.1em 0.4em;
103 mv_fox 37
  opacity: 0.8;
38
}
39
 
175 mateuszvis 40
html {
3 mv_fox 41
  margin: 0;
42
  padding: 0;
175 mateuszvis 43
  background-color: #ccc;
44
}
45
 
46
body {
287 mateuszvis 47
  font-size: 1.15em;
175 mateuszvis 48
  background-color: #fff;
287 mateuszvis 49
  font-family: "Noto Sans JP", sans-serif;
175 mateuszvis 50
  margin: 0 auto;
179 mateuszvis 51
  padding: 0 0.5em 0.5em 0.5em;
175 mateuszvis 52
  box-sizing: border-box;
53
  width: 100%;
54
  max-width: 60em;
179 mateuszvis 55
  border: 1px #999 solid;
56
  border-top: 0;
3 mv_fox 57
}
58
 
1676 mateusz.vi 59
div.download {
60
  display: flex;
61
  justify-content; start;
1753 mateusz.vi 62
  flex-wrap: wrap;
1676 mateusz.vi 63
}
64
 
65
div.download div {
66
  display: flex;
67
  flex-direction: column;
68
  border: 1px #aaa solid;
69
  border-radius: 0.25em;
1753 mateusz.vi 70
  margin: 0.75em 2.5em 0.75em 0.25em;
1676 mateusz.vi 71
  padding: 0.2em 0.75em;
1753 mateusz.vi 72
  min-width: 12em;
1676 mateusz.vi 73
}
74
 
1753 mateusz.vi 75
div.download div h3 {
76
  text-align: center;
77
  font-weight: bold;
78
  font-size: 1em;
79
  margin: 0.5em 0 0 0;
80
}
81
 
1676 mateusz.vi 82
div.download div p {
83
  margin: 0 0 0.5em 0;
84
}
85
 
3 mv_fox 86
a:link { /* unvisited link */
179 mateuszvis 87
  color: #008; text-decoration: none;
3 mv_fox 88
}
89
 
90
a:visited { /* visited link */
179 mateuszvis 91
  color: #008; text-decoration: none;
3 mv_fox 92
}
93
 
94
a:hover { /* mouse over link */
179 mateuszvis 95
  color: #00F; text-decoration: none;
3 mv_fox 96
}
97
 
98
a:active { /* selected link */
179 mateuszvis 99
  color: #008; text-decoration: none;
3 mv_fox 100
}
101
 
102
a.mateusz {
103
  color: inherit; text-decoration: none;
104
}
106 mv_fox 105
 
188 mateuszvis 106
table {
107
  margin: 1em auto;
108
  border-spacing: 0;
109
  border-collapse: collapse;
110
  text-align: left;
111
}
112
 
113
table th {
114
  text-weight: 600;
115
}
116
 
117
table :not(thead) tr:nth-child(odd) {
118
  background-color: #f5f5f5;
119
}
120
 
121
table thead tr {
122
  border-bottom: 1px #bbb solid;
123
}
124
 
106 mv_fox 125
table.nls {
126
  margin: 1em auto;
108 mv_fox 127
  border-spacing: 0;
128
  border-collapse: collapse;
129
  border: none;
106 mv_fox 130
}
131
 
132
table.nls th {
133
  font-weight: bold;
134
  text-align: center;
135
  font-size: 1em;
136
}
137
 
108 mv_fox 138
table.nls td {
139
  border: 1px #777 solid;
140
  padding: 0.2em 0.5em;
141
}
142
 
106 mv_fox 143
td.pkg {
144
  text-align: left;
145
  font-size: 1em;
146
}
147
 
148
td.err {
108 mv_fox 149
  background-color: #f00;
106 mv_fox 150
  text-align: center;
151
  font-size: 0.9em;
152
}
153
 
154
td.complete {
155
  background-color: #5f5;
156
  text-align: center;
157
  font-size: 0.9em;
158
}
159
 
160
td.incomplete {
108 mv_fox 161
  background-color: #fbb;
106 mv_fox 162
  text-align: center;
163
  font-size: 0.9em;
164
}
165
 
166
td.unsup {
167
  background-color: #bbb;
168
  text-align: center;
169
  font-size: 0.9em;
170
}
324 mateuszvis 171
 
172
span.helpmsg {
173
  font-size: 0.7em;
174
  color: #44e;
175
  font-weight: bold;
176
  border-radius: 1em;
177
  background: #f7f700;
178
  vertical-align: super;
179
  padding: 0 0.3em;
180
}