Revert "Fix URL format in manifest.json and modules README"
This reverts commit 02171c21d4.
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
*/
|
||||
|
||||
/* Import base theme */
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/base.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/base.css?ref=main");
|
||||
|
||||
/* Import modules */
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/static-sidebar.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/central-libraries-small.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/change-banner.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/count-indicators.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/forgot-password.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/hide-my-media.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/moving-cards.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/smaller-cast.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/floating-progress.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/static-sidebar.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/central-libraries-small.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/change-banner.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/count-indicators.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/forgot-password.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/hide-my-media.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/moving-cards.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/smaller-cast.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/modules/floating-progress.css?ref=main");
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/static-sidebar.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/static-sidebar.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/central-libraries-small.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/central-libraries-small.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/change-banner.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/change-banner.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/count-indicators.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/count-indicators.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/forgot-password.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/forgot-password.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/hide-my-media.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/hide-my-media.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/moving-cards.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/moving-cards.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/smaller-cast.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/smaller-cast.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
**Использование:**
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/floating-progress.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/floating-progress.css");
|
||||
```
|
||||
|
||||
---
|
||||
@@ -98,13 +98,13 @@
|
||||
|
||||
### Полная тема (все модули):
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/complete.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/complete.css");
|
||||
```
|
||||
|
||||
### Индивидуальные модули:
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/static-sidebar.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/central-libraries-small.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/modules/change-banner.css?ref=main");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/static-sidebar.css");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/central-libraries-small.css");
|
||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/change-banner.css");
|
||||
/* Добавляйте нужные модули */
|
||||
```
|
||||
|
||||
@@ -5,38 +5,26 @@
|
||||
*/
|
||||
|
||||
:root {
|
||||
--banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/assets/banner.png?ref=main');
|
||||
--banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/assets/banner.png?ref=main');
|
||||
}
|
||||
|
||||
/* Custom banner for background - higher specificity */
|
||||
/* Custom banner for background */
|
||||
.homeBackdropContainer,
|
||||
.backgroundContainer.withBackdrop,
|
||||
.itemBackdrop,
|
||||
.backdropImage,
|
||||
#indexPage .backgroundContainer,
|
||||
#indexPage .backdropImage,
|
||||
.layout-desktop .backgroundContainer.withBackdrop,
|
||||
.layout-desktop .itemBackdrop {
|
||||
.backdropImage {
|
||||
background-image: var(--banner-url) !important;
|
||||
background-size: cover !important;
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
/* Remove gradient overlay on homepage - higher specificity */
|
||||
#indexPage .itemBackdrop::before,
|
||||
.layout-desktop .itemBackdrop::before,
|
||||
#indexPage .darkenContent {
|
||||
/* Remove gradient overlay on homepage */
|
||||
#indexPage .itemBackdrop::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#indexPage .darkenContent {
|
||||
background: none !important;
|
||||
backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
/* Remove blur from backdrop image */
|
||||
.layout-desktop .backdropImage {
|
||||
filter: none !important;
|
||||
-webkit-filter: none !important;
|
||||
-moz-filter: none !important;
|
||||
-o-filter: none !important;
|
||||
-ms-filter: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user