]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Reword/restructure VM pages
[neurodebian.git] / sphinx / _static / neurodebian.css
index ed9017685f4311ee17011c386b20441897fed3ab..799714d5a602d28d82af050131b612d21796f135 100644 (file)
@@ -437,6 +437,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 {
@@ -449,6 +455,7 @@ div.note {
     border: 1px solid #3d7aa5;
     border-left: none;
     border-right: none;
+    font-size: .8em;
 }
 
 p.admonition-title {
@@ -653,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,