docs(docs): rebuilt for version v0.7.1_rc2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* The standard CSS for doxygen 1.13.2*/
|
||||
/* The standard CSS for doxygen 1.9.8*/
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
@@ -15,6 +15,8 @@ body, table, div, p, dl {
|
||||
/* @group Heading Levels */
|
||||
|
||||
.title {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
font-family: Roboto,sans-serif;
|
||||
line-height: 28px;
|
||||
font-size: 150%;
|
||||
@@ -212,13 +214,7 @@ a {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
background: linear-gradient(to bottom, transparent 0,transparent calc(100% - 1px), currentColor 100%);
|
||||
}
|
||||
|
||||
a:hover > span.arrow {
|
||||
text-decoration: none;
|
||||
background : #F9FAFC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.el {
|
||||
@@ -269,24 +265,7 @@ dl.el {
|
||||
margin-left: -1cm;
|
||||
}
|
||||
|
||||
ul.check {
|
||||
list-style:none;
|
||||
text-indent: -16px;
|
||||
padding-left: 38px;
|
||||
}
|
||||
li.unchecked:before {
|
||||
content: "\2610\A0";
|
||||
}
|
||||
li.checked:before {
|
||||
content: "\2611\A0";
|
||||
}
|
||||
|
||||
ol {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
ul {
|
||||
text-indent: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
@@ -311,62 +290,30 @@ ul.multicol {
|
||||
.fragment {
|
||||
text-align: left;
|
||||
direction: ltr;
|
||||
overflow-x: auto;
|
||||
overflow-x: auto; /*Fixed: fragment lines overlap floating elements*/
|
||||
overflow-y: hidden;
|
||||
position: relative;
|
||||
min-height: 12px;
|
||||
margin: 10px 0px;
|
||||
padding: 10px 10px;
|
||||
border: 1px solid #C4CFE5;
|
||||
border-radius: 4px;
|
||||
background-color: #FBFCFD;
|
||||
color: black;
|
||||
}
|
||||
|
||||
pre.fragment {
|
||||
word-wrap: break-word;
|
||||
font-size: 10pt;
|
||||
line-height: 125%;
|
||||
font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
|
||||
border: 1px solid #C4CFE5;
|
||||
background-color: #FBFCFD;
|
||||
color: black;
|
||||
padding: 4px 6px;
|
||||
margin: 4px 8px 4px 2px;
|
||||
overflow: auto;
|
||||
word-wrap: break-word;
|
||||
font-size: 9pt;
|
||||
line-height: 125%;
|
||||
font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
|
||||
font-size: 105%;
|
||||
}
|
||||
|
||||
.clipboard {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clipboard.success {
|
||||
border: 1px solid black;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.fragment:hover .clipboard, .clipboard.success {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.clipboard:hover, .clipboard.success {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.clipboard:active:not([class~=success]) svg {
|
||||
transform: scale(.91);
|
||||
}
|
||||
|
||||
.clipboard.success svg {
|
||||
fill: #2EC82E;
|
||||
}
|
||||
|
||||
.clipboard.success {
|
||||
border-color: #2EC82E;
|
||||
div.fragment {
|
||||
padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
|
||||
margin: 4px 8px 4px 2px;
|
||||
color: black;
|
||||
background-color: #FBFCFD;
|
||||
border: 1px solid #C4CFE5;
|
||||
}
|
||||
|
||||
div.line {
|
||||
@@ -489,6 +436,10 @@ img.light-mode-visible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img.formulaDsp {
|
||||
|
||||
}
|
||||
|
||||
img.formulaInl, img.inline {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -788,25 +739,17 @@ dl.reflist dd {
|
||||
|
||||
.paramtype {
|
||||
white-space: nowrap;
|
||||
padding: 0px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.paramname {
|
||||
white-space: nowrap;
|
||||
padding: 0px;
|
||||
padding-bottom: 1px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.paramname em {
|
||||
color: #602020;
|
||||
font-style: normal;
|
||||
margin-right: 1px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.paramname .paramdefval {
|
||||
font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
|
||||
.paramname em {
|
||||
font-style: normal;
|
||||
}
|
||||
.paramname code {
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.params, .retval, .exception, .tparams {
|
||||
@@ -1056,7 +999,7 @@ table.fieldtable {
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit {
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname {
|
||||
white-space: nowrap;
|
||||
border-right: 1px solid #A8B8D9;
|
||||
border-bottom: 1px solid #A8B8D9;
|
||||
@@ -1067,12 +1010,6 @@ table.fieldtable {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.fieldtable td.fieldinit {
|
||||
padding-top: 3px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.fieldtable td.fielddoc {
|
||||
border-bottom: 1px solid #A8B8D9;
|
||||
}
|
||||
@@ -1146,6 +1083,7 @@ table.fieldtable {
|
||||
{
|
||||
height:32px;
|
||||
display:block;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
color: #283A5D;
|
||||
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
||||
@@ -1234,8 +1172,7 @@ dl {
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */
|
||||
dl.section {
|
||||
margin-left: 0px;
|
||||
padding-left: 0px;
|
||||
@@ -1248,7 +1185,7 @@ dl.note {
|
||||
border-color: #D0C000;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention, dl.important {
|
||||
dl.warning, dl.attention {
|
||||
margin-left: -7px;
|
||||
padding-left: 3px;
|
||||
border-left: 4px solid;
|
||||
@@ -1290,103 +1227,8 @@ dl.bug {
|
||||
border-color: #C08050;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
dl.bug dt a, dl.deprecated dt a, dl.todo dt a, dl.test a {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention, dl.important, dl.note, dl.deprecated, dl.bug,
|
||||
dl.invariant, dl.pre, dl.post, dl.todo, dl.test, dl.remark {
|
||||
padding: 10px;
|
||||
margin: 10px 0px;
|
||||
overflow: hidden;
|
||||
margin-left: 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
dl.section dd {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention, dl.important {
|
||||
background: #f8d1cc;
|
||||
border-left: 8px solid #b61825;
|
||||
color: #75070f;
|
||||
}
|
||||
|
||||
dl.warning dt, dl.attention dt, dl.important dt {
|
||||
color: #b61825;
|
||||
}
|
||||
|
||||
dl.note, dl.remark {
|
||||
background: #faf3d8;
|
||||
border-left: 8px solid #f3a600;
|
||||
color: #5f4204;
|
||||
}
|
||||
|
||||
dl.note dt, dl.remark dt {
|
||||
color: #f3a600;
|
||||
}
|
||||
|
||||
dl.todo {
|
||||
background: #e4f3ff;
|
||||
border-left: 8px solid #1879C4;
|
||||
color: #274a5c;
|
||||
}
|
||||
|
||||
dl.todo dt {
|
||||
color: #1879C4;
|
||||
}
|
||||
|
||||
dl.test {
|
||||
background: #e8e8ff;
|
||||
border-left: 8px solid #3939C4;
|
||||
color: #1a1a5c;
|
||||
}
|
||||
|
||||
dl.test dt {
|
||||
color: #3939C4;
|
||||
}
|
||||
|
||||
dl.bug dt a {
|
||||
color: #5b2bdd !important;
|
||||
}
|
||||
|
||||
dl.bug {
|
||||
background: #e4dafd;
|
||||
border-left: 8px solid #5b2bdd;
|
||||
color: #2a0d72;
|
||||
}
|
||||
|
||||
dl.bug dt a {
|
||||
color: #5b2bdd !important;
|
||||
}
|
||||
|
||||
dl.deprecated {
|
||||
background: #ecf0f3;
|
||||
border-left: 8px solid #5b6269;
|
||||
color: #43454a;
|
||||
}
|
||||
|
||||
dl.deprecated dt a {
|
||||
color: #5b6269 !important;
|
||||
}
|
||||
|
||||
dl.note dd, dl.warning dd, dl.pre dd, dl.post dd,
|
||||
dl.remark dd, dl.attention dd, dl.important dd, dl.invariant dd,
|
||||
dl.bug dd, dl.deprecated dd, dl.todo dd, dl.test dd {
|
||||
margin-inline-start: 0px;
|
||||
}
|
||||
|
||||
dl.invariant, dl.pre, dl.post {
|
||||
background: #d8f1e3;
|
||||
border-left: 8px solid #44b86f;
|
||||
color: #265532;
|
||||
}
|
||||
|
||||
dl.invariant dt, dl.pre dt, dl.post dt {
|
||||
color: #44b86f;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1401,12 +1243,12 @@ dl.invariant dt, dl.pre dt, dl.post dt {
|
||||
vertical-align: bottom;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
|
||||
#projectlogo img
|
||||
{
|
||||
{
|
||||
border: 0px none;
|
||||
}
|
||||
|
||||
|
||||
#projectalign
|
||||
{
|
||||
vertical-align: middle;
|
||||
@@ -1421,11 +1263,6 @@ dl.invariant dt, dl.pre dt, dl.post dt {
|
||||
padding: 2px 0px;
|
||||
}
|
||||
|
||||
#side-nav #projectname
|
||||
{
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
#projectbrief
|
||||
{
|
||||
font-size: 90%;
|
||||
@@ -1532,17 +1369,20 @@ div.toc ul {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
div.toc li[class^='level'] {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level1 {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
div.toc li.empty {
|
||||
background-image: none;
|
||||
margin-top: 0px;
|
||||
div.toc li.level2 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level3 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level4 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
span.emoji {
|
||||
@@ -1813,14 +1653,10 @@ th.markdownTableHeadCenter, td.markdownTableBodyCenter {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
tt, code, kbd
|
||||
tt, code, kbd, samp
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
tt, code, kbd
|
||||
{
|
||||
vertical-align: top;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
u {
|
||||
|
||||
Reference in New Issue
Block a user