Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
CSS Stylesheet
 	table.structTable {
 	border-collapse:collapse;
 	border:1px solid #000000;
 	width:95%;
 	}
 	 
 	table.structTable td.d {
 	border:1px solid #000000;
 	}
 	 
 	table.structTable th.h {
 	border:1px solid #000000;
 	background-color:#eeeeee;
 	}
 	 
 	table.structTable td.structSName {
 	border:1px solid #000000;
 	background-color:#f2f2f2;
 	color:#222222;
 	text-align:left;
 	vertical-align:top;
 	font-weight:bold;
 	font-style:italic;
 	 
 	}
 	 
 	table.structTable td.structLName {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	 
 	}
 	 
 	table.structTable td.structType {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	font-style:italic;
 	 
 	}
 	 
 	table.structTable td.structDesc {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	 
 	}
 	 
 	table.structTable td.structOpt {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	text-align: center;
 	}
 	 
 	table.structTable td.structReq {
 	border:1px solid #000000;
 	background:#ccccff;
 	vertical-align:top;
 	text-align: center;
 	}
 	 
 	 
 	table.structTable td.structCard {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	text-align: center;
 	}
 	 
 	table.structTable td.structAttr {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	text-align: center;
 	}
 	 
 	table.structTable td.structElem {
 	border:1px solid #000000;
 	background:#ccccff;
 	vertical-align:top;
 	text-align: center;
 	}
 	 
 	table.structTable td.structStatus {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	text-align: center;
 	 
 	}
 	 
 	table.structTable td.commentsDesc {
 	border:1px solid #000000;
 	background:#ffffff;
 	vertical-align:top;
 	 
 	}