]> 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 a73ddfde56000ee4bd024a0c796f8593ccc0d2ba..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;
@@ -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;
 }
@@ -349,7 +355,7 @@ div.body h6 {
     padding: 3px 0 3px 10px;
 }
 
-div.body h1 { margin-top: 0; font-size: 180%; }
+div.body h1 { margin-top: 0em; font-size: 180%; padding-top: 1em;}
 div.body h2 { font-size: 160%; }
 div.body h3 { font-size: 140%; }
 div.body h4 { font-size: 120%; }
@@ -558,6 +564,11 @@ dd {
     color: #060;
 }
 
+dt {
+    font-weight: bold;
+    margin-top: 1em;
+}
+
 dt:target,
 .highlight {
     background-color: #fbe54e;
@@ -829,18 +840,73 @@ div#randomquote {
 }
 
 div#randomquote blockquote.epigraph {
-    padding: 0 2em 0 2em;
+    padding: 0 2em 2em 2em;
     background-color: transparent;
     font-style: italic;
     font-size: 80%;
     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;
+    list-style: none;
+}
+
+.linkmore {
+    margin-top: -2em;
+    float: right;
+    font-size: 70%;
+}
+
+.nojavascriptinstructions {
+    font-size: 70%;
+}
+
+.expandinstructions {
+    font-size: 70%;
+    display: none;
+}
+
+.linkmore:before,
+.nojavascriptinstructions:before,
+.expandinstructions:before {
+    content: "["
+}
+
+.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;
+}