]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
Import CUPS 1.4svn r7023 into easysw/current.
[thirdparty/cups.git] / doc / cups.css
index 329c1f5b0520a2591cf934ceb55316c30678ed77..6d356f6d051d345d337e87ea25342cec4d6aade1 100644 (file)
@@ -1,5 +1,5 @@
 BODY {
-  background: #cccc99;
+  background: #e8e8e8;
   color: #000000;
   font-family: sans-serif;
 }
@@ -33,41 +33,107 @@ P.command {
   margin-left: 36pt;
 }
 
+P.formula {
+  font-style: italic;
+  margin-left: 36pt;
+}
+
 BLOCKQUOTE {
-  background: #cccc99;
-  border: solid thin #999966;
-  padding: 10pt;
+  background: #e1e1e1;
+  border: inset 1px #dddddd;
+  padding: 10px;
+  /* These are not implemented by all browsers, but that's OK */
+  border-radius: 5px;
+  -moz-border-radius: 5px;
+}
+
+A IMG {
+  border: none;
+}
+
+A:link:hover IMG {
+  background: #e0e0e0;
+  border-radius: 10px;
+  -moz-border-radius: 10px;
 }
 
 A:link, A:visited {
   text-decoration: none;
-  font-weight: bold;
-  color: #993300;
+  color: #000099;
 }
 
 A:link:hover, A:visited:hover, A:active {
   text-decoration: underline;
-  font-weight: bold;
-  color: #bb5500;
+  color: #990099;
+}
+
+TABLE.page {
+  border: none;
+  border-collapse: collapse;
+  height: 100%;
+  margin: 0;
+  padding: 0;
+  width: 100%;
+}
+
+TD.body {
+  height: 100%;
+  vertical-align: top;
 }
 
-A.sel, TR.sel {
-  background-color: #eeeebb;
-  color: #993300;
+TD.sel, TD.unsel {
+  border-left: thin solid #aaaaaa;
+  font-size: 120%;
+  padding: 0px 5px;
+  text-align: center;
+  vertical-align: middle;
+  width: 14%;
+}
+
+TD.sel {
+  background: url(images/sel.gif);
+}
+
+TD.unsel {
+  background: url(images/unsel.gif);
 }
 
-TR.sel TD {
-  padding: 4pt;
+TD.sel A, TD.sel A:hover {
+  color: #ffffff;
+  font-weight: normal;
+  text-decoration: none;
 }
 
-A.unsel {
-  background-color: #666633;
-  color: #e8e8b8;
+TD.unsel A, TD.unsel A:visited {
+  color: #333333;
+  font-weight: normal;
 }
 
-A.unsel:link:hover, A.unsel:visited:hover, A.unsel:active {
-  background-color: #999966;
-  color: #663300;
+TD.unsel:hover {
+  background: url(images/unsel-hover.gif);
+  color: #ffffff;
+}
+
+TD.unsel A:link:hover, TD.unsel A:visited:hover, TD.unsel A:active {
+  color: #ffffff;
+  font-weight: normal;
+  text-decoration: none;
+}
+
+TD.trailer {
+  background: #e1e1e1;
+  border: solid thin #cccccc;
+  color: #666666;
+  font-size: 80%;
+  padding: 5px;
+}
+
+TD.trailer A {
+  color: #666699;
+}
+
+FORM {
+  display: inline;
 }
 
 INPUT[TYPE="TEXT"], TEXTAREA {
@@ -84,31 +150,20 @@ SUB, SUP {
   font-size: 50%;
 }
 
-TR.header, TR.header TH, TH.header, TR.trailer, TR.trailer TH, TH.trailer {
-  background-color: #bbbb88;
-}
-
-TR.page, TD.page {
-  background-color: #eeeebb;
-  height: 100%;
-  padding-top: 20pt;
-  padding-bottom: 20pt;
-}
-
 TR.data, TD.data, TR.data TD {
   padding: 5;
-  border-bottom: solid 2pt #000000;
+  border-bottom: solid 1pt #999999;
 }
 
 TR.data TH {
-  border-bottom: solid 2pt #000000;
+  border-bottom: solid 1pt #999999;
   padding-top: 10pt;
   padding-left: 5pt;
   text-align: left;
 }
 
 DIV.table TABLE {
-  border: solid thin #999966;
+  border: solid thin #999999;
   border-spacing: 0;
   margin-left: auto;
   margin-right: auto;
@@ -124,18 +179,32 @@ DIV.table CAPTION {
 }
 
 DIV.table TABLE TD {
-  border: solid thin #bbbb88;
+  border: solid thin #bbbbbb;
   padding-top: 5pt;
 }
 
 DIV.table TABLE TH {
-  background: #bbbb88;
+  background: #bbbbbb;
   border: none;
-  border-bottom: solid thin #999966;
+  border-bottom: solid thin #999999;
+}
+
+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 +223,7 @@ SPAN.info {
   white-space: nowrap;
 }
 
-H3 SPAN.info {
+H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
   float: right;
   font-size: 100%;
 }
@@ -164,22 +233,14 @@ H3 SPAN.info {
 }
 
 H2.title, H3.title {
-  border-bottom: solid 2pt #000000;
-}
-
-IMG.button {
-  border: none;
-  padding: 2pt;
-  vertical-align: middle;
+  border-bottom: solid 1pt #999999;
 }
 
 DIV.sidebar {
-  background: #ddddaa;
-  border: solid 2px #cccc99;
   float: right;
-  margin-left: 10pt;
-  padding: 5pt;
-  width: 25%;
+  min-width: 25%;
+  margin-left: 10px;
+  max-width: 33%;
 }
 
 DIV.sidebar P.l0 {
@@ -206,11 +267,26 @@ DIV.sidebar P.l2 {
   text-indent: -18pt;
 }
 
-TABLE.pager {
-  background: #cccc99;
-  border: solid thin #999966;
-  margin-top: 10pt;
-  padding: 2pt;
+TABLE.inset {
+  background: #e1e1e1;
+  border: inset 1px #dddddd;
+  padding: 0;
+  /* These are not implemented by all browsers, but that's OK */
+  border-radius: 5px;
+  -moz-border-radius: 5px;
+}
+
+TABLE.inset CAPTION {
+  caption-side: top;
+  color: #666666;
+  font-size: 80%;
+  margin-left: 10px;
+  margin-bottom: 2px;
+  text-align: left;
+}
+
+TABLE.inset TD {
+  padding: 5px;
 }
 
 DT {
@@ -222,8 +298,12 @@ DD {
   margin-left: 54pt;
 }
 
+DL.category DT {
+  font-weight: bold;
+}
+
 P.summary {
-  margin-left: 54pt;
+  margin-left: 36pt;
   font-family: monospace;
 }