﻿/* $Id$ */
/* projection.css - MoinMoin Slide Styles */

@import url("screen.css");

html {
	line-height: 1.8em;
/* You can choose 4 diiferent backgrounds (0-1-2-3) for matrixmoin_projection */
/* just uncomment the line. */
/* 0: Default Blue (from KDE) 
   1: blue-bend	(also from KDE)
   2: waiting for the world to turn, from DJ Amorpheus' collection,
      http://djamo.gotdns.com/include/wall.cgi 
	It shows a silhouette of a man and his telescope at dawn
   3: a very popular "white marble" tile that's been going around
      internet web collections since before 1997.
*/
/*	background: url(../img/moin_projection0.jpg); */
/*	background: url(../img/moin_projection1.jpg); */
/*	background: url(../img/moin_projection2.jpg); */
	background: url(../img/moin_projection3.jpg) repeat;
}

#page {
    background: none;
}

body, b, em, a, span, div, p, td { font-size: 20pt; }

/* Page name */
h1 {
    font-size: 14pt;
    margin: 0;
    color: gray;
}

/* Slide heading */
h2 {
    font-size: 32pt;
    margin-top: 0.5em;
    /* beware, this only accepts "pure tone" colors 0 3 6 9 c f */
    /* otherwise your nice dotted line goes blank */
    border-bottom: 3px dotted #3366cc;
}


/* Slide content */

#content {margin-left: 100pt;}
#content[dir="rtl"] {margin-left: 0; margin-right: 100pt;}

h3 { font-size: 24pt; }
h4 { font-size: 18pt; }
h5 { font-size: 16pt; }
h6 { font-size: 14pt; }

tt, pre { font-size: 18pt; }
sup, sub { font-size: 14pt; }

/* Navigation */

#navigation {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	color: gray;
	font-size: 13pt;
}

#navigation ul {
    margin: 0;
    padding: 6pt;
    text-align: center;
}

#navigation li {
    display: inline;
	margin: 0 2pt;
	padding: 0;
}

#navigation a {
 	text-decoration: none;
}

#navigation .current {
    color: #81BBF2;
}
