aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-26 19:05:18 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-26 19:05:18 +0100
commit1d10b3697d5fa04415d36059d5e04ad71aae0b78 (patch)
tree0379c098eec5444e824a18aa4cdcc47b7d0ecdad /p/themes/Ansum
parent84f75e487c16d98a4c1c458fa314f565bedd65cf (diff)
new: reader view: footer has manage icons (#7133)
* add footer * rename content thin medium large class * rework css * footer improved
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_layout.scss2
-rw-r--r--p/themes/Ansum/_reader-view.scss2
-rw-r--r--p/themes/Ansum/ansum.css30
-rw-r--r--p/themes/Ansum/ansum.rtl.css28
4 files changed, 30 insertions, 32 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss
index 89b6c9a2d..8987ce2b7 100644
--- a/p/themes/Ansum/_layout.scss
+++ b/p/themes/Ansum/_layout.scss
@@ -235,7 +235,7 @@ main.prompt {
/*=== Content of feed articles */
-.content, .content.thin {
+.content, .content_thin {
padding: 20px 10px;
font-size: 1.125rem;
diff --git a/p/themes/Ansum/_reader-view.scss b/p/themes/Ansum/_reader-view.scss
index ca63f4f20..d0b661887 100644
--- a/p/themes/Ansum/_reader-view.scss
+++ b/p/themes/Ansum/_reader-view.scss
@@ -8,7 +8,7 @@
color: variables.$main-font-color;
border: none;
- .content {
+ .flux_content {
background-color: variables.$white;
border: none;
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 6961abe0b..b471c48b8 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -878,51 +878,51 @@ main.prompt {
}
/*=== Content of feed articles */
-.content, .content.thin {
+.content, .content_thin {
padding: 20px 10px;
font-size: 1.125rem;
line-height: 1.8rem;
}
-.content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
+.content h1.title a, .content h1 a, .content_thin h1.title a, .content_thin h1 a {
color: #363330;
font-family: "spectral", serif;
font-size: 2rem;
}
-.content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
+.content h1.title a:hover, .content h1 a:hover, .content_thin h1.title a:hover, .content_thin h1 a:hover {
color: #ca7227;
text-decoration: none;
}
-.content .author, .content.thin .author {
+.content .author, .content_thin .author {
color: #6d655f;
font-size: 1.125rem;
}
-.content p, .content ul, .content.thin p, .content.thin ul {
+.content p, .content ul, .content_thin p, .content_thin ul {
font-size: 1.125rem;
line-height: 1.8rem;
}
-.content .content hr, .content.thin .content hr {
+.content .content hr, .content_thin .content hr {
margin: 30px 10px;
background: #e4d8cc;
height: 1px;
border: 0;
box-shadow: 0 2px 5px #ccc;
}
-.content pre, .content.thin pre {
+.content pre, .content_thin pre {
background: #221f1d;
color: #fff;
border-radius: 3px;
}
-.content pre code, .content.thin pre code {
+.content pre code, .content_thin pre code {
background: transparent;
color: #fff;
border: none;
}
-.content code, .content.thin code {
+.content code, .content_thin code {
background: #fcfaf8;
border-color: #f5f0ec;
border-radius: 3px;
}
-.content blockquote, .content.thin blockquote {
+.content blockquote, .content_thin blockquote {
margin: 0;
padding: 5px 20px;
background: #fcfaf8;
@@ -931,7 +931,7 @@ main.prompt {
border-top: 1px solid #e4d8cc;
border-bottom: 1px solid #e4d8cc;
}
-.content blockquote p, .content.thin blockquote p {
+.content blockquote p, .content_thin blockquote p {
margin: 0;
}
@@ -1114,11 +1114,11 @@ main.prompt {
color: #363330;
border: none;
}
-#stream.reader .flux .content {
+#stream.reader .flux .flux_content {
background-color: #fff;
border: none;
}
-#stream.reader .flux .content .author {
+#stream.reader .flux .flux_content .author {
color: #ba9;
}
@@ -1332,6 +1332,4 @@ body.register {
a, button.as-link {
outline: none;
color: #ca7227;
-}
-
-/*# sourceMappingURL=ansum.css.map */
+} \ No newline at end of file
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 846072ed8..3d77beb4e 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -878,51 +878,51 @@ main.prompt {
}
/*=== Content of feed articles */
-.content, .content.thin {
+.content, .content_thin {
padding: 20px 10px;
font-size: 1.125rem;
line-height: 1.8rem;
}
-.content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
+.content h1.title a, .content h1 a, .content_thin h1.title a, .content_thin h1 a {
color: #363330;
font-family: "spectral", serif;
font-size: 2rem;
}
-.content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
+.content h1.title a:hover, .content h1 a:hover, .content_thin h1.title a:hover, .content_thin h1 a:hover {
color: #ca7227;
text-decoration: none;
}
-.content .author, .content.thin .author {
+.content .author, .content_thin .author {
color: #6d655f;
font-size: 1.125rem;
}
-.content p, .content ul, .content.thin p, .content.thin ul {
+.content p, .content ul, .content_thin p, .content_thin ul {
font-size: 1.125rem;
line-height: 1.8rem;
}
-.content .content hr, .content.thin .content hr {
+.content .content hr, .content_thin .content hr {
margin: 30px 10px;
background: #e4d8cc;
height: 1px;
border: 0;
box-shadow: 0 2px 5px #ccc;
}
-.content pre, .content.thin pre {
+.content pre, .content_thin pre {
background: #221f1d;
color: #fff;
border-radius: 3px;
}
-.content pre code, .content.thin pre code {
+.content pre code, .content_thin pre code {
background: transparent;
color: #fff;
border: none;
}
-.content code, .content.thin code {
+.content code, .content_thin code {
background: #fcfaf8;
border-color: #f5f0ec;
border-radius: 3px;
}
-.content blockquote, .content.thin blockquote {
+.content blockquote, .content_thin blockquote {
margin: 0;
padding: 5px 20px;
background: #fcfaf8;
@@ -931,7 +931,7 @@ main.prompt {
border-top: 1px solid #e4d8cc;
border-bottom: 1px solid #e4d8cc;
}
-.content blockquote p, .content.thin blockquote p {
+.content blockquote p, .content_thin blockquote p {
margin: 0;
}
@@ -1114,11 +1114,11 @@ main.prompt {
color: #363330;
border: none;
}
-#stream.reader .flux .content {
+#stream.reader .flux .flux_content {
background-color: #fff;
border: none;
}
-#stream.reader .flux .content .author {
+#stream.reader .flux .flux_content .author {
color: #ba9;
}
@@ -1332,4 +1332,4 @@ body.register {
a, button.as-link {
outline: none;
color: #ca7227;
-}
+} \ No newline at end of file