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

Fri, 04 Oct 2013 13:32:30 -0700

author
bpatel
date
Fri, 04 Oct 2013 13:32:30 -0700
changeset 2084
6e186ca11ec0
parent 2008
e32a8a29643a
child 2147
130b8c0e570e
permissions
-rw-r--r--

8008164: Invisible table captions in javadoc-generated html
Reviewed-by: jjg

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

mercurial