<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************
** menubar.css
**  Copyright 2005 V.Krishn (mistyfire@autograf.pl)
**  This file is part of NotebookSkin for 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 defines style for menus in notebook skin. 
** DONOT 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 style in pub/css/ or you can use pub/css/local.css to override 
** the settings here. 
***********************************************************************/
#pgwikitop {
  width: 770px;
}
#wikitop { 
  border-left:2px solid #ccc;
  border-right:2px solid #ccc;
}
#wikitop h1 { 
  margin:0px; background-color: #e7e7e7; 
  font-size: medium; text-align: left;
  padding-left: 2px;
}
#wikitop hr { color:#ccc; display: none;}
#wikitop ul { margin-left:0px; padding-left:6px; list-style-type:none; }


.tblmenuTop {
  width:100%;
  background-color: #F0F0F0;
  border-bottom: 2px solid #ccc;
  font-size: smaller;
  font-family: Helvetica, Arial, sans-serif;
}
.cellmenuTop {
  width: 140px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.cellmenuTop img {
  height: 16px;
  width: 16px;
  float: left;
}
.cellmenuToprht {
  font-size: 60%;
  vertical-align: middle;
  text-align: right;
}
.cellmenuToprht a {
  text-decoration: none;
  color: #aaa;
}
.cellmenuToprht a:hover { color: #000080; }

.vmenu {
  background: url(images/menu_bg1.gif) repeat-x;
  font-family: Helvetica, Arial, sans-serif;
}</pre></body></html>