]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Add some buttons to the front page.
[neurodebian.git] / sphinx / _static / neurodebian.css
index aca3f9ce29023bb0a4ed27f85925d80989b03dfe..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 {
@@ -489,7 +505,7 @@ table.footnote td, table.footnote th {
 
 dl {
     margin-bottom: 15px;
-    clear: both;
+/*     clear: both; */
 }
 
 dd p {
@@ -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;