css/*: Add some HTML style hacks I use in a few places.
[profile] / css / slatestarcodex.com
diff --git a/css/slatestarcodex.com b/css/slatestarcodex.com
new file mode 100644 (file)
index 0000000..a2d01dd
--- /dev/null
@@ -0,0 +1,24 @@
+html { background-image: none; }
+
+body, #pjgm-content, #pjgm-content input, #pjgm-content textarea,
+.commenlist li.comment {
+  font-family: serif;
+  font-size: 11pt;
+  line-height: 1.3;
+}
+
+blockquote {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+
+div#primary { display: none; }
+
+#pjgm-menubar { width: auto; }
+
+#pjgm-wrap {
+  margin: 0;
+  min-width: 0;
+  max-width: none;
+}