generated from xinetzone/sphinx-demo
-
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
liuxinwei
committed
Dec 29, 2024
1 parent
456b5b2
commit 58c9ec9
Showing
867 changed files
with
240 additions
and
342 deletions.
There are no files selected for viewing
17 changes: 9 additions & 8 deletions
17
doc/_static/custom.css → doc/_static/css/custom.css
100755 → 100644
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,23 +1,24 @@ | ||
/* Background of stsable should be green */ | ||
#version_switcher a[data-version-name*="stable"] { | ||
background-color: #c9fac9; | ||
background-color: #e2ffe2; | ||
} | ||
|
||
/* Color of explicit versions should be orange */ | ||
#version_switcher a:not([data-version-name*="stable"]):not([data-version-name="dev"]) { | ||
background-color: #6ae2be; | ||
color: rgb(201, 197, 197); | ||
#version_switcher | ||
a:not([data-version-name*="stable"]):not([data-version-name="dev"]) { | ||
background-color: #d9dadc; | ||
color: rgb(243, 234, 234); | ||
} | ||
|
||
/* If we're on a dev version, make the switcher button orange */ | ||
#version_switcher_button[data-active-version-name*="dev"] { | ||
background-color: rgb(255 138 62); | ||
} | ||
|
||
blockquote.epigraph { | ||
background-color: rgb(149, 146, 143); | ||
.bd-sidebar-primary, .bd-sidebar-secondary { | ||
background-color: #e4e7eb; | ||
} | ||
|
||
.dfn { | ||
background-color: rgb(205, 214, 71); | ||
.sphinx-contributors img { | ||
border-radius: 50%; | ||
} |
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,5 @@ | ||
.tippy-box { | ||
background-color:var(--pst-color-surface); | ||
color:var(--pst-color-text-base); | ||
border: 1px solid var(--pst-color-border); | ||
} |
Oops, something went wrong.