

@import 'syntax_highlighting/xml.css';
@import 'syntax_highlighting/ruby.css';
@import 'syntax_highlighting/shell.css';

/********** all media **********/

html, body {
  font-family: Arial, sans-serif;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

.literal,
.filename,
.command,
.email,
kbd,
pre, code {
  font-family: "Courier New", monospace;  
}

pre code {
  font-size: 1em;
}

var {
  font-style: normal;
}

.replaceable {
  font-style: italic;
  color: green;
}

/********** non-print **********/

@media screen, projection {

/*
html {
*/
html, body {
  background-color: gray;
}

/*
body {
*/
#all {
  background-color: white;
}

/*
body {
*/
#all {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.navigation {
  background-color: #eee;
  /*
  background-color: #c0c0c0;
  */
}

/*
#startpage #toc a,
*/
.navigation a,
#tocunit a
{
  color: blue;
}

h1, h2, h3, h4 {
  color: #666;
}

h5, h6 {
  font-weight: normal;
}

.logo {
  background-color: #c0c0c0;
  border-bottom: 0.2em solid gray;
}

#main {
  /*
  border-top: 0.2em solid gray;
  */
}

div.sect1,
div.toplevel.section
{
  border-top: 0.1em solid gray;
}

/* ? */
div.sect2 {
  border-top: 0.05em solid gray;
}

/*
html[lang=en] {
  background-image: url('../../../vim/macosx_logo.png');
}
*/

/*
pre.screen {
  background-color: blue;
  border: 4px ridge white;
  border: 0.2em solid black;
}
*/

.screen .replaceable {
  color: lightgreen;
}

.keycap {
  /*
  doesn't work for some characters such as gt
  font-weight: bolder;
  */
  color: fuchsia;
}
.keycap.LongerThanOne {
  /*
  font-weight: normal;
  */
  color: green;
}
.keycapLong {
  color: #070;
}
.keycombo.simul {
  color: green;
}

/*
.commandkeys
*/
/*
<code class="keycombo seq toplevel">
perhaps other browsers need
code[class~="keycombo"][class~="toplevel"]
*/
code.keycombo.toplevel,
code.keycap.toplevel,
code.SingleKeyCap
 {
  /*
  color: teal;
  font-weight: 600;
  */
  background-color: #eee;
  /*
  margin-left: 0.05em;
  margin-right: 0.05em;
  */
}
code.keycombo.toplevel
{
  padding-left: 0.15em;
  padding-right: 0.15em;
}

/*
.literal, kbd {
}
*/

/*
a[href] {
  color: blue;
}
*/

/*
?
pre.programlisting {
  padding: 0.2em 0.5em;
  background-color: #fafafa;
  border: 0.01em solid #aaa;
}
pre.screen {
  border: 0.01em solid #db9;
}
*/

.caution h4,
.important h4,
.warning h4
{
  color: red;
}

* > .example {
  border: 1px solid black;
}

.example > .title {
  color: black;
  background-color: #9cf;
}

* > .XML.screen,
* > .Vim.screen
{
  /*
  padding-top: 26px;
  background-image: url('../pics/gvim_top.png');
  background-repeat: no-repeat;
  */
  /*
  border: 4px ridge grey;
  border: 2px solid black;
  */
}

}


