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 9fe4d26c59 Logtalk 2.27.0 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1539 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2006-02-10 17:44:05 +00:00

78 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;
}
.top-left, .top-right, .bottom-left, .bottom-right {
display: none;
}
.footer {
font-size: 9pt;
clear: left;
padding: 12pt 0pt 6pt 0pt;
}
.navbottom {
text-align: right;
border-width: 0pt 0pt 1pt 0pt;
border-style: solid;
padding-bottom: 3pt;
}
.copyright {
font-size: 9pt;
text-align: center;
padding-top: 3pt;
}
.validators {
float: left;
position: relative;
}
.date {
float: right;
position: relative;
}
a {
text-decoration: none;
color: navy;
outline: none;
}
a:hover {
text-decoration: underline;
color: blue;
}
code {
color: maroon;
font-family: monaco, courier, monospace;
font-size: 10pt;
}
.code {
color: maroon;
font-family: monaco, courier, monospace;
}
pre {
color: maroon;
font-family: monaco, courier, monospace;
font-size: 10pt;
padding: 6pt 24pt 6pt 24pt;
}