Skip to content

Commit

Permalink
build based on 60c3066
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 6, 2021
1 parent cc77a6e commit 116940b
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 33 deletions.
8 changes: 7 additions & 1 deletion stable/assets/themes/documenter-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ html.theme--documenter-dark {
color: #1dd2af; }
html.theme--documenter-dark code {
background-color: rgba(255, 255, 255, 0.05);
color: #e74c3c;
color: #ececec;
font-size: 0.875em;
font-weight: normal;
padding: 0.1em; }
Expand Down Expand Up @@ -7277,8 +7277,12 @@ html.theme--documenter-dark {
position: absolute;
right: 0.625rem;
bottom: 0.5rem; }
html.theme--documenter-dark .docstring > section > a.docs-sourcelink:focus {
opacity: 1 !important; }
html.theme--documenter-dark .docstring:hover > section > a.docs-sourcelink {
opacity: 0.2; }
html.theme--documenter-dark .docstring:focus-within > section > a.docs-sourcelink {
opacity: 0.2; }
html.theme--documenter-dark .docstring > section:hover a.docs-sourcelink {
opacity: 1; }
html.theme--documenter-dark .documenter-example-output {
Expand Down Expand Up @@ -7338,6 +7342,8 @@ html.theme--documenter-dark {
html.theme--documenter-dark html {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto; }
html.theme--documenter-dark li.no-marker {
list-style: none; }
html.theme--documenter-dark #documenter .docs-main > article {
overflow-wrap: break-word; }
html.theme--documenter-dark #documenter .docs-main > article .math-container {
Expand Down
43 changes: 25 additions & 18 deletions stable/assets/themes/documenter-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
background-color: #4a4a4a !important; }

.has-text-grey {
color: #7a7a7a !important; }
color: #6b6b6b !important; }

.has-background-grey {
background-color: #7a7a7a !important; }
background-color: #6b6b6b !important; }

.has-text-grey-light {
color: #b5b5b5 !important; }
Expand Down Expand Up @@ -1954,7 +1954,7 @@ a.box:active {
.button.is-static {
background-color: whitesmoke;
border-color: #dbdbdb;
color: #7a7a7a;
color: #6b6b6b;
box-shadow: none;
pointer-events: none; }
.button.is-rounded, #documenter .docs-sidebar form.docs-search > input.button {
Expand Down Expand Up @@ -2862,39 +2862,39 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
background-color: whitesmoke;
border-color: whitesmoke;
box-shadow: none;
color: #7a7a7a; }
color: #6b6b6b; }
.input[disabled]::-moz-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input::-moz-placeholder,
#documenter .docs-sidebar fieldset[disabled] form.docs-search > input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
color: rgba(122, 122, 122, 0.3); }
color: rgba(107, 107, 107, 0.3); }
.input[disabled]::-webkit-input-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input::-webkit-input-placeholder,
#documenter .docs-sidebar fieldset[disabled] form.docs-search > input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
color: rgba(122, 122, 122, 0.3); }
color: rgba(107, 107, 107, 0.3); }
.input[disabled]:-moz-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input:-moz-placeholder,
#documenter .docs-sidebar fieldset[disabled] form.docs-search > input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
color: rgba(122, 122, 122, 0.3); }
color: rgba(107, 107, 107, 0.3); }
.input[disabled]:-ms-input-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input:-ms-input-placeholder,
#documenter .docs-sidebar fieldset[disabled] form.docs-search > input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
color: rgba(122, 122, 122, 0.3); }
color: rgba(107, 107, 107, 0.3); }

.input, #documenter .docs-sidebar form.docs-search > input, .textarea {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
Expand Down Expand Up @@ -2994,7 +2994,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.checkbox[disabled], .radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
color: #7a7a7a;
color: #6b6b6b;
cursor: not-allowed; }

.radio + .radio {
Expand Down Expand Up @@ -3122,7 +3122,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.select.is-large {
font-size: 1.5rem; }
.select.is-disabled::after {
border-color: #7a7a7a; }
border-color: #6b6b6b; }
.select.is-fullwidth {
width: 100%; }
.select.is-fullwidth select {
Expand Down Expand Up @@ -3630,7 +3630,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left #documenter .docs-sidebar form.docs-search > input:focus ~ .icon, #documenter .docs-sidebar .control.has-icons-left form.docs-search > input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right #documenter .docs-sidebar form.docs-search > input:focus ~ .icon, #documenter .docs-sidebar .control.has-icons-right form.docs-search > input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
color: #7a7a7a; }
color: #6b6b6b; }
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left #documenter .docs-sidebar form.docs-search > input ~ .icon, #documenter .docs-sidebar .control.has-icons-left form.docs-search > input ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-left #documenter .docs-sidebar form.docs-search > input.select ~ .icon,
Expand Down Expand Up @@ -4021,7 +4021,7 @@ a.list-item {
padding-left: 0.75em; }

.menu-label {
color: #7a7a7a;
color: #6b6b6b;
font-size: 0.75em;
letter-spacing: 0.1em;
text-transform: uppercase; }
Expand Down Expand Up @@ -5130,7 +5130,7 @@ a.navbar-item,
background-color: #dbdbdb;
border-color: #dbdbdb;
box-shadow: none;
color: #7a7a7a;
color: #6b6b6b;
opacity: 0.5; }

.pagination-previous,
Expand Down Expand Up @@ -5267,7 +5267,7 @@ label.panel-block {
text-align: center;
vertical-align: top;
width: 1em;
color: #7a7a7a;
color: #6b6b6b;
margin-right: 0.75em; }
.panel-icon .fa {
font-size: inherit;
Expand Down Expand Up @@ -7234,8 +7234,12 @@ h1:hover .docs-heading-anchor-permalink, h2:hover .docs-heading-anchor-permalink
position: absolute;
right: 0.625rem;
bottom: 0.5rem; }
.docstring > section > a.docs-sourcelink:focus {
opacity: 1 !important; }
.docstring:hover > section > a.docs-sourcelink {
opacity: 0.2; }
.docstring:focus-within > section > a.docs-sourcelink {
opacity: 0.2; }
.docstring > section:hover a.docs-sourcelink {
opacity: 1; }

Expand Down Expand Up @@ -7311,6 +7315,9 @@ html {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto; }

li.no-marker {
list-style: none; }

/* This file contain the overall layout.
*
* The main container is <div> that is identified by id #documenter.
Expand Down Expand Up @@ -7629,7 +7636,7 @@ html {
color: #007989; }

.ansi span.sgr37 {
color: #8f8f8f; }
color: gray; }

.ansi span.sgr40 {
background-color: #242424; }
Expand All @@ -7653,10 +7660,10 @@ html {
background-color: #007989; }

.ansi span.sgr47 {
background-color: #8f8f8f; }
background-color: gray; }

.ansi span.sgr90 {
color: #707070; }
color: #616161; }

.ansi span.sgr91 {
color: #cb3c33; }
Expand All @@ -7680,7 +7687,7 @@ html {
color: whitesmoke; }

.ansi span.sgr100 {
background-color: #707070; }
background-color: #616161; }

.ansi span.sgr101 {
background-color: #cb3c33; }
Expand Down
Loading

0 comments on commit 116940b

Please sign in to comment.