]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
(re-)added my talk at UCAR
[neurodebian.git] / sphinx / _static / neurodebian.css
index 504775ce92a915b8d5bde8ca348c8190e893d98e..bb68b1c602cc257367f3ab30fd54dbc2015ef5e2 100644 (file)
@@ -2,6 +2,8 @@
  * Sphinx Doc Design
  */
 
+@import "bigmess.css";
+
 body {
     font-family: sans-serif;
     font-size: 100%;
@@ -218,6 +220,10 @@ ul.search li div.context {
     text-align: left;
 }
 
+ul.simple {
+    margin-bottom: 1em;
+}
+
 ul.keywordmatches li.goodmatch a {
     font-weight: bold;
 }
@@ -552,6 +558,11 @@ dd {
     color: #060;
 }
 
+dt {
+    font-weight: bold;
+    margin-top: 1em;
+}
+
 dt:target,
 .highlight {
     background-color: #fbe54e;
@@ -830,13 +841,20 @@ div#randomquote blockquote.epigraph {
     border: 0px
 }
 
+#troubleshooting dt,
 div#frequently-asked-questions dt {
     font-weight: bold;
     margin-top: 1em;
+    margin-left: 1em;
     cursor: pointer;
+    display: list-item;
+    list-style-image:url(neurodebian_bullet.png);
 }
 
-dt:after { content: "\203A\203A"; padding-left: .25em;}
+div#frequently-asked-questions dt:after {
+    content: "\203A\203A";
+    padding-left: .25em;
+}
 
 div#sitemap ul {
     float: left;
@@ -849,10 +867,40 @@ div#sitemap ul {
     font-size: 70%;
 }
 
-.linkmore:before {
+.nojavascriptinstructions {
+    font-size: 70%;
+}
+
+.expandinstructions {
+    font-size: 70%;
+    display: none;
+}
+
+.linkmore:before,
+.nojavascriptinstructions:before,
+.expandinstructions:before {
     content: "["
 }
 
-.linkmore:after {
+.linkmore:after,
+.nojavascriptinstructions:after,
+.expandinstructions:after {
     content: "]"
 }
+
+
+.highlighted {
+    background-color: yellow;
+}
+
+#searchbox p {
+    display: inline;
+}
+
+.inlineimage {
+    vertical-align: baseline;
+}
+
+a img.inlineimage:hover {
+    background-color: #820430;
+}