Logtalk 2.24.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1282 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-04-22 23:57:45 +00:00
parent 08efcbeb64
commit c2e03a81b9
195 changed files with 4005 additions and 1219 deletions

View File

@@ -1,11 +1,26 @@
body {
color: black;
background-color: #e6e6e6;
font-family: sans-serif;
margin: 1.5em;
}
blockquote {
margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
color: teal;
}
a:link {
color: blue;
text-decoration: none
}
a:visited {
color: blue;
color: navy;
text-decoration: none
}
@@ -19,64 +34,127 @@ a:active {
text-decoration: underline
}
.header {
background-color: #dfdfdf;
margin-left: 0em;
margin-right: 0em;
margin-top: 1em;
margin-bottom: 1em;
padding: 1em;
}
.header p {
margin: 0em;
padding: 0em;
}
.header h1 {
margin-top: 0em;
padding: 0em;
}
.header blockquote {
margin-bottom: 0em;
padding: 0em;
}
.section {
background-color: #f3f3f3;
margin-left: 0em;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
}
.section h3 {
margin-top: 0.5em;
padding: 0em;
}
.predicates {
}
.public {
}
.protected {
}
.private {
}
.examples {
}
.example {
padding: 0.25em;
}
.comment {
color: navy;
font-family: sans-serif;
font-style: italic;
}
.code, code, pre {
color: navy;
font-family: monospace;
}
.type {
color: maroon;
text-align: right;
padding-top: 0em;
border-top: 0em;
font-weight: bold;
}
dl.relations {
padding-left: 0em;
}
dl.properties {
padding-left: 0em;
}
.key {
color: teal;
padding-top: 0.5em;
}
.value {
color: navy;
padding-left: 0em;
}
ul.parameters {
list-style-type: none;
padding-left: 0em;
}
ul.arguments {
list-style-type: none;
padding-left: 0em;
padding-top: 0.5em;
margin-top: 0em;
margin-bottom: 0em;
}
p {
line-height: normal;
font-weight: normal;
font-style: normal;
dl.examples {
list-style-type: none;
padding-left: 0em;
padding-top: 0.25em;
margin-top: 0em;
margin-bottom: 0em;
}
p.blockquote {
color: navy;
font-family: sans-serif;
font-style: italic;
dl.examples .code {
color: maroon;
}
body {
color: black;
background-color: white;
font-family: sans-serif;
margin-left: 2em;
margin-right: 2em;
dl.remarks {
}
h1, h2, h3, h4, h5, h6 {
color: teal;
font-family: sans-serif;
}
dt {
color: teal;
}
dd {
color: navy;
}
dl.predicate {
margin-left: 2em;
}
blockquote {
margin-left: 2em;
.text {
}