src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
author hannesw
Wed, 27 Nov 2019 13:08:16 +0100
changeset 59294 48b88b9c11eb
parent 57634 90dcbeb8455e
permissions -rw-r--r--
8223378: CSS solution for navbar problem with <a> elements is not ideal Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55197
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
     1
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
     2
 * Javadoc style sheet
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
     3
 */
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
     4
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
     5
@import url('resources/fonts/dejavu.css');
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
     6
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
     7
/*
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
     8
 * Styles for individual HTML elements.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
     9
 *
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    10
 * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    11
 * HTML element throughout the page.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    12
 */
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    13
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    14
body {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    15
    background-color:#ffffff;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    16
    color:#353833;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    17
    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    18
    font-size:14px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    19
    margin:0;
29429
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    20
    padding:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    21
    height:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    22
    width:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    23
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    24
iframe {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    25
    margin:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    26
    padding:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    27
    height:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    28
    width:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    29
    overflow-y:scroll;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    30
    border:none;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    31
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    32
a:link, a:visited {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    33
    text-decoration:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    34
    color:#4A6782;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    35
}
44813
eac0b6c86a43 8176452: Javadoc UI style issue with index in description.
bpatel
parents: 44567
diff changeset
    36
a[href]:hover, a[href]:focus {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    37
    text-decoration:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    38
    color:#bb7a2a;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    39
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    40
a[name] {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    41
    color:#353833;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    42
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    43
pre {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    44
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    45
    font-size:14px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    46
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    47
h1 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    48
    font-size:20px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    49
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    50
h2 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    51
    font-size:18px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    52
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    53
h3 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    54
    font-size:16px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    55
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    56
h4 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    57
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    58
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    59
h5 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    60
    font-size:12px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    61
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    62
h6 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    63
    font-size:11px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    64
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    65
ul {
9597
d9c8a0010a9a 7028815: Missing styles for some bulleted items in the new stylesheet
bpatel
parents: 9068
diff changeset
    66
    list-style-type:disc;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    67
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    68
code, tt {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    69
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    70
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    71
    padding-top:4px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    72
    margin-top:8px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    73
    line-height:1.4em;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    74
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    75
dt code {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    76
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    77
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    78
    padding-top:4px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    79
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    80
table tr td dt code {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    81
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    82
    font-size:14px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    83
    vertical-align:top;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    84
    padding-top:4px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    85
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    86
sup {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    87
    font-size:8px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    88
}
52616
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
    89
button {
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
    90
    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
    91
    font-size: 14px;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
    92
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    93
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    94
 * Styles for HTML generated by javadoc.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    95
 *
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    96
 * These are style classes that are used by the standard doclet to generate HTML documentation.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    97
 */
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    98
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
    99
/*
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   100
 * Styles for document title and copyright.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   101
 */
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   102
.clear {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   103
    clear:both;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   104
    height:0px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   105
    overflow:hidden;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   106
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   107
.aboutLanguage {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   108
    float:right;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   109
    padding:0px 21px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   110
    font-size:11px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   111
    z-index:200;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   112
    margin-top:-9px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   113
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   114
.legalCopy {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   115
    margin-left:.5em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   116
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   117
.tab {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   118
    background-color:#0066FF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   119
    color:#ffffff;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   120
    padding:8px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   121
    width:5em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   122
    font-weight:bold;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   123
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   124
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   125
 * Styles for navigation bar.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   126
 */
59294
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   127
.flexBox {
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   128
    position:fixed;
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   129
    display:flex;
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   130
    flex-direction:column;
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   131
    height: 100%;
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   132
    width: 100%;
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36277
diff changeset
   133
}
59294
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   134
.flexHeader {
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   135
    flex: 0 0 auto;
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   136
}
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   137
.flexContent {
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   138
    flex: 1 1 auto;
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   139
    overflow-y: auto;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   140
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   141
.topNav {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   142
    background-color:#4D7A97;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   143
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   144
    float:left;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   145
    padding:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   146
    width:100%;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   147
    clear:right;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   148
    height:2.8em;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   149
    padding-top:10px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   150
    overflow:hidden;
55197
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   151
    font-size:12px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   152
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   153
.bottomNav {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   154
    margin-top:10px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   155
    background-color:#4D7A97;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   156
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   157
    float:left;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   158
    padding:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   159
    width:100%;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   160
    clear:right;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   161
    height:2.8em;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   162
    padding-top:10px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   163
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   164
    font-size:12px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   165
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   166
.subNav {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   167
    background-color:#dee3e9;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   168
    float:left;
9597
d9c8a0010a9a 7028815: Missing styles for some bulleted items in the new stylesheet
bpatel
parents: 9068
diff changeset
   169
    width:100%;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   170
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   171
    font-size:12px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   172
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   173
.subNav div {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   174
    clear:left;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   175
    float:left;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   176
    padding:0 0 5px 6px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   177
    text-transform:uppercase;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   178
}
50895
83ed34655f59 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg
parents: 50810
diff changeset
   179
.subNav .navList {
83ed34655f59 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg
parents: 50810
diff changeset
   180
    padding-top:5px;
83ed34655f59 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg
parents: 50810
diff changeset
   181
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   182
ul.navList, ul.subNavList {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   183
    float:left;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   184
    margin:0 25px 0 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   185
    padding:0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   186
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   187
ul.navList li{
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   188
    list-style:none;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   189
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   190
    padding: 5px 6px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   191
    text-transform:uppercase;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   192
}
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   193
.subNav .navListSearch {
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   194
    float:right;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   195
    margin:0 0 0 0;
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   196
    padding:5px 6px;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   197
    clear:none;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   198
}
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   199
.navListSearch label {
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   200
    position:relative;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   201
    right:-16px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   202
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   203
ul.subNavList li {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   204
    list-style:none;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   205
    float:left;
50895
83ed34655f59 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg
parents: 50810
diff changeset
   206
    padding-top:10px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   207
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   208
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   209
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   210
    text-decoration:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   211
    text-transform:uppercase;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   212
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   213
.topNav a:hover, .bottomNav a:hover {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   214
    text-decoration:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   215
    color:#bb7a2a;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   216
    text-transform:uppercase;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   217
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   218
.navBarCell1Rev {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   219
    background-color:#F8981D;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   220
    color:#253441;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   221
    margin: auto 5px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   222
}
19909
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   223
.skipNav {
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   224
    position:absolute;
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   225
    top:auto;
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   226
    left:-9999px;
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   227
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   228
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   229
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   230
 * Styles for page header and footer.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   231
 */
55460
17ba7ce18564 8225802: Remove unused CSS classes from HTML doclet
hannesw
parents: 55339
diff changeset
   232
.header {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   233
    clear:both;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   234
    margin:0 20px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   235
    padding:5px 0 0 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   236
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   237
.title {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   238
    color:#2c4557;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   239
    margin:10px 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   240
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   241
.subTitle {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   242
    margin:5px 0 0 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   243
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   244
.header ul {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   245
    margin:0 0 15px 0;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   246
    padding:0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   247
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   248
.header ul li, .footer ul li {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   249
    list-style:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   250
    font-size:13px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   251
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   252
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   253
 * Styles for headings.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   254
 */
54357
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   255
body.class-declaration .summary h2,
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   256
body.class-declaration .details h2,
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   257
body.class-use h2,
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   258
body.module-declaration .blockList h2 {
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   259
    font-style: italic;
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   260
    padding:0;
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   261
    margin:15px 0;
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   262
}
a8564226f446 8219733: Restore javadoc header styles
hannesw
parents: 53991
diff changeset
   263
body.class-declaration .summary h3,
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   264
body.class-declaration .details h3,
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   265
body.class-declaration .summary .inheritedList h2 {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   266
    background-color:#dee3e9;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   267
    border:1px solid #d0d9e0;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   268
    margin:0 0 6px -8px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   269
    padding:7px 5px;
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9597
diff changeset
   270
}
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9597
diff changeset
   271
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   272
 * Styles for page layout containers.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   273
 */
50167
cc705c956798 8196201: Generate pages to list all classes and all packages in javadoc output
bpatel
parents: 47954
diff changeset
   274
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer,
cc705c956798 8196201: Generate pages to list all classes and all packages in javadoc output
bpatel
parents: 47954
diff changeset
   275
.allClassesContainer, .allPackagesContainer {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   276
    clear:both;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   277
    padding:10px 20px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   278
    position:relative;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   279
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   280
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   281
    font-size:12px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   282
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   283
    margin:10px 0 0 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   284
    color:#4E4E4E;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   285
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   286
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   287
    margin:5px 0 10px 0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   288
    font-size:14px;
40505
6ee9b4aa803e 8098537: Incorrect fonts in Java 8 javadocs
jjg
parents: 39670
diff changeset
   289
    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   290
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   291
.serializedFormContainer dl.nameValue dt {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   292
    margin-left:1px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   293
    font-size:1.1em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   294
    display:inline;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   295
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   296
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   297
.serializedFormContainer dl.nameValue dd {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   298
    margin:0 0 0 1px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   299
    font-size:1.1em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   300
    display:inline;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   301
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   302
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   303
 * Styles for lists.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   304
 */
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   305
li.circle {
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   306
    list-style:circle;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   307
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   308
ul.horizontal li {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   309
    display:inline;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   310
    font-size:0.9em;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   311
}
54648
89f2043ee67a 8221991: Improve the HTML for the inheritance tree for a type
pmuthuswamy
parents: 54596
diff changeset
   312
div.inheritance {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   313
    margin:0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   314
    padding:0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   315
}
54648
89f2043ee67a 8221991: Improve the HTML for the inheritance tree for a type
pmuthuswamy
parents: 54596
diff changeset
   316
div.inheritance div.inheritance {
89f2043ee67a 8221991: Improve the HTML for the inheritance tree for a type
pmuthuswamy
parents: 54596
diff changeset
   317
    margin-left:2em;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   318
}
55232
9b392b044f64 8221709: replace use of style blockListLast
hannesw
parents: 55197
diff changeset
   319
ul.blockList {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   320
    margin:10px 0 10px 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   321
    padding:0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   322
}
55232
9b392b044f64 8221709: replace use of style blockListLast
hannesw
parents: 55197
diff changeset
   323
ul.blockList li.blockList {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   324
    list-style:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   325
    margin-bottom:15px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   326
    line-height:1.4;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   327
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   328
table tr td dl, table tr td dl dt, table tr td dl dd {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   329
    margin-top:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   330
    margin-bottom:1px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   331
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   332
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   333
 * Styles for tables.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   334
 */
52616
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   335
.overviewSummary table, .memberSummary table, .typeSummary table, .useSummary table, .constantsSummary table, .deprecatedSummary table,
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   336
.requiresSummary table, .packagesSummary table, .providesSummary table, .usesSummary table {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   337
    width:100%;
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   338
    border-spacing:0;
52616
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   339
    border-left:1px solid #EEE;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   340
    border-right:1px solid #EEE;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   341
    border-bottom:1px solid #EEE;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   342
}
52616
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   343
.overviewSummary table, .memberSummary table, .requiresSummary table, .packagesSummary table, .providesSummary table, .usesSummary table {
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   344
    padding:0px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   345
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   346
.overviewSummary caption, .memberSummary caption, .typeSummary caption,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   347
.useSummary caption, .constantsSummary caption, .deprecatedSummary caption,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   348
.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   349
    position:relative;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   350
    text-align:left;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   351
    background-repeat:no-repeat;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   352
    color:#253441;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   353
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   354
    clear:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   355
    overflow:hidden;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   356
    padding:0px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   357
    padding-top:10px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   358
    padding-left:1px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   359
    margin:0px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   360
    white-space:pre;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   361
}
51640
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   362
.constantsSummary caption a:link, .constantsSummary caption a:visited,
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   363
.useSummary caption a:link, .useSummary caption a:visited {
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   364
    color:#1f389c;
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   365
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   366
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
51640
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   367
.deprecatedSummary caption a:link,
45914
0c6f13526872 8182359: Color contrast Error on <pkg-type>/pkg-use.html pages
pmuthuswamy
parents: 45865
diff changeset
   368
.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   369
.usesSummary caption a:link,
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   370
.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
51640
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   371
.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
45914
0c6f13526872 8182359: Color contrast Error on <pkg-type>/pkg-use.html pages
pmuthuswamy
parents: 45865
diff changeset
   372
.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   373
.usesSummary caption a:hover,
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   374
.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
51640
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   375
.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
45914
0c6f13526872 8182359: Color contrast Error on <pkg-type>/pkg-use.html pages
pmuthuswamy
parents: 45865
diff changeset
   376
.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   377
.usesSummary caption a:active,
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   378
.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
51640
58ea9afe0eb8 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy
parents: 51163
diff changeset
   379
.deprecatedSummary caption a:visited,
45914
0c6f13526872 8182359: Color contrast Error on <pkg-type>/pkg-use.html pages
pmuthuswamy
parents: 45865
diff changeset
   380
.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   381
.usesSummary caption a:visited {
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   382
    color:#FFFFFF;
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   383
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   384
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   385
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   386
.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   387
.usesSummary caption span {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   388
    white-space:nowrap;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   389
    padding-top:5px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   390
    padding-left:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   391
    padding-right:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   392
    padding-bottom:7px;
19922
52810e1bbb4f 8023608: method grouping tabs folding issue
bpatel
parents: 19909
diff changeset
   393
    display:inline-block;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   394
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   395
    background-color:#F8981D;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   396
    border: none;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   397
    height:16px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   398
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   399
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   400
.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   401
.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   402
    display:none;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   403
    width:5px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   404
    position:relative;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   405
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   406
    background-color:#F8981D;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   407
}
52616
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   408
.overviewSummary [role=tablist] button, .memberSummary [role=tablist] button,
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   409
.typeSummary [role=tablist] button, .packagesSummary [role=tablist] button {
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   410
   border: none;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   411
   cursor: pointer;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   412
   padding: 5px 12px 7px 12px;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   413
   font-weight: bold;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   414
   margin-right: 3px;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   415
}
52616
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   416
.overviewSummary [role=tablist] .activeTableTab, .memberSummary [role=tablist] .activeTableTab,
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   417
.typeSummary [role=tablist] .activeTableTab, .packagesSummary [role=tablist] .activeTableTab {
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   418
   background: #F8981D;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   419
   color: #253441;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   420
}
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   421
.overviewSummary [role=tablist] .tableTab, .memberSummary [role=tablist] .tableTab,
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   422
.typeSummary [role=tablist] .tableTab, .packagesSummary [role=tablist] .tableTab {
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   423
   background: #4D7A97;
1a395165c09b 8184205: Captions on tabbed tables are squashed together
pmuthuswamy
parents: 51640
diff changeset
   424
   color: #FFFFFF;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   425
}
41157
b235a429089a 8162363: Tables in javadoc documentation missing row headers
bpatel
parents: 40505
diff changeset
   426
.rowColor th, .altColor th {
b235a429089a 8162363: Tables in javadoc documentation missing row headers
bpatel
parents: 40505
diff changeset
   427
    font-weight:normal;
b235a429089a 8162363: Tables in javadoc documentation missing row headers
bpatel
parents: 40505
diff changeset
   428
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   429
.overviewSummary td, .memberSummary td, .typeSummary td,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   430
.useSummary td, .constantsSummary td, .deprecatedSummary td,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   431
.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   432
    text-align:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   433
    padding:0px 0px 12px 10px;
9597
d9c8a0010a9a 7028815: Missing styles for some bulleted items in the new stylesheet
bpatel
parents: 9068
diff changeset
   434
}
47299
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
   435
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th,
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
   436
.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td,
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
   437
.constantsSummary td {
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   438
    vertical-align:top;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   439
    padding-right:0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   440
    padding-top:8px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   441
    padding-bottom:3px;
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   442
}
47299
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
   443
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th,
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
   444
.packagesSummary th {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   445
    background:#dee3e9;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   446
    text-align:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   447
    padding:8px 3px 3px 7px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   448
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   449
td.colFirst, th.colFirst {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   450
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   451
}
47299
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
   452
td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   453
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   454
}
41157
b235a429089a 8162363: Tables in javadoc documentation missing row headers
bpatel
parents: 40505
diff changeset
   455
.constantsSummary th, .packagesSummary th {
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   456
    font-size:13px;
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   457
}
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   458
.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   459
.providesSummary td.colLast {
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   460
    white-space:normal;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   461
    font-size:13px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   462
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   463
.overviewSummary td.colFirst, .overviewSummary th.colFirst,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   464
.requiresSummary td.colFirst, .requiresSummary th.colFirst,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   465
.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th,
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   466
.usesSummary td.colFirst, .usesSummary th.colFirst,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 41157
diff changeset
   467
.providesSummary td.colFirst, .providesSummary th.colFirst,
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   468
.memberSummary td.colFirst, .memberSummary th.colFirst,
44565
41071e253324 8177417: Constructor Summary readability problems in jdk9 javadoc
bpatel
parents: 44452
diff changeset
   469
.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName,
50167
cc705c956798 8196201: Generate pages to list all classes and all packages in javadoc output
bpatel
parents: 47954
diff changeset
   470
.typeSummary td.colFirst, .typeSummary th.colFirst {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   471
    vertical-align:top;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   472
}
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 41157
diff changeset
   473
.packagesSummary th.colLast, .packagesSummary td.colLast {
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 41157
diff changeset
   474
    white-space:normal;
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 41157
diff changeset
   475
}
44813
eac0b6c86a43 8176452: Javadoc UI style issue with index in description.
bpatel
parents: 44567
diff changeset
   476
td.colFirst a:link, td.colFirst a:visited,
eac0b6c86a43 8176452: Javadoc UI style issue with index in description.
bpatel
parents: 44567
diff changeset
   477
td.colSecond a:link, td.colSecond a:visited,
eac0b6c86a43 8176452: Javadoc UI style issue with index in description.
bpatel
parents: 44567
diff changeset
   478
th.colFirst a:link, th.colFirst a:visited,
eac0b6c86a43 8176452: Javadoc UI style issue with index in description.
bpatel
parents: 44567
diff changeset
   479
th.colSecond a:link, th.colSecond a:visited,
eac0b6c86a43 8176452: Javadoc UI style issue with index in description.
bpatel
parents: 44567
diff changeset
   480
th.colConstructorName a:link, th.colConstructorName a:visited,
55197
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   481
th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited,
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   482
.constantValuesContainer td a:link, .constantValuesContainer td a:visited,
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   483
.allClassesContainer td a:link, .allClassesContainer td a:visited,
50167
cc705c956798 8196201: Generate pages to list all classes and all packages in javadoc output
bpatel
parents: 47954
diff changeset
   484
.allPackagesContainer td a:link, .allPackagesContainer td a:visited {
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   485
    font-weight:bold;
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   486
}
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   487
.tableSubHeadingColor {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   488
    background-color:#EEEEFF;
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   489
}
41157
b235a429089a 8162363: Tables in javadoc documentation missing row headers
bpatel
parents: 40505
diff changeset
   490
.altColor, .altColor th {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   491
    background-color:#FFFFFF;
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   492
}
41157
b235a429089a 8162363: Tables in javadoc documentation missing row headers
bpatel
parents: 40505
diff changeset
   493
.rowColor, .rowColor th {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   494
    background-color:#EEEEEF;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   495
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   496
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   497
 * Styles for contents.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   498
 */
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   499
.description pre {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   500
    margin-top:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   501
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   502
.deprecatedContent {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   503
    margin:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   504
    padding:10px 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   505
}
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   506
div.block {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   507
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   508
    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   509
}
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   510
td.colLast div {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   511
    padding-top:0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   512
}
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   513
td.colLast a {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   514
    padding-bottom:3px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   515
}
55197
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   516
div.memberSignature {
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   517
    font-family:'DejaVu Sans Mono', monospace;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   518
    font-size:14px;
55339
0530705ca300 8223364: Bad placement of anchor relative to header
hannesw
parents: 55232
diff changeset
   519
    margin:14px 0;
55197
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   520
    white-space: pre-wrap;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   521
}
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   522
div.memberSignature span.annotations {
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   523
    white-space: pre-wrap;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   524
}
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   525
div.memberSignature span.typeParametersLong,
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   526
div.memberSignature span.arguments,
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   527
div.memberSignature span.exceptions {
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   528
    display: inline-block;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   529
    vertical-align: top;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   530
    white-space: pre;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   531
}
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   532
div.memberSignature span.typeParameters {
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   533
    white-space: normal;
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54648
diff changeset
   534
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   535
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   536
 * Styles for formatting effect.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   537
 */
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   538
.sourceLineNo {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   539
    color:green;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   540
    padding:0 30px 0 0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   541
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   542
h1.hidden {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   543
    visibility:hidden;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   544
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   545
    font-size:10px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   546
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   547
.block {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   548
    display:block;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   549
    margin:3px 10px 2px 0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   550
    color:#474747;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   551
}
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 36526
diff changeset
   552
.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 43870
diff changeset
   553
.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36277
diff changeset
   554
.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36277
diff changeset
   555
.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   556
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   557
}
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 20613
diff changeset
   558
.deprecationComment, .emphasizedPhrase, .interfaceName {
19253
b97b3e18547f 7198274: RFE : Javadoc Accessibility : Use CSS styles rather than <strong> or <i> tags
bpatel
parents: 18650
diff changeset
   559
    font-style:italic;
b97b3e18547f 7198274: RFE : Javadoc Accessibility : Use CSS styles rather than <strong> or <i> tags
bpatel
parents: 18650
diff changeset
   560
}
47272
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   561
.deprecationBlock {
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   562
    font-size:14px;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   563
    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   564
    border-style:solid;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   565
    border-width:thin;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   566
    border-radius:10px;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   567
    padding:10px;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   568
    margin-bottom:10px;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   569
    margin-right:10px;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   570
    display:inline-block;
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   571
}
47300
a905ce398074 8074407: javadoc: using <pre> after @deprecated tag causes warnings
bpatel
parents: 47299
diff changeset
   572
div.block div.deprecationComment, div.block div.block span.emphasizedPhrase,
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   573
div.block div.block span.interfaceName {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   574
    font-style:normal;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   575
}
29429
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   576
/*
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   577
 * Styles specific to HTML5 elements.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   578
 */
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   579
main, nav, header, footer, section {
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   580
    display:block;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   581
}
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   582
/*
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   583
 * Styles for javadoc search.
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   584
 */
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   585
.ui-autocomplete-category {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   586
    font-weight:bold;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   587
    font-size:15px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   588
    padding:7px 0 7px 3px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   589
    background-color:#4D7A97;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   590
    color:#FFFFFF;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   591
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   592
.resultItem {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   593
    font-size:13px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   594
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   595
.ui-autocomplete {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   596
    max-height:85%;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   597
    max-width:65%;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   598
    overflow-y:scroll;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   599
    overflow-x:scroll;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   600
    white-space:nowrap;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   601
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   602
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   603
ul.ui-autocomplete {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   604
    position:fixed;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   605
    z-index:999999;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   606
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   607
ul.ui-autocomplete  li {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   608
    float:left;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   609
    clear:both;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   610
    width:100%;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   611
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   612
.resultHighlight {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   613
    font-weight:bold;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   614
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   615
#search {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   616
    background-image:url('resources/glass.png');
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   617
    background-size:13px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   618
    background-repeat:no-repeat;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   619
    background-position:2px 3px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   620
    padding-left:20px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   621
    position:relative;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   622
    right:-18px;
50895
83ed34655f59 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg
parents: 50810
diff changeset
   623
    width:400px;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   624
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   625
#reset {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   626
    background-color: rgb(255,255,255);
47047
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   627
    background-image:url('resources/x.png');
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   628
    background-position:center;
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   629
    background-repeat:no-repeat;
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   630
    background-size:12px;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   631
    border:0 none;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   632
    width:16px;
59294
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   633
    height:16px;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   634
    position:relative;
47047
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   635
    left:-4px;
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   636
    top:-4px;
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   637
    font-size:0px;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   638
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   639
.watermark {
47047
91082c3c1d05 8182263: Search box and reset button needs to be a11y fixed.
bpatel
parents: 46925
diff changeset
   640
    color:#545454;
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   641
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   642
.searchTagDescResult {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   643
    font-style:italic;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   644
    font-size:11px;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   645
}
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   646
.searchTagHolderResult {
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   647
    font-style:italic;
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 29957
diff changeset
   648
    font-size:12px;
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 41157
diff changeset
   649
}
59294
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   650
.searchTagResult:target {
48b88b9c11eb 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw
parents: 57634
diff changeset
   651
    background-color:yellow;
47954
3148be499e41 8185369: Clean up the javadoc stylesheet
bpatel
parents: 47447
diff changeset
   652
}
44452
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   653
.moduleGraph span {
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   654
    display:none;
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   655
    position:absolute;
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   656
}
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   657
.moduleGraph:hover span {
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   658
    display:block;
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   659
    margin: -100px 0 0 100px;
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   660
    z-index: 1;
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   661
}
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   662
.inheritedList {
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   663
    margin: 10px 0 10px 0;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   664
}
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   665
section.description {
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   666
    line-height: 1.4;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   667
}
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   668
.summary section[class$="Summary"], .details section[class$="Details"],
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   669
.classUses .detail, .serializedClassDetails {
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   670
    padding: 0px 20px 5px 10px;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   671
    border: 1px solid #ededed;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   672
    background-color: #f8f8f8;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   673
}
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   674
.inheritedList, section[class$="Details"] .detail {
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   675
    padding:0 0 5px 8px;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   676
    background-color:#ffffff;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   677
    border:none;
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 54357
diff changeset
   678
}
44452
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   679
45153
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   680
/*
57634
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   681
 * Indicator icon for external links.
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   682
 */
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   683
main a[href*="://"]::after {
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   684
    content:"";
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   685
    display:inline-block;
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   686
    background-image:url('data:image/svg+xml; utf8, \
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   687
      <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   688
        <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   689
        132-240 240 120 120 240-240 132 132V0z" fill="%234a6782"/>\
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   690
      </svg>');
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   691
    background-size:100% 100%;
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   692
    width:7px;
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   693
    height:7px;
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   694
    margin-left:2px;
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   695
    margin-bottom:4px;
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   696
}
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   697
main a[href*="://"]:hover::after,
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   698
main a[href*="://"]:focus::after {
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   699
    background-image:url('data:image/svg+xml; utf8, \
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   700
      <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   701
        <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   702
        132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   703
      </svg>');
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   704
}
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   705
90dcbeb8455e 8228393: Add an indicator for external links in javadoc
hannesw
parents: 55460
diff changeset
   706
/*
45153
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   707
 * Styles for user-provided tables.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   708
 *
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   709
 * borderless:
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   710
 *      No borders, vertical margins, styled caption.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   711
 *      This style is provided for use with existing doc comments.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   712
 *      In general, borderless tables should not be used for layout purposes.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   713
 *
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   714
 * plain:
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   715
 *      Plain borders around table and cells, vertical margins, styled caption.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   716
 *      Best for small tables or for complex tables for tables with cells that span
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   717
 *      rows and columns, when the "striped" style does not work well.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   718
 *
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   719
 * striped:
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   720
 *      Borders around the table and vertical borders between cells, striped rows,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   721
 *      vertical margins, styled caption.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   722
 *      Best for tables that have a header row, and a body containing a series of simple rows.
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   723
 */
44452
93f6470b1045 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44196
diff changeset
   724
45153
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   725
table.borderless,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   726
table.plain,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   727
table.striped {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   728
    margin-top: 10px;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   729
    margin-bottom: 10px;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   730
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   731
table.borderless > caption,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   732
table.plain > caption,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   733
table.striped > caption {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   734
    font-weight: bold;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   735
    font-size: smaller;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   736
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   737
table.borderless th, table.borderless td,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   738
table.plain th, table.plain td,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   739
table.striped th, table.striped td {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   740
    padding: 2px 5px;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   741
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   742
table.borderless,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   743
table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   744
table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   745
    border: none;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   746
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   747
table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   748
    background-color: transparent;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   749
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   750
table.plain {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   751
    border-collapse: collapse;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   752
    border: 1px solid black;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   753
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   754
table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   755
    background-color: transparent;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   756
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   757
table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   758
table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   759
    border: 1px solid black;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   760
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   761
table.striped {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   762
    border-collapse: collapse;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   763
    border: 1px solid black;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   764
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   765
table.striped > thead {
50420
912c5c042c19 8199893: the javadoc tool generates pages with a low constrast
pmuthuswamy
parents: 50167
diff changeset
   766
    background-color: #E3E3E3;
46925
c538fe357ff9 8186460: Fix stylesheet to better display multi-row headers in "striped" tables.
jjg
parents: 45914
diff changeset
   767
}
c538fe357ff9 8186460: Fix stylesheet to better display multi-row headers in "striped" tables.
jjg
parents: 45914
diff changeset
   768
table.striped > thead > tr > th, table.striped > thead > tr > td {
45153
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   769
    border: 1px solid black;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   770
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   771
table.striped > tbody > tr:nth-child(even) {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   772
    background-color: #EEE
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   773
}
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   774
table.striped > tbody > tr:nth-child(odd) {
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   775
    background-color: #FFF
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   776
}
46925
c538fe357ff9 8186460: Fix stylesheet to better display multi-row headers in "striped" tables.
jjg
parents: 45914
diff changeset
   777
table.striped > tbody > tr > th, table.striped > tbody > tr > td {
45153
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   778
    border-left: 1px solid black;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   779
    border-right: 1px solid black;
9e27e6ed9c7d 8179479: Add new styles to enable HTML 5 tables
jjg
parents: 44813
diff changeset
   780
}
45865
6f34db8be1bc 8183897: Update the "striped" style in the javadoc style sheet
jjg
parents: 45497
diff changeset
   781
table.striped > tbody > tr > th {
6f34db8be1bc 8183897: Update the "striped" style in the javadoc style sheet
jjg
parents: 45497
diff changeset
   782
    font-weight: normal;
6f34db8be1bc 8183897: Update the "striped" style in the javadoc style sheet
jjg
parents: 45497
diff changeset
   783
}