|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/astrosfm/pmwiki/pub/skins/recurve/ |
Upload File : |
/***********************************************************************
** print.css
** Copyright 2004 Patrick R. Michaud ([email protected])
** This file is part of PmWiki; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published
** by the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version. See pmwiki.php for full details.
***********************************************************************/
/***********************************************************************
** These settings are part of the ?action=print skin. If you want
** to change these settings, create a new print template and set
** $PrintTemplateFmt in the config.php file to point to your new
** printing skin.
***********************************************************************/
body {
width: auto;
background-color: white;
color: black;
font-family: serif;
}
#printhead {
font-family: arial, sans-serif;
border-bottom: 5px solid #a0a0a0;
margin-bottom: 1em;
font-size: smaller;
}
#printtitle {
}
#printfoot {
margin-top: 1em;
border-top: 5px solid #a0a0a0;
font-size: smaller;
}
a {
color:#444444;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration:underline;
}
a.createlink {
color:#444444;
}
a.createlink:hover {
color:#ff2222;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
font-family: arial, sans-serif;
margin-bottom:0.6em;
margin-top:0.8em;
}
h1 {
font-size:200%;
}
h2 {
font-size:170%;
}
h3 {
font-size:140%;
}
h4 {
font-size:125%;
}
h5 {
font-size:110%;
}
h6 {
font-size:100%;
}
.indent {
margin-left:40px;
}
td {
vertical-align: top;
}