]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
First wave of the website redesign.
[neurodebian.git] / sphinx / _static / neurodebian.css
index e1cebba4603eeaa3b40a596fe9fc4c6191a0dfff..a73ddfde56000ee4bd024a0c796f8593ccc0d2ba 100644 (file)
@@ -5,7 +5,7 @@
 body {
     font-family: sans-serif;
     font-size: 100%;
-    background-color: #444;
+    background-color: #fff;
     color: #000;
     margin: 0;
     padding: 0;
@@ -14,7 +14,7 @@ body {
 /* :::: LAYOUT :::: */
 
 div.document {
-    background-color: #afafaf;
+    background-color: #fff;
 }
 
 div.documentwrapper {
@@ -28,6 +28,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;
 }
 
@@ -42,12 +46,36 @@ div.sphinxsidebar {
     font-size: 90%;
 }
 
+div#identica_widget {
+    font-size: 80%;
+}
+
+div#identica_widget p {
+       margin-top: 0.2em;
+       margin-bottom: 0.2em;
+       display: list-item;
+       list-style-image:url(neurodebian_bullet.png);
+}
+
+div.tweet {
+    border-bottom: 1px dotted #aaa;
+       margin-left: 2em;
+}
+
+span.time:before {
+    content: "[";
+}
+
+span.time:after {
+    content: "]";
+}
+
 div.clearer {
     clear: both;
 }
 
 div.footer {
-    color: #fff;
+    color: #000;
     width: 100%;
     padding: 9px 0 9px 0;
     text-align: center;
@@ -55,16 +83,18 @@ div.footer {
 }
 
 div.footer a {
-    color: #fff;
+    color: #aaa;
     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 {
@@ -87,7 +117,7 @@ div.related li.right {
 }
 
 div.related a {
-    color: white;
+    color: #fff;
 }
 
 /* ::: TOC :::: */
@@ -311,7 +341,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;
@@ -319,7 +349,7 @@ div.body h6 {
     padding: 3px 0 3px 10px;
 }
 
-div.body h1 { margin-top: 0; font-size: 200%; }
+div.body h1 { margin-top: 0; font-size: 180%; }
 div.body h2 { font-size: 160%; }
 div.body h3 { font-size: 140%; }
 div.body h4 { font-size: 120%; }
@@ -356,6 +386,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 {
@@ -451,7 +483,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;
@@ -543,7 +575,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;
@@ -660,19 +692,25 @@ img.logo {
     border: 0;
 }
 
+ol.loweralpha {
+    list-style: lower-alpha;
+}
+
 
 /* Epigraphs */
 
 blockquote.epigraph {
-    padding: 0 1em 0 1em;
-    background-color: #f2f2f2;
-       border-top: 1px solid #ccc;
-       border-bottom: 1px solid #ccc;
+       margin: 1em 0;
+    padding: 0 2em 0 2em;
+    background-color: #faf2e9;
+    border-top: 1px solid #ad7a35;
+    border-bottom: 1px solid #ad7a35;
     font-style: italic;
 }
 
 blockquote.epigraph p {
     margin: 0.2em 0 0.2em 0;
+       font-size: 90%;
 }
 
 p.attribution {
@@ -713,3 +751,96 @@ p.attribution span.affiliation, span.source {
         display: none;
     }
 }
+
+/* survey */
+
+
+div.rating {
+    text-align: center;
+    font-size: 80%;
+    float: left;
+    padding: 0.5em;
+}
+
+
+table.questionaire {
+    padding: 0px;
+}
+
+tr.oddrow {
+    background-color: #ddd;
+}
+
+table.questionaire td {
+    padding: 0px;
+    margin: 0px;
+}
+
+td.response {
+    text-align: left;
+    white-space: nowrap;
+    background-color: #eeffcc;
+}
+
+tr.oddrow td.response {
+    background-color: #ccd9af;
+}
+
+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 0 2em;
+    background-color: transparent;
+    font-style: italic;
+    font-size: 80%;
+    border: 0px
+}
+
+div#frequently-asked-questions dt {
+    font-weight: bold;
+    margin-top: 1em;
+    cursor: pointer;
+}
+
+dt:after { content: "\203A\203A"; padding-left: .25em;}
+