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

Comment preview

[-]x0x70(0|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;
 box-shadow: -2px 8px 16px 0px #303030;
}
#postcontent .post {
 background: #3f3f3f;
}