/*
 * photobook.css
 * 
 * stylesheet for photobook.dtd
 * 
 * Copyright 2002 Radek Spáčil
 *
 */

/* whole photobook will have white background
 * sanserif font */ 

photobook   { background-color:	white;
	      font-size:	10pt;}

photo	    { background-color: #EEEEEE;
	      margin:		0.5em;
	      padding:		0.5em;}

/* division of elements on block and inline */

photo,code, camera, 
exposure, exp-note, 
accessories, name, 
caption, keywords    { display: block}

location, date, 
author, shutter, 
aperture, 
compensation, 
metering, flash-mode {display: inline}

/* hide file */
file	{ display: none}

code	{ color:  maroon ;
	  font-size:	140%;
	  font-weight:	bold;}

date:before, 
author:before, 
location:before, 
aperture:before,
body:before, 
film:before, 
exposure:before, 
compensation:before, 
metering:before,
flash-mode:before, 
flash-type:before,
accessories:before
	{  color:	      gray;
		   font-style:	      italic;}

body:before	   { content:	"camera: ";}
body:after	   { content:	",";}
film:before	   { content:	"film: ";}
date:before	   { content:	"date: ";}
date:after	   { content:	", ";}
author:before	   { content:	"author: ";}
author:after	   { content:	", ";}
location:before	   { content:	"location: ";}
exposure:before	   { content:	"exposure: ";}
aperture:before	   { content:	"/f ";
		     font-size:	120%;}
aperture:after	   { content:	", ";}
compensation:before { content:	"compensation: ";}
compensation:after  { content:	"ev, ";}
metering:before	    { content:	"metering: ";}
metering:after	    { content:	", ";}
flash-mode:before   { content:	"flash: ";}
/*accessories>filter:first-child:before	{ content: "accessories: "}*/
accessories:before  { content:  "accessories: ";}
filter:after	    { content:	", "}
/* flash-type:before   { content:	"flash: ";} */
flash-type:after    { content:	", "}
support:after	    { content:	", "}


shutter		{ color:	darkgreen;
		  font-weight:	bold;}
aperture	{ color:	darkgreen;
		  font-weight:	bold;}
name		{ font-weight:	bold}
caption		{ font-style:	italic}
keywords	{ color:	darkblue}
