/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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.
***********************************************************************/

/* This sets the overall frame for the site */
body {}

/* These control the fixed-width text elements of the page */
textarea, pre, code {}
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {}

/* This controls the rest of the heading (primarily the search box) */
#wikihead {}
#wikihead input {} 

/* These are for the left-sidebar. */
#wikileft {}
#wikileft .vspace {}
#wikileft a {}
#wikileft a:hover {}
#wikileft ul {}
#wikileft li {}
.sidehead {}
.sidehead a {}

/* These affect the main content area. */
#wikibody {}
#wikicmds {}
#wikicmds ul {}
#wikicmds li {}
#wikicmds li a {}
#wikicmds li a.createlink {}
#wikicmds li a:hover {}
.pagegroup {}
.pagetitle {}
.wikiaction {}
#wikitext {}
#wikitext table {} /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; background-color: #ffb; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot {}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
