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
path: root/assets
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-11-06 01:30:56 +0300
committervjeantet <valere.jeantet@gmail.com>2020-11-06 01:30:56 +0300
commitb43c043a7b9153e5cf6a1a30b057d143b1cedc52 (patch)
tree468fe0ce643f24e92c0ed06e6dc587eb52a62c13 /assets
parent4b0cf57d5be417ddb3167d0bd0b4c09a35c1e62b (diff)
fix some cssHEADmaster
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/checklist.scss29
-rw-r--r--assets/sass/main.scss9
-rw-r--r--assets/sass/shortcodes/notice.scss2
3 files changed, 33 insertions, 7 deletions
diff --git a/assets/sass/checklist.scss b/assets/sass/checklist.scss
index a2eb688..10089d1 100644
--- a/assets/sass/checklist.scss
+++ b/assets/sass/checklist.scss
@@ -38,6 +38,13 @@ body {
}
}
+ h2 a {
+ //float: left;
+
+ margin-left: 0.2em;
+ //font-size: 70%;
+ text-decoration: none;
+ }
div.checklist-footer {
@@ -45,6 +52,10 @@ body {
margin-bottom: 2em;
text-align: center;
}
+
+ .zone{
+
+ }
}
@@ -52,11 +63,24 @@ body {
#TableOfContents > ul li {
input {
margin-right: 0.3em;
+ display: none;
}
-
+
+ i{
+ margin-right: 0.3em;
+ color: #e6e6e6;
+ &.fa-check-circle{
+ color: green;
+ }
+ &.fa-dot-circle{
+ color: #999999;
+ }
+
+ }
+
&:not(.cl-ready):not(.cl-done):not(.cl-doing) {
input{
- visibility: hidden;
+ visibility: hidden;
}
}
@@ -65,6 +89,7 @@ body {
visibility: visible;
}
}
+
}
} \ No newline at end of file
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 78ac359..ce5d111 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -65,7 +65,7 @@ body{
align-items: stretch ;
color:($c_light2);
- a {
+ a, a:hover {
color:invert($c_dark2);
}
> div {
@@ -176,11 +176,12 @@ body{
li{
padding: 8px 0px 8px 0px;
font-weight:300;
+ border-bottom: 1px solid transparent;
+ &.active{
+ border-bottom: 1px dashed #999999;
+ }
a {
/*padding-left: 2px;*/
- &.active{
- font-weight:500;
- }
}
}
diff --git a/assets/sass/shortcodes/notice.scss b/assets/sass/shortcodes/notice.scss
index 43f8c4e..88bde5b 100644
--- a/assets/sass/shortcodes/notice.scss
+++ b/assets/sass/shortcodes/notice.scss
@@ -30,7 +30,7 @@ div.notices {
}
ul {}
- label{
+ > label{
font-size: 0.5em;
position: absolute;
margin-left: 0em;