/*

$Id: opera.css,v 1.21 2005/03/01 05:59:52 jmates Exp $

The author disclaims all copyrights and releases this document into
the public domain.

Stylesheet for Opera rendering of eolas via the mozmac.xsl
stylesheet.

*/

/* set BODY attributes to be on safe side */
body {
  color: black;
  background-color: white;
  font-family: sans-serif;
  background-repeat: no-repeat;
}
a:link {
  color: #000099;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #003300;
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
} */
h2, h3, h4, h5, h6 {
  margin-top: 30px;
}

.info {
  line-height: 1.3em;
}
.note {
  line-height: 1.3em;
}
.warn {
  line-height: 1.3em;
}

em {
  font-style: normal;
  color: #990033;
}

li {
}

/* TODO move text vertically to be closer to title without shrinking space between subsequent blocks. */
.navlinks {
  font-size: x-small;
  font-weight: normal;
  text-align: right;
  float: right;
}

.subsection {
  font-size: x-small;
  font-weight: normal;
}

/* denote note and warn blocks differently */
.note {
  border-left: medium solid #FFCC33;

  padding-left: 2%;
}
.warn {
  border-left: medium solid #FF0000;

  padding-left: 2%;
}

.rbr {
  color: #339900;
  font-size: 75%;
}

/* data and similar require monospaced font that can be set bold/italic 
without issues-- Courier for sure, so try it first */
.data {
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
  font-size: smaller;

background-color: #DDF;

  padding-top: 1%;
	padding-left: 2%;
  padding-bottom: 1%;
  
	white-space: pre;
	
	border: 1px solid #333;
}
.data-shell {
	font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
  font-size: smaller;
  
	background-color: #DDF;
	
	padding-top: 1%;
	padding-left: 2%;
  padding-bottom: 1%;

	white-space: pre;
	
	border: 1px solid #333;
}
/* for outdated stuff users need to see for reference */
.old-line {
  text-decoration: line-through;
}

/* footer tag, goes at bottom of document */
.footer {
  clear: both;
  margin-top: 30px;
  
  padding-top: 15px;
  padding-left: 2%;
  padding-bottom: 200px;
  
  border-top: thin solid gray;
  
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
  font-size: smaller;
}

/* comments in <data> blocks */
.comment { color: #993300; }

/* stuff that a human would type in, presumably... */
.input { font-weight: bold; }
.shell { font-weight: bold; }

/* computer data markup */
tt {
  /*font-size: smaller;*/
}
.code {
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.file { 
  color: #007a00;
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.file-glob {
  color: #007a00;
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.cmd {
  color: #606;
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.cmd-arg {
  color: #606;
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.gui {
  color: #C30;
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.host {
  color: #003366;
  font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
