Extension talk:TemplateStylesExtender

About this board

About variables with fallback value

2
SolidBlock (talkcontribs)

It seems the following grammar is not supported:

.mainpage-columns > div{
	background-color: white;
	background-color: var(--background-color, white);
}
Octfx (talkcontribs)

This is now possible using the development branch

Reply to "About variables with fallback value"

Request for support more features

2
SolidBlock (talkcontribs)

Such as margin-block, margin-inline, padding-block, padding-inline, and also some CSS functions like calc, color-mix.

Octfx (talkcontribs)
Reply to "Request for support more features"

border-collapse setting isn't applied

4
Summary by DesignerThan

@Octfx created a bugfix Version 1.0.2. With that version, the issue is gone. Thanks!

DesignerThan (talkcontribs)

Hello,

I would really love to use the extension because I need support for CSS Variables. The problem is, that as soon as I activate the Extension, the CSS Property border-collapse: inherit isn't applied anymore to the CSS Class that is applied to a table. The CSS Class looks like the following: .honor-infobox { text-align: center; box-shadow: 5px 5px 10px rgba(0,0,0, .3); border-radius: 10px; margin-bottom: 0; border-collapse: inherit; border-spacing: .5em; } For information about the used version's you can follow this link. I have deactivated the Extension for now so everything get's displayed correctly, but I downloaded it from GitHub a few minutes ago.

Thank's for helping and kind regards, DesignerThan

Octfx (talkcontribs)

Thanks for the report, I'll get back to you when the bug is fixed.

DesignerThan (talkcontribs)

Thanks for the fast response and fix. It works now. Thank you very much.

There are no older topics