view doc/style.css @ 1117:73bbcaf9abba

Various fixes and cleanup.
author zas_
date Mon, 10 Nov 2008 17:16:16 +0000
parents 83d6b961117f
children 71c5b25b371a
line wrap: on
line source

/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */

/* common */
body {
	margin: 2em;
	padding: 0;
	color: #000;
	background-color: #eee;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

table {page-break-before: always}

.option_name { font-variant: small-caps; font-size: 90%; font-weight: bold }

p.previous {
	text-align: left
}
p.navtop_title {
	text-align: center;
	font-weight:bold;
}
p.navbottom_title {
	text-align: center;
}

p.next {
	text-align: right
}

div.navtop {
	text-align: center
}
	
div.navbottom {
	text-align: center
}

h1 {
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	color: #820303;
	background: #effefe
}

h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #5A0202;
	background: #f6fefe
}

h3 {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	color: #270101;
	background: #f8fefe
}

hr#bottomseparator {
	margin-top: 6em;
}

div.bottomspacer {
	margin-bottom: 5em;
}

div.footer {
	text-align: right
}

/* menu descriptions */
dl.menu_desc {
	margin-left: 2em;
}
.menu_desc dt {
	font-weight: bold;
	padding-top: 0.3em
}
.menu_desc dd {}

/* dialog descriptions */
dl.dialog_desc {
	margin-left: 2em;
}
.dialog_desc dt {
	display: inline;
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-weight: bold;
	margin-top: 0.3em;
	border: 1px solid white
}
.dialog_desc dd {}
.dialog_desc dd dl {
	font-size: 90%;
	margin-bottom: 1em;
}

thead {
	font-weight: bold;
}

.file_locations_subtitle {
	font-weight: bold
}

p.note {
	font-style: italic
}
.note em {
	font-weight: bold
}

code {
	background: white
}

/* collections.html */
div.collections-shortcuts {text-align: center}

/* image_presentation_fullscreen.html */
div.fullscreen-shortcuts {text-align: center}
div.fullscreen-functions {text-align: center}


/* image_search_finding_duplicates.html */
div.find-duplicates-shortcuts {text-align: center}

/* image_search_search.html */
div.search-shortcuts {text-align: center}

/* index.html */
.menu ul {font-size: 110%; font-weight: bold; margin: 10px;}
.menu ul li {margin: 4px;}
.menu ul li ul {font-size: 90%; font-weight: normal}

/* reference_keyboard_shortcuts.html */
div.keyboard-shortcuts {text-align: center}