Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/about.css

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