mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Updated documentation
This commit is contained in:
+95
-95
@@ -22,8 +22,8 @@ h1.groupheader {
|
||||
}
|
||||
|
||||
h2.groupheader {
|
||||
border-bottom: 1px solid #423F56;
|
||||
color: #09090C;
|
||||
border-bottom: 1px solid #676AA2;
|
||||
color: #24253B;
|
||||
font-size: 150%;
|
||||
font-weight: normal;
|
||||
margin-top: 1.75em;
|
||||
@@ -106,8 +106,8 @@ h3.version {
|
||||
}
|
||||
|
||||
div.qindex, div.navtab{
|
||||
background-color: #D3D2DE;
|
||||
border: 1px solid #5C5878;
|
||||
background-color: #E4E4EE;
|
||||
border: 1px solid #878AB6;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -123,13 +123,13 @@ div.navtab {
|
||||
/* @group Link Styling */
|
||||
|
||||
a {
|
||||
color: #0D0D12;
|
||||
color: #2C2D48;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.contents a:visited {
|
||||
color: #15141C;
|
||||
color: #37395B;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -142,13 +142,13 @@ a.qindex {
|
||||
|
||||
a.qindexHL {
|
||||
font-weight: bold;
|
||||
background-color: #55516F;
|
||||
color: #FFFFFE;
|
||||
border: 1px double #413E54;
|
||||
background-color: #7F81B1;
|
||||
color: #FFFFFF;
|
||||
border: 1px double #6669A2;
|
||||
}
|
||||
|
||||
.contents a.qindexHL:visited {
|
||||
color: #FFFFFE;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
a.el {
|
||||
@@ -159,11 +159,11 @@ a.elRef {
|
||||
}
|
||||
|
||||
a.code, a.code:visited, a.line, a.line:visited {
|
||||
color: #15141C;
|
||||
color: #37395B;
|
||||
}
|
||||
|
||||
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
|
||||
color: #15141C;
|
||||
color: #37395B;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
@@ -192,8 +192,8 @@ ul {
|
||||
}
|
||||
|
||||
pre.fragment {
|
||||
border: 1px solid #8885A5;
|
||||
background-color: #F7F6F8;
|
||||
border: 1px solid #B0B2CF;
|
||||
background-color: #FAFAFC;
|
||||
padding: 4px 6px;
|
||||
margin: 4px 8px 4px 2px;
|
||||
overflow: auto;
|
||||
@@ -207,8 +207,8 @@ pre.fragment {
|
||||
div.fragment {
|
||||
padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
|
||||
margin: 4px 8px 4px 2px;
|
||||
background-color: #F7F6F8;
|
||||
border: 1px solid #8885A5;
|
||||
background-color: #FAFAFC;
|
||||
border: 1px solid #B0B2CF;
|
||||
}
|
||||
|
||||
div.line {
|
||||
@@ -276,7 +276,7 @@ span.lineno a:hover {
|
||||
div.ah, span.ah {
|
||||
background-color: black;
|
||||
font-weight: bold;
|
||||
color: #FFFFFE;
|
||||
color: #FFFFFF;
|
||||
margin-bottom: 3px;
|
||||
margin-top: 3px;
|
||||
padding: 0.2em;
|
||||
@@ -324,9 +324,9 @@ div.contents {
|
||||
}
|
||||
|
||||
td.indexkey {
|
||||
background-color: #D3D2DE;
|
||||
background-color: #E4E4EE;
|
||||
font-weight: bold;
|
||||
border: 1px solid #8885A5;
|
||||
border: 1px solid #B0B2CF;
|
||||
margin: 2px 0px 2px 0;
|
||||
padding: 2px 10px;
|
||||
white-space: nowrap;
|
||||
@@ -334,14 +334,14 @@ td.indexkey {
|
||||
}
|
||||
|
||||
td.indexvalue {
|
||||
background-color: #D3D2DE;
|
||||
border: 1px solid #8885A5;
|
||||
background-color: #E4E4EE;
|
||||
border: 1px solid #B0B2CF;
|
||||
padding: 2px 10px;
|
||||
margin: 2px 0px;
|
||||
}
|
||||
|
||||
tr.memlist {
|
||||
background-color: #D8D7E1;
|
||||
background-color: #E7E7F0;
|
||||
}
|
||||
|
||||
p.formulaDsp {
|
||||
@@ -424,15 +424,15 @@ span.vhdllogic {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: #ECECF1;
|
||||
border-left: 2px solid #55516F;
|
||||
background-color: #F3F4F8;
|
||||
border-left: 2px solid #7F81B1;
|
||||
margin: 0 24px 0 4px;
|
||||
padding: 0 12px 0 16px;
|
||||
}
|
||||
|
||||
blockquote.DocNodeRTL {
|
||||
border-left: 0;
|
||||
border-right: 2px solid #55516F;
|
||||
border-right: 2px solid #7F81B1;
|
||||
margin: 0 4px 0 24px;
|
||||
padding: 0 16px 0 12px;
|
||||
}
|
||||
@@ -465,18 +465,18 @@ td.tiny {
|
||||
.dirtab {
|
||||
padding: 4px;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #5C5878;
|
||||
border: 1px solid #878AB6;
|
||||
}
|
||||
|
||||
th.dirtab {
|
||||
background: #D3D2DE;
|
||||
background: #E4E4EE;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0px;
|
||||
border: none;
|
||||
border-top: 1px solid #181720;
|
||||
border-top: 1px solid #3C3E63;
|
||||
}
|
||||
|
||||
hr.footer {
|
||||
@@ -511,7 +511,7 @@ table.memberdecls {
|
||||
.mdescLeft, .mdescRight,
|
||||
.memItemLeft, .memItemRight,
|
||||
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
||||
background-color: #F1F1F4;
|
||||
background-color: #F7F7FA;
|
||||
border: none;
|
||||
margin: 4px;
|
||||
padding: 1px 0 0 8px;
|
||||
@@ -523,7 +523,7 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memSeparator {
|
||||
border-bottom: 1px solid #B7B5C8;
|
||||
border-bottom: 1px solid #D1D2E3;
|
||||
line-height: 1px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
@@ -538,7 +538,7 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memTemplParams {
|
||||
color: #15141C;
|
||||
color: #37395B;
|
||||
white-space: nowrap;
|
||||
font-size: 80%;
|
||||
}
|
||||
@@ -551,15 +551,15 @@ table.memberdecls {
|
||||
|
||||
.memtitle {
|
||||
padding: 8px;
|
||||
border-top: 1px solid #615D7F;
|
||||
border-left: 1px solid #615D7F;
|
||||
border-right: 1px solid #615D7F;
|
||||
border-top: 1px solid #8D8FBA;
|
||||
border-left: 1px solid #8D8FBA;
|
||||
border-right: 1px solid #8D8FBA;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
margin-bottom: -1px;
|
||||
background-image: url('nav_f.png');
|
||||
background-repeat: repeat-x;
|
||||
background-color: #C0BECF;
|
||||
background-color: #D8D8E7;
|
||||
line-height: 1.25;
|
||||
font-weight: 300;
|
||||
float:left;
|
||||
@@ -574,14 +574,14 @@ table.memberdecls {
|
||||
|
||||
.memtemplate {
|
||||
font-size: 80%;
|
||||
color: #15141C;
|
||||
color: #37395B;
|
||||
font-weight: normal;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
.memnav {
|
||||
background-color: #D3D2DE;
|
||||
border: 1px solid #5C5878;
|
||||
background-color: #E4E4EE;
|
||||
border: 1px solid #878AB6;
|
||||
text-align: center;
|
||||
margin: 2px;
|
||||
margin-right: 15px;
|
||||
@@ -619,14 +619,14 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memproto, dl.reflist dt {
|
||||
border-top: 1px solid #615D7F;
|
||||
border-left: 1px solid #615D7F;
|
||||
border-right: 1px solid #615D7F;
|
||||
border-top: 1px solid #8D8FBA;
|
||||
border-left: 1px solid #8D8FBA;
|
||||
border-right: 1px solid #8D8FBA;
|
||||
padding: 6px 0px 6px 0px;
|
||||
color: #030304;
|
||||
color: #141421;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
||||
background-color: #B9B7CA;
|
||||
background-color: #D3D4E4;
|
||||
/* opera specific markup */
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||
border-top-right-radius: 4px;
|
||||
@@ -645,15 +645,15 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memdoc, dl.reflist dd {
|
||||
border-bottom: 1px solid #615D7F;
|
||||
border-left: 1px solid #615D7F;
|
||||
border-right: 1px solid #615D7F;
|
||||
border-bottom: 1px solid #8D8FBA;
|
||||
border-left: 1px solid #8D8FBA;
|
||||
border-right: 1px solid #8D8FBA;
|
||||
padding: 6px 10px 2px 10px;
|
||||
background-color: #F7F6F8;
|
||||
background-color: #FAFAFC;
|
||||
border-top-width: 0;
|
||||
background-image:url('nav_g.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #FFFFFE;
|
||||
background-color: #FFFFFF;
|
||||
/* opera specific markup */
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
@@ -736,11 +736,11 @@ span.mlabels {
|
||||
}
|
||||
|
||||
span.mlabel {
|
||||
background-color: #312F41;
|
||||
border-top:1px solid #1F1D28;
|
||||
border-left:1px solid #1F1D28;
|
||||
border-right:1px solid #8885A5;
|
||||
border-bottom:1px solid #8885A5;
|
||||
background-color: #56598E;
|
||||
border-top:1px solid #43466F;
|
||||
border-left:1px solid #43466F;
|
||||
border-right:1px solid #B0B2CF;
|
||||
border-bottom:1px solid #B0B2CF;
|
||||
text-shadow: none;
|
||||
color: white;
|
||||
margin-right: 4px;
|
||||
@@ -759,8 +759,8 @@ span.mlabel {
|
||||
|
||||
div.directory {
|
||||
margin: 10px 0px;
|
||||
border-top: 1px solid #55516F;
|
||||
border-bottom: 1px solid #55516F;
|
||||
border-top: 1px solid #7F81B1;
|
||||
border-bottom: 1px solid #7F81B1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -798,7 +798,7 @@ div.directory {
|
||||
|
||||
.directory tr.even {
|
||||
padding-left: 6px;
|
||||
background-color: #ECECF1;
|
||||
background-color: #F3F4F8;
|
||||
}
|
||||
|
||||
.directory img {
|
||||
@@ -816,11 +816,11 @@ div.directory {
|
||||
cursor: pointer;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
color: #0D0D12;
|
||||
color: #2C2D48;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
color: #55516F;
|
||||
color: #7F81B1;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
@@ -840,7 +840,7 @@ div.directory {
|
||||
height: 14px;
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
background-color: #312F41;
|
||||
background-color: #56598E;
|
||||
color: white;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
@@ -905,7 +905,7 @@ div.dynheader {
|
||||
|
||||
address {
|
||||
font-style: normal;
|
||||
color: #040406;
|
||||
color: #181929;
|
||||
}
|
||||
|
||||
table.doxtable caption {
|
||||
@@ -919,13 +919,13 @@ table.doxtable {
|
||||
}
|
||||
|
||||
table.doxtable td, table.doxtable th {
|
||||
border: 1px solid #050507;
|
||||
border: 1px solid #1B1C2D;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
table.doxtable th {
|
||||
background-color: #0A0A0D;
|
||||
color: #FFFFFE;
|
||||
background-color: #26273E;
|
||||
color: #FFFFFF;
|
||||
font-size: 110%;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
@@ -934,7 +934,7 @@ table.doxtable th {
|
||||
table.fieldtable {
|
||||
/*width: 100%;*/
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid #615D7F;
|
||||
border: 1px solid #8D8FBA;
|
||||
border-spacing: 0px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@@ -950,8 +950,8 @@ table.fieldtable {
|
||||
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname {
|
||||
white-space: nowrap;
|
||||
border-right: 1px solid #615D7F;
|
||||
border-bottom: 1px solid #615D7F;
|
||||
border-right: 1px solid #8D8FBA;
|
||||
border-bottom: 1px solid #8D8FBA;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -960,7 +960,7 @@ table.fieldtable {
|
||||
}
|
||||
|
||||
.fieldtable td.fielddoc {
|
||||
border-bottom: 1px solid #615D7F;
|
||||
border-bottom: 1px solid #8D8FBA;
|
||||
/*width: 100%;*/
|
||||
}
|
||||
|
||||
@@ -979,9 +979,9 @@ table.fieldtable {
|
||||
.fieldtable th {
|
||||
background-image:url('nav_f.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #C0BECF;
|
||||
background-color: #D8D8E7;
|
||||
font-size: 90%;
|
||||
color: #030304;
|
||||
color: #141421;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
text-align:left;
|
||||
@@ -992,7 +992,7 @@ table.fieldtable {
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom: 1px solid #615D7F;
|
||||
border-bottom: 1px solid #8D8FBA;
|
||||
}
|
||||
|
||||
|
||||
@@ -1014,8 +1014,8 @@ table.fieldtable {
|
||||
background-position: 0 -5px;
|
||||
height:30px;
|
||||
line-height:30px;
|
||||
color:#444159;
|
||||
border:solid 1px #8481A2;
|
||||
color:#6A6DA4;
|
||||
border:solid 1px #ADAFCD;
|
||||
overflow:hidden;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
@@ -1030,7 +1030,7 @@ table.fieldtable {
|
||||
background-image:url('bc_s.png');
|
||||
background-repeat:no-repeat;
|
||||
background-position:right;
|
||||
color:#09090C;
|
||||
color:#24253C;
|
||||
}
|
||||
|
||||
.navpath li.navelem a
|
||||
@@ -1039,7 +1039,7 @@ table.fieldtable {
|
||||
display:block;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
color: #040305;
|
||||
color: #171726;
|
||||
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
||||
text-decoration: none;
|
||||
@@ -1047,7 +1047,7 @@ table.fieldtable {
|
||||
|
||||
.navpath li.navelem a:hover
|
||||
{
|
||||
color:#2B2938;
|
||||
color:#505384;
|
||||
}
|
||||
|
||||
.navpath li.footer
|
||||
@@ -1059,7 +1059,7 @@ table.fieldtable {
|
||||
background-image:none;
|
||||
background-repeat:no-repeat;
|
||||
background-position:right;
|
||||
color:#09090C;
|
||||
color:#24253C;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
@@ -1106,9 +1106,9 @@ div.header
|
||||
{
|
||||
background-image:url('nav_h.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #F1F1F4;
|
||||
background-color: #F7F7FA;
|
||||
margin: 0px;
|
||||
border-bottom: 1px solid #8885A5;
|
||||
border-bottom: 1px solid #B0B2CF;
|
||||
}
|
||||
|
||||
div.headertitle
|
||||
@@ -1303,7 +1303,7 @@ dl.section dd {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #1F1D28;
|
||||
border-bottom: 1px solid #43466F;
|
||||
}
|
||||
|
||||
.image
|
||||
@@ -1338,7 +1338,7 @@ dl.section dd {
|
||||
|
||||
div.zoom
|
||||
{
|
||||
border: 1px solid #494660;
|
||||
border: 1px solid #7174A8;
|
||||
}
|
||||
|
||||
dl.citelist {
|
||||
@@ -1346,7 +1346,7 @@ dl.citelist {
|
||||
}
|
||||
|
||||
dl.citelist dt {
|
||||
color:#08070A;
|
||||
color:#212236;
|
||||
float:left;
|
||||
font-weight:bold;
|
||||
margin-right:10px;
|
||||
@@ -1360,8 +1360,8 @@ dl.citelist dd {
|
||||
|
||||
div.toc {
|
||||
padding: 14px 25px;
|
||||
background-color: #E7E6ED;
|
||||
border: 1px solid #ACA9C0;
|
||||
background-color: #F0F1F6;
|
||||
border: 1px solid #CACBDE;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
float: right;
|
||||
height: auto;
|
||||
@@ -1390,7 +1390,7 @@ div.toc li {
|
||||
|
||||
div.toc h3 {
|
||||
font: bold 12px/1.2 Arial,FreeSans,sans-serif;
|
||||
color: #15141C;
|
||||
color: #37395B;
|
||||
border-bottom: 0 none;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -1550,7 +1550,7 @@ tr.heading h2 {
|
||||
}
|
||||
|
||||
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
|
||||
border-top-color: #FFFFFE;
|
||||
border-top-color: #FFFFFF;
|
||||
border-width: 10px;
|
||||
margin: 0px -10px;
|
||||
}
|
||||
@@ -1578,7 +1578,7 @@ tr.heading h2 {
|
||||
}
|
||||
|
||||
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
|
||||
border-bottom-color: #FFFFFE;
|
||||
border-bottom-color: #FFFFFF;
|
||||
border-width: 10px;
|
||||
margin: 0px -10px;
|
||||
}
|
||||
@@ -1605,7 +1605,7 @@ tr.heading h2 {
|
||||
left: 100%;
|
||||
}
|
||||
#powerTip.e:after {
|
||||
border-left-color: #FFFFFE;
|
||||
border-left-color: #FFFFFF;
|
||||
border-width: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
@@ -1621,7 +1621,7 @@ tr.heading h2 {
|
||||
right: 100%;
|
||||
}
|
||||
#powerTip.w:after {
|
||||
border-right-color: #FFFFFE;
|
||||
border-right-color: #FFFFFF;
|
||||
border-width: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
@@ -1662,7 +1662,7 @@ table.markdownTable {
|
||||
}
|
||||
|
||||
table.markdownTable td, table.markdownTable th {
|
||||
border: 1px solid #050507;
|
||||
border: 1px solid #1B1C2D;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
@@ -1670,13 +1670,13 @@ table.markdownTableHead tr {
|
||||
}
|
||||
|
||||
table.markdownTableBodyLeft td, table.markdownTable th {
|
||||
border: 1px solid #050507;
|
||||
border: 1px solid #1B1C2D;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
|
||||
background-color: #0A0A0D;
|
||||
color: #FFFFFE;
|
||||
background-color: #26273E;
|
||||
color: #FFFFFF;
|
||||
font-size: 110%;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
@@ -1702,7 +1702,7 @@ table.markdownTable {
|
||||
}
|
||||
|
||||
table.markdownTable td, table.markdownTable th {
|
||||
border: 1px solid #050507;
|
||||
border: 1px solid #1B1C2D;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
@@ -1710,8 +1710,8 @@ table.markdownTable tr {
|
||||
}
|
||||
|
||||
th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
|
||||
background-color: #0A0A0D;
|
||||
color: #FFFFFE;
|
||||
background-color: #26273E;
|
||||
color: #FFFFFF;
|
||||
font-size: 110%;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user