Blame Identity/Webenv/Trac/htdocs/css/about.css

ef5584
/* About config */
ef5584
ef5584
#content.about_config table {
ef5584
	border-collapse: collapse;
ef5584
	margin: 2em 0;
ef5584
	}
ef5584
ef5584
#content.about_config th {
ef5584
	background: #f7f7f0;
ef5584
	font-weight: bold;
ef5584
	text-align: left;
ef5584
	vertical-align: top;
ef5584
	}
ef5584
ef5584
#content.about_config th.section {
ef5584
	 text-align: right;
ef5584
	}
ef5584
ef5584
#content.about_config th, 
ef5584
#content.about_config td {
ef5584
	border: 1px solid #ddd;
ef5584
	padding: 3px;
ef5584
	}
ef5584
ef5584
#content.about_config td.name { 
ef5584
	background:#f9f9f0; 
ef5584
	}
ef5584
ef5584
#content.about_config td.value {
ef5584
	background:#f9f9f0;
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
#content.about_config td.defaultvalue { 
ef5584
	font-family: monospace;
ef5584
	background:#f9f9f0;
ef5584
	}
ef5584
ef5584
#content.about_config td.doc {
ef5584
	padding: 3px 1em 3px 1em; 
ef5584
	}
ef5584
ef5584
/* About plugins */
ef5584
#content.about_plugins h2 {
ef5584
	background: #f7f7f7;
ef5584
	border-bottom: 1px solid #d7d7d7;
ef5584
	margin: 2em 0 0;
ef5584
	}
ef5584
ef5584
#content.about_plugins table {
ef5584
	border-collapse: collapse;
ef5584
	margin: 1em 0;
ef5584
	table-layout: fixed;
ef5584
	width: 100%;
ef5584
	}
ef5584
ef5584
#content.about_plugins th, 
ef5584
#content.about_plugins td { 
ef5584
	border: 1px solid #ddd; 
ef5584
	padding: 3px;
ef5584
	}
ef5584
ef5584
#content.about_plugins th {
ef5584
	background: #f7f7f0; 
ef5584
	font-weight: bold; 
ef5584
	text-align: right; 
ef5584
	vertical-align: top; 
ef5584
	width: 12em; 
ef5584
	}
ef5584
ef5584
#content.about_plugins td.module { 
ef5584
	font-family: monospace; 
ef5584
	}
ef5584
ef5584
#content.about_plugins td.module .path {
ef5584
	color: #999; 
ef5584
	font-size: 90%;
ef5584
	}
ef5584
ef5584
#content.about_plugins td.xtnpts {
ef5584
	margin-top: 1em; 
ef5584
	}
ef5584
ef5584
#content.about_plugins td.xtnpts ul {
ef5584
	list-style: square;
ef5584
	margin: 0;
ef5584
	padding: 0 0 0 2em; 
ef5584
	}