Revert ""

This reverts commit 75142d8376, reversing
changes made to b51d00d063.
This commit is contained in:
William Miceli
2021-02-08 14:24:50 -05:00
parent 75142d8376
commit 3ba4462b54
79 changed files with 5211 additions and 1383 deletions

View File

@@ -22,8 +22,8 @@ h1.groupheader {
}
h2.groupheader {
border-bottom: 1px solid #7FAAE0;
color: #255B9C;
border-bottom: 1px solid #799ED5;
color: #284D83;
font-size: 150%;
font-weight: normal;
margin-top: 1.75em;
@@ -113,7 +113,7 @@ h3.version {
}
div.navtab {
border-right: 1px solid #9DBEE7;
border-right: 1px solid #98B5DF;
padding-right: 15px;
text-align: right;
line-height: 110%;
@@ -177,7 +177,7 @@ dt.alphachar{
}
.classindex dl.odd {
background-color: #F7FAFD;
background-color: #F7F9FC;
}
@media(min-width: 1120px) {
@@ -196,13 +196,13 @@ dt.alphachar{
/* @group Link Styling */
a {
color: #2A66B0;
color: #2E5896;
font-weight: normal;
text-decoration: none;
}
.contents a:visited {
color: #3075C9;
color: #3566AF;
}
a:hover {
@@ -210,7 +210,7 @@ a:hover {
}
.contents a.qindexHL:visited {
color: #FFFFFF;
color: #FFFFFE;
}
a.el {
@@ -221,11 +221,11 @@ a.elRef {
}
a.code, a.code:visited, a.line, a.line:visited {
color: #3075C9;
color: #3566AF;
}
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
color: #3075C9;
color: #3566AF;
}
/* @end */
@@ -254,8 +254,8 @@ ul {
}
pre.fragment {
border: 1px solid #C1D6F0;
background-color: #FBFCFE;
border: 1px solid #BDCFEA;
background-color: #FBFCFD;
padding: 4px 6px;
margin: 4px 8px 4px 2px;
overflow: auto;
@@ -269,8 +269,8 @@ pre.fragment {
div.fragment {
padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
margin: 4px 8px 4px 2px;
background-color: #FBFCFE;
border: 1px solid #C1D6F0;
background-color: #FBFCFD;
border: 1px solid #BDCFEA;
}
div.line {
@@ -338,7 +338,7 @@ span.lineno a:hover {
div.ah, span.ah {
background-color: black;
font-weight: bold;
color: #FFFFFF;
color: #FFFFFE;
margin-bottom: 3px;
margin-top: 3px;
padding: 0.2em;
@@ -386,9 +386,9 @@ div.contents {
}
td.indexkey {
background-color: #EAF1FA;
background-color: #E9EFF8;
font-weight: bold;
border: 1px solid #C1D6F0;
border: 1px solid #BDCFEA;
margin: 2px 0px 2px 0;
padding: 2px 10px;
white-space: nowrap;
@@ -396,14 +396,14 @@ td.indexkey {
}
td.indexvalue {
background-color: #EAF1FA;
border: 1px solid #C1D6F0;
background-color: #E9EFF8;
border: 1px solid #BDCFEA;
padding: 2px 10px;
margin: 2px 0px;
}
tr.memlist {
background-color: #EDF3FA;
background-color: #ECF1F9;
}
p.formulaDsp {
@@ -486,15 +486,15 @@ span.vhdllogic {
}
blockquote {
background-color: #F6F9FD;
border-left: 2px solid #95B9E5;
background-color: #F6F8FC;
border-left: 2px solid #90AFDD;
margin: 0 24px 0 4px;
padding: 0 12px 0 16px;
}
blockquote.DocNodeRTL {
border-left: 0;
border-right: 2px solid #95B9E5;
border-right: 2px solid #90AFDD;
margin: 0 4px 0 24px;
padding: 0 16px 0 12px;
}
@@ -527,18 +527,18 @@ td.tiny {
.dirtab {
padding: 4px;
border-collapse: collapse;
border: 1px solid #9DBEE7;
border: 1px solid #98B5DF;
}
th.dirtab {
background: #EAF1FA;
background: #E9EFF8;
font-weight: bold;
}
hr {
height: 0px;
border: none;
border-top: 1px solid #367BCE;
border-top: 1px solid #386BB7;
}
hr.footer {
@@ -573,7 +573,7 @@ table.memberdecls {
.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
background-color: #F9FBFD;
background-color: #F8FAFD;
border: none;
margin: 4px;
padding: 1px 0 0 8px;
@@ -585,7 +585,7 @@ table.memberdecls {
}
.memSeparator {
border-bottom: 1px solid #DCE8F6;
border-bottom: 1px solid #DAE4F3;
line-height: 1px;
margin: 0px;
padding: 0px;
@@ -600,7 +600,7 @@ table.memberdecls {
}
.memTemplParams {
color: #3075C9;
color: #3566AF;
white-space: nowrap;
font-size: 80%;
}
@@ -613,15 +613,15 @@ table.memberdecls {
.memtitle {
padding: 8px;
border-top: 1px solid #A2C2E8;
border-left: 1px solid #A2C2E8;
border-right: 1px solid #A2C2E8;
border-top: 1px solid #9EB8E1;
border-left: 1px solid #9EB8E1;
border-right: 1px solid #9EB8E1;
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: #E1EBF7;
background-color: #DFE8F5;
line-height: 1.25;
font-weight: 300;
float:left;
@@ -636,14 +636,14 @@ table.memberdecls {
.memtemplate {
font-size: 80%;
color: #3075C9;
color: #3566AF;
font-weight: normal;
margin-left: 9px;
}
.memnav {
background-color: #EAF1FA;
border: 1px solid #9DBEE7;
background-color: #E9EFF8;
border: 1px solid #98B5DF;
text-align: center;
margin: 2px;
margin-right: 15px;
@@ -681,14 +681,14 @@ table.memberdecls {
}
.memproto, dl.reflist dt {
border-top: 1px solid #A2C2E8;
border-left: 1px solid #A2C2E8;
border-right: 1px solid #A2C2E8;
border-top: 1px solid #9EB8E1;
border-left: 1px solid #9EB8E1;
border-right: 1px solid #9EB8E1;
padding: 6px 0px 6px 0px;
color: #1A4170;
color: #1B345A;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
background-color: #DDE8F6;
background-color: #DBE5F4;
/* opera specific markup */
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
@@ -707,15 +707,15 @@ table.memberdecls {
}
.memdoc, dl.reflist dd {
border-bottom: 1px solid #A2C2E8;
border-left: 1px solid #A2C2E8;
border-right: 1px solid #A2C2E8;
border-bottom: 1px solid #9EB8E1;
border-left: 1px solid #9EB8E1;
border-right: 1px solid #9EB8E1;
padding: 6px 10px 2px 10px;
background-color: #FBFCFE;
background-color: #FBFCFD;
border-top-width: 0;
background-image:url('nav_g.png');
background-repeat:repeat-x;
background-color: #FFFFFF;
background-color: #FFFFFE;
/* opera specific markup */
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
@@ -798,11 +798,11 @@ span.mlabels {
}
span.mlabel {
background-color: #679BDA;
border-top:1px solid #4584D2;
border-left:1px solid #4584D2;
border-right:1px solid #C1D6F0;
border-bottom:1px solid #C1D6F0;
background-color: #618DCE;
border-top:1px solid #3F74C4;
border-left:1px solid #3F74C4;
border-right:1px solid #BDCFEA;
border-bottom:1px solid #BDCFEA;
text-shadow: none;
color: white;
margin-right: 4px;
@@ -821,8 +821,8 @@ span.mlabel {
div.directory {
margin: 10px 0px;
border-top: 1px solid #95B9E5;
border-bottom: 1px solid #95B9E5;
border-top: 1px solid #90AFDD;
border-bottom: 1px solid #90AFDD;
width: 100%;
}
@@ -860,7 +860,7 @@ div.directory {
.directory tr.even {
padding-left: 6px;
background-color: #F6F9FD;
background-color: #F6F8FC;
}
.directory img {
@@ -878,11 +878,11 @@ div.directory {
cursor: pointer;
padding-left: 2px;
padding-right: 2px;
color: #2A66B0;
color: #2E5896;
}
.arrow {
color: #95B9E5;
color: #90AFDD;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
@@ -902,7 +902,7 @@ div.directory {
height: 14px;
width: 16px;
display: inline-block;
background-color: #679BDA;
background-color: #618DCE;
color: white;
text-align: center;
border-radius: 4px;
@@ -967,7 +967,7 @@ div.dynheader {
address {
font-style: normal;
color: #1E497E;
color: #203C68;
}
table.doxtable caption {
@@ -981,13 +981,13 @@ table.doxtable {
}
table.doxtable td, table.doxtable th {
border: 1px solid #204E86;
border: 1px solid #22406E;
padding: 3px 7px 2px;
}
table.doxtable th {
background-color: #265EA1;
color: #FFFFFF;
background-color: #2A4F88;
color: #FFFFFE;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
@@ -996,7 +996,7 @@ table.doxtable th {
table.fieldtable {
/*width: 100%;*/
margin-bottom: 10px;
border: 1px solid #A2C2E8;
border: 1px solid #9EB8E1;
border-spacing: 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@@ -1012,8 +1012,8 @@ table.fieldtable {
.fieldtable td.fieldtype, .fieldtable td.fieldname {
white-space: nowrap;
border-right: 1px solid #A2C2E8;
border-bottom: 1px solid #A2C2E8;
border-right: 1px solid #9EB8E1;
border-bottom: 1px solid #9EB8E1;
vertical-align: top;
}
@@ -1022,7 +1022,7 @@ table.fieldtable {
}
.fieldtable td.fielddoc {
border-bottom: 1px solid #A2C2E8;
border-bottom: 1px solid #9EB8E1;
/*width: 100%;*/
}
@@ -1041,9 +1041,9 @@ table.fieldtable {
.fieldtable th {
background-image:url('nav_f.png');
background-repeat:repeat-x;
background-color: #E1EBF7;
background-color: #DFE8F5;
font-size: 90%;
color: #1A4170;
color: #1B345A;
padding-bottom: 4px;
padding-top: 5px;
text-align:left;
@@ -1054,7 +1054,7 @@ table.fieldtable {
-webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid #A2C2E8;
border-bottom: 1px solid #9EB8E1;
}
@@ -1076,8 +1076,8 @@ table.fieldtable {
background-position: 0 -5px;
height:30px;
line-height:30px;
color:#81ACE0;
border:solid 1px #BED4EF;
color:#7CA0D6;
border:solid 1px #BBCDEA;
overflow:hidden;
margin:0px;
padding:0px;
@@ -1092,7 +1092,7 @@ table.fieldtable {
background-image:url('bc_s.png');
background-repeat:no-repeat;
background-position:right;
color:#265C9E;
color:#294E85;
}
.navpath li.navelem a
@@ -1101,7 +1101,7 @@ table.fieldtable {
display:block;
text-decoration: none;
outline: none;
color: #1D4679;
color: #1E3963;
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
text-decoration: none;
@@ -1109,7 +1109,7 @@ table.fieldtable {
.navpath li.navelem a:hover
{
color:#5C94D7;
color:#5685CB;
}
.navpath li.footer
@@ -1121,7 +1121,7 @@ table.fieldtable {
background-image:none;
background-repeat:no-repeat;
background-position:right;
color:#265C9E;
color:#294E85;
font-size: 8pt;
}
@@ -1168,9 +1168,9 @@ div.header
{
background-image:url('nav_h.png');
background-repeat:repeat-x;
background-color: #F9FBFD;
background-color: #F8FAFD;
margin: 0px;
border-bottom: 1px solid #C1D6F0;
border-bottom: 1px solid #BDCFEA;
}
div.headertitle
@@ -1365,7 +1365,7 @@ dl.section dd {
padding: 0px;
margin: 0px;
width: 100%;
border-bottom: 1px solid #4584D2;
border-bottom: 1px solid #3F74C4;
}
.image
@@ -1400,7 +1400,7 @@ dl.section dd {
div.zoom
{
border: 1px solid #88B0E2;
border: 1px solid #83A5D8;
}
dl.citelist {
@@ -1408,7 +1408,7 @@ dl.citelist {
}
dl.citelist dt {
color:#245795;
color:#26497D;
float:left;
font-weight:bold;
margin-right:10px;
@@ -1424,8 +1424,8 @@ dl.citelist dd {
div.toc {
padding: 14px 25px;
background-color: #F4F7FC;
border: 1px solid #D6E4F5;
background-color: #F3F6FB;
border: 1px solid #D3DFF1;
border-radius: 7px 7px 7px 7px;
float: right;
height: auto;
@@ -1454,7 +1454,7 @@ div.toc li {
div.toc h3 {
font: bold 12px/1.2 Arial,FreeSans,sans-serif;
color: #3075C9;
color: #3566AF;
border-bottom: 0 none;
margin: 0;
}
@@ -1620,7 +1620,7 @@ tr.heading h2 {
}
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
border-top-color: #FFFFFF;
border-top-color: #FFFFFE;
border-width: 10px;
margin: 0px -10px;
}
@@ -1648,7 +1648,7 @@ tr.heading h2 {
}
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
border-bottom-color: #FFFFFF;
border-bottom-color: #FFFFFE;
border-width: 10px;
margin: 0px -10px;
}
@@ -1675,7 +1675,7 @@ tr.heading h2 {
left: 100%;
}
#powerTip.e:after {
border-left-color: #FFFFFF;
border-left-color: #FFFFFE;
border-width: 10px;
top: 50%;
margin-top: -10px;
@@ -1691,7 +1691,7 @@ tr.heading h2 {
right: 100%;
}
#powerTip.w:after {
border-right-color: #FFFFFF;
border-right-color: #FFFFFE;
border-width: 10px;
top: 50%;
margin-top: -10px;
@@ -1731,7 +1731,7 @@ table.markdownTable {
}
table.markdownTable td, table.markdownTable th {
border: 1px solid #204E86;
border: 1px solid #22406E;
padding: 3px 7px 2px;
}
@@ -1739,8 +1739,8 @@ table.markdownTable tr {
}
th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
background-color: #265EA1;
color: #FFFFFF;
background-color: #2A4F88;
color: #FFFFFE;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;