summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-09-04 15:34:39 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-09-04 17:36:28 +0200
commitf036a3fc74a9ca08479d970a52c998fa0284c66a (patch)
tree09f309f8a0acde67caa7e98aabf69151bf8ea6b8 /docs
parent127925edde268d29f20b811400b2cebd49eac6ec (diff)
Adapt GitHub action
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen/style.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/doxygen/style.css b/docs/doxygen/style.css
new file mode 100644
index 00000000..362ba283
--- /dev/null
+++ b/docs/doxygen/style.css
@@ -0,0 +1,43 @@
+html {
+ height: 100%;
+}
+dl {
+ padding-left: 1em;
+}
+body {
+ min-height: 100%;
+ background-image: url("beanstalk-bg.png");
+ background-attachment: fixed;
+ background-size: cover;
+}
+body > header > nav {
+ background: #2f363fe5;
+}
+main>article>.m-container {
+ padding-top: 1em;
+ padding-bottom: 1em;
+ background: #2f363fe5;
+}
+code {
+ background: #2f363fe5;
+}
+body > footer > nav {
+ background: transparent;
+ padding: 0;
+ color: #555;
+}
+body > footer > nav a {
+ color: #222;
+}
+ul.m-doc li.m-doc-expansible > a:first-child::before, ul.m-doc li.m-doc-collapsible > a:first-child::before {
+ background: transparent;
+}
+.m-doc-template, dl.m-doc dd, ul.m-doc li > span.m-doc, dl.m-doc dd svg.m-math, ul.m-doc li > span.m-doc svg.m-math {
+ color: #a4a4a4;
+}
+img.m-image, svg.m-image {
+ display: inline-block;
+}
+main p {
+ text-indent: 0;
+} \ No newline at end of file