/***********************************************************************
** mobile.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 settings are part of the ?action=mobile 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-size:smaller; 
  font-family:sans-serif;
  margin-top:0px;   
  margin-left:3px;  
  margin-right:3px;
}

ul {margin-left: 0.5em; padding-left: 0.5em; list-style-type: disc;}

#mobilehead { 
  background-color: #f7f7f7;
  border-bottom:1px solid #cccccc;
  margin-bottom:0em; 
}
#mobilehead h4 { margin-top:0px; margin-bottom:0px; } 
#mobilehead h1 { margin-bottom:0px; }

#mobilelogo { 
  text-align:left;
  font-weight: bold;
  margin-top:0px; 
  margin-bottom:0px;
  padding-bottom:0px;
  padding-top:0px;
}

.pagename { 
  font-weight: bold;
  margin-top:0px; 
  margin-bottom:0px;
  padding-top:0px; 
}

a img {
  border: none;
}

.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }

#mobilesearch { 
  text-align:center;
  border: none;
  margin-top:0px; 
  margin-bottom:0px;
  padding-bottom:0px;
  padding-top:0px;
}

fieldset {
  border: none;
}

#mobilefoot {
  clear:both;
  margin-top:1em; 
  border-top:1px solid #cccccc; 
  background-color: #f7f7f7;
  font-size:smaller;
}

#mobileleft { 
    font-size:x-small;
}

#mobileleft img { 
    display:none;
}


#mobileleft ul { list-style:none; margin:0px; padding:0px; }
#mobileleft li { display:inline; margin:0px 2px; } 
#mobileleft li a { text-decoration:underline; color:blue; border:none; }


