mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-18 14:19:33 +00:00
174 lines
2.7 KiB
CSS
174 lines
2.7 KiB
CSS
/* The standard CSS for doxygen */
|
|
|
|
pre.fragment {
|
|
padding: 4px 6px;
|
|
margin: 4px 8px 4px 2px;
|
|
overflow: auto;
|
|
word-wrap: break-word;
|
|
font-size: 12pt;
|
|
line-height: 125%;
|
|
font-family: monospace, fixed;
|
|
font-size: 110%;
|
|
}
|
|
|
|
div.fragment {
|
|
padding: 4px;
|
|
margin: 4px;
|
|
}
|
|
|
|
div.line {
|
|
font-family: monospace, fixed;
|
|
font-size: 16px;
|
|
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: break-word; /* 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.glow {
|
|
background-color: cyan;
|
|
box-shadow: 0 0 10px cyan;
|
|
}
|
|
|
|
|
|
span.lineno {
|
|
padding-right: 4px;
|
|
text-align: right;
|
|
border-right: 2px solid #0F0;
|
|
white-space: pre;
|
|
}
|
|
|
|
div.groupHeader {
|
|
margin-left: 16px;
|
|
margin-top: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.groupText {
|
|
margin-left: 16px;
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
td.indexkey {
|
|
background-color: #EBEFF6;
|
|
font-weight: bold;
|
|
border: 1px solid #C4CFE5;
|
|
margin: 2px 0px 2px 0;
|
|
padding: 2px 10px;
|
|
white-space: nowrap;
|
|
vertical-align: top;
|
|
}
|
|
|
|
td.indexvalue {
|
|
background-color: #EBEFF6;
|
|
border: 1px solid #C4CFE5;
|
|
padding: 2px 10px;
|
|
margin: 2px 0px;
|
|
}
|
|
|
|
tr.memlist {
|
|
background-color: #EEF1F7;
|
|
}
|
|
|
|
p.formulaDsp {
|
|
text-align: center;
|
|
}
|
|
|
|
img.formulaDsp {
|
|
|
|
}
|
|
|
|
img.formulaInl {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.center {
|
|
text-align: center;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.center img {
|
|
border: 0px;
|
|
}
|
|
|
|
address.footer {
|
|
text-align: right;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
img.footer {
|
|
border: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* @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
|
|
}
|
|
|
|
|
|
/* @end */
|
|
|