]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Discontinue the twitter widget
[neurodebian.git] / sphinx / _static / neurodebian.css
index a7bf88af289af1d48ef77f32084686e6458d3b83..f20f4e9abffa3692f8bf324cac2c6f61bd36c607 100644 (file)
@@ -42,6 +42,30 @@ 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;
 }
@@ -437,6 +461,12 @@ div.seealso {
     border: 1px solid #D8769A;
     border-left: none;
     border-right: none;
+    font-size: .8em;
+}
+
+div.seealso ul {
+    margin-top: 0.2em;
+    margin-bottom: 0.2em;
 }
 
 div.warning {
@@ -445,10 +475,11 @@ div.warning {
 }
 
 div.note {
-    background-color: #eee;
-    border: 1px solid #ccc;
+    background-color: #eaf2f9;
+    border: 1px solid #3d7aa5;
     border-left: none;
     border-right: none;
+    font-size: .8em;
 }
 
 p.admonition-title {
@@ -484,6 +515,7 @@ table.field-list td, table.field-list th {
 
 table.footnote td, table.footnote th {
     border: 0 !important;
+    font-size: 0.7em;
 }
 
 .field-list ul {
@@ -579,7 +611,12 @@ tt.xref, a tt {
     font-weight: bold;
 }
 
-.footnote:target  { background-color: #ffa }
+.footnote:target { background-color: #ffa }
+
+.footnote-reference {
+    font-size: 0.7em;
+    vertical-align: top;
+}
 
 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
     background-color: transparent;
@@ -647,6 +684,44 @@ img.logo {
     border: 0;
 }
 
+
+/* Epigraphs */
+
+blockquote.epigraph {
+       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 {
+       padding: 0.2em 0 0 1em;
+       font-size: 80%;
+    font-style: normal;
+}
+
+p.attribution span.author {
+    margin: 0;
+    font-weight: bold;
+}
+
+p.attribution span.date {
+       font-size: 90%;
+}
+
+p.attribution span.affiliation, span.source {
+       font-size: 90%;
+       padding: 0 0 0 25px;
+       display: block;
+}
+
 /* :::: PRINT :::: */
 @media print {
     div.document,