#CSS only on the page

10 messages · Page 1 of 1 (latest)

knotty glen
#

Is it possible to add your CSS at the beginning/end of the page code so that it can be called through <div style>?

azure sage
#

[[help:CSS]]?

mystic forgeBOT
knotty glen
#

Hm

knotty glen
# azure sage [[help:CSS]]?

Well, there it's only through the template, but I just want to insert the code into the page like in Wikidot through a tag

azure sage
#

[[mw:Extension:CSS]] then probably

mystic forgeBOT
knotty glen
#

Hmm

#

{{#css:
body {
background: yellow;
color: red;
font-size: 1.25rem;
}
}}