src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/stylesheet.css

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/stylesheet.css	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,574 @@
     1.4 +/* Javadoc style sheet */
     1.5 +/*
     1.6 +Overall document style
     1.7 +*/
     1.8 +
     1.9 +@import url('resources/fonts/dejavu.css');
    1.10 +
    1.11 +body {
    1.12 +    background-color:#ffffff;
    1.13 +    color:#353833;
    1.14 +    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
    1.15 +    font-size:14px;
    1.16 +    margin:0;
    1.17 +}
    1.18 +a:link, a:visited {
    1.19 +    text-decoration:none;
    1.20 +    color:#4A6782;
    1.21 +}
    1.22 +a:hover, a:focus {
    1.23 +    text-decoration:none;
    1.24 +    color:#bb7a2a;
    1.25 +}
    1.26 +a:active {
    1.27 +    text-decoration:none;
    1.28 +    color:#4A6782;
    1.29 +}
    1.30 +a[name] {
    1.31 +    color:#353833;
    1.32 +}
    1.33 +a[name]:hover {
    1.34 +    text-decoration:none;
    1.35 +    color:#353833;
    1.36 +}
    1.37 +pre {
    1.38 +    font-family:'DejaVu Sans Mono', monospace;
    1.39 +    font-size:14px;
    1.40 +}
    1.41 +h1 {
    1.42 +    font-size:20px;
    1.43 +}
    1.44 +h2 {
    1.45 +    font-size:18px;
    1.46 +}
    1.47 +h3 {
    1.48 +    font-size:16px;
    1.49 +    font-style:italic;
    1.50 +}
    1.51 +h4 {
    1.52 +    font-size:13px;
    1.53 +}
    1.54 +h5 {
    1.55 +    font-size:12px;
    1.56 +}
    1.57 +h6 {
    1.58 +    font-size:11px;
    1.59 +}
    1.60 +ul {
    1.61 +    list-style-type:disc;
    1.62 +}
    1.63 +code, tt {
    1.64 +    font-family:'DejaVu Sans Mono', monospace;
    1.65 +    font-size:14px;
    1.66 +    padding-top:4px;
    1.67 +    margin-top:8px;
    1.68 +    line-height:1.4em;
    1.69 +}
    1.70 +dt code {
    1.71 +    font-family:'DejaVu Sans Mono', monospace;
    1.72 +    font-size:14px;
    1.73 +    padding-top:4px;
    1.74 +}
    1.75 +table tr td dt code {
    1.76 +    font-family:'DejaVu Sans Mono', monospace;
    1.77 +    font-size:14px;
    1.78 +    vertical-align:top;
    1.79 +    padding-top:4px;
    1.80 +}
    1.81 +sup {
    1.82 +    font-size:8px;
    1.83 +}
    1.84 +/*
    1.85 +Document title and Copyright styles
    1.86 +*/
    1.87 +.clear {
    1.88 +    clear:both;
    1.89 +    height:0px;
    1.90 +    overflow:hidden;
    1.91 +}
    1.92 +.aboutLanguage {
    1.93 +    float:right;
    1.94 +    padding:0px 21px;
    1.95 +    font-size:11px;
    1.96 +    z-index:200;
    1.97 +    margin-top:-9px;
    1.98 +}
    1.99 +.legalCopy {
   1.100 +    margin-left:.5em;
   1.101 +}
   1.102 +.bar a, .bar a:link, .bar a:visited, .bar a:active {
   1.103 +    color:#FFFFFF;
   1.104 +    text-decoration:none;
   1.105 +}
   1.106 +.bar a:hover, .bar a:focus {
   1.107 +    color:#bb7a2a;
   1.108 +}
   1.109 +.tab {
   1.110 +    background-color:#0066FF;
   1.111 +    color:#ffffff;
   1.112 +    padding:8px;
   1.113 +    width:5em;
   1.114 +    font-weight:bold;
   1.115 +}
   1.116 +/*
   1.117 +Navigation bar styles
   1.118 +*/
   1.119 +.bar {
   1.120 +    background-color:#4D7A97;
   1.121 +    color:#FFFFFF;
   1.122 +    padding:.8em .5em .4em .8em;
   1.123 +    height:auto;/*height:1.8em;*/
   1.124 +    font-size:11px;
   1.125 +    margin:0;
   1.126 +}
   1.127 +.topNav {
   1.128 +    background-color:#4D7A97;
   1.129 +    color:#FFFFFF;
   1.130 +    float:left;
   1.131 +    padding:0;
   1.132 +    width:100%;
   1.133 +    clear:right;
   1.134 +    height:2.8em;
   1.135 +    padding-top:10px;
   1.136 +    overflow:hidden;
   1.137 +    font-size:12px; 
   1.138 +}
   1.139 +.bottomNav {
   1.140 +    margin-top:10px;
   1.141 +    background-color:#4D7A97;
   1.142 +    color:#FFFFFF;
   1.143 +    float:left;
   1.144 +    padding:0;
   1.145 +    width:100%;
   1.146 +    clear:right;
   1.147 +    height:2.8em;
   1.148 +    padding-top:10px;
   1.149 +    overflow:hidden;
   1.150 +    font-size:12px;
   1.151 +}
   1.152 +.subNav {
   1.153 +    background-color:#dee3e9;
   1.154 +    float:left;
   1.155 +    width:100%;
   1.156 +    overflow:hidden;
   1.157 +    font-size:12px;
   1.158 +}
   1.159 +.subNav div {
   1.160 +    clear:left;
   1.161 +    float:left;
   1.162 +    padding:0 0 5px 6px;
   1.163 +    text-transform:uppercase;
   1.164 +}
   1.165 +ul.navList, ul.subNavList {
   1.166 +    float:left;
   1.167 +    margin:0 25px 0 0;
   1.168 +    padding:0;
   1.169 +}
   1.170 +ul.navList li{
   1.171 +    list-style:none;
   1.172 +    float:left;
   1.173 +    padding: 5px 6px;
   1.174 +    text-transform:uppercase;
   1.175 +}
   1.176 +ul.subNavList li{
   1.177 +    list-style:none;
   1.178 +    float:left;
   1.179 +}
   1.180 +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
   1.181 +    color:#FFFFFF;
   1.182 +    text-decoration:none;
   1.183 +    text-transform:uppercase;
   1.184 +}
   1.185 +.topNav a:hover, .bottomNav a:hover {
   1.186 +    text-decoration:none;
   1.187 +    color:#bb7a2a;
   1.188 +    text-transform:uppercase;
   1.189 +}
   1.190 +.navBarCell1Rev {
   1.191 +    background-color:#F8981D;
   1.192 +    color:#253441;
   1.193 +    margin: auto 5px;
   1.194 +}
   1.195 +.skipNav {
   1.196 +    position:absolute;
   1.197 +    top:auto;
   1.198 +    left:-9999px;
   1.199 +    overflow:hidden;
   1.200 +}
   1.201 +/*
   1.202 +Page header and footer styles
   1.203 +*/
   1.204 +.header, .footer {
   1.205 +    clear:both;
   1.206 +    margin:0 20px;
   1.207 +    padding:5px 0 0 0;
   1.208 +}
   1.209 +.indexHeader {
   1.210 +    margin:10px;
   1.211 +    position:relative;
   1.212 +}
   1.213 +.indexHeader span{
   1.214 +    margin-right:15px;
   1.215 +}
   1.216 +.indexHeader h1 {
   1.217 +    font-size:13px;
   1.218 +}
   1.219 +.title {
   1.220 +    color:#2c4557;
   1.221 +    margin:10px 0;
   1.222 +}
   1.223 +.subTitle {
   1.224 +    margin:5px 0 0 0;
   1.225 +}
   1.226 +.header ul {
   1.227 +    margin:0 0 15px 0;
   1.228 +    padding:0;
   1.229 +}
   1.230 +.footer ul {
   1.231 +    margin:20px 0 5px 0;
   1.232 +}
   1.233 +.header ul li, .footer ul li {
   1.234 +    list-style:none;
   1.235 +    font-size:13px;
   1.236 +}
   1.237 +/*
   1.238 +Heading styles
   1.239 +*/
   1.240 +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
   1.241 +    background-color:#dee3e9;
   1.242 +    border:1px solid #d0d9e0;
   1.243 +    margin:0 0 6px -8px;
   1.244 +    padding:7px 5px;
   1.245 +}
   1.246 +ul.blockList ul.blockList ul.blockList li.blockList h3 {
   1.247 +    background-color:#dee3e9;
   1.248 +    border:1px solid #d0d9e0;
   1.249 +    margin:0 0 6px -8px;
   1.250 +    padding:7px 5px;
   1.251 +}
   1.252 +ul.blockList ul.blockList li.blockList h3 {
   1.253 +    padding:0;
   1.254 +    margin:15px 0;
   1.255 +}
   1.256 +ul.blockList li.blockList h2 {
   1.257 +    padding:0px 0 20px 0;
   1.258 +}
   1.259 +/*
   1.260 +Page layout container styles
   1.261 +*/
   1.262 +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
   1.263 +    clear:both;
   1.264 +    padding:10px 20px;
   1.265 +    position:relative;
   1.266 +}
   1.267 +.indexContainer {
   1.268 +    margin:10px;
   1.269 +    position:relative;
   1.270 +    font-size:12px;
   1.271 +}
   1.272 +.indexContainer h2 {
   1.273 +    font-size:13px;
   1.274 +    padding:0 0 3px 0;
   1.275 +}
   1.276 +.indexContainer ul {
   1.277 +    margin:0;
   1.278 +    padding:0;
   1.279 +}
   1.280 +.indexContainer ul li {
   1.281 +    list-style:none;
   1.282 +    padding-top:2px;
   1.283 +}
   1.284 +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
   1.285 +    font-size:12px;
   1.286 +    font-weight:bold;
   1.287 +    margin:10px 0 0 0;
   1.288 +    color:#4E4E4E;
   1.289 +}
   1.290 +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
   1.291 +    margin:5px 0 10px 0px;
   1.292 +    font-size:14px;
   1.293 +    font-family:'DejaVu Sans Mono',monospace;
   1.294 +}
   1.295 +.serializedFormContainer dl.nameValue dt {
   1.296 +    margin-left:1px;
   1.297 +    font-size:1.1em;
   1.298 +    display:inline;
   1.299 +    font-weight:bold;
   1.300 +}
   1.301 +.serializedFormContainer dl.nameValue dd {
   1.302 +    margin:0 0 0 1px;
   1.303 +    font-size:1.1em;
   1.304 +    display:inline;
   1.305 +}
   1.306 +/*
   1.307 +List styles
   1.308 +*/
   1.309 +ul.horizontal li {
   1.310 +    display:inline;
   1.311 +    font-size:0.9em;
   1.312 +}
   1.313 +ul.inheritance {
   1.314 +    margin:0;
   1.315 +    padding:0;
   1.316 +}
   1.317 +ul.inheritance li {
   1.318 +    display:inline;
   1.319 +    list-style:none;
   1.320 +}
   1.321 +ul.inheritance li ul.inheritance {
   1.322 +    margin-left:15px;
   1.323 +    padding-left:15px;
   1.324 +    padding-top:1px;
   1.325 +}
   1.326 +ul.blockList, ul.blockListLast {
   1.327 +    margin:10px 0 10px 0;
   1.328 +    padding:0;
   1.329 +}
   1.330 +ul.blockList li.blockList, ul.blockListLast li.blockList {
   1.331 +    list-style:none;
   1.332 +    margin-bottom:15px;
   1.333 +    line-height:1.4;
   1.334 +}
   1.335 +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
   1.336 +    padding:0px 20px 5px 10px;
   1.337 +    border:1px solid #ededed; 
   1.338 +    background-color:#f8f8f8;
   1.339 +}
   1.340 +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
   1.341 +    padding:0 0 5px 8px;
   1.342 +    background-color:#ffffff;
   1.343 +    border:none;
   1.344 +}
   1.345 +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
   1.346 +    margin-left:0;
   1.347 +    padding-left:0;
   1.348 +    padding-bottom:15px;
   1.349 +    border:none;
   1.350 +}
   1.351 +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
   1.352 +    list-style:none;
   1.353 +    border-bottom:none;
   1.354 +    padding-bottom:0;
   1.355 +}
   1.356 +table tr td dl, table tr td dl dt, table tr td dl dd {
   1.357 +    margin-top:0;
   1.358 +    margin-bottom:1px;
   1.359 +}
   1.360 +/*
   1.361 +Table styles
   1.362 +*/
   1.363 +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
   1.364 +    width:100%;
   1.365 +    border-left:1px solid #EEE; 
   1.366 +    border-right:1px solid #EEE; 
   1.367 +    border-bottom:1px solid #EEE; 
   1.368 +}
   1.369 +.overviewSummary, .memberSummary  {
   1.370 +    padding:0px;
   1.371 +}
   1.372 +.overviewSummary caption, .memberSummary caption, .typeSummary caption,
   1.373 +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
   1.374 +    position:relative;
   1.375 +    text-align:left;
   1.376 +    background-repeat:no-repeat;
   1.377 +    color:#253441;
   1.378 +    font-weight:bold;
   1.379 +    clear:none;
   1.380 +    overflow:hidden;
   1.381 +    padding:0px;
   1.382 +    padding-top:10px;
   1.383 +    padding-left:1px;
   1.384 +    margin:0px;
   1.385 +    white-space:pre;
   1.386 +}
   1.387 +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
   1.388 +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
   1.389 +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
   1.390 +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
   1.391 +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
   1.392 +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
   1.393 +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
   1.394 +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
   1.395 +    color:#FFFFFF;
   1.396 +}
   1.397 +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
   1.398 +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
   1.399 +    white-space:nowrap;
   1.400 +    padding-top:5px;
   1.401 +    padding-left:12px;
   1.402 +    padding-right:12px;
   1.403 +    padding-bottom:7px;
   1.404 +    display:inline-block;
   1.405 +    float:left;
   1.406 +    background-color:#F8981D;
   1.407 +    border: none;
   1.408 +    height:16px;
   1.409 +}
   1.410 +.memberSummary caption span.activeTableTab span {
   1.411 +    white-space:nowrap;
   1.412 +    padding-top:5px;
   1.413 +    padding-left:12px;
   1.414 +    padding-right:12px;
   1.415 +    margin-right:3px;
   1.416 +    display:inline-block;
   1.417 +    float:left;
   1.418 +    background-color:#F8981D;
   1.419 +    height:16px;
   1.420 +}
   1.421 +.memberSummary caption span.tableTab span {
   1.422 +    white-space:nowrap;
   1.423 +    padding-top:5px;
   1.424 +    padding-left:12px;
   1.425 +    padding-right:12px;
   1.426 +    margin-right:3px;
   1.427 +    display:inline-block;
   1.428 +    float:left;
   1.429 +    background-color:#4D7A97;
   1.430 +    height:16px;
   1.431 +}
   1.432 +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
   1.433 +    padding-top:0px;
   1.434 +    padding-left:0px;
   1.435 +    padding-right:0px;
   1.436 +    background-image:none;
   1.437 +    float:none;
   1.438 +    display:inline;
   1.439 +}
   1.440 +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
   1.441 +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
   1.442 +    display:none;
   1.443 +    width:5px;
   1.444 +    position:relative;
   1.445 +    float:left;
   1.446 +    background-color:#F8981D;
   1.447 +}
   1.448 +.memberSummary .activeTableTab .tabEnd {
   1.449 +    display:none;
   1.450 +    width:5px;
   1.451 +    margin-right:3px;
   1.452 +    position:relative; 
   1.453 +    float:left;
   1.454 +    background-color:#F8981D;
   1.455 +}
   1.456 +.memberSummary .tableTab .tabEnd {
   1.457 +    display:none;
   1.458 +    width:5px;
   1.459 +    margin-right:3px;
   1.460 +    position:relative;
   1.461 +    background-color:#4D7A97;
   1.462 +    float:left;
   1.463 +
   1.464 +}
   1.465 +.overviewSummary td, .memberSummary td, .typeSummary td,
   1.466 +.useSummary td, .constantsSummary td, .deprecatedSummary td {
   1.467 +    text-align:left;
   1.468 +    padding:0px 0px 12px 10px;
   1.469 +    width:100%;
   1.470 +}
   1.471 +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
   1.472 +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
   1.473 +    vertical-align:top;
   1.474 +    padding-right:0px;
   1.475 +    padding-top:8px;
   1.476 +    padding-bottom:3px;
   1.477 +}
   1.478 +th.colFirst, th.colLast, th.colOne, .constantsSummary th {
   1.479 +    background:#dee3e9;
   1.480 +    text-align:left;
   1.481 +    padding:8px 3px 3px 7px;
   1.482 +}
   1.483 +td.colFirst, th.colFirst {
   1.484 +    white-space:nowrap;
   1.485 +    font-size:13px;
   1.486 +}
   1.487 +td.colLast, th.colLast {
   1.488 +    font-size:13px;
   1.489 +}
   1.490 +td.colOne, th.colOne {
   1.491 +    font-size:13px;
   1.492 +}
   1.493 +.overviewSummary td.colFirst, .overviewSummary th.colFirst,
   1.494 +.overviewSummary td.colOne, .overviewSummary th.colOne,
   1.495 +.memberSummary td.colFirst, .memberSummary th.colFirst,
   1.496 +.memberSummary td.colOne, .memberSummary th.colOne,
   1.497 +.typeSummary td.colFirst{
   1.498 +    width:25%;
   1.499 +    vertical-align:top;
   1.500 +}
   1.501 +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
   1.502 +    font-weight:bold;
   1.503 +}
   1.504 +.tableSubHeadingColor {
   1.505 +    background-color:#EEEEFF;
   1.506 +}
   1.507 +.altColor {
   1.508 +    background-color:#FFFFFF;
   1.509 +}
   1.510 +.rowColor {
   1.511 +    background-color:#EEEEEF;
   1.512 +}
   1.513 +/*
   1.514 +Content styles
   1.515 +*/
   1.516 +.description pre {
   1.517 +    margin-top:0;
   1.518 +}
   1.519 +.deprecatedContent {
   1.520 +    margin:0;
   1.521 +    padding:10px 0;
   1.522 +}
   1.523 +.docSummary {
   1.524 +    padding:0;
   1.525 +}
   1.526 +
   1.527 +ul.blockList ul.blockList ul.blockList li.blockList h3 {
   1.528 +    font-style:normal;
   1.529 +}
   1.530 +
   1.531 +div.block {
   1.532 +    font-size:14px;
   1.533 +    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
   1.534 +}
   1.535 +
   1.536 +td.colLast div {
   1.537 +    padding-top:0px;
   1.538 +}
   1.539 +
   1.540 +
   1.541 +td.colLast a {
   1.542 +    padding-bottom:3px;
   1.543 +}
   1.544 +/*
   1.545 +Formatting effect styles
   1.546 +*/
   1.547 +.sourceLineNo {
   1.548 +    color:green;
   1.549 +    padding:0 30px 0 0;
   1.550 +}
   1.551 +h1.hidden {
   1.552 +    visibility:hidden;
   1.553 +    overflow:hidden;
   1.554 +    font-size:10px;
   1.555 +}
   1.556 +.block {
   1.557 +    display:block;
   1.558 +    margin:3px 10px 2px 0px;
   1.559 +    color:#474747;
   1.560 +}
   1.561 +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
   1.562 +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
   1.563 +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
   1.564 +    font-weight:bold;
   1.565 +}
   1.566 +.deprecationComment, .emphasizedPhrase, .interfaceName {
   1.567 +    font-style:italic;
   1.568 +}
   1.569 +
   1.570 +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
   1.571 +div.block div.block span.interfaceName {
   1.572 +    font-style:normal;
   1.573 +}
   1.574 +
   1.575 +div.contentContainer ul.blockList li.blockList h2{
   1.576 +    padding-bottom:0px;
   1.577 +}

mercurial