]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
Merge changes from CUPS 1.4svn-r8033.
[thirdparty/cups.git] / doc / cups.css
index 5ceddf2af0377755a566554da8764b0bbb77de7a..44f8f7c65407db745a486e82ca1fd5b1e4d3bbe6 100644 (file)
@@ -260,19 +260,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%;
@@ -368,6 +383,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;