Diff
Not logged in

Differences From Artifact [93d10aa392]:

To Artifact [7bff30c42a]:


554
555
556
557
558
559
560













554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573







+
+
+
+
+
+
+
+
+
+
+
+
+
    color: rgba(24,24,24,0.8);
}

body.forum .forumPostBody > div blockquote {
    border: 1px inset;
    padding: 0 0.5em;
}

@media screen and (max-width: 600px) {
  /* Spacing for mobile */
  .desktoponly {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* Special declarations for narrow desktop or wide mobile */
  .wideonly {
    display: none;
  }
}