]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
<rdar://problem/13854722> 13A459 Printing completely broken on MBP after upgrade...
[thirdparty/cups.git] / doc / cups.css
index 5ceddf2af0377755a566554da8764b0bbb77de7a..815c193c3f53431333a209a580c7bf3fc57193ae 100644 (file)
@@ -19,8 +19,16 @@ PRE {
 }
 
 PRE.command {
+  background: #f0f0f0;
+  border: dotted thin #7f7f7f;
   color: #7f0000;
   margin-left: 36pt;
+  padding: 10px;
+}
+
+P.example {
+  font-style: italic;
+  margin-left: 36pt;
 }
 
 PRE.example {
@@ -109,7 +117,9 @@ TD.unsel {
 TD.sel A, TD.sel A:hover, TD.unsel A:link:hover, TD.unsel A:visited:hover,
 TD.unsel A:active, TD.unsel A, TD.unsel A:visited {
   color: #666666;
+  display: block;
   font-weight: normal;
+  padding: 8px;
   text-decoration: none;
 }
 
@@ -233,6 +243,14 @@ H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
   color: white;
 }
 
+TH.conflict {
+  text-align: right;
+}
+
+H1.title {
+  display: none;
+}
+
 H2.title, H3.title {
   border-bottom: solid 1pt #999999;
 }
@@ -260,19 +278,34 @@ TABLE.list {
 }
 
 TABLE.list TH {
-  border-bottom: solid 1pt #999999;
+  background: white;
+  border-bottom: solid thin #cccccc;
+  color: #444444;
   padding-top: 10pt;
   padding-left: 5pt;
   text-align: left;
+  vertical-align: bottom;
   white-space: nowrap;
 }
 
+TABLE.list TH A {
+  color: #4444cc;
+}
+
 TABLE.list TD {
   border-bottom: solid thin #eeeeee;
   padding-top: 5pt;
   padding-left: 5pt;
 }
 
+TABLE.list TR:nth-child(even) {
+  background: #f8f8f8;
+}
+
+TABLE.list TR:nth-child(odd) {
+  background: #f4f4f4;
+}
+
 DIV.sidebar {
   float: right;
   min-width: 25%;
@@ -307,11 +340,9 @@ DIV.sidebar P.l2 {
 TABLE.inset {
   background: #f0f0f0;
   border: thin solid #e0e0e0;
-  margin-left: auto;
-  margin-right: auto;
   margin-top: 1em;
   padding: 0;
-  width: 90%;
+  width: 100%;
   /* These are not implemented by all browsers, but that's OK */
   border-radius: 5px;
   -moz-border-radius: 5px;
@@ -368,6 +399,18 @@ DIV.summary TABLE THEAD TH {
   background: #f0f0f0;
 }
 
+DIV.tabs {
+  height: 480px;
+  overflow: hidden;
+}
+
+DIV.tab {
+  float: left;
+  height: 100%;
+  overflow-y: auto;
+  width: 100%;
+}
+
 /* API documentation styles... */
 div.body h1 {
   margin: 0;