remove external deps
[mdref/mdref] / public / index.css
index 063b6a1b2bdcf6f37db25cbd553145f0f04bb457..5ce2db62795e95f9d57406919bfa948747b317dc 100644 (file)
@@ -1,12 +1,19 @@
 html {
-       font-size: 18px;
+       font-size: 16px;
 }
 html, body{
        height: 100%;
        min-height: 100%;
 }
 body, code {
-       font-family: Inconsolata, 'Inconsolata Awesome', 'Andale Mono', Monaco, 'Courier New', Courier, monospace;
+       font-family:
+                       'DejaVu Sans Mono', 'Liberation Mono',
+                       'Andale Mono', Monaco, Menlo,
+                       monospace;
+       /*
+               Mitra Mono has broken kerning?
+               Ubuntu Mono is too small!
+        */
 }
 body {
        line-height: 1.5;
@@ -175,6 +182,21 @@ a.permalink {
        color: #999999;
        opacity: 0.25;
 }
+.blink {
+       color: red !important;
+}
+.fade-out {
+       opacity: 0;
+}
+.fade-in {
+       opacity: 1;
+}
+.trans-slow {
+       transition: all 600ms;
+}
+.trans-fast {
+       transition: all 200ms;
+}
 
 .var {
        color: #800000;
@@ -261,13 +283,12 @@ li h3 a:hover {
        text-decoration: underline;
 }
 
-#disqus_thread {
-       margin-top: 8em;
-       margin-right: 2em;
+.comments {
+       width: 80%;
 }
-#disqus_activator {
+.comments .activator {
+       width: 100%;
        margin: auto;
-       width: 80%;
        padding: 1em;
        background-color: slategrey;
        color: white;