aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-13 17:48:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-13 17:48:01 +0000
commitf8b601be38495a291a2f2503a66b76cb7cea515f (patch)
treecef76b31bc4d9a5feeebedb0d5895a9c35fb1f12
parent06f114bdc709e2ad3facfe9cd2cf58b5e5e594b7 (diff)
Fix typo
-rw-r--r--html/proofgen.css22
1 files changed, 5 insertions, 17 deletions
diff --git a/html/proofgen.css b/html/proofgen.css
index e29db5a5..29ec36b4 100644
--- a/html/proofgen.css
+++ b/html/proofgen.css
@@ -5,30 +5,26 @@
body{
font-family: Verdana, Arial, sans-serif; /* font for the doc body */
- background: #2D1D03; /* background brown */
+ background: #2D1D03; /* background brown */
background-image:
url(images/canvaswallpaper.jpg);
- background-attachment: fixed; /* background shouldn't scroll */
- color: #FFFFFF; /* text colour is white */
+ background-attachment: fixed; /* background shouldn't scroll */
+ color: #FFFFFF; /* text colour is white */
}
-
p{
font-family: Verdana, Arial, sans-serif; /* Netscape is picky, */
color: #FFFFFF; /* so we must set every tag */
}
-
pre{
font-family: LucidaTypewriter, mono;
color: #FFFFFF;
}
-
h1{
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
font-size: large;
font-series: bold;
}
-
h2{
font-family: Verdana, Arial, sans-serif;
font-size: medium;
@@ -37,7 +33,6 @@ h2{
padding: 2px 4px 4px 4px;
background: #7D4D33;
}
-
h3{
font-family: Verdana, Arial, sans-serif;
font-size: medium;
@@ -46,13 +41,11 @@ h3{
background: #6D3D43;
color: #FFFFD0;
}
-
h4{
font-family: Verdana, Arial, sans-serif;
font-size: medium;
color: #FFD0D0;
}
-
h5{
font-family: Verdana, Arial, sans-serif;
font-size: medium;
@@ -71,16 +64,15 @@ address{
}
input,select,textarea {
- background: #2D1D03;
+ background: #3D2D33;
color: #FFFFFF;
}
-/* Lists */
-
dl,ul,dir,li{
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
}
+
dt{ font-style: italic;
padding: 2px 2px 2px 2px;
margin-left: 20px;
@@ -88,17 +80,14 @@ dt{ font-style: italic;
background: #6D3D43;
}
-/* Table Elements */
table{
font-family: Verdana, Arial, sans-serif;
-/* background: #2D1D03; */
color: #FFFFFF;
}
table.menubar{
font-family: Verdana, Arial, sans-serif;
font-size: smaller;
-/* background: #2D1D03; */
color: #FFFFFF;
}
@@ -133,4 +122,3 @@ p.nb{
font-size: smaller;
font-style: italic;
}
-