2019-02-03 21:04:48 +08:00
|
|
|
/* Customized Stylesheet for JKQTPlotter */
|
|
|
|
|
|
|
|
dl.section {
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.note {
|
|
|
|
padding-left: 39px;
|
|
|
|
border-color: black;
|
|
|
|
border-width: 2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-left-width: 4px;
|
|
|
|
border-left-color: #D0C000;
|
|
|
|
background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
|
|
|
|
border-radius: 8px;
|
|
|
|
background-image: url(icon_note.png);
|
|
|
|
background-position: 3px 3px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
min-height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.see {
|
|
|
|
padding-left: 39px;
|
|
|
|
border-color: black;
|
|
|
|
border-width: 2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-left-width: 4px;
|
|
|
|
border-left-color: #55AAD1;
|
|
|
|
background-image: linear-gradient(135deg, #fff1eb 0%, #ace0f9 100%);
|
|
|
|
border-radius: 8px;
|
|
|
|
background-image: url(icon_see.png);
|
|
|
|
background-position: 3px 3px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
min-height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.fragment {
|
|
|
|
padding: 4px;
|
|
|
|
padding-left: 39px;
|
|
|
|
border-color: black;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-left-width: 8px;
|
|
|
|
border-left-color: #666699;
|
|
|
|
background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
|
|
|
|
background-image: url(icon_code.png);
|
|
|
|
background-position: 3px 3px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
min-height: 32px;
|
2019-05-18 02:46:52 +08:00
|
|
|
min-width: 50%;
|
|
|
|
display: inline-block;
|
2019-02-03 21:04:48 +08:00
|
|
|
}
|
|
|
|
|
2019-05-18 02:46:52 +08:00
|
|
|
|
2019-02-03 21:04:48 +08:00
|
|
|
h2.memtitle {
|
|
|
|
padding: 8px;
|
|
|
|
border-top: 1px solid #A8B8D9;
|
|
|
|
border-left: 1px solid #A8B8D9;
|
|
|
|
border-right: 1px solid #A8B8D9;
|
|
|
|
border-bottom: 0px;
|
|
|
|
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: #E2E8F2;
|
|
|
|
line-height: 1.25;
|
|
|
|
font-weight: 300;
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
|
|
|
margin-right: 15px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
margin-left: -5pt;
|
2019-02-04 04:00:15 +08:00
|
|
|
margin-bottom: 16px;
|
2019-02-03 21:04:48 +08:00
|
|
|
margin-right: 15px;
|
|
|
|
padding: 4px;
|
|
|
|
background: #eeeeee;
|
2019-02-04 04:00:15 +08:00
|
|
|
width: 95%;
|
2019-02-03 21:04:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
border-bottom: 2px solid black;
|
|
|
|
border-left: 2px solid black;
|
|
|
|
font-size: 22pt;
|
2019-02-04 04:00:15 +08:00
|
|
|
margin-top: 64pt;
|
2019-02-03 21:04:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
border-bottom: 1.5px solid black;
|
|
|
|
border-left: 1.5px solid black;
|
|
|
|
font-size: 16pt;
|
|
|
|
font-weight: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
border-left: 1px solid black;
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.groupheader {
|
|
|
|
border-left: 0px;
|
|
|
|
border-top: 0px;
|
|
|
|
border-bottom-width: 8pt;
|
|
|
|
background: #dbdbea;
|
|
|
|
font-size: 28pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.title {
|
|
|
|
font-size: 28pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.image {
|
|
|
|
padding: 4px;
|
|
|
|
text-align: left;
|
|
|
|
margin-left: 32pt;
|
2022-08-07 23:48:46 +08:00
|
|
|
border-style: double;
|
|
|
|
border-color: #dce1ee;
|
|
|
|
border-radius: 3pt;
|
|
|
|
width: min-content;
|
2019-02-03 21:04:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
div.caption {
|
|
|
|
margin-left: 64pt;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2019-05-18 02:46:52 +08:00
|
|
|
table.params , table.tparams {
|
2019-02-03 21:04:48 +08:00
|
|
|
border: 1px solid black;
|
|
|
|
border-left-width: 8px;
|
|
|
|
border-left-color: #66001a;
|
|
|
|
width: 90%;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.paramname {
|
|
|
|
margin: 0px;
|
|
|
|
}
|