summaryrefslogtreecommitdiff
path: root/doc/cups.css
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-05-01 21:18:10 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-05-01 21:18:10 +0000
commit7a14d7682bc444c9c97dd5bfd18a3da07efd7eb3 (patch)
tree3bf9addf59af3cc5e73675280216f8b4833120f8 /doc/cups.css
parenta4f1b3dff2cc9e7c0adb6b221bf3544955a45a71 (diff)
downloadcups-7a14d7682bc444c9c97dd5bfd18a3da07efd7eb3.tar.gz
Merge CUPS 1.4svn-r7524.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@733 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'doc/cups.css')
-rw-r--r--doc/cups.css34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/cups.css b/doc/cups.css
index 77fefb044..faaef123a 100644
--- a/doc/cups.css
+++ b/doc/cups.css
@@ -1,6 +1,6 @@
BODY {
- background: #e8e8e8;
- color: #000000;
+ background: white;
+ color: black;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
}
@@ -47,8 +47,8 @@ P.formula {
}
BLOCKQUOTE {
- background: #e1e1e1;
- border: inset 1px #dddddd;
+ background: #f0f0f0;
+ border: inset 1px #eeeeee;
padding: 10px;
/* These are not implemented by all browsers, but that's OK */
border-radius: 5px;
@@ -60,7 +60,7 @@ A IMG {
}
A:link:hover IMG {
- background: #e0e0e0;
+ background: #f0f0f0;
border-radius: 10px;
-moz-border-radius: 10px;
}
@@ -108,7 +108,7 @@ TD.unsel {
}
TD.sel A, TD.sel A:hover {
- color: #ffffff;
+ color: white;
font-weight: normal;
text-decoration: none;
}
@@ -120,18 +120,18 @@ TD.unsel A, TD.unsel A:visited {
TD.unsel:hover {
background: url(images/unsel-hover.gif);
- color: #ffffff;
+ color: white;
}
TD.unsel A:link:hover, TD.unsel A:visited:hover, TD.unsel A:active {
- color: #ffffff;
+ color: white;
font-weight: normal;
text-decoration: none;
}
TD.trailer {
- background: #e1e1e1;
- border: solid thin #cccccc;
+ background: #f0f0f0;
+ border: solid thin #e0e0e0;
color: #666666;
font-size: 80%;
padding: 5px;
@@ -195,7 +195,7 @@ DIV.table TABLE TD {
}
DIV.table TABLE TH {
- background: #eeeeee;
+ background: #f0f0f0;
border: none;
border-bottom: solid thin #999999;
}
@@ -225,9 +225,9 @@ HR {
}
SPAN.info {
- background: #000000;
- border: thin solid #000000;
- color: #ffffff;
+ background: black;
+ border: thin solid black;
+ color: white;
font-size: 80%;
font-style: italic;
font-weight: bold;
@@ -279,8 +279,8 @@ DIV.sidebar P.l2 {
}
TABLE.inset {
- background: #e1e1e1;
- border: inset 1px #dddddd;
+ background: #f0f0f0;
+ border: inset 1px #eeeeee;
padding: 0;
/* These are not implemented by all browsers, but that's OK */
border-radius: 5px;
@@ -335,7 +335,7 @@ DIV.summary TABLE TD, DIV.summary TABLE TH {
}
DIV.summary TABLE THEAD TH {
- background: #eeeeee;
+ background: #f0f0f0;
}
/* API documentation styles... */