567 lines
10 KiB
CSS
567 lines
10 KiB
CSS
h1, .h1, h2, .h2, h3, .h3{
|
|
font-weight: 200 !important;
|
|
}
|
|
|
|
.sm-dox a span.sub-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -14px;
|
|
left: auto;
|
|
right: 3px;
|
|
width: 28px;
|
|
height: 28px;
|
|
overflow: hidden;
|
|
font: bold 12px / 28px monospace !important;
|
|
text-align: center;
|
|
text-shadow: none;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
/* Handing of arrow-carets in the smart menus */
|
|
.sm-dox a.highlighted span.sub-arrow:before {
|
|
display: block;
|
|
content: '-'
|
|
}
|
|
|
|
.sm-dox a span.sub-arrow {
|
|
top: 50%;
|
|
margin-top: -2px;
|
|
right: 12px;
|
|
width: 0;
|
|
height: 0;
|
|
border-width: 4px;
|
|
border-style: solid dashed dashed dashed;
|
|
border-color: #283a5d transparent transparent transparent;
|
|
background: transparent;
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
border-radius: 0
|
|
}
|
|
|
|
.sm-dox a:hover span.sub-arrow {
|
|
border-color: red transparent transparent transparent
|
|
}
|
|
|
|
|
|
.sm-dox.sm-rtl a.has-submenu {
|
|
padding-right: 12px;
|
|
padding-left: 24px
|
|
}
|
|
|
|
.sm-dox.sm-rtl a span.sub-arrow {
|
|
right: auto;
|
|
left: 12px
|
|
}
|
|
|
|
.sm-dox.sm-rtl.sm-vertical a.has-submenu {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.sm-dox.sm-rtl.sm-vertical a span.sub-arrow {
|
|
right: auto;
|
|
left: 8px;
|
|
border-style: dashed solid dashed dashed;
|
|
border-color: transparent #555 transparent transparent
|
|
}
|
|
|
|
.sm-dox.sm-rtl ul a.has-submenu {
|
|
padding: 10px 20px !important
|
|
}
|
|
|
|
.sm-dox.sm-rtl ul a span.sub-arrow {
|
|
right: auto;
|
|
left: 8px;
|
|
border-style: dashed solid dashed dashed;
|
|
border-color: transparent #555 transparent transparent
|
|
}
|
|
|
|
.sm-dox.sm-vertical a.disabled {
|
|
}
|
|
|
|
.sm-dox.sm-vertical a span.sub-arrow {
|
|
right: 8px;
|
|
top: 50%;
|
|
margin-top: -5px;
|
|
border-width: 5px;
|
|
border-style: dashed dashed dashed solid;
|
|
border-color: transparent transparent transparent #555
|
|
}
|
|
.sm-dox ul a span.sub-arrow {
|
|
right: 8px;
|
|
top: 50%;
|
|
margin-top: -5px;
|
|
border-width: 5px;
|
|
border-color: transparent transparent transparent #555;
|
|
border-style: dashed dashed dashed solid
|
|
}
|
|
|
|
#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{
|
|
border-bottom: 1px solid #EEEEEE;
|
|
}
|
|
|
|
.adjust-right {
|
|
margin-left: 30px !important;
|
|
font-size: 1.15em !important;
|
|
}
|
|
.navbar{
|
|
border: 0px solid #222 !important;
|
|
}
|
|
table{
|
|
white-space:pre-wrap !important;
|
|
}
|
|
/*
|
|
===========================
|
|
*/
|
|
|
|
|
|
/* Sticky footer styles
|
|
-------------------------------------------------- */
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
/* The html and body elements cannot have any padding or margin. */
|
|
}
|
|
|
|
/* Wrapper for page content to push down footer */
|
|
#wrap {
|
|
min-height: 100%;
|
|
height: auto;
|
|
/* Negative indent footer by its height */
|
|
margin: 0 auto -60px;
|
|
/* Pad bottom by footer height */
|
|
padding: 0 0 60px;
|
|
}
|
|
|
|
/* Set the fixed height of the footer here */
|
|
#footer {
|
|
font-size: 0.9em;
|
|
padding: 8px 0px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.footer-row {
|
|
line-height: 44px;
|
|
}
|
|
|
|
#footer > .container {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.footer-follow-icon {
|
|
margin-left: 3px;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.footer-follow-icon img {
|
|
width: 20px;
|
|
}
|
|
|
|
.footer-link {
|
|
padding-top: 5px;
|
|
display: inline-block;
|
|
color: #999999;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer-copyright {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
.footer-row {
|
|
text-align: left;
|
|
}
|
|
|
|
.footer-icons {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.footer-row {
|
|
text-align: center;
|
|
}
|
|
|
|
.footer-icons {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
/* DOXYGEN Code Styles
|
|
----------------------------------- */
|
|
|
|
|
|
a.qindex {
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.qindexHL {
|
|
font-weight: bold;
|
|
background-color: #9CAFD4;
|
|
color: #ffffff;
|
|
border: 1px double #869DCA;
|
|
}
|
|
|
|
.contents a.qindexHL:visited {
|
|
color: #ffffff;
|
|
}
|
|
|
|
a.code, a.code:visited, a.line, a.line:visited {
|
|
color: #4665A2;
|
|
}
|
|
|
|
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
|
|
color: #4665A2;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
dl.el {
|
|
margin-left: -1cm;
|
|
}
|
|
|
|
pre.fragment {
|
|
border: 1px solid #C4CFE5;
|
|
background-color: #FBFCFD;
|
|
padding: 4px 6px;
|
|
margin: 4px 8px 4px 2px;
|
|
overflow: auto;
|
|
word-wrap: break-word;
|
|
font-size: 9pt;
|
|
line-height: 125%;
|
|
font-family: monospace, fixed;
|
|
font-size: 105%;
|
|
}
|
|
|
|
div.fragment {
|
|
padding: 4px 6px;
|
|
margin: 4px 8px 4px 2px;
|
|
border: 1px solid #C4CFE5;
|
|
}
|
|
|
|
div.line {
|
|
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
font-size: 12px;
|
|
min-height: 13px;
|
|
line-height: 1.0;
|
|
text-wrap: unrestricted;
|
|
white-space: -moz-pre-wrap; /* Moz */
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
white-space: pre-wrap; /* CSS3 */
|
|
word-wrap: normal; /* IE 5.5+ */
|
|
text-indent: -53px;
|
|
padding-left: 53px;
|
|
padding-bottom: 0px;
|
|
margin: 0px;
|
|
-webkit-transition-property: background-color, box-shadow;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-property: background-color, box-shadow;
|
|
-moz-transition-duration: 0.5s;
|
|
-ms-transition-property: background-color, box-shadow;
|
|
-ms-transition-duration: 0.5s;
|
|
-o-transition-property: background-color, box-shadow;
|
|
-o-transition-duration: 0.5s;
|
|
transition-property: background-color, box-shadow;
|
|
transition-duration: 0.5s;
|
|
}
|
|
div.line:hover{
|
|
background-color: #FBFF00;
|
|
}
|
|
|
|
div.line.glow {
|
|
background-color: cyan;
|
|
box-shadow: 0 0 10px cyan;
|
|
}
|
|
|
|
|
|
span.lineno {
|
|
padding-right: 4px;
|
|
text-align: right;
|
|
color:rgba(0,0,0,0.3);
|
|
border-right: 1px solid #EEE;
|
|
border-left: 1px solid #EEE;
|
|
background-color: #FFF;
|
|
white-space: pre;
|
|
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace ;
|
|
}
|
|
span.lineno a {
|
|
background-color: #FAFAFA;
|
|
cursor:pointer;
|
|
}
|
|
|
|
span.lineno a:hover {
|
|
background-color: #EFE200;
|
|
color: #1e1e1e;
|
|
}
|
|
|
|
div.groupHeader {
|
|
margin-left: 16px;
|
|
margin-top: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.groupText {
|
|
margin-left: 16px;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* @group Code Colorization */
|
|
|
|
span.keyword {
|
|
color: #008000
|
|
}
|
|
|
|
span.keywordtype {
|
|
color: #604020
|
|
}
|
|
|
|
span.keywordflow {
|
|
color: #e08000
|
|
}
|
|
|
|
span.comment {
|
|
color: #800000
|
|
}
|
|
|
|
span.preprocessor {
|
|
color: #806020
|
|
}
|
|
|
|
span.stringliteral {
|
|
color: #002080
|
|
}
|
|
|
|
span.charliteral {
|
|
color: #008080
|
|
}
|
|
|
|
span.vhdldigit {
|
|
color: #ff00ff
|
|
}
|
|
|
|
span.vhdlchar {
|
|
color: #000000
|
|
}
|
|
|
|
span.vhdlkeyword {
|
|
color: #700070
|
|
}
|
|
|
|
span.vhdllogic {
|
|
color: #ff0000
|
|
}
|
|
|
|
blockquote {
|
|
background-color: #F7F8FB;
|
|
border-left: 2px solid #9CAFD4;
|
|
margin: 0 24px 0 4px;
|
|
padding: 0 12px 0 16px;
|
|
}
|
|
|
|
/*---------------- Search Box */
|
|
|
|
#search-box {
|
|
margin: 10px 0px;
|
|
}
|
|
#search-box .close {
|
|
display: none;
|
|
position: absolute;
|
|
right: 0px;
|
|
padding: 6px 12px;
|
|
z-index: 5;
|
|
}
|
|
|
|
/*---------------- Search results window */
|
|
|
|
#search-results-window {
|
|
display: none;
|
|
}
|
|
|
|
iframe#MSearchResults {
|
|
width: 100%;
|
|
height: 15em;
|
|
}
|
|
|
|
.SRChildren {
|
|
padding-left: 3ex; padding-bottom: .5em
|
|
}
|
|
.SRPage .SRChildren {
|
|
display: none;
|
|
}
|
|
a.SRScope {
|
|
display: block;
|
|
}
|
|
a.SRSymbol:focus, a.SRSymbol:active,
|
|
a.SRScope:focus, a.SRScope:active {
|
|
text-decoration: underline;
|
|
}
|
|
span.SRScope {
|
|
padding-left: 4px;
|
|
}
|
|
.SRResult {
|
|
display: none;
|
|
}
|
|
|
|
/* class and file list */
|
|
.directory .icona,
|
|
.directory .arrow {
|
|
height: auto;
|
|
}
|
|
.directory .icona .icon {
|
|
height: 16px;
|
|
}
|
|
.directory .icondoc {
|
|
background-position: 0px 0px;
|
|
height: 20px;
|
|
}
|
|
.directory .iconfopen {
|
|
background-position: 0px 0px;
|
|
}
|
|
.directory td.entry {
|
|
padding: 7px 8px 6px 8px;
|
|
}
|
|
|
|
.table > tbody > tr > td.memSeparator {
|
|
line-height: 0;
|
|
.table-hover;
|
|
|
|
}
|
|
|
|
.memItemLeft, .memTemplItemLeft {
|
|
white-space: normal;
|
|
}
|
|
|
|
/* enumerations */
|
|
.panel-body thead > tr {
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
/* todo lists */
|
|
.todoname,
|
|
.todoname a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Class title */
|
|
.summary {
|
|
margin-top: 25px;
|
|
}
|
|
.page-header {
|
|
margin: 20px 0px !important;
|
|
}
|
|
.page-header .title {
|
|
display: inline-block;
|
|
}
|
|
.page-header .pull-right {
|
|
margin-top: 0.3em;
|
|
margin-left: 0.5em;
|
|
}
|
|
.page-header .label {
|
|
font-size: 50%;
|
|
}
|
|
|
|
@media print
|
|
{
|
|
#top { display: none; }
|
|
#side-nav { display: none; }
|
|
#nav-path { display: none; }
|
|
body { overflow:visible; }
|
|
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
|
|
.summary { display: none; }
|
|
.memitem { page-break-inside: avoid; }
|
|
#doc-content
|
|
{
|
|
margin-left:0 !important;
|
|
height:auto !important;
|
|
width:auto !important;
|
|
overflow:inherit;
|
|
display:inline;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.main-menu-btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 28px;
|
|
height: 28px;
|
|
text-indent: 28px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|
|
/* hamburger icon */
|
|
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 2px;
|
|
height: 2px;
|
|
width: 24px;
|
|
background: #bbb;
|
|
-webkit-transition: all 0.25s;
|
|
transition: all 0.25s;
|
|
}
|
|
.main-menu-btn-icon:before {
|
|
content: '';
|
|
top: -7px;
|
|
left: 0;
|
|
}
|
|
.main-menu-btn-icon:after {
|
|
content: '';
|
|
top: 7px;
|
|
left: 0;
|
|
}
|
|
/* x icon */
|
|
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
|
|
height: 0;
|
|
background: transparent;
|
|
}
|
|
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
|
|
top: 0;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
|
|
top: 0;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
/* hide menu state checkbox (keep it visible to screen readers) */
|
|
#main-menu-state {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
border: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(1px,1px,1px,1px);
|
|
}
|
|
/* hide the menu in mobile view */
|
|
#main-menu-state:not(:checked) ~ #main-menu {
|
|
display: none;
|
|
}
|
|
#main-menu-state:checked ~ #main-menu {
|
|
display: block;
|
|
}
|
|
@media (min-width: 768px) {
|
|
/* hide the button in desktop view */
|
|
.main-menu-btn {
|
|
position: absolute;
|
|
top: -99999px;
|
|
}
|
|
/* always show the menu in desktop view */
|
|
#main-menu-state:not(:checked) ~ #main-menu {
|
|
display: block;
|
|
}
|
|
}
|