view templates.petrus/static/joi.css @ 2:c44d020e5f8a 1.1.29-extended

Importing extended patched version from http://www.uli-eckhardt.de/bins/index.en.html
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:31:54 +0200
parents a84c32f131df
children
line wrap: on
line source

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
}

img {
	border-width: 0px;
}

td {
	vertical-align: top;
}

tr {
	vertical-align: top;
}

ul {
	list-style-type: square;
}

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

h4 {
	font-size: 10pt;
	font-weight: normal;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, .highlight, .hover, a.hover {
	color: #FFFFFF;
	background-color: #7d9fc4;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}


/* custom classes */


.path {
	background-color: #A0A078;
}

.numinfo {
	background-color: #CCCC99;
}

.albumdesc {
	background-color: #CCCC99;
}

.navbar {
	background-color: #98c2f0;
}

.contentBG {
	background-color: #98c2f0;
	font-weight : normal;
	font-size : 14px;
}

.contentDesc {
	background-color: #d0e1f5;
	padding: 10px;
}

.contentBGSep {
	background-color: #C9C9C9;
}

/* style of preview-images without border (in the treeview) */
.previewNoBorder {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

/* style of preview-images with border (in the imageview) */
.previewBorder {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	border-style: solid;
	border-color: #EBEBEB;
	border-width: 3px;
}

.konqBorder {
	background-color: #EBEBEB;
}

.content {
	position: relative;
	visibility: visible;
	z-index: 1;
}

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

.descrContent {
	font-size: 10pt;
}

/* style of the actual page entry in the navigation bar */

/* mouseover-style of unselected entries in the navigation bar */
.hover, a.hover {
	cursor: pointer;
}

/* number of images in the treeview */
.numImg {
	font-style: italic;
}

/* Style for the actual path-entry (at the top) */
.actPath {
	font-weight: bold;
}

/* Petrus CSS styles */
td.contentBG:hover {
  background-color: #7d9fc4;
  cursor: pointer
}