Blame Extras/Trac/htdocs/css/about.css

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