view templates.marc/static/meshman.css @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +0200
parents a84c32f131df
children
line wrap: on
line source

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
	background-repeat: no-repeat
}

th {
	font-weight: bold;
	background-color: #EEEEEE;
	white-space: nowrap;
}

td {
}

address {
	font-size: 8pt;
}

h5 {
}

form {
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	color: #0000EE;
}

A:visited {
	color: #0000EE;
	text-decoration: none;
}

A:hover {
	color: #0000EE;
	background-color: #BBBBBB;
	text-decoration: none;
}

A:link.nav {
	color: #000000;
}

A:visited.nav {
	color: #000000;
}

A:hover.nav {
	color: red;
}

.nav {
	color: #000000;
}

.tableBG {
	background-color: #EBEBEB;
	color:black;
}

.tableBGhl {
	background-color: #000000;
}

.preview {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

.descrTitle {
	font-size: 10pt;
	font-weight: bold;
}

.descrContent {
	font-size: 10pt;
}

.highlight {
	font-weight: bold;
	background-color: #BBBBBB;
}

.numImg {
	font-style: italic;
}

.actPath {
	font-weight: bold;
}