Skip to content

Commit 090a8f8

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent e29afc3 commit 090a8f8

27 files changed

Lines changed: 6265 additions & 0 deletions

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0705f4a5

css/styles.css

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
2+
.sidebar-logo {
3+
max-width: 150px;
4+
}
5+
6+
.sidebar-title {
7+
font-size: 1.7rem;
8+
}
9+
10+
.platform-table td {
11+
vertical-align: middle;
12+
}
13+
14+
.platform-table td > div.sourceCode {
15+
margin-top: 0.3rem;
16+
margin-bottom: 0.3rem;
17+
}
18+
19+
20+
21+
.infobox {
22+
padding: 1em 1em 1em 4em;
23+
margin-bottom: 10px;
24+
border: 2px solid lightblue;
25+
color: black;
26+
border-radius: 3px;
27+
background: #FFFFFF 5px center/3em no-repeat;
28+
}
29+
30+
.successbox {
31+
padding: 1em 1em 1em 4em;
32+
margin-bottom: 10px;
33+
border: 2px solid #12C012;
34+
color: black;
35+
border-radius: 3px;
36+
background: #FFFFFF 5px center/3em no-repeat;
37+
}
38+
39+
.cautionbox {
40+
padding: 1em 1em 1em 4em;
41+
margin-bottom: 10px;
42+
border: 2px solid red;
43+
color: orange;
44+
border-radius: 3px;
45+
background: #FFFFFF 5px center/3em no-repeat;
46+
}
47+
48+
.warning{
49+
padding: 1em 1em 1em 4em;
50+
margin-bottom: 5px;
51+
color: red;
52+
font-style: italic;
53+
54+
}
55+
.info {
56+
background-image: url("../images/info.png");
57+
}
58+
.ginfo {
59+
background-image: url("../images/ginfo.png");
60+
}
61+
.caution {
62+
background-image: url("../images/danger.png");
63+
}
64+
65+
.fire {
66+
background-image: url("../images/fire.png");
67+
}
68+
69+
.test {
70+
background-image: url("../images/test.png");
71+
}
72+
73+
.ok {
74+
background-image: url("../images/ok.png");
75+
}
76+
77+
.wt {
78+
background-image: url("../images/whereto.png");
79+
}

images/2023.jpg

322 KB
Loading

images/aoi.png

1.82 MB
Loading

images/clausiwood.png

4.43 MB
Loading

0 commit comments

Comments
 (0)