]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
slight tune up for twitter timeline style
[neurodebian.git] / sphinx / _static / neurodebian.css
index e9e796c0d09b74c431c89a73c7d2d80bd340724e..b0c0ebc1ed44453a6eacfa0c75f8977baae1dca1 100644 (file)
@@ -2,6 +2,8 @@
  * Sphinx Doc Design
  */
 
+@import "bigmess.css";
+
 body {
     font-family: sans-serif;
     font-size: 100%;
@@ -57,6 +59,12 @@ div#identica_widget p {
        list-style-image:url(neurodebian_bullet.png);
 }
 
+iframe.twitter-timeline {
+    border-bottom: 1px dotted #aaa;
+    margin-left: 1%;
+    width: 99%;
+}
+
 div.tweet {
     border-bottom: 1px dotted #aaa;
        margin-left: 2em;
@@ -886,3 +894,19 @@ div#sitemap ul {
     content: "]"
 }
 
+
+.highlighted {
+    background-color: yellow;
+}
+
+#searchbox p {
+    display: inline;
+}
+
+.inlineimage {
+    vertical-align: baseline;
+}
+
+a img.inlineimage:hover {
+    background-color: #820430;
+}