]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix printable stylesheet.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 7 Mar 2022 17:31:40 +0000 (12:31 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 7 Mar 2022 17:31:40 +0000 (12:31 -0500)
doc/cups-printable.css

index 746d6da8fe33992edd72e0461a07f1c829751022..0822138c80bd11893c32d66e47e4df2103ad915b 100644 (file)
@@ -291,11 +291,8 @@ div.body h5 {
   margin-bottom: 0.5em;
   margin-top: 1.5em;
 }
-div.contents {
-  background: #e8e8e8;
-  border: solid thin black;
-  padding: 10px;
-}
+/*div.contents {
+}*/
 div.contents h1 {
   font-size: 110%;
 }
@@ -345,14 +342,20 @@ h1, h2, h3, h4, h5, h6 {
   page-break-inside: avoid;
 }
 blockquote {
-  border: solid thin gray;
-  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-  padding: 10px 10px 0;
+  background: rgba(191,191,191,0.1);
+  border-left: solid 2px #777;
+  margin: 1em 0;
+  padding: 10px;
   page-break-inside: avoid;
 }
-p code, li code, p.code, pre, ul.code li {
-  background: rgba(127,127,127,0.1);
+p.code, pre, ul.code li {
   border-left: thin dotted gray;
+  background: rgba(191,191,191,0.1);
+}
+p code, li code {
+  background: rgba(191,191,191,0.3);
+}
+p code, li code, p.code, pre, ul.code li {
   font-family: monospace;
   hyphens: manual;
   margin: 18pt 0;