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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-01 18:00:07 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commit2c5fd2ce2d6a51287a35e384c658b643e589ba5c (patch)
treeb6c142b21718645f5acd759b478232f66f8fe9c0 /static
parent73a2bd7d643e437d537ce083b508c374c876e86f (diff)
feels tired
Diffstat (limited to 'static')
-rw-r--r--static/dist/app.css225
1 files changed, 217 insertions, 8 deletions
diff --git a/static/dist/app.css b/static/dist/app.css
index 8cbfa35..8b163ae 100644
--- a/static/dist/app.css
+++ b/static/dist/app.css
@@ -696,7 +696,7 @@ hr {
border: none;
border-bottom: 1px solid #9ACFBF;
margin-bottom: 0.8em;
- height: 10px;
+ height: 5px;
}
hr.double-line {
@@ -755,7 +755,15 @@ a:hover, a:focus {
}
.c-rich-text > * + * {
- margin-top: 1rem;
+ margin-top: 1.5rem;
+}
+
+.c-rich-text li {
+ margin-bottom: 0.25rem;
+}
+
+.c-rich-text li p {
+ display: inline;
}
.c-rich-text ul {
@@ -770,12 +778,11 @@ a:hover, a:focus {
.c-rich-text li > ol,
.c-rich-text li > ul {
- margin-left: 0.5rem;
+ margin-left: 1rem;
}
.c-rich-text .footnotes ol {
list-style-type: decimal;
- list-style-position: outside;
}
.c-rich-text mark {
@@ -836,11 +843,15 @@ a:hover, a:focus {
cursor: help;
}
-.c-rich-text pre, .c-rich-text code, .c-rich-text pre tt {
+.c-rich-text pre,
+ .c-rich-text code,
+ .c-rich-text pre tt {
font-family: 'Fira Code','Cascadia Code',Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New','Sarasa Mono SC','Noto Sans CJK SC','monospace', monospace;
}
-.c-rich-text code, .c-rich-text pre tt, .c-rich-text kbd {
+.c-rich-text code,
+ .c-rich-text pre tt,
+ .c-rich-text kbd {
padding-left: 0.25rem;
padding-right: 0.25rem;
border-width: 1px;
@@ -848,7 +859,8 @@ a:hover, a:focus {
background: repeating-linear-gradient(45deg, #B6E5E2, #B6E5E2 1px, #EDF9F8 0, #EDF9F8 5px);
}
-.c-rich-text pre code, .c-rich-text kbd kbd {
+.c-rich-text pre code,
+ .c-rich-text kbd kbd {
padding-left: 0;
padding-right: 0;
border-style: none;
@@ -876,12 +888,24 @@ a:hover, a:focus {
position: relative;
font-weight: 300;
margin-left: 2rem;
- margin-right: 1.5rem;
+ padding-right: 1.5rem;
padding-left: 0.75rem;
border-left-width: 2px;
border-color: #49BEB7;
}
+.page-item {
+ flex-grow: 1;
+}
+
+.page-item.disabled a {
+ color: #cbd5e0;
+}
+
+.page-item.active a {
+ color: #80D2CD;
+}
+
/* purgecss end ignore */
.sr-only {
@@ -4716,6 +4740,10 @@ a:hover, a:focus {
flex-grow: 0;
}
+.flex-grow-3 {
+ flex-grow: 3;
+}
+
.flex-grow {
flex-grow: 1;
}
@@ -12313,6 +12341,13 @@ a:hover, a:focus {
left: auto;
}
+.-inset-1 {
+ top: -0.25rem;
+ right: -0.25rem;
+ bottom: -0.25rem;
+ left: -0.25rem;
+}
+
.inset-y-0 {
top: 0;
bottom: 0;
@@ -12333,6 +12368,16 @@ a:hover, a:focus {
left: auto;
}
+.-inset-y-1 {
+ top: -0.25rem;
+ bottom: -0.25rem;
+}
+
+.-inset-x-1 {
+ right: -0.25rem;
+ left: -0.25rem;
+}
+
.top-0 {
top: 0;
}
@@ -12365,6 +12410,22 @@ a:hover, a:focus {
left: auto;
}
+.-top-1 {
+ top: -0.25rem;
+}
+
+.-right-1 {
+ right: -0.25rem;
+}
+
+.-bottom-1 {
+ bottom: -0.25rem;
+}
+
+.-left-1 {
+ left: -0.25rem;
+}
+
.resize-none {
resize: none;
}
@@ -20997,6 +21058,10 @@ a:hover, a:focus {
flex-grow: 0;
}
+ .sm\:flex-grow-3 {
+ flex-grow: 3;
+ }
+
.sm\:flex-grow {
flex-grow: 1;
}
@@ -28594,6 +28659,13 @@ a:hover, a:focus {
left: auto;
}
+ .sm\:-inset-1 {
+ top: -0.25rem;
+ right: -0.25rem;
+ bottom: -0.25rem;
+ left: -0.25rem;
+ }
+
.sm\:inset-y-0 {
top: 0;
bottom: 0;
@@ -28614,6 +28686,16 @@ a:hover, a:focus {
left: auto;
}
+ .sm\:-inset-y-1 {
+ top: -0.25rem;
+ bottom: -0.25rem;
+ }
+
+ .sm\:-inset-x-1 {
+ right: -0.25rem;
+ left: -0.25rem;
+ }
+
.sm\:top-0 {
top: 0;
}
@@ -28646,6 +28728,22 @@ a:hover, a:focus {
left: auto;
}
+ .sm\:-top-1 {
+ top: -0.25rem;
+ }
+
+ .sm\:-right-1 {
+ right: -0.25rem;
+ }
+
+ .sm\:-bottom-1 {
+ bottom: -0.25rem;
+ }
+
+ .sm\:-left-1 {
+ left: -0.25rem;
+ }
+
.sm\:resize-none {
resize: none;
}
@@ -37279,6 +37377,10 @@ a:hover, a:focus {
flex-grow: 0;
}
+ .md\:flex-grow-3 {
+ flex-grow: 3;
+ }
+
.md\:flex-grow {
flex-grow: 1;
}
@@ -44876,6 +44978,13 @@ a:hover, a:focus {
left: auto;
}
+ .md\:-inset-1 {
+ top: -0.25rem;
+ right: -0.25rem;
+ bottom: -0.25rem;
+ left: -0.25rem;
+ }
+
.md\:inset-y-0 {
top: 0;
bottom: 0;
@@ -44896,6 +45005,16 @@ a:hover, a:focus {
left: auto;
}
+ .md\:-inset-y-1 {
+ top: -0.25rem;
+ bottom: -0.25rem;
+ }
+
+ .md\:-inset-x-1 {
+ right: -0.25rem;
+ left: -0.25rem;
+ }
+
.md\:top-0 {
top: 0;
}
@@ -44928,6 +45047,22 @@ a:hover, a:focus {
left: auto;
}
+ .md\:-top-1 {
+ top: -0.25rem;
+ }
+
+ .md\:-right-1 {
+ right: -0.25rem;
+ }
+
+ .md\:-bottom-1 {
+ bottom: -0.25rem;
+ }
+
+ .md\:-left-1 {
+ left: -0.25rem;
+ }
+
.md\:resize-none {
resize: none;
}
@@ -53561,6 +53696,10 @@ a:hover, a:focus {
flex-grow: 0;
}
+ .lg\:flex-grow-3 {
+ flex-grow: 3;
+ }
+
.lg\:flex-grow {
flex-grow: 1;
}
@@ -61158,6 +61297,13 @@ a:hover, a:focus {
left: auto;
}
+ .lg\:-inset-1 {
+ top: -0.25rem;
+ right: -0.25rem;
+ bottom: -0.25rem;
+ left: -0.25rem;
+ }
+
.lg\:inset-y-0 {
top: 0;
bottom: 0;
@@ -61178,6 +61324,16 @@ a:hover, a:focus {
left: auto;
}
+ .lg\:-inset-y-1 {
+ top: -0.25rem;
+ bottom: -0.25rem;
+ }
+
+ .lg\:-inset-x-1 {
+ right: -0.25rem;
+ left: -0.25rem;
+ }
+
.lg\:top-0 {
top: 0;
}
@@ -61210,6 +61366,22 @@ a:hover, a:focus {
left: auto;
}
+ .lg\:-top-1 {
+ top: -0.25rem;
+ }
+
+ .lg\:-right-1 {
+ right: -0.25rem;
+ }
+
+ .lg\:-bottom-1 {
+ bottom: -0.25rem;
+ }
+
+ .lg\:-left-1 {
+ left: -0.25rem;
+ }
+
.lg\:resize-none {
resize: none;
}
@@ -69843,6 +70015,10 @@ a:hover, a:focus {
flex-grow: 0;
}
+ .xl\:flex-grow-3 {
+ flex-grow: 3;
+ }
+
.xl\:flex-grow {
flex-grow: 1;
}
@@ -77440,6 +77616,13 @@ a:hover, a:focus {
left: auto;
}
+ .xl\:-inset-1 {
+ top: -0.25rem;
+ right: -0.25rem;
+ bottom: -0.25rem;
+ left: -0.25rem;
+ }
+
.xl\:inset-y-0 {
top: 0;
bottom: 0;
@@ -77460,6 +77643,16 @@ a:hover, a:focus {
left: auto;
}
+ .xl\:-inset-y-1 {
+ top: -0.25rem;
+ bottom: -0.25rem;
+ }
+
+ .xl\:-inset-x-1 {
+ right: -0.25rem;
+ left: -0.25rem;
+ }
+
.xl\:top-0 {
top: 0;
}
@@ -77492,6 +77685,22 @@ a:hover, a:focus {
left: auto;
}
+ .xl\:-top-1 {
+ top: -0.25rem;
+ }
+
+ .xl\:-right-1 {
+ right: -0.25rem;
+ }
+
+ .xl\:-bottom-1 {
+ bottom: -0.25rem;
+ }
+
+ .xl\:-left-1 {
+ left: -0.25rem;
+ }
+
.xl\:resize-none {
resize: none;
}