]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
Load cups into easysw/current.
[thirdparty/cups.git] / doc / cups.css
index 8ffb8e7d1ba3c79b6d7abafc2940201e0546a5a9..0e37f456f63eb548b9466ba183e7fd8d507de7c7 100644 (file)
@@ -15,15 +15,15 @@ KBD {
 }
 
 PRE {
-  color: #7f0000;
   font-family: monospace;
 }
 
 PRE.command {
+  color: #7f0000;
   margin-left: 36pt;
 }
 
-PRE EM {
+PRE.command EM {
   color: #3f0000;
 }
 
@@ -33,8 +33,13 @@ P.command {
   margin-left: 36pt;
 }
 
+P.formula {
+  font-style: italic;
+  margin-left: 36pt;
+}
+
 BLOCKQUOTE {
-  background: #cccc99;
+  background: #bbbb88;
   border: solid thin #999966;
   padding: 10pt;
 }
@@ -60,7 +65,7 @@ TR.sel TD {
   padding: 4pt;
 }
 
-A.unsel {
+A.unsel, A.unsel:visited {
   background-color: #666633;
   color: #e8e8b8;
 }
@@ -134,8 +139,22 @@ DIV.table TABLE TH {
   border-bottom: solid thin #999966;
 }
 
+DIV.figure TABLE {
+  margin-left: auto;
+  margin-right: auto;
+}
+
+DIV.figure CAPTION {
+  caption-side: bottom;
+  font-size: 120%;
+  font-style: italic;
+  font-weight: bold;
+  margin-left: auto;
+  margin-right: auto;
+}
+
 TH.label {
-  padding-top: 10pt;
+  padding-top: 5pt;
   text-align: right;
   vertical-align: top;
 }
@@ -154,7 +173,7 @@ SPAN.info {
   white-space: nowrap;
 }
 
-H3 SPAN.info {
+H2 SPAN.info, H3 SPAN.info {
   float: right;
   font-size: 100%;
 }
@@ -222,6 +241,10 @@ DD {
   margin-left: 54pt;
 }
 
+DL.category DT {
+  font-weight: bold;
+}
+
 P.summary {
   margin-left: 54pt;
   font-family: monospace;