langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/stylesheet.css
author bpatel
Mon, 13 Apr 2015 18:05:23 -0700
changeset 29957 7740f9657f56
parent 29429 964498d4dcec
child 33920 bd731341c405
permissions -rw-r--r--
8072945: Javadoc should generate valid and compliant HTML5 output Reviewed-by: jjg, ksrini
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
     1
/* Javadoc style sheet */
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
     2
/*
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
     3
Overall document style
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
     4
*/
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
     5
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
     6
@import url('resources/fonts/dejavu.css');
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
     7
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
     8
body {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
     9
    background-color:#ffffff;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    10
    color:#353833;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    11
    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    12
    font-size:14px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    13
    margin:0;
29429
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    14
    padding:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    15
    height:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    16
    width:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    17
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    18
iframe {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    19
    margin:0;
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
    overflow-y:scroll;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
    24
    border:none;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    25
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    26
a:link, a:visited {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    27
    text-decoration:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    28
    color:#4A6782;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    29
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    30
a:hover, a:focus {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    31
    text-decoration:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    32
    color:#bb7a2a;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    33
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    34
a:active {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    35
    text-decoration:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    36
    color:#4A6782;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    37
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    38
a[name] {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    39
    color:#353833;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    40
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    41
a[name]:hover {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    42
    text-decoration:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    43
    color:#353833;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    44
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    45
pre {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    46
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    47
    font-size:14px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    48
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    49
h1 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    50
    font-size:20px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    51
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    52
h2 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    53
    font-size:18px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    54
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    55
h3 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    56
    font-size:16px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    57
    font-style:italic;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    58
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    59
h4 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    60
    font-size:13px;
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
h5 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    63
    font-size:12px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    64
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    65
h6 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    66
    font-size:11px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    67
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    68
ul {
9597
d9c8a0010a9a 7028815: Missing styles for some bulleted items in the new stylesheet
bpatel
parents: 9068
diff changeset
    69
    list-style-type:disc;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    70
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    71
code, tt {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    72
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    73
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    74
    padding-top:4px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    75
    margin-top:8px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    76
    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
    77
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    78
dt code {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    79
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    80
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    81
    padding-top:4px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    82
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    83
table tr td dt code {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    84
    font-family:'DejaVu Sans Mono', monospace;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    85
    font-size:14px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    86
    vertical-align:top;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    87
    padding-top:4px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    88
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    89
sup {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
    90
    font-size:8px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    91
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    92
/*
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    93
Document title and Copyright styles
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
    94
*/
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    95
.clear {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    96
    clear:both;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    97
    height:0px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    98
    overflow:hidden;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
    99
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   100
.aboutLanguage {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   101
    float:right;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   102
    padding:0px 21px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   103
    font-size:11px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   104
    z-index:200;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   105
    margin-top:-9px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   106
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   107
.legalCopy {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   108
    margin-left:.5em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   109
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   110
.bar a, .bar a:link, .bar a:visited, .bar a:active {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   111
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   112
    text-decoration:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   113
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   114
.bar a:hover, .bar a:focus {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   115
    color:#bb7a2a;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   116
}
9894
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
/*
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   125
Navigation bar styles
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   126
*/
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   127
.bar {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   128
    background-color:#4D7A97;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   129
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   130
    padding:.8em .5em .4em .8em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   131
    height:auto;/*height:1.8em;*/
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   132
    font-size:11px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   133
    margin:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   134
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   135
.topNav {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   136
    background-color:#4D7A97;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   137
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   138
    float:left;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   139
    padding:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   140
    width:100%;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   141
    clear:right;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   142
    height:2.8em;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   143
    padding-top:10px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   144
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   145
    font-size:12px; 
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   146
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   147
.bottomNav {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   148
    margin-top:10px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   149
    background-color:#4D7A97;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   150
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   151
    float:left;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   152
    padding:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   153
    width:100%;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   154
    clear:right;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   155
    height:2.8em;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   156
    padding-top:10px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   157
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   158
    font-size:12px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   159
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   160
.subNav {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   161
    background-color:#dee3e9;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   162
    float:left;
9597
d9c8a0010a9a 7028815: Missing styles for some bulleted items in the new stylesheet
bpatel
parents: 9068
diff changeset
   163
    width:100%;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   164
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   165
    font-size:12px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   166
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   167
.subNav div {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   168
    clear:left;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   169
    float:left;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   170
    padding:0 0 5px 6px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   171
    text-transform:uppercase;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   172
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   173
ul.navList, ul.subNavList {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   174
    float:left;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   175
    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
   176
    padding:0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   177
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   178
ul.navList li{
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   179
    list-style:none;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   180
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   181
    padding: 5px 6px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   182
    text-transform:uppercase;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   183
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   184
ul.subNavList li{
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   185
    list-style:none;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   186
    float:left;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   187
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   188
.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
   189
    color:#FFFFFF;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   190
    text-decoration:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   191
    text-transform:uppercase;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   192
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   193
.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
   194
    text-decoration:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   195
    color:#bb7a2a;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   196
    text-transform:uppercase;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   197
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   198
.navBarCell1Rev {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   199
    background-color:#F8981D;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   200
    color:#253441;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   201
    margin: auto 5px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   202
}
19909
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   203
.skipNav {
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   204
    position:absolute;
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   205
    top:auto;
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   206
    left:-9999px;
784c68032a36 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
bpatel
parents: 19254
diff changeset
   207
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   208
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   209
/*
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   210
Page header and footer styles
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   211
*/
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   212
.header, .footer {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   213
    clear:both;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   214
    margin:0 20px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   215
    padding:5px 0 0 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   216
}
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   217
.indexNav {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   218
    margin:10px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   219
    position:relative;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   220
}
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   221
.indexNav ul {
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   222
    padding:0;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   223
    margin:0;
15723
58a73dac9ee4 8006124: javadoc/doclet should be updated to support profiles
bpatel
parents: 14549
diff changeset
   224
}
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   225
.indexNav ul li {
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   226
    display:inline;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   227
    list-style-type:none;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   228
    padding-right:10px;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   229
}
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   230
.indexNav h1 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   231
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   232
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   233
.title {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   234
    color:#2c4557;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   235
    margin:10px 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   236
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   237
.subTitle {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   238
    margin:5px 0 0 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   239
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   240
.header ul {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   241
    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
   242
    padding:0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   243
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   244
.footer ul {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   245
    margin:20px 0 5px 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   246
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   247
.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
   248
    list-style:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   249
    font-size:13px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   250
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   251
/*
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   252
Heading styles
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9597
diff changeset
   253
*/
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   254
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   255
    background-color:#dee3e9;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   256
    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
   257
    margin:0 0 6px -8px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   258
    padding:7px 5px;
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9597
diff changeset
   259
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   260
ul.blockList ul.blockList ul.blockList li.blockList h3 {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   261
    background-color:#dee3e9;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   262
    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
   263
    margin:0 0 6px -8px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   264
    padding:7px 5px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   265
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   266
ul.blockList ul.blockList li.blockList h3 {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   267
    padding:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   268
    margin:15px 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   269
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   270
ul.blockList li.blockList h2 {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   271
    padding:0px 0 20px 0;
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9597
diff changeset
   272
}
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9597
diff changeset
   273
/*
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   274
Page layout container styles
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   275
*/
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   276
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   277
    clear:both;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   278
    padding:10px 20px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   279
    position:relative;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   280
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   281
.indexContainer {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   282
    margin:10px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   283
    position:relative;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   284
    font-size:12px;
9894
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
.indexContainer h2 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   287
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   288
    padding:0 0 3px 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   289
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   290
.indexContainer ul {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   291
    margin:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   292
    padding:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   293
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   294
.indexContainer ul li {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   295
    list-style:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   296
    padding-top:2px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   297
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   298
.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
   299
    font-size:12px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   300
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   301
    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
   302
    color:#4E4E4E;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   303
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   304
.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
   305
    margin:5px 0 10px 0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   306
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   307
    font-family:'DejaVu Sans Mono',monospace;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   308
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   309
.serializedFormContainer dl.nameValue dt {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   310
    margin-left:1px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   311
    font-size:1.1em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   312
    display:inline;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   313
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   314
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   315
.serializedFormContainer dl.nameValue dd {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   316
    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
   317
    font-size:1.1em;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   318
    display:inline;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   319
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   320
/*
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   321
List styles
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   322
*/
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   323
li.circle {
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   324
    list-style:circle;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   325
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   326
ul.horizontal li {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   327
    display:inline;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   328
    font-size:0.9em;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   329
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   330
ul.inheritance {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   331
    margin:0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   332
    padding:0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   333
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   334
ul.inheritance li {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   335
    display:inline;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   336
    list-style:none;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   337
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   338
ul.inheritance li ul.inheritance {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   339
    margin-left:15px;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   340
    padding-left:15px;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   341
    padding-top:1px;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   342
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   343
ul.blockList, ul.blockListLast {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   344
    margin:10px 0 10px 0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   345
    padding:0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   346
}
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   347
ul.blockList li.blockList, ul.blockListLast li.blockList {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   348
    list-style:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   349
    margin-bottom:15px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   350
    line-height:1.4;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   351
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   352
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   353
    padding:0px 20px 5px 10px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   354
    border:1px solid #ededed; 
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   355
    background-color:#f8f8f8;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   356
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   357
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   358
    padding:0 0 5px 8px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   359
    background-color:#ffffff;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   360
    border:none;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   361
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   362
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   363
    margin-left:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   364
    padding-left:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   365
    padding-bottom:15px;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   366
    border:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   367
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   368
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   369
    list-style:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   370
    border-bottom:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   371
    padding-bottom:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   372
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   373
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
   374
    margin-top:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   375
    margin-bottom:1px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   376
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   377
/*
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   378
Table styles
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   379
*/
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   380
.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   381
    width:100%;
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   382
    border-spacing:0;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   383
    border-left:1px solid #EEE; 
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   384
    border-right:1px solid #EEE; 
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   385
    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
   386
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   387
.overviewSummary, .memberSummary  {
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   388
    padding:0px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   389
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   390
.overviewSummary caption, .memberSummary caption, .typeSummary caption,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   391
.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   392
    position:relative;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   393
    text-align:left;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   394
    background-repeat:no-repeat;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   395
    color:#253441;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   396
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   397
    clear:none;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   398
    overflow:hidden;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   399
    padding:0px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   400
    padding-top:10px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   401
    padding-left:1px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   402
    margin:0px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   403
    white-space:pre;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   404
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   405
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   406
.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   407
.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   408
.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   409
.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   410
.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   411
.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   412
.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   413
    color:#FFFFFF;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   414
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   415
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   416
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   417
    white-space:nowrap;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   418
    padding-top:5px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   419
    padding-left:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   420
    padding-right:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   421
    padding-bottom:7px;
19922
52810e1bbb4f 8023608: method grouping tabs folding issue
bpatel
parents: 19909
diff changeset
   422
    display:inline-block;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   423
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   424
    background-color:#F8981D;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   425
    border: none;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   426
    height:16px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   427
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   428
.memberSummary caption span.activeTableTab span {
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   429
    white-space:nowrap;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   430
    padding-top:5px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   431
    padding-left:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   432
    padding-right:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   433
    margin-right:3px;
19922
52810e1bbb4f 8023608: method grouping tabs folding issue
bpatel
parents: 19909
diff changeset
   434
    display:inline-block;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   435
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   436
    background-color:#F8981D;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   437
    height:16px;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   438
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   439
.memberSummary caption span.tableTab span {
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   440
    white-space:nowrap;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   441
    padding-top:5px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   442
    padding-left:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   443
    padding-right:12px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   444
    margin-right:3px;
19922
52810e1bbb4f 8023608: method grouping tabs folding issue
bpatel
parents: 19909
diff changeset
   445
    display:inline-block;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   446
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   447
    background-color:#4D7A97;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   448
    height:16px;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   449
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   450
.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   451
    padding-top:0px;
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   452
    padding-left:0px;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   453
    padding-right:0px;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   454
    background-image:none;
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   455
    float:none;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   456
    display:inline;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   457
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   458
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   459
.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   460
    display:none;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   461
    width:5px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   462
    position:relative;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   463
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   464
    background-color:#F8981D;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   465
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   466
.memberSummary .activeTableTab .tabEnd {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   467
    display:none;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   468
    width:5px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   469
    margin-right:3px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   470
    position:relative; 
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   471
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   472
    background-color:#F8981D;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   473
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   474
.memberSummary .tableTab .tabEnd {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   475
    display:none;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   476
    width:5px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   477
    margin-right:3px;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   478
    position:relative;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   479
    background-color:#4D7A97;
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   480
    float:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   481
14549
0599d73bf1da 8002304: Group methods by types in methods summary section
bpatel
parents: 9894
diff changeset
   482
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   483
.overviewSummary td, .memberSummary td, .typeSummary td,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   484
.useSummary td, .constantsSummary td, .deprecatedSummary td {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   485
    text-align:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   486
    padding:0px 0px 12px 10px;
9597
d9c8a0010a9a 7028815: Missing styles for some bulleted items in the new stylesheet
bpatel
parents: 9068
diff changeset
   487
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   488
th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   489
td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   490
    vertical-align:top;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   491
    padding-right:0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   492
    padding-top:8px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   493
    padding-bottom:3px;
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   494
}
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   495
th.colFirst, th.colLast, th.colOne, .constantsSummary th {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   496
    background:#dee3e9;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   497
    text-align:left;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   498
    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
   499
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   500
td.colFirst, th.colFirst {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   501
    white-space:nowrap;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   502
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   503
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   504
td.colLast, th.colLast {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   505
    font-size:13px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   506
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   507
td.colOne, th.colOne {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   508
    font-size:13px;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   509
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   510
.overviewSummary td.colFirst, .overviewSummary th.colFirst,
29428
f720ab1e8427 8072461: Table's field width in "Use" page generated by javadoc with '-s' is unbalanced
bpatel
parents: 25874
diff changeset
   511
.useSummary td.colFirst, .useSummary th.colFirst,
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   512
.overviewSummary td.colOne, .overviewSummary th.colOne,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   513
.memberSummary td.colFirst, .memberSummary th.colFirst,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   514
.memberSummary td.colOne, .memberSummary th.colOne,
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   515
.typeSummary td.colFirst{
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   516
    width:25%;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   517
    vertical-align:top;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   518
}
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   519
td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   520
    font-weight:bold;
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   521
}
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   522
.tableSubHeadingColor {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   523
    background-color:#EEEEFF;
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   524
}
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   525
.altColor {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   526
    background-color:#FFFFFF;
20613
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   527
}
ab4801a53abb 8008164: Invisible table captions in javadoc-generated html
bpatel
parents: 19922
diff changeset
   528
.rowColor {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   529
    background-color:#EEEEEF;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   530
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   531
/*
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   532
Content styles
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   533
*/
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   534
.description pre {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   535
    margin-top:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   536
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   537
.deprecatedContent {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   538
    margin:0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   539
    padding:10px 0;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   540
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   541
.docSummary {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   542
    padding:0;
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   543
}
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   544
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   545
ul.blockList ul.blockList ul.blockList li.blockList h3 {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   546
    font-style:normal;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   547
}
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   548
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   549
div.block {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   550
    font-size:14px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   551
    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   552
}
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   553
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   554
td.colLast div {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   555
    padding-top:0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   556
}
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   557
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   558
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   559
td.colLast a {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   560
    padding-bottom:3px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   561
}
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   562
/*
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   563
Formatting effect styles
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   564
*/
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   565
.sourceLineNo {
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   566
    color:green;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   567
    padding:0 30px 0 0;
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
diff changeset
   568
}
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   569
h1.hidden {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   570
    visibility:hidden;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   571
    overflow:hidden;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   572
    font-size:10px;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   573
}
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   574
.block {
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   575
    display:block;
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   576
    margin:3px 10px 2px 0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   577
    color:#474747;
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   578
}
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 20613
diff changeset
   579
.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 20613
diff changeset
   580
.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 20613
diff changeset
   581
.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
9894
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   582
    font-weight:bold;
a0ec54adb051 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
bpatel
parents: 9606
diff changeset
   583
}
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 20613
diff changeset
   584
.deprecationComment, .emphasizedPhrase, .interfaceName {
19253
b97b3e18547f 7198274: RFE : Javadoc Accessibility : Use CSS styles rather than <strong> or <i> tags
bpatel
parents: 18650
diff changeset
   585
    font-style:italic;
b97b3e18547f 7198274: RFE : Javadoc Accessibility : Use CSS styles rather than <strong> or <i> tags
bpatel
parents: 18650
diff changeset
   586
}
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   587
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   588
div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   589
div.block div.block span.interfaceName {
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   590
    font-style:normal;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   591
}
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   592
29429
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   593
div.contentContainer ul.blockList li.blockList h2 {
22447
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   594
    padding-bottom:0px;
364fe5d83775 8016549: jdk7 javadocs are hard to read
bpatel
parents: 21478
diff changeset
   595
}
29429
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   596
/*
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   597
IFRAME specific styles
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   598
*/
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   599
.mainContainer {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   600
    margin:0 auto; 
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   601
    padding:0; 
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   602
    height:100%; 
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   603
    width:100%; 
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   604
    position:fixed; 
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   605
    top:0; 
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   606
    left:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   607
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   608
.leftContainer {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   609
    height:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   610
    position:fixed;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   611
    width:320px;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   612
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   613
.leftTop {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   614
    position:relative;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   615
    float:left;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   616
    width:315px;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   617
    top:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   618
    left:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   619
    height:30%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   620
    border-right:6px solid #ccc;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   621
    border-bottom:6px solid #ccc;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   622
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   623
.leftBottom {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   624
    position:relative;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   625
    float:left;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   626
    width:315px;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   627
    bottom:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   628
    left:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   629
    height:70%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   630
    border-right:6px solid #ccc;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   631
    border-top:1px solid #000;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   632
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   633
.rightContainer {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   634
    position:absolute;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   635
    left:320px;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   636
    top:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   637
    bottom:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   638
    height:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   639
    right:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   640
    border-left:1px solid #000;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   641
}
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   642
.rightIframe {
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   643
    margin:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   644
    padding:0;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   645
    height:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   646
    right:30px;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   647
    width:100%;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   648
    overflow:visible;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   649
    margin-bottom:30px;
964498d4dcec 8074521: Generate iframe instead of frame and frameset for index.html page
bpatel
parents: 29428
diff changeset
   650
}
29957
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   651
/*
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   652
HTML5 specific styles
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   653
*/
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   654
main, nav, header, footer, section {
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   655
    display:block;
7740f9657f56 8072945: Javadoc should generate valid and compliant HTML5 output
bpatel
parents: 29429
diff changeset
   656
}