This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/manuals/screen.css
pmoura d79dd807e6 Logtalk 2.29.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1744 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2006-12-28 13:03:34 +00:00

90 lines
1.1 KiB
CSS

body {
color: #353535;
font-size: 11pt;
font-family: verdana, arial, sans-serif;
background: #eee;
margin: 12pt;
}
.navtop {
font-size: 9pt;
text-align: right;
border-color: #000000;
border-width: 1pt 0pt 0pt 0pt;
border-style: solid;
padding: 3pt 0pt 12pt 0pt;
}
.toc-top-left, .toc-top-right, .toc-bottom-left, .toc-bottom-right {
display: none;
}
.top-left, .top-right, .bottom-left, .bottom-right {
display: none;
}
.footer {
font-size: 9pt;
margin-top: 24pt;
padding: 3pt 0pt 18pt 0pt;
border-width: 1pt 0pt 0pt 0pt;
border-style: solid;
}
.navbottom {
text-align: right;
float: right;
position: relative;
width: 50%;
}
.copyright {
text-align: left;
float: left;
position: relative;
width: 50%;
}
.toc {
}
.toc-entries {
}
.leader {
display: none;
}
.page-ref {
display: none;
}
a {
text-decoration: none;
color: navy;
outline: none;
}
a:hover {
text-decoration: underline;
color: blue;
}
pre, code, .code, .codenp {
color: maroon;
font-family: Monaco, 'Courier New', Courier, monospace;
}
code {
font-size: 10pt;
}
pre {
font-size: 10pt;
padding: 6pt 24pt 6pt 24pt;
}
dl {
padding-left: 2em;
}