all themes (#4663)

This commit is contained in:
maTh
2022-09-29 21:48:17 +02:00
committed by GitHub
parent fedbda4f6a
commit fc6203a904
29 changed files with 224 additions and 67 deletions

View File

@@ -974,11 +974,20 @@ kbd {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
color: var(--font-color-dark);
background-color: var(--background-color-dark);
border-bottom: 10px solid var(--background-color-dark);
}
#stream.reader .flux:hover {
background: inherit !important;
}
#stream.reader .flux .content {
background-color: var(--background-color-middle);
border-color: var(--border-color-dark);
}
#stream.reader .flux.current.active {
background: var(--background-color-middle);
}

View File

@@ -974,11 +974,20 @@ kbd {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
color: var(--font-color-dark);
background-color: var(--background-color-dark);
border-bottom: 10px solid var(--background-color-dark);
}
#stream.reader .flux:hover {
background: inherit !important;
}
#stream.reader .flux .content {
background-color: var(--background-color-middle);
border-color: var(--border-color-dark);
}
#stream.reader .flux.current.active {
background: var(--background-color-middle);
}

View File

@@ -2,15 +2,21 @@
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: variables.$grey-light;
color: variables.$main-font-color;
border: none;
}
#stream.reader {
.flux {
background: variables.$grey-light;
color: variables.$main-font-color;
border: none;
#stream.reader .flux .author {
margin: 0 0 10px;
color: variables.$grey-medium-dark;
font-size: 90%;
.content {
background-color: variables.$white;
border: none;
.author {
margin: 0 0 10px;
color: variables.$grey-medium-dark;
font-size: 90%;
}
}
}
}

View File

@@ -1104,13 +1104,15 @@ main.prompt {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f5f0ec;
color: #363330;
border: none;
}
#stream.reader .flux .author {
#stream.reader .flux .content {
background-color: #fff;
border: none;
}
#stream.reader .flux .content .author {
margin: 0 0 10px;
color: #ba9;
font-size: 90%;

View File

@@ -1104,13 +1104,15 @@ main.prompt {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f5f0ec;
color: #363330;
border: none;
}
#stream.reader .flux .author {
#stream.reader .flux .content {
background-color: #fff;
border: none;
}
#stream.reader .flux .content .author {
margin: 0 0 10px;
color: #ba9;
font-size: 90%;

View File

@@ -1024,12 +1024,20 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f0f0f0;
background: #f9f7f4;
color: #333;
border: none;
}
#stream.reader .flux_content {
background: none;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;

View File

@@ -1024,12 +1024,20 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f0f0f0;
background: #f9f7f4;
color: #333;
border: none;
}
#stream.reader .flux_content {
background: none;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;

View File

@@ -904,8 +904,12 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #111;
background: #1c1c1c;
border: none;
}
#stream.reader .flux .content {
background-color: #111;
border: none;
}

View File

@@ -904,8 +904,12 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #111;
background: #1c1c1c;
border: none;
}
#stream.reader .flux .content {
background-color: #111;
border: none;
}

View File

@@ -925,12 +925,16 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #ecf0f1;
background: #fafafa;
color: #34495e;
border: none;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ecf0f1;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #999;

View File

@@ -925,12 +925,16 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #ecf0f1;
background: #fafafa;
color: #34495e;
border: none;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ecf0f1;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #999;

View File

@@ -2,15 +2,21 @@
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: variables.$grey-light;
color: variables.$main-font-color;
border: none;
}
#stream.reader {
.flux {
background: variables.$grey-light;
color: variables.$main-font-color;
border: none;
#stream.reader .flux .author {
margin: 0 0 10px;
color: variables.$grey-medium-dark;
font-size: 90%;
.content {
background-color: variables.$white;
border: none;
.author {
margin: 0 0 10px;
color: variables.$grey-medium-dark;
font-size: 90%;
}
}
}
}

View File

@@ -1133,13 +1133,15 @@ main.prompt {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #eff0f2;
color: #303136;
border: none;
}
#stream.reader .flux .author {
#stream.reader .flux .content {
background-color: #fff;
border: none;
}
#stream.reader .flux .content .author {
margin: 0 0 10px;
color: #a6a7ae;
font-size: 90%;

View File

@@ -1133,13 +1133,15 @@ main.prompt {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #eff0f2;
color: #303136;
border: none;
}
#stream.reader .flux .author {
#stream.reader .flux .content {
background-color: #fff;
border: none;
}
#stream.reader .flux .content .author {
margin: 0 0 10px;
color: #a6a7ae;
font-size: 90%;

View File

@@ -1060,7 +1060,13 @@ input.extend {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #242933;
border: none;
}
#stream.reader .flux .content {
background-color: #2e3440;
border: none;
}
#stream.reader .flux .author {

View File

@@ -1060,7 +1060,13 @@ input.extend {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #242933;
border: none;
}
#stream.reader .flux .content {
background-color: #2e3440;
border: none;
}
#stream.reader .flux .author {

View File

@@ -908,16 +908,14 @@ a.btn,
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 25px 0 25px;
background: #f0f0f0;
color: #333;
border: none;
}
#stream.reader .flux .content {
padding: 3rem;
background-color: #fff;
border: 1px solid #ddd;
border-color: #ddd;
}
#stream.reader .flux .author {

View File

@@ -908,16 +908,14 @@ a.btn,
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 25px 0 25px;
background: #f0f0f0;
color: #333;
border: none;
}
#stream.reader .flux .content {
padding: 3rem;
background-color: #fff;
border: 1px solid #ddd;
border-color: #ddd;
}
#stream.reader .flux .author {

View File

@@ -902,12 +902,16 @@ a.signin {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f0f0f0;
background: #fafafa;
color: #41444f;
border: none;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;

View File

@@ -902,12 +902,16 @@ a.signin {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f0f0f0;
background: #fafafa;
color: #41444f;
border: none;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;

View File

@@ -999,12 +999,23 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f0f0f0;
background: #ede7de;
color: #333;
border: none;
}
#stream.reader .flux_content {
background: none;
border-radius: 0;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
border-radius: 10px;
box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;

View File

@@ -999,12 +999,23 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: #f0f0f0;
background: #ede7de;
color: #333;
border: none;
}
#stream.reader .flux_content {
background: none;
border-radius: 0;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
border-radius: 10px;
box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;

View File

@@ -1238,11 +1238,16 @@ button.as-link {
}
#stream.reader .flux {
padding: 0 0 50px;
background: #fcfcfc;
color: #22303d;
border: none;
}
#stream.reader .flux::after {
border: none;
}
#stream.reader .flux .content {
border-color: #e3e3e3;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #969696;

View File

@@ -1238,11 +1238,16 @@ button.as-link {
}
#stream.reader .flux {
padding: 0 0 50px;
background: #fcfcfc;
color: #22303d;
border: none;
}
#stream.reader .flux::after {
border: none;
}
#stream.reader .flux .content {
border-color: #e3e3e3;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #969696;

View File

@@ -1538,11 +1538,18 @@ button.as-link {
}
#stream.reader .flux {
padding: 0 0 50px;
background: $color_light;
color: $color_aside;
border: none;
&::after {
border: none;
}
.content {
border-color: #e3e3e3;
}
.author {
margin: 0 0 10px;
color: color.adjust( $color_light, $lightness: -40% );

View File

@@ -725,7 +725,13 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background-color: #f0f0f0;
color: #333;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
}
#stream.reader .flux .author {

View File

@@ -725,7 +725,13 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background-color: #f0f0f0;
color: #333;
}
#stream.reader .flux .content {
background-color: #fff;
border-color: #ddd;
}
#stream.reader .flux .author {

View File

@@ -1875,6 +1875,16 @@ input:checked + .slide-container .properties {
display: none;
}
.reader .flux {
padding: 1rem 0 2rem;
}
.reader .flux .content {
padding: 3rem;
background-color: var(--frss-background-color);
border: 1px solid var(--frss-border-color);
}
#loglist-wrapper {
overflow-x: auto;
}

View File

@@ -1875,6 +1875,16 @@ input:checked + .slide-container .properties {
display: none;
}
.reader .flux {
padding: 1rem 0 2rem;
}
.reader .flux .content {
padding: 3rem;
background-color: var(--frss-background-color);
border: 1px solid var(--frss-border-color);
}
#loglist-wrapper {
overflow-x: auto;
}