|
|
@@ -16,6 +16,8 @@
|
|
|
--alert: #a3be8c;
|
|
|
--alert-bg: #8fbcbb;
|
|
|
--code-bg: #2e3440;
|
|
|
+
|
|
|
+ --frss-background-color-transparent: #2e34407f;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -134,7 +136,6 @@ table td span {
|
|
|
|
|
|
.form-group .group-name {
|
|
|
padding: 10px 0;
|
|
|
- text-align: left;
|
|
|
}
|
|
|
|
|
|
.form-group .group-controls {
|
|
|
@@ -728,105 +729,6 @@ li.item.active {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-/*=== MOBILE */
|
|
|
-/*===========*/
|
|
|
-
|
|
|
-@media (max-width: 840px) {
|
|
|
- .aside:target + .close-aside {
|
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
- display: block;
|
|
|
- font-size: 0;
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- bottom: 0;
|
|
|
- right: 0;
|
|
|
- left: 0;
|
|
|
- cursor: pointer;
|
|
|
- z-index: 99;
|
|
|
- }
|
|
|
-
|
|
|
- .nav_mobile {
|
|
|
- display: block;
|
|
|
- }
|
|
|
-
|
|
|
- .aside {
|
|
|
- position: fixed;
|
|
|
- top: 0; bottom: 0;
|
|
|
- right: 0;
|
|
|
- width: 0;
|
|
|
- overflow: hidden;
|
|
|
- z-index: 100;
|
|
|
- }
|
|
|
-
|
|
|
- .aside:target,
|
|
|
- .reader .aside:target {
|
|
|
- width: 90%;
|
|
|
- height: 100vh;
|
|
|
- }
|
|
|
-
|
|
|
- .aside_feed .configure-feeds {
|
|
|
- margin-top: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- .flux_header .item.website {
|
|
|
- width: 40px;
|
|
|
- }
|
|
|
-
|
|
|
- .flux:not(.current):hover .item.title {
|
|
|
- position: relative;
|
|
|
- width: auto;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
-
|
|
|
- .notification {
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- left: 0;
|
|
|
- }
|
|
|
-
|
|
|
- #nav_entries {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- #panel {
|
|
|
- top: 25px; bottom: 30px;
|
|
|
- right: 0; left: 0;
|
|
|
- }
|
|
|
-
|
|
|
- #panel .close {
|
|
|
- top: 0; left: 0;
|
|
|
- right: auto; bottom: auto;
|
|
|
- display: inline-block;
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
- }
|
|
|
-
|
|
|
- #slider.active {
|
|
|
- right: 0;
|
|
|
- top: 50px;
|
|
|
- background-color: var(--bg);
|
|
|
- }
|
|
|
-
|
|
|
- #close-slider img {
|
|
|
- display: initial;
|
|
|
- }
|
|
|
-
|
|
|
- #close-slider.active {
|
|
|
- background: var(--bg);
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- height: 50px;
|
|
|
- z-index: 10;
|
|
|
- text-align: center;
|
|
|
- line-height: 50px;
|
|
|
- border-bottom: 1px solid #ddd;
|
|
|
- }
|
|
|
-
|
|
|
- .stat.half {
|
|
|
- grid-column: 1 / span 2;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
/*=== PRINTER */
|
|
|
/*============*/
|
|
|
|
|
|
@@ -1072,7 +974,30 @@ input.extend {
|
|
|
/*===========*/
|
|
|
|
|
|
@media (max-width: 840px) {
|
|
|
+ .aside:target + .close-aside {
|
|
|
+ background: rgba(0, 0, 0, 0.2);
|
|
|
+ display: block;
|
|
|
+ font-size: 0;
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ cursor: pointer;
|
|
|
+ z-index: 99;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav_mobile {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
.aside {
|
|
|
+ position: fixed;
|
|
|
+ top: 0; bottom: 0;
|
|
|
+ right: 0;
|
|
|
+ width: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ z-index: 100;
|
|
|
transition: width 200ms linear;
|
|
|
}
|
|
|
|
|
|
@@ -1080,6 +1005,78 @@ input.extend {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+ .aside:target,
|
|
|
+ .reader .aside:target {
|
|
|
+ width: 90%;
|
|
|
+ height: 100vh;
|
|
|
+ }
|
|
|
+
|
|
|
+ .aside_feed .configure-feeds {
|
|
|
+ margin-top: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flux_header .item.website {
|
|
|
+ width: 40px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flux:not(.current):hover .item.title {
|
|
|
+ position: relative;
|
|
|
+ width: auto;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+
|
|
|
+ .flux .website .favicon {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .notification {
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ #nav_entries {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ #panel {
|
|
|
+ top: 25px; bottom: 30px;
|
|
|
+ right: 0; left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ #panel .close {
|
|
|
+ top: 0; left: 0;
|
|
|
+ right: auto; bottom: auto;
|
|
|
+ display: inline-block;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #slider.active {
|
|
|
+ right: 0;
|
|
|
+ top: 50px;
|
|
|
+ background-color: var(--bg);
|
|
|
+ }
|
|
|
+
|
|
|
+ #close-slider img {
|
|
|
+ display: initial;
|
|
|
+ }
|
|
|
+
|
|
|
+ #close-slider.active {
|
|
|
+ background: var(--bg);
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 50px;
|
|
|
+ z-index: 10;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 50px;
|
|
|
+ border-bottom: 1px solid #ddd;
|
|
|
+ }
|
|
|
+
|
|
|
+ .stat.half {
|
|
|
+ grid-column: 1 / span 2;
|
|
|
+ }
|
|
|
+
|
|
|
.nav_menu .btn {
|
|
|
margin: 5px 10px;
|
|
|
}
|
|
|
@@ -1106,6 +1103,10 @@ input.extend {
|
|
|
width: 400px;
|
|
|
}
|
|
|
|
|
|
+ .post {
|
|
|
+ padding: 1rem;
|
|
|
+ }
|
|
|
+
|
|
|
.day .name {
|
|
|
font-size: 1.1rem;
|
|
|
}
|