]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Also for stats report which repo and which job number use our setup
[neurodebian.git] / sphinx / _static / neurodebian.css
index 38334c992e372df89042923cf20776d93ce40bdc..c389434c7c98e6012f0617b516ed4af369996a43 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;
@@ -82,12 +90,6 @@ div.footer {
     font-size: 75%;
 }
 
-div.footer a {
-    color: #aaa;
-    text-decoration: underline;
-}
-
-
 div.related {
     background-color: #2c3c3d;
     color: #888;
@@ -224,6 +226,10 @@ ul.search li div.context {
     text-align: left;
 }
 
+ul.simple {
+    margin-bottom: 1em;
+}
+
 ul.keywordmatches li.goodmatch a {
     font-weight: bold;
 }
@@ -558,6 +564,11 @@ dd {
     color: #060;
 }
 
+dt {
+    font-weight: bold;
+    margin-top: 1em;
+}
+
 dt:target,
 .highlight {
     background-color: #fbe54e;
@@ -820,11 +831,18 @@ div.buttonbar ul {
 
 div.buttonbar li {
     display: inline;
-    float: left;
     margin: 5px;
     text-align: center;
 }
 
+div.buttonbar.leftbar li {
+    float: left;
+}
+
+div.buttonbar.rightbar li {
+    float: right;
+}
+
 div#randomquote {
 }
 
@@ -836,13 +854,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;
@@ -855,10 +880,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;
+}