MediaEmby1968 58 Posted Thursday at 09:28 PM Posted Thursday at 09:28 PM The text headings h1 to h6 are not working now; they all appear blank. The background image is working perfectly now.
Aleas 53 Posted Thursday at 09:36 PM Author Posted Thursday at 09:36 PM (edited) And s orry, fix to the blue on the backdrop. Sometimes I rush things. Emby Navy and Gold v4.97.css Edited Thursday at 09:58 PM by Aleas
MediaEmby1968 58 Posted Thursday at 09:46 PM Posted Thursday at 09:46 PM Don't worry, I'm just mentioning it to help, don't rush things. Haste makes waste. The theme you created is very nice, and regardless of personal taste, I have to say I prefer blue to gold, as it gives it a different touch. Besides, the other theme I was using, from here, also has gold tones. Thanks for your help. I installed this latest version 96 and it looks the same; everything is still white in the settings options. I've attached a screenshot. 1
Aleas 53 Posted Thursday at 10:01 PM Author Posted Thursday at 10:01 PM (edited) 23 minutes ago, MediaEmby1968 said: Don't worry, I'm just mentioning it to help, don't rush things. Haste makes waste. The theme you created is very nice, and regardless of personal taste, I have to say I prefer blue to gold, as it gives it a different touch. Besides, the other theme I was using, from here, also has gold tones. Thanks for your help. I installed this latest version 96 and it looks the same; everything is still white in the settings options. I've attached a screenshot. Update the H5 variable to this: I kinda prefer the white, so right now that's the default --h5-color: var(--my-gold); /* Setting Titles, Deep Metadata & Plugins */ Also just to be sure you are on the latest version here it is again. And I have not really found everything that's using H5, so you might find gold text where it should not be modifying that. If you find something let me know, I might need to remap additional stuff. Emby Navy and Gold v4.97.css Edited Thursday at 10:12 PM by Aleas
Aleas 53 Posted 22 hours ago Author Posted 22 hours ago (edited) Updates: Remapped some heading colors to fix some text issues Pillbar text will be uppercase by default, added in new variables to control that. /* --- TYPOGRAPHY BUTTON TOGGLES (PILLBARS, SUBMIT) --- */ --button-text-transform: uppercase; /* Set to 'uppercase' for all-caps, or 'none' for title-case */ --button-text-weight: 700; /* Set to 700 for uppercase, or 600 for title-case */ --button-letter-spacing: 1px; /* Set to 1px for uppercase, or 0.5px for title-case */ Removed the variable backdrop-opacity. since we moved to rgba with --backdrop-bg-color it was pulling double duty. Removed that backdrop blur option. (it was a misunderstanding, it was ugly, and I don't ever see anybody doing that) Emby Navy and Gold v4.100.css Edited 22 hours ago by Aleas 1
HUNCO 0 Posted 13 hours ago Posted 13 hours ago Thank you very much for your work. The theme looks absolutely wonderful, although the CSS code seems overloaded due to the large number of seasonal features. However, it's great that you bring something new to the theme with each update. In this regard, I have a few questions and suggestions that you could perhaps implement in future revisions. 1. Is it possible to restore the background animation as it was in the first revisions? This animation gave the theme more life and looked very stylish. 2. Is there a way to change the opacity of the header? In the default theme, the header background was gray. Now, when you scroll the page, the buttons and logos overlap other elements. 3. Is there a way to change the display of the seasons? So that they are displayed in a single line instead of a drop-down list? Otherwise, I rely on your ideas and solutions. Thank you very much again.
Aleas 53 Posted 11 hours ago Author Posted 11 hours ago (edited) 4 hours ago, HUNCO said: Thank you very much for your work. The theme looks absolutely wonderful, although the CSS code seems overloaded due to the large number of seasonal features. However, it's great that you bring something new to the theme with each update. Yeah, with seasons it's sort of many themes in 1, so bloat is unavoidable. I do have an idea in mind that I might try out later, where we just activate the seasons by doing an import off my GitHub to an active theme. But I'm still undecided on that approach. 4 hours ago, HUNCO said: 1. Is it possible to restore the background animation as it was in the first revisions? This animation gave the theme more life and looked very stylish. You got it! I think you are referring to the backdrop posters? 4 hours ago, HUNCO said: 2. Is there a way to change the opacity of the header? In the default theme, the header background was gray. Now, when you scroll the page, the buttons and logos overlap other elements. I will add that option in, no problem. 4 hours ago, HUNCO said: 3. Is there a way to change the display of the seasons? So that they are displayed in a single line instead of a drop-down list? I'll see what I can do there to clean it up some, recently I did reduce the number of variables in those. Edited 9 hours ago by Aleas 1
Aleas 53 Posted 1 hour ago Author Posted 1 hour ago (edited) Updates: Return of the header, you can change the frost, disable it, etc. from this area in the variables, I also added in a variable for padding in the media details areas, so it does not sit right up against it. /* EFFECTS (SIDEBAR, HEADER, AND DIALOG POPUPS*/ --sidebar-blur: var(--blur-heavy); /* Frost blur intensity: var(--blur-heavy), var(--blur-light), or none */ --sidebar-bg: var(--navy-base-alpha-75); /* Frost transparency intensity: var(--navy-base-alpha-75), var(--black-alpha-80), var(--black-alpha-95), etc, or var(--retro-navy) to disable */ --header-blur: var(--blur-heavy); /* Set to 'none' for a completely clear header, or var(--blur-heavy) / var(--blur-light) to enable frost */ --header-bg: var(--navy-base-alpha-75); /* Set to 'transparent' for a completely clear header, or use a translucent color to enable frost */ --header-border: var(--standard-border-thickness) solid var(--gold-alpha-15); /* Set to 'none' to disable, or var(--standard-border-thickness) solid var(--gold-alpha-15) to enable */ --header-content-padding: 20px; /* Media details header padding, push the content down from the header */ Fixed more random icons that did not receive the gold color If a filter is applied the filter icon will now have the gold color around it indicating a filter is in use. Backdrop poster animations, and new variables added for that --backdrop-anim-toggle: imgZoomFadeIn; /* Set to 'imgZoomFadeIn' to ENABLE the backdrop animation, or 'none' to DISABLE it */ --anim-backdrop-mask: linear-gradient(to right, transparent 0%, var(--pure-black) 40%), linear-gradient(to top, transparent 0%, var(--pure-black) 40%); --backdrop-image-scale: 80%; /* Percentage of screen to use for backdrop posters (It will always pin to the top right of the screen) */ Bugfix for the list view star hover Media card hover shadow fix Reduced seasonal variable lines to easily enable/disable. Some Live TV fixes And many more bug fixes. I know the variables have been changing a lot lately, I'll try to be better on showing section 1 changes going forward, so you can just update section 2 downwards. Got an idea or found an issue? I'm always listening. Feedback is always welcome. Emby Navy and Gold v4.108.css Edited 36 minutes ago by Aleas
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now