Tech-approved 2020-11-05
Croquembouche now has strong competition for the title of my favourite theme maker. Excellent work!
Thanks! That's some high praise, considering this theme might not exist without their Inkblot theme :P
This is really stunning.
Though I have to say, I remember the top bar having more of a solid edge in an earlier iteration? I think I preferred that better.
EDIT: It must be a browser glitch — if I go to one of the pages using this theme (SCP-5343 for instance), it displays with the more solid edge. Looks great!
Beautiful theme! It has been implemented in scp-5343!
You cannot just stop making great CSS themes, right? Well, it's cool because we don't want you to stop.
+1.
I'll stop when im dead, which is scheduled some time in the next ∞ years
Add this immediately after the [[include]]:
[[module css]]
@media (min-width: 876px) {
body {
background-image: linear-gradient(
to bottom,
#EFEFEF, #EFEFEF 380px,
#D8D8D8 380px, #ffffff 386px,
#ffffff 386px, #ffffff 100%);
}
}
@media (max-width: 875px) and (min-width: 767px) {
body {
background-image: linear-gradient(
to bottom,
#EFEFEF, #EFEFEF 416px,
#D8D8D8 416px, #ffffff 422px,
#ffffff 422px, #ffffff 100%);
}
}
@media (max-width: 766px) and (min-width: 421px) {
body {
background-image: linear-gradient(
to bottom,
#EFEFEF, #EFEFEF 400px,
#D8D8D8 400px, #ffffff 406px,
#ffffff 406px, #ffffff 100%);
}
}
@media (max-width: 420px) {
body {
background-image: linear-gradient(
to bottom,
#EFEFEF, #EFEFEF 494px,
#D8D8D8 494px, #ffffff 500px,
#ffffff 5006px, #ffffff 100%);
}
}
[[/module]]
module rate and ACS code goes after.
this just in: sywaves makes quality stuff
me: :)