Skip to content

Commit 9264be9

Browse files
committed
Refactor and restyle documentation
1 parent caae59f commit 9264be9

17 files changed

+2895
-1965
lines changed

docs/src/docs/asciidoc/changelog.adoc

+478
Large diffs are not rendered by default.
Loading

docs/src/docs/asciidoc/css/multi-lang-sample.css

+17-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/docs/asciidoc/css/page.css

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
body {
2+
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85));
3+
color: white;
4+
}
5+
6+
#grabbit-logo {
7+
position: absolute;
8+
right: 0;
9+
top: 0;
10+
width: 150px;
11+
}
12+
13+
#toc {
14+
background: none !important;
15+
}
16+
17+
#toc > #toctitle {
18+
color: #ffc107;
19+
}
20+
21+
#header > h1:first-child {
22+
color: white;
23+
font-weight: 600;
24+
}
25+
26+
#header>.details {
27+
color: white;
28+
}
29+
30+
#preamble>.sectionbody>[class="paragraph"]:first-of-type p {
31+
color: white;
32+
}
33+
34+
h2, h3, h4, .title {
35+
color: #ffc107 !important;
36+
}
37+
38+
p {
39+
color: white;
40+
}
41+
42+
a {
43+
color: #00a8cd;
44+
}
45+
46+
a:hover {
47+
color: #ffc107;
48+
}
49+
50+
.listingblock >.content>pre:not(.highlight) {
51+
color: white;
52+
background: none;
53+
border: 1px solid #ffc107;
54+
border-radius: 4px;
55+
}
56+
57+
:not(pre):not([class^=L])>code {
58+
background: #00758F;
59+
color: white;
60+
}
61+
62+
.admonitionblock td.icon .icon-tip::before,
63+
.admonitionblock td.icon .icon-note::before,
64+
.admonitionblock td.icon .icon-warning::before {
65+
color: white;
66+
}
67+
68+
.admonitionblock>table td.content {
69+
color: white;
70+
}
71+
72+
#footer {
73+
background: rgba(0, 0, 0, 0.2);
74+
}
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<link rel="stylesheet" href="css/multi-lang-sample.css">
2+
<link rel="stylesheet" href="css/page.css">
23
<script src="js/multi-lang-sample.js"></script>
34
<div id="footer">
45
<div id="footer-text">
5-
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) {docyear}. Licensed under the Universal Permissive License (UPL), Version 1.0
6+
<img src="css/images/GraalVM-rgb.svg" alt="GraalVM"> (c) {docyear}. Licensed under the Universal Permissive License (UPL), Version 1.0
67
</div>
78
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div id="grabbit-logo">
2+
<img src="css/images/Grabbit.svg" alt="">
3+
</div>

0 commit comments

Comments
 (0)