mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-06 10:06:36 +00:00
deploy: 15959fe60d
This commit is contained in:
parent
5abc49bb37
commit
37b6394fc4
261 changed files with 7680 additions and 7272 deletions
|
@ -138,7 +138,7 @@ h1 + .footline{
|
|||
#R-body .topbar-sidebar-divider {
|
||||
border-width: 0;
|
||||
}
|
||||
.tags {
|
||||
.term-list {
|
||||
display: none;
|
||||
}
|
||||
mark {
|
||||
|
|
|
@ -711,17 +711,17 @@
|
|||
color: rgba( 74, 74, 74, 1 ); /* var(--MAIN-TITLES-TEXT-color) */
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link {
|
||||
#R-body .tags a.term-link {
|
||||
background-color: rgba( 125, 201, 3, 1 ); /* var(--TAG-BG-color) */
|
||||
color: rgba( 255, 255, 255, 1 ); /* var(--MAIN-BG-color) */
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:before {
|
||||
#R-body .tags a.term-link:before {
|
||||
border-right-color: rgba( 125, 201, 3, 1 ); /* var(--TAG-BG-color) */
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:after {
|
||||
#R-body .tags a.term-link:after {
|
||||
background: rgba( 255, 255, 255, 1 ); /* var(--MAIN-BG-color) */
|
||||
}
|
||||
|
||||
|
|
16
css/tags.css
16
css/tags.css
|
@ -1,11 +1,15 @@
|
|||
/* Tags */
|
||||
|
||||
.tags{
|
||||
margin-left:1rem;
|
||||
margin-top:1rem;
|
||||
margin-left: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link {
|
||||
.tags.term-list li ~ li:before {
|
||||
content: none
|
||||
}
|
||||
|
||||
#R-body .tags a.term-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
box-shadow: 0 1px 2px rgba( 0, 0, 0, .2 );
|
||||
|
@ -19,7 +23,7 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:before {
|
||||
#R-body .tags a.term-link:before {
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 1em 1em 1em 0;
|
||||
|
@ -31,7 +35,7 @@
|
|||
width: 0;
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:after {
|
||||
#R-body .tags a.term-link:after {
|
||||
border-radius: 100%;
|
||||
content: "";
|
||||
left: 1px;
|
||||
|
@ -41,6 +45,6 @@
|
|||
width: 5px;
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:hover:after {
|
||||
#R-body .tags a.term-link:hover:after {
|
||||
width: 5px;
|
||||
}
|
||||
|
|
|
@ -2188,4 +2188,14 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
|
|||
|
||||
#R-topics {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.term-list ul,
|
||||
.term-list li {
|
||||
list-style: none;
|
||||
display: inline;
|
||||
padding: 0;
|
||||
}
|
||||
.term-list li ~ li:before {
|
||||
content: " | "
|
||||
}
|
||||
|
|
|
@ -372,16 +372,16 @@ pre:not(.mermaid) .copy-to-clipboard-button:hover {
|
|||
--VARIABLE-BOX-TEXT-color: var(--VARIABLE-BOX-CAPTION-color);
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link {
|
||||
#R-body .tags a.term-link {
|
||||
background-color: var(--INTERNAL-TAG-BG-color);
|
||||
color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:before {
|
||||
#R-body .tags a.term-link:before {
|
||||
border-right-color: var(--INTERNAL-TAG-BG-color);
|
||||
}
|
||||
|
||||
#R-body .tags a.tag-link:after {
|
||||
#R-body .tags a.term-link:after {
|
||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue