]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Improved screenshot.
[neurodebian.git] / sphinx / _static / neurodebian.css
index 2ac76d792d8bda71bf3655cdf3048b7507047989..799714d5a602d28d82af050131b612d21796f135 100644 (file)
@@ -168,6 +168,10 @@ div.modulecloud a {
 }
 
 /* :::: SEARCH :::: */
+.searchtip {
+    display: none;
+}
+
 ul.search {
     margin: 10px 0 0 20px;
     padding: 0;
@@ -429,8 +433,16 @@ div.admonition p.admonition-title + p {
 }
 
 div.seealso {
-    background-color: #ffc;
-    border: 1px solid #ff6;
+    background-color: #F3ECEF;
+    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 {
@@ -439,8 +451,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 {
@@ -476,6 +491,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 {
@@ -571,7 +587,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;
@@ -639,6 +660,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,