initial add of js api documentation source

git-svn-id: svn://10.0.0.236/trunk@121438 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com
2002-05-14 01:39:03 +00:00
parent 00ebc565e0
commit 6bafa56631
8 changed files with 8092 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
body {
background: #F9F1D1;
}
.api-entry {
background: white;
}
.entry-heading {
background: lightgrey;
}
.entry-title {
font-weight: bold;
}
.entry-type {
background: black;
color: white;
font-weight: bold;
}
.entry-deprecated {
font-weight: bold;
background: red;
color: white;
}
.entry-summary {
}
.entry-syntax {
background: #EEEEEE;
}
.param-list-head {
background: lightgrey;
}
.param-row-even {
background: white;
}
.entry-description {
}
.entry-example {
}
.entry-notes {
}
.entry-seealso {
background: #EEEEEE;
}