]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Debian injection.
[neurodebian.git] / sphinx / _static / neurodebian.css
index 2ac76d792d8bda71bf3655cdf3048b7507047989..69086be643b395e5bbdb131e5948da2551057600 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;