Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/resources/_gen/assets')
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/checklist.scss_830e2c6732622c34cf9ed8a208896bac.content15
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content17
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/shortcodes/notice.scss_f300667da4f5b5f84e1a9e0702b2fdde.content20
3 files changed, 34 insertions, 18 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/sass/checklist.scss_830e2c6732622c34cf9ed8a208896bac.content b/exampleSite/resources/_gen/assets/scss/sass/checklist.scss_830e2c6732622c34cf9ed8a208896bac.content
index 3e1b0f4..eeabafd 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/checklist.scss_830e2c6732622c34cf9ed8a208896bac.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/checklist.scss_830e2c6732622c34cf9ed8a208896bac.content
@@ -27,13 +27,26 @@ body article section.page div.content div.checklist-header .form-control-file {
border-style: solid;
box-shadow: inset 0px 0px 0px 0.25em currentColor; }
+body article section.page div.content h2 a {
+ margin-left: 0.2em;
+ text-decoration: none; }
+
body article section.page div.content div.checklist-footer {
margin-top: 2em;
margin-bottom: 2em;
text-align: center; }
body #TableOfContents > ul li input {
- margin-right: 0.3em; }
+ margin-right: 0.3em;
+ display: none; }
+
+body #TableOfContents > ul li i {
+ margin-right: 0.3em;
+ color: #e6e6e6; }
+ body #TableOfContents > ul li i.fa-check-circle {
+ color: green; }
+ body #TableOfContents > ul li i.fa-dot-circle {
+ color: #999999; }
body #TableOfContents > ul li:not(.cl-ready):not(.cl-done):not(.cl-doing) input {
visibility: hidden; }
diff --git a/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content b/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content
index 2c9e14c..ff458cb 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content
@@ -18,7 +18,7 @@ body {
justify-content: space-between;
align-items: stretch;
color: #e6e6e6; }
- body header a {
+ body header a, body header a:hover {
color: #cccccc; }
body header > div {
display: flex;
@@ -87,11 +87,12 @@ body {
list-style-type: none; }
body article section.right-menu > div li {
padding: 8px 0px 8px 0px;
- font-weight: 300; }
+ font-weight: 300;
+ border-bottom: 1px solid transparent; }
+ body article section.right-menu > div li.active {
+ border-bottom: 1px dashed #999999; }
body article section.right-menu > div li a {
/*padding-left: 2px;*/ }
- body article section.right-menu > div li a.active {
- font-weight: 500; }
body article section.right-menu .Actions {
font-size: 75%; }
body footer {
@@ -306,11 +307,13 @@ article section.page div.content {
overflow: inherit !important; }
article section.page div.content div.highlight pre code {
color: inherit !important;
- font-size: 75%;
+ font-size: 95%;
display: block;
- margin-left: -1.5rem;
- margin-right: -1.5rem;
+ line-height: 1.2em;
padding: 10px;
border: 0px;
font-weight: inherit;
background-color: inherit; }
+ article section.page div.content > div.highlight pre code {
+ margin-left: -1.5rem;
+ margin-right: -1.5rem; }
diff --git a/exampleSite/resources/_gen/assets/scss/sass/shortcodes/notice.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/exampleSite/resources/_gen/assets/scss/sass/shortcodes/notice.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
index 85c8783..c818bbb 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/shortcodes/notice.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/shortcodes/notice.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -13,7 +13,7 @@ div.notices {
/*box-shadow: inset 4px 0 0 black;*/
/*border-radius: .2rem;*/
padding: .5rem 1rem .5rem 1rem; }
- div.notices label {
+ div.notices > label {
font-size: 0.5em;
position: absolute;
margin-left: 0em;
@@ -27,7 +27,7 @@ div.notices {
color: #004a99 !important; }
div.notices.note label {
color: #007bff; }
- div.notices.primary p {
+ div.notices.primary > *:not(label) {
box-shadow: inset 4px 0 0 #007bff;
background: rgba(0, 123, 255, 0.05);
color: #004a99 !important; }
@@ -39,49 +39,49 @@ div.notices {
color: #3d4246 !important; }
div.notices.secondary label {
color: #6c757d; }
- div.notices.success p, div.notices.tip p {
+ div.notices.success > *:not(label), div.notices.tip > *:not(label) {
box-shadow: inset 4px 0 0 #28a745;
background: rgba(40, 167, 69, 0.05);
color: #145523 !important; }
div.notices.success label, div.notices.tip label {
color: #28a745; }
- div.notices.danger p {
+ div.notices.danger > *:not(label) {
box-shadow: inset 4px 0 0 #dc3545;
background: rgba(220, 53, 69, 0.05);
color: #921925 !important; }
div.notices.danger label {
color: #dc3545; }
- div.notices.warning > * {
+ div.notices.warning > *:not(label) {
box-shadow: inset 4px 0 0 #ffc107;
background: rgba(255, 193, 7, 0.05);
color: #a07800 !important; }
div.notices.warning label {
color: #ffc107; }
- div.notices.info p {
+ div.notices.info > *:not(label) {
box-shadow: inset 4px 0 0 #17a2b8;
background: rgba(23, 162, 184, 0.05);
color: #0c525d !important; }
div.notices.info label {
color: #17a2b8; }
- div.notices.light p {
+ div.notices.light > *:not(label) {
box-shadow: inset 4px 0 0 #f8f9fa;
background: rgba(248, 249, 250, 0.05);
color: #bdc6d0 !important; }
div.notices.light label {
color: #f8f9fa; }
- div.notices.dark p {
+ div.notices.dark > *:not(label) {
box-shadow: inset 4px 0 0 #343a40;
background: rgba(52, 58, 64, 0.05);
color: #060708 !important; }
div.notices.dark label {
color: #343a40; }
- div.notices.white p {
+ div.notices.white > *:not(label) {
box-shadow: inset 4px 0 0 #fff;
background: rgba(255, 255, 255, 0.05);
color: whiteen(#fff, 20%) !important; }
div.notices.white label {
color: #fff; }
- div.notices.transparent p {
+ div.notices.transparent > *:not(label) {
box-shadow: inset 4px 0 0 transparent;
background: rgba(0, 0, 0, 0);
color: transparenten(transparent, 20%) !important; }