AnnouncementsMatrixEventsFunnyVideosMusicAncapsTechnologyEconomicsPrivacyGIFSCringeAnarchyFilmPicsThemesIdeas4MatrixAskMatrixHelpTop Subs
2
/* Similar to saidit */
body {
 background: #383838;
}
#content .post {
 margin: 3px 24px;
 background: #393838;
 box-shadow: -14px 3px 14px 0px #303030;
}

Comment preview

[-]JasonCarswell1(+1|0)

Remind us how to apply it please.

[-]x0x71(+1|0)

So you just hover over the code and a button will apear, "Make theme".

But.. my current task was to make this universal and I've basically already done it. I'm just testing it.

If all works well applying the V2 theme will do nothing because it will be default.

[-]JasonCarswell1(+1|0)

Thanks!

[-]x0x71(+1|0)
/* V2 */
/* The last one is true to how saidit does it's box-shadow. */
/* The result is the right side of a post bar blends with the background */
/* This one is a little more moderate with the box-shadow direction and so doesn't do that */
#content {
 background: #3f3f3f;
}
#content .post {
 margin: 3px 24px;
 background: #3f3f3f;
}
#content .post:not(.sticky) {
 box-shadow: -2px 8px 16px 0px #303030;
}
#postcontent .post {
 background: #3f3f3f;
}
[-]x0x71(+1|0)

This is now applied globally as a default. Let me know if you like it. Clear your cache if you haven't seen any changes.