chiark / gitweb /
firefox/stylus/*.css: New styles for Fandom and Vridar.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:05:10 +0000 (15:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:05:10 +0000 (15:05 +0100)
firefox/stylus/fandom.com.css [new file with mode: 0644]
firefox/stylus/vridar.org.css [new file with mode: 0644]

diff --git a/firefox/stylus/fandom.com.css b/firefox/stylus/fandom.com.css
new file mode 100644 (file)
index 0000000..7ba2b2e
--- /dev/null
@@ -0,0 +1,4 @@
+/* -*-css-*- */
+/*@ domains: fandom.com */
+body { overflow: scroll !important; }
+/*@END*/
diff --git a/firefox/stylus/vridar.org.css b/firefox/stylus/vridar.org.css
new file mode 100644 (file)
index 0000000..e5bd41b
--- /dev/null
@@ -0,0 +1,13 @@
+/* -*-css-*- */
+/*@ domains: vridar.org */
+a:hover { border: 0 !important; }
+.tagcloud a:hover { border: solid 1px !important; }
+a:visited { color: #0000d8 !important; }
+a:link, a:hover { color: #007ac8 !important; }
+.site-content { font-size: inherit; }
+body { font-family: serif; }
+h1, h2, h3, h4, h5, h6 {
+        font-family: sans-serif;
+        font-weight: bold;
+}
+/*@END*/