1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
h1 { margin-top: 1em; }
h2 {
margin-bottom: .25em;
margin-top: 1em;
}
h2:first-child { margin-top: 0em; }
h3 { margin-top: .75em; }
dl.attention, dl.note {
background-color: #f8f8fa;
padding: 10px 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 8px;
border-radius: 3px;
border-left-color: #428bca;
}
dl.attention > dt, dl.note > dt {
color: #428bca;
font-size: 16px;
}
dl.user+ul { margin-top: -1.5em;}
.nofloat { float: none; }
#MSearchBox .left, #MSearchBox .right { top: 10px; }
#MSearchResultsWindow, #MSearchSelectWindow { z-index: 6000; position: fixed; margin-top: 10px; }
#MSearchClose { top: 0px; }
span.gray, span.gray a { color: #bbb; font-weight: normal; }
body { padding-top: 60px; }
div.header
{
background-image: none;
background-color: transparent;
margin: 0px 0px 0px -20px;
border: 0px none;
font-weight: bold;
color: #034170;
*zoom: 1;
}
div.headertitle
{
padding: 0px;
text-rendering: optimizelegibility;
font-size: 26px;
line-height: 32px;
margin-left: 20px;
margin-bottom: 15px;
}
div.contents
{
margin: 0px 0px 0px -20px;
*zoom: 1;
}
div.contents div.textblock { margin-left: 20px; }
.navbar-dark { background-color: #003363; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.75); }
.dropdown-menu { font-size: .8rem; }
input[type="text"]:focus, select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.footer {
padding: 10px;
background-color: #f0f0f0;
font-size: small;
color: #b0b0b0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
.footer a { color: #909090; }
.title { margin-left: 0px; margin-right: 0px; }
.summary + .headertitle .title { font-size: 24px; }
.summary + .headertitle { margin-left: 0px; }
#nav-path { margin: -10px -20px 0px -20px; }
@media (max-width: 980px) { #nav-path { margin-top: -18px; } }
#nav-path ul {margin-right: -20px; }
.contents table { margin-left: 20px; margin-right: 20px; }
iframe { border: none; }
.carousel { margin-bottom: 20px; }
.carousel-caption {
background-color: rgba(0,0,0,.4);
padding: 10px 10px 14px 10px;
left: 0%;
right: 0%;
bottom: 0px;
text-align: left;
}
.carousel-indicators { bottom: -10px;}
.carousel-control-prev-icon, .carousel-control-next-icon { width: 40px; height: 40px; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003363' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003363' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-caption h4 { padding: 0px; margin: 4px 0px; font-size: 18px; font-weight: bold;}
.carousel-caption { background-color: rgba(0,0,0,.6); }
.carousel-caption p a, .carousel-caption p a:hover, .carousel-caption p a:visited { color: #7ae; }
.carousel-item img { max-width: 100%; }
.carousel-item { height: 305px; }
@media (min-width: 768px) { .carousel-item { height: 355px; } }
@media (min-width: 992px) { .carousel-item { height: 411px; } }
@media (min-width: 1200px) { .carousel-item { height: 491px; } }
body, table, div, p, dl {
font: 400 13px/18px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, .title {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2 {
font-weight: 300;
color: #034170;
}
.headertitle .title { line-height: 42px; }
div.textblock p>a, div.textblock p>a:hover, div.textblock p>a:visited,
div.textblock li>a, div.textblock li>a:hover, div.textblock li>a:visited
{
font-weight: bold;
}
.btn-group-xs>.btn, .btn-xs {
padding: .1rem .25rem;
font-size: 11px;
line-height: 1.5;
border-radius: .2rem;
}
.contents a:visited.btn-primary { color: #fff; }
.contents a.btn-primary small, .contents a:visited.btn-primary small { color: #ccc; }
span.lineno { border-right-color: #034170; }
.navpath li { line-height: 32px; }
table.markdownTable td, table.markdownTable th { border: 0px; vertical-align: top; }
table.markdownTable>tbody>tr:nth-child(odd)>td { background-color: #f9f9f9; }
iframe#externalpagewrapper { min-width:980px; width:100%; height:1600px; margin: -50px -40px 0px -40px; }
.embed-responsive-1by1::before { padding-top: 100%; }
#apioverview {
width: 940px;
height: 685px;
}
@media (max-width: 979px) {
#apioverview {
width: 724px;
height: 527px;
}
}
div.plannerlist > ul > li { margin-bottom: 20px; }
div.plannerlist > ul > li::first-line {
font-size: 150%;
font-weight: bold;
}
div.plannerlist > ul > li > ul > li::first-line {
font-size: 150%;
font-weight: bold;
}
div.plannerlist > dl.attention > dt { display: none; }
div.plannerlist > dl.attention > dd::first-line {
line-height: 2;
font-weight: 700;
color: #428bca;
font-size: 16px;
}
:target {
display: block;
position: relative;
top: -42px;
visibility: hidden;
}
.modal-body pre { font-size: 12px; }
ul.navbar-nav.mr-auto { overflow: visible; }
.panel {
border: 1px #eee solid;
border-radius: 4px;
padding: 10px;
margin-bottom: 10px;
}
div.toc li.level2 { margin-left: 4px; }
div.toc li.level3 { margin-left: 8px; }
div.fragment { padding: 8px; }
@OMPL_CSS@
|