You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
204 lines
3.7 KiB
204 lines
3.7 KiB
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
|
|
|
|
a.el {
|
|
font-weight: normal;
|
|
}
|
|
|
|
dl.warning dd, dl.attention dd, dl.note dd {
|
|
margin-bottom: 3px;
|
|
margin-left: 0px;
|
|
}
|
|
dl.warning, dl.attention, dl.note {
|
|
border-radius: 3px;
|
|
padding: 3px 8px 1px; 8px;
|
|
border-left-width: 5px;
|
|
margin-left: 0px;
|
|
border-left-style: solid;
|
|
}
|
|
dl.warning {
|
|
background-color: hsl(35,100%,90%);
|
|
border-left-color: hsl(35,100%,60%);
|
|
}
|
|
dl.attention {
|
|
background-color: hsl(-5,100%,90%);
|
|
border-left-color: hsl(-5,100%,60%);
|
|
}
|
|
dl.note {
|
|
background-color: hsl(220,100%,90%);
|
|
border-left-color: hsl(220,100%,60%);
|
|
}
|
|
|
|
table {
|
|
font: 400 14px/20px Roboto,sans-serif;
|
|
}
|
|
td.memItemLeft, td.memTemplItemLeft, td.memItemRight, td.memTemplItemRight,
|
|
h2.memtitle, table.memname, a.el, td.paramname, div.memtemplate {
|
|
font-family: 'Roboto Mono', monospace;
|
|
}
|
|
td.memItemLeft, td.memTemplItemLeft {
|
|
font-size: 9pt;
|
|
color: #444;
|
|
}
|
|
td.memTemplParams {
|
|
display: none;
|
|
}
|
|
td.mdescRight {
|
|
color: #333;
|
|
}
|
|
div.memproto, div.memdoc {
|
|
box-shadow: none;
|
|
background-image: none;
|
|
border: 1px solid #C2CEDB;
|
|
}
|
|
div.memdoc {
|
|
border-top: none;
|
|
}
|
|
a#details + h2.groupheader {
|
|
display: none;
|
|
}
|
|
#doc-content .contents {
|
|
margin-left: 20px;
|
|
}
|
|
#doc-content .contents .textblock h3 {
|
|
font-family: 'Roboto Mono', monospace;
|
|
}
|
|
#doc-content .header .headertitle {
|
|
padding: 5px 5px 5px 20px;
|
|
}
|
|
#doc-content .header .headertitle .title {
|
|
font-size: 200%;
|
|
font-weight: normal;
|
|
line-height: 120%;
|
|
margin: 20px 2px 10px;
|
|
}
|
|
.params .paramname, .retval .paramname {
|
|
padding-right: 15px;
|
|
padding-left: 10px;
|
|
font-weight: normal;
|
|
}
|
|
table.memname tr td {
|
|
padding: 0px;
|
|
}
|
|
.paramtype {
|
|
font-size: 12px;
|
|
}
|
|
|
|
code {
|
|
background-color: #eee;
|
|
color: #222;
|
|
font-size: 10pt;
|
|
padding: 1pt 2pt;
|
|
font-family: 'Roboto Mono', monospace;
|
|
}
|
|
div.fragment { /* code fragment */
|
|
font-family: 'Roboto Mono', monospace;
|
|
padding: 5px;
|
|
}
|
|
div.line {
|
|
line-height: 1.25;
|
|
}
|
|
|
|
/* sidebar */
|
|
.ui-resizable-e {
|
|
background: none;
|
|
width: 4px;
|
|
background-color: #c4d0dc;
|
|
border-left: 1px solid #aaa;
|
|
border-right: 1px solid #aaa;
|
|
}
|
|
|
|
/* footer */
|
|
.navpath ul {
|
|
background: none;
|
|
background-color: #c4d0dc;
|
|
border-top: 1px solid #aaa;
|
|
}
|
|
|
|
/* navbar */
|
|
.sm-dox {
|
|
background: none;
|
|
background-color: #c4d0dc;
|
|
border-bottom: 1px solid #aaa;
|
|
border-top: 1px solid #aaa;
|
|
}
|
|
.sm-dox ul {
|
|
border-radius: 3px !important;
|
|
}
|
|
#main-menu li a {
|
|
background: none;
|
|
border-right: 1px solid #aaa;
|
|
text-shadow: none;
|
|
}
|
|
#main-menu li a:hover {
|
|
background-color: #425970;
|
|
}
|
|
|
|
/** layout */
|
|
#titlearea {
|
|
border-bottom: none;
|
|
}
|
|
#titlearea table {
|
|
padding: 10px 20px;
|
|
width: 100%;
|
|
}
|
|
#titlearea td#ijslogo {
|
|
text-align: right;
|
|
}
|
|
#titlearea td#ijslogo img {
|
|
height: 150px;
|
|
}
|
|
|
|
#doc-content .header, #nav-tree {
|
|
background-image: none;
|
|
}
|
|
#nav-sync {
|
|
display: none;
|
|
}
|
|
#nav-tree .selected {
|
|
background: none;
|
|
background-color: #425970;
|
|
}
|
|
|
|
#MSearchBox {
|
|
margin-top: 2px;
|
|
}
|
|
#MSearchBox #MSearchSelect, #MSearchBox .right {
|
|
display: none;
|
|
}
|
|
#MSearchBox .left {
|
|
background-image: none;
|
|
}
|
|
#MSearchBox #MSearchField {
|
|
background: white;
|
|
height: 24pt;
|
|
border-radius: 3px;
|
|
border: 1px solid #aaa;
|
|
margin-left: 0px;
|
|
width: auto;
|
|
}
|
|
div.searchresults {
|
|
margin-top: 20px;
|
|
}
|
|
div.contents {
|
|
max-width: 1000px;
|
|
}
|
|
|
|
/* syntax coloring */
|
|
span.comment {
|
|
color: hsl(120, 1%, 50%);
|
|
}
|
|
span.stringliteral {
|
|
color: hsl(88, 50%, 35%);
|
|
}
|
|
span.keywordflow {
|
|
color: hsl(26, 68%, 50%);
|
|
}
|
|
span.keywordtype {
|
|
color: hsl(220, 40%, 45%);
|
|
}
|
|
span.keyword {
|
|
color: hsl(1, 52%, 50%);
|
|
}
|
|
span.preprocessor {
|
|
color: hsl(287, 40%, 35%);
|
|
}
|
|
|