/************************************************************************* screen.css**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)**  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 define the pmwiki "default" skin.  DO NOT EDIT THIS FILE** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make** changes to these settings, you can create a custom skin (see the** README file), or you can use pub/css/local.css to override the ** settings here.***********************************************************************/body { 	margin-left:20px; 	margin-right:50px; 	font-family: Courier New, LucidaTypewriter, Courier, monospace;	font-size:11px;}a { color: #333;padding-left:2px;padding-right:2px;}a:hover {background: #000; color: #fff;}a:active {background: #000; color: #fff;} .none {background: #ffffff;}.none:hover{background: #ffffff; text-decoration:none}.selflink, .selflink a{background: #000; color: #fff;}.wikitrail {background: #eee;}ul {padding-left:0px;list-style:square}p {margin-bottom:20px;}h1 {}h2 {padding-bottom: 2px; border-bottom:0px dashed #666; margin-top:20px;}h3 {}h4 {font-style:italic;}h5 {font-style:italic;margin-bottom:5px;}pre {border:1px dashed #999;padding:5px;}.pagetitle { font-weight:bold;padding-bottom: 7px;padding-right: 50px;border-bottom: 0px dashed #333;}#wikilogo { 	border-bottom:0px dashed #333;	margin-bottom:20px;	height:70px;}#wikihead input { font-size:smaller; }#wikihead form { margin:0px; }#wikileft {   padding-top:0.5em;   padding-right:10px;   padding-left:0px;  width:158px;}#wikileft h1 {   font-size:100%;  border-bottom: dashed 0px #333333;  text-decoration: none;  width:100px;}#wikileft a { text-decoration: none;}#wikileft hr { color:#cccccc; }#wikileft ul { padding-left:0px; list-style-type:none; }#wikibody { 	padding-bottom:1em; 	padding-top:0.5em;	height:250px;		}#wikititle { padding-left:10px; 	vertical-align:top; 	padding-bottom:20px;		}#wikititle a {text-decoration:none}#wikitext { padding-left:10px; margin-top:0.5em; width:450px; }#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }#wikicmds a { display:block; }#wikifoot {  	font-style: italic; 	clear:both; 	padding-top: 2.5em;	padding-bottom: 0.5em; 	margin-left:10px; 	color: #666;	font-size:smaller; 	}h1.wikiaction { font-size:150%; margin:0px; }#wikiedit form { margin:0px; }#wikiedit textarea { width:99%; }
