-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ashley Meigh
committed
Dec 1, 2023
1 parent
74b7d08
commit 1e50c59
Showing
7 changed files
with
141 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,38 @@ | ||
.math { | ||
text-align: left; | ||
} | ||
.eqno { | ||
float: right; | ||
} | ||
|
||
/* Custom CSS for Dark Blue Theme */ | ||
body { | ||
background-color: rgb(10, 56, 125); /* Dark blue background */ | ||
color: #E6F1FF; /* Light text for readability */ | ||
} | ||
|
||
a { | ||
color: #d7ebe6; /* Bright color for links */ | ||
} | ||
|
||
a:hover { | ||
color: #72F2EB; /* Slightly different shade for hover state */ | ||
} | ||
|
||
/* Header and sidebar styling */ | ||
.wy-nav-side { | ||
background-color: #0c2547; /* Darker shade of blue for the sidebar */ | ||
} | ||
|
||
.wy-nav-top { | ||
background-color: #0A192F; /* Same as the body background */ | ||
} | ||
|
||
/* Custom styles for math elements */ | ||
.math { | ||
text-align: left; | ||
} | ||
|
||
.eqno { | ||
float: right; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
Welcome to MDANSE's documentation! | ||
=================================== | ||
|
||
.. grid:: 1 2 2 2 | ||
:gutter: 4 | ||
:padding: 2 2 0 0 | ||
:class-container: sd-text-center | ||
|
||
.. grid-item-card:: Explanations | ||
:img-top: _static/explanations-logo.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
Learn the basics and core concepts of MDANSE. | ||
|
||
+++ | ||
|
||
.. button-ref:: explanations | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the explanations | ||
|
||
.. grid-item-card:: How-To Guides | ||
:img-top: _static/how-to-guides-logo.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
Practical step-by-step guides to help you utilize MDANSE effectively. | ||
|
||
+++ | ||
|
||
.. button-ref:: how_to_guides | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the how-to guides | ||
|
||
.. grid-item-card:: Tutorials | ||
:img-top: _static/tutorials-logo.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
Detailed tutorials to help you get started with MDANSE. | ||
|
||
+++ | ||
|
||
.. button-ref:: tutorials | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the tutorials | ||
|
||
.. grid-item-card:: Technical References | ||
:img-top: _static/technical-references-logo.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
Deep dive into the technical details of MDANSE. | ||
|
||
+++ | ||
|
||
.. button-ref:: technical_references | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the technical references |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.