]> 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 19fd8cfcbb7fee965f6d16bc6d50a90a6da3e44a..b0c0ebc1ed44453a6eacfa0c75f8977baae1dca1 100644 (file)
@@ -2,10 +2,12 @@
  * Sphinx Doc Design
  */
 
+@import "bigmess.css";
+
 body {
     font-family: sans-serif;
     font-size: 100%;
-    background-color: #444;
+    background-color: #fff;
     color: #000;
     margin: 0;
     padding: 0;
@@ -14,7 +16,7 @@ body {
 /* :::: LAYOUT :::: */
 
 div.document {
-    background-color: #afafaf;
+    background-color: #fff;
 }
 
 div.documentwrapper {
@@ -28,6 +30,10 @@ div.bodywrapper {
 
 div.body {
     background-color: white;
+    background-image: url(hotbrain_bg.jpg);
+    background-repeat:no-repeat;
+    background-position:100% 100%;
+    background-attachment:fixed;
     padding: 0 20px 30px 20px;
 }
 
@@ -53,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;
@@ -71,24 +83,20 @@ div.clearer {
 }
 
 div.footer {
-    color: #fff;
+    color: #000;
     width: 100%;
     padding: 9px 0 9px 0;
     text-align: center;
     font-size: 75%;
 }
 
-div.footer a {
-    color: #fff;
-    text-decoration: underline;
-}
-
 div.related {
     background-color: #2c3c3d;
-    color: #fff;
+    color: #888;
     width: 100%;
     line-height: 30px;
     font-size: 90%;
+    float: right;
 }
 
 div.related h3 {
@@ -111,7 +119,7 @@ div.related li.right {
 }
 
 div.related a {
-    color: white;
+    color: #fff;
 }
 
 /* ::: TOC :::: */
@@ -218,6 +226,10 @@ ul.search li div.context {
     text-align: left;
 }
 
+ul.simple {
+    margin-bottom: 1em;
+}
+
 ul.keywordmatches li.goodmatch a {
     font-weight: bold;
 }
@@ -335,7 +347,7 @@ div.body h4,
 div.body h5,
 div.body h6 {
     font-family: 'Trebuchet MS', sans-serif;
-    background-color: #f2f2f2;
+    background-color: rgba(242, 242, 242, 0.5);
     font-weight: normal;
     color: #20435c;
     border-bottom: 1px solid #ccc;
@@ -343,7 +355,7 @@ div.body h6 {
     padding: 3px 0 3px 10px;
 }
 
-div.body h1 { margin-top: 0; font-size: 200%; }
+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%; }
@@ -380,6 +392,8 @@ div.body p, div.body dd, div.body li {
 
 div.body p.caption {
     text-align: inherit;
+    font-size: 95%;
+    font-style: italic;
 }
 
 div.body td {
@@ -475,7 +489,7 @@ div.warning {
 }
 
 div.note {
-    background-color: #eaf2f9;
+    background-color: rgba(234, 242, 249, 0.6);
     border: 1px solid #3d7aa5;
     border-left: none;
     border-right: none;
@@ -550,6 +564,11 @@ dd {
     color: #060;
 }
 
+dt {
+    font-weight: bold;
+    margin-top: 1em;
+}
+
 dt:target,
 .highlight {
     background-color: #fbe54e;
@@ -567,7 +586,7 @@ th {
 
 pre {
     padding: 5px;
-    background-color: #efc;
+    background-color: rgba(238, 255, 204, 0.6);
     color: #333;
     border: 1px solid #ac9;
     border-left: none;
@@ -782,5 +801,112 @@ td.task {
     text-align: left;
 }
 
+.button {
+    background-color: transparent;
+    font-weight: normal;
+    color: #20435c;
+    border: 1px solid #ccc;
+    padding: 3px;
+    text-align: center;
+    cursor: pointer;
+}
+
+div.buttonbar {
+    background-color: #fff;
+    font-size: 70%;
+}
+
+div.buttonbar a:hover {
+    text-decoration: none;
+}
+
+div.buttonbar a:hover img {
+    background-color: #ffc7da;
+}
+
+div.buttonbar ul {
+    list-style: none;
+    padding: 0px;
+}
+
+div.buttonbar li {
+    display: inline;
+    float: left;
+    margin: 5px;
+    text-align: center;
+}
 
+div#randomquote {
+}
 
+div#randomquote blockquote.epigraph {
+    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);
+}
+
+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;
+}