new style

This commit is contained in:
mes5k 2004-10-30 22:30:35 +00:00
parent 62e53fbbc0
commit 41d464e0a2

View File

@ -15,10 +15,6 @@ a {
text-decoration:underline; text-decoration:underline;
} }
a:visited {
color:#6699cc;
}
a:hover { a:hover {
text-decoration: blink; text-decoration: blink;
color:#ff9933; color:#ff9933;
@ -26,12 +22,13 @@ a:hover {
body { body {
font-family: verdana, tahoma, helvetica, arial, sans-serif; font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 100%; font-size: 90%;
background-color:#ffffff; background-color:#ffffff;
margin: 1em; margin: 1em;
} }
pre { pre {
font-family: courier, serif;
background-color:#f8f8f8; background-color:#f8f8f8;
margin: 1.5em; margin: 1.5em;
font-size:90%; font-size:90%;
@ -39,18 +36,14 @@ pre {
ul { ul {
list-style: circle outside; list-style: circle outside;
font-stretch:extra-expanded;
/* font-size:90%;*/
} }
ul.menu { /* inherits from ul */ ul.menu { /* inherits from ul */
padding-left: 1em; padding-left: 1em;
} }
table {
background-color:#f8f8f8;
border-style:solid;
border-width:1px;
border-color:#d0d0d0;
}
em { em {
color:#ff9933; color:#ff9933;
@ -62,8 +55,12 @@ h1,h2,h3{
} }
h1 { h1 {
border-color:#d0d0d0;
border-style:solid;
border-width:1px;
background-color:#f8f8f8
font-weight:bold; font-weight:bold;
padding-top: 0.2em; padding: 0.2em;
} }
h2 { h2 {
@ -80,13 +77,28 @@ h3 {
font-style:italic; font-style:italic;
} }
tt {
font-family: courier, serif;
}
tt.classname {
font-weight:bold;
}
tt.constant {
font-style:italic;
font-weight:bold;
}
tt.methodname {
font-style:italic;
}
p { p {
color:#555555;
font-size: 90%;
line-height: 1.5em; line-height: 1.5em;
} }
div.links{ div.links{
float: left; float: left;
clear: left; clear: left;