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

Tue, 24 Sep 2013 14:20:33 -0700

author
mfang
date
Tue, 24 Sep 2013 14:20:33 -0700
changeset 2057
1332a99572c5
parent 2008
e32a8a29643a
child 2084
6e186ca11ec0
permissions
-rw-r--r--

8025215: jdk8 l10n resource file translation update 4
Reviewed-by: naoto, yhuang

     1 /* Javadoc style sheet */
     2 /*
     3 Overall document style
     4 */
     5 body {
     6     background-color:#ffffff;
     7     color:#353833;
     8     font-family:Arial, Helvetica, sans-serif;
     9     font-size:76%;
    10     margin:0;
    11 }
    12 a:link, a:visited {
    13     text-decoration:none;
    14     color:#4c6b87;
    15 }
    16 a:hover, a:focus {
    17     text-decoration:none;
    18     color:#bb7a2a;
    19 }
    20 a:active {
    21     text-decoration:none;
    22     color:#4c6b87;
    23 }
    24 a[name] {
    25     color:#353833;
    26 }
    27 a[name]:hover {
    28     text-decoration:none;
    29     color:#353833;
    30 }
    31 pre {
    32     font-size:1.3em;
    33 }
    34 h1 {
    35     font-size:1.8em;
    36 }
    37 h2 {
    38     font-size:1.5em;
    39 }
    40 h3 {
    41     font-size:1.4em;
    42 }
    43 h4 {
    44     font-size:1.3em;
    45 }
    46 h5 {
    47     font-size:1.2em;
    48 }
    49 h6 {
    50     font-size:1.1em;
    51 }
    52 ul {
    53     list-style-type:disc;
    54 }
    55 code, tt {
    56     font-size:1.2em;
    57 }
    58 dt code {
    59     font-size:1.2em;
    60 }
    61 table tr td dt code {
    62     font-size:1.2em;
    63     vertical-align:top;
    64 }
    65 sup {
    66     font-size:.6em;
    67 }
    68 /*
    69 Document title and Copyright styles
    70 */
    71 .clear {
    72     clear:both;
    73     height:0px;
    74     overflow:hidden;
    75 }
    76 .aboutLanguage {
    77     float:right;
    78     padding:0px 21px;
    79     font-size:.8em;
    80     font-style:italic;
    81     z-index:200;
    82     margin-top:-7px;
    83 }
    84 .legalCopy {
    85     margin-left:.5em;
    86 }
    87 .bar a, .bar a:link, .bar a:visited, .bar a:active {
    88     color:#FFFFFF;
    89     text-decoration:none;
    90 }
    91 .bar a:hover, .bar a:focus {
    92     color:#bb7a2a;
    93 }
    94 .tab {
    95     background-color:#0066FF;
    96     background-image:url(resources/titlebar.gif);
    97     background-position:left top;
    98     background-repeat:no-repeat;
    99     color:#ffffff;
   100     padding:8px;
   101     width:5em;
   102     font-weight:bold;
   103 }
   104 /*
   105 Navigation bar styles
   106 */
   107 .bar {
   108     background-image:url(resources/background.gif);
   109     background-repeat:repeat-x;
   110     color:#FFFFFF;
   111     padding:.8em .5em .4em .8em;
   112     height:auto;/*height:1.8em;*/
   113     font-size:1em;
   114     margin:0;
   115 }
   116 .topNav {
   117     background-image:url(resources/background.gif);
   118     background-repeat:repeat-x;
   119     color:#FFFFFF;
   120     float:left;
   121     padding:0;
   122     width:100%;
   123     clear:right;
   124     height:2.8em;
   125     padding-top:10px;
   126     overflow:hidden;
   127 }
   128 .bottomNav {
   129     margin-top:10px;
   130     background-image:url(resources/background.gif);
   131     background-repeat:repeat-x;
   132     color:#FFFFFF;
   133     float:left;
   134     padding:0;
   135     width:100%;
   136     clear:right;
   137     height:2.8em;
   138     padding-top:10px;
   139     overflow:hidden;
   140 }
   141 .subNav {
   142     background-color:#dee3e9;
   143     border-bottom:1px solid #9eadc0;
   144     float:left;
   145     width:100%;
   146     overflow:hidden;
   147 }
   148 .subNav div {
   149     clear:left;
   150     float:left;
   151     padding:0 0 5px 6px;
   152 }
   153 ul.navList, ul.subNavList {
   154     float:left;
   155     margin:0 25px 0 0;
   156     padding:0;
   157 }
   158 ul.navList li{
   159     list-style:none;
   160     float:left;
   161     padding:3px 6px;
   162 }
   163 ul.subNavList li{
   164     list-style:none;
   165     float:left;
   166     font-size:90%;
   167 }
   168 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
   169     color:#FFFFFF;
   170     text-decoration:none;
   171 }
   172 .topNav a:hover, .bottomNav a:hover {
   173     text-decoration:none;
   174     color:#bb7a2a;
   175 }
   176 .navBarCell1Rev {
   177     background-image:url(resources/tab.gif);
   178     background-color:#a88834;
   179     color:#FFFFFF;
   180     margin: auto 5px;
   181     border:1px solid #c9aa44;
   182 }
   183 .skipNav {
   184     position:absolute;
   185     top:auto;
   186     left:-9999px;
   187     overflow:hidden;
   188     }
   189 /*
   190 Page header and footer styles
   191 */
   192 .header, .footer {
   193     clear:both;
   194     margin:0 20px;
   195     padding:5px 0 0 0;
   196 }
   197 .indexHeader {
   198     margin:10px;
   199     position:relative;
   200 }
   201 .indexHeader span{
   202     margin-right:15px;
   203 }
   204 .indexHeader h1 {
   205     font-size:1.3em;
   206 }
   207 .title {
   208     color:#2c4557;
   209     margin:10px 0;
   210 }
   211 .subTitle {
   212     margin:5px 0 0 0;
   213 }
   214 .header ul {
   215     margin:0 0 25px 0;
   216     padding:0;
   217 }
   218 .footer ul {
   219     margin:20px 0 5px 0;
   220 }
   221 .header ul li, .footer ul li {
   222     list-style:none;
   223     font-size:1.2em;
   224 }
   225 /*
   226 Heading styles
   227 */
   228 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
   229     background-color:#dee3e9;
   230     border-top:1px solid #9eadc0;
   231     border-bottom:1px solid #9eadc0;
   232     margin:0 0 6px -8px;
   233     padding:2px 5px;
   234 }
   235 ul.blockList ul.blockList ul.blockList li.blockList h3 {
   236     background-color:#dee3e9;
   237     border-top:1px solid #9eadc0;
   238     border-bottom:1px solid #9eadc0;
   239     margin:0 0 6px -8px;
   240     padding:2px 5px;
   241 }
   242 ul.blockList ul.blockList li.blockList h3 {
   243     padding:0;
   244     margin:15px 0;
   245 }
   246 ul.blockList li.blockList h2 {
   247     padding:0px 0 20px 0;
   248 }
   249 /*
   250 Page layout container styles
   251 */
   252 .contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
   253     clear:both;
   254     padding:10px 20px;
   255     position:relative;
   256 }
   257 .indexContainer {
   258     margin:10px;
   259     position:relative;
   260     font-size:1.0em;
   261 }
   262 .indexContainer h2 {
   263     font-size:1.1em;
   264     padding:0 0 3px 0;
   265 }
   266 .indexContainer ul {
   267     margin:0;
   268     padding:0;
   269 }
   270 .indexContainer ul li {
   271     list-style:none;
   272 }
   273 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
   274     font-size:1.1em;
   275     font-weight:bold;
   276     margin:10px 0 0 0;
   277     color:#4E4E4E;
   278 }
   279 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
   280     margin:10px 0 10px 20px;
   281 }
   282 .serializedFormContainer dl.nameValue dt {
   283     margin-left:1px;
   284     font-size:1.1em;
   285     display:inline;
   286     font-weight:bold;
   287 }
   288 .serializedFormContainer dl.nameValue dd {
   289     margin:0 0 0 1px;
   290     font-size:1.1em;
   291     display:inline;
   292 }
   293 /*
   294 List styles
   295 */
   296 ul.horizontal li {
   297     display:inline;
   298     font-size:0.9em;
   299 }
   300 ul.inheritance {
   301     margin:0;
   302     padding:0;
   303 }
   304 ul.inheritance li {
   305     display:inline;
   306     list-style:none;
   307 }
   308 ul.inheritance li ul.inheritance {
   309     margin-left:15px;
   310     padding-left:15px;
   311     padding-top:1px;
   312 }
   313 ul.blockList, ul.blockListLast {
   314     margin:10px 0 10px 0;
   315     padding:0;
   316 }
   317 ul.blockList li.blockList, ul.blockListLast li.blockList {
   318     list-style:none;
   319     margin-bottom:25px;
   320 }
   321 ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
   322     padding:0px 20px 5px 10px;
   323     border:1px solid #9eadc0;
   324     background-color:#f9f9f9;
   325 }
   326 ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
   327     padding:0 0 5px 8px;
   328     background-color:#ffffff;
   329     border:1px solid #9eadc0;
   330     border-top:none;
   331 }
   332 ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
   333     margin-left:0;
   334     padding-left:0;
   335     padding-bottom:15px;
   336     border:none;
   337     border-bottom:1px solid #9eadc0;
   338 }
   339 ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
   340     list-style:none;
   341     border-bottom:none;
   342     padding-bottom:0;
   343 }
   344 table tr td dl, table tr td dl dt, table tr td dl dd {
   345     margin-top:0;
   346     margin-bottom:1px;
   347 }
   348 /*
   349 Table styles
   350 */
   351 .contentContainer table, .classUseContainer table, .constantValuesContainer table {
   352     border-bottom:1px solid #9eadc0;
   353     width:100%;
   354 }
   355 .contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
   356     width:100%;
   357 }
   358 .contentContainer .description table, .contentContainer .details table {
   359     border-bottom:none;
   360 }
   361 .contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
   362     vertical-align:top;
   363     padding-right:20px;
   364 }
   365 .contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
   366 .contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
   367 .contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
   368 .contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
   369     padding-right:3px;
   370 }
   371 .overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
   372     position:relative;
   373     text-align:left;
   374     background-repeat:no-repeat;
   375     color:#FFFFFF;
   376     font-weight:bold;
   377     clear:none;
   378     overflow:hidden;
   379     padding:0px;
   380     margin:0px;
   381 }
   382 caption a:link, caption a:hover, caption a:active, caption a:visited {
   383     color:#FFFFFF;
   384 }
   385 .overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
   386     white-space:nowrap;
   387     padding-top:8px;
   388     padding-left:8px;
   389     display:inline-block;
   390     float:left;
   391     background-image:url(resources/titlebar.gif);
   392 }
   393 .contentContainer ul.blockList li.blockList caption span.activeTableTab span {
   394     white-space:nowrap;
   395     padding-top:8px;
   396     padding-left:8px;
   397     display:inline-block;
   398     float:left;
   399     background-image:url(resources/activetitlebar.gif);
   400 }
   401 .contentContainer ul.blockList li.blockList caption span.tableTab span {
   402     white-space:nowrap;
   403     padding-top:8px;
   404     padding-left:8px;
   405     display:inline-block;
   406     float:left;
   407     background-image:url(resources/titlebar.gif);
   408 }
   409 .contentContainer ul.blockList li.blockList caption span.tableTab, .contentContainer ul.blockList li.blockList caption span.activeTableTab {
   410     padding-top:0px;
   411     padding-left:0px;
   412     background-image:none;
   413     float:none;
   414     display:inline-block;
   415 }
   416 .overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
   417     width:10px;
   418     background-image:url(resources/titlebar_end.gif);
   419     background-repeat:no-repeat;
   420     background-position:top right;
   421     position:relative;
   422     float:left;
   423 }
   424 .contentContainer ul.blockList li.blockList .activeTableTab .tabEnd {
   425     width:10px;
   426     margin-right:5px;
   427     background-image:url(resources/activetitlebar_end.gif);
   428     background-repeat:no-repeat;
   429     background-position:top right;
   430     position:relative;
   431     float:left;
   432 }
   433 .contentContainer ul.blockList li.blockList .tableTab .tabEnd {
   434     width:10px;
   435     margin-right:5px;
   436     background-image:url(resources/titlebar_end.gif);
   437     background-repeat:no-repeat;
   438     background-position:top right;
   439     position:relative;
   440     float:left;
   441 }
   442 ul.blockList ul.blockList li.blockList table {
   443     margin:0 0 12px 0px;
   444     width:100%;
   445 }
   446 .tableSubHeadingColor {
   447     background-color: #EEEEFF;
   448 }
   449 .altColor {
   450     background-color:#eeeeef;
   451 }
   452 .rowColor {
   453     background-color:#ffffff;
   454 }
   455 .overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
   456     text-align:left;
   457     padding:3px 3px 3px 7px;
   458 }
   459 th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
   460     background:#dee3e9;
   461     border-top:1px solid #9eadc0;
   462     border-bottom:1px solid #9eadc0;
   463     text-align:left;
   464     padding:3px 3px 3px 7px;
   465 }
   466 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 {
   467     font-weight:bold;
   468 }
   469 td.colFirst, th.colFirst {
   470     border-left:1px solid #9eadc0;
   471     white-space:nowrap;
   472 }
   473 td.colLast, th.colLast {
   474     border-right:1px solid #9eadc0;
   475 }
   476 td.colOne, th.colOne {
   477     border-right:1px solid #9eadc0;
   478     border-left:1px solid #9eadc0;
   479 }
   480 table.overviewSummary  {
   481     padding:0px;
   482     margin-left:0px;
   483 }
   484 table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
   485 table.overviewSummary td.colOne, table.overviewSummary th.colOne {
   486     width:25%;
   487     vertical-align:middle;
   488 }
   489 table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
   490     width:25%;
   491     vertical-align:middle;
   492 }
   493 /*
   494 Content styles
   495 */
   496 .description pre {
   497     margin-top:0;
   498 }
   499 .deprecatedContent {
   500     margin:0;
   501     padding:10px 0;
   502 }
   503 .docSummary {
   504     padding:0;
   505 }
   506 /*
   507 Formatting effect styles
   508 */
   509 .sourceLineNo {
   510     color:green;
   511     padding:0 30px 0 0;
   512 }
   513 h1.hidden {
   514     visibility:hidden;
   515     overflow:hidden;
   516     font-size:.9em;
   517 }
   518 .block {
   519     display:block;
   520     margin:3px 0 0 0;
   521 }
   522 .strong {
   523     font-weight:bold;
   524 }
   525 .italic {
   526     font-style:italic;
   527 }

mercurial