Home | History | Annotate | Download | only in css
      1 body {
      2  background: #fff;
      3  color: #000;
      4   padding: 0px 0px 10px 0px;
      5  }
      6 
      7 .contentBox h2 {
      8  color: #fff;
      9  background-color: #036;
     10  }
     11 
     12 .contentBox h3 {
     13  color: #fff;
     14  background-color: #888;
     15  }
     16 
     17 .a td { 
     18  background: #ddd;
     19  color: #000;
     20  }
     21 
     22 .b td { 
     23  background: #efefef;
     24  color: #000;
     25  }
     26 
     27 .contentBox th {
     28  background-color: #bbb;
     29  color: #fff;
     30  }
     31 
     32 div#banner {
     33  border-top: 1px solid #369;
     34  border-bottom: 1px solid #003;
     35  }
     36 
     37 #banner, #banner td { 
     38  background: #036;
     39  color: #fff;
     40  }
     41 #banner {
     42   border-bottom: 1px solid #fff;
     43 }
     44 
     45 #leftColumn {
     46  background: #eee;
     47  color: #000;
     48  border-right: 1px solid #aaa;
     49  border-bottom: 1px solid #aaa;
     50  border-top: 1px solid #fff;
     51 }
     52 
     53 #navcolumn {
     54 /* bad for IE
     55  background: #eee;
     56 */
     57  color: #000;
     58  border-right: none;
     59  border-bottom: none;
     60  border-top: none;
     61  }
     62 
     63 #breadcrumbs {
     64  background-color: #ddd;
     65  color: #000;
     66  border-top: 1px solid #fff;
     67  border-bottom: 1px solid #aaa;
     68  }
     69 
     70 .source {
     71  background-color: #fff;
     72  color: #000;
     73  border-right: 1px solid #888; 
     74  border-left: 1px solid #888; 
     75  border-top: 1px solid #888; 
     76  border-bottom: 1px solid #888; 
     77  margin-right: 7px;
     78  margin-left: 7px;
     79  margin-top: 1em;
     80  }
     81 
     82 .source pre {
     83  margin-right: 7px;
     84  margin-left: 7px;
     85  }
     86 
     87 a[name]:hover, #leftColumn a[name]:hover {
     88  color: inherit !important;
     89  }
     90 
     91 a:link, #breadcrumbs a:visited, #navcolumn a:visited, .contentBox a:visited, .tasknav a:visited {
     92  color: blue;
     93  }
     94 
     95 a:active, a:hover, #leftColumn a:active, #leftColumn a:hover {
     96  color: #f30 !important;
     97  }
     98 
     99 a:link.selfref, a:visited.selfref {
    100  color: #555 !important;
    101  }
    102 
    103 #legend li.externalLink {
    104   background: url(../images/external-classic.png) left top no-repeat;
    105   padding-left: 18px;
    106 }
    107 a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
    108   background: url(../images/external-classic.png) right center no-repeat;
    109   padding-right: 18px;
    110 }
    111 
    112 #legend li.newWindow {
    113   background: url(../images/newwindow-classic.png) left top no-repeat;
    114   padding-left: 18px;
    115 }
    116 a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
    117   background: url(../images/newwindow-classic.png) right center no-repeat;
    118   padding-right: 18px;
    119 }
    120 
    121 h2, h3 {
    122  margin-top: 1em;
    123  margin-bottom: 0;
    124  }
    125 
    126 img.handle {
    127  border: 0;
    128  padding-right: 2px;
    129 }
    130 
    131 #navcolumn div div  {
    132  background-image: none;
    133  background-repeat: no-repeat;
    134 }
    135 
    136 #navcolumn div div {
    137   padding-left: 10px;
    138 }
    139 /* $Id$
    140   
    141   This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */
    142 
    143 /* colors, backgrounds, borders, link indication */
    144 .contentBox h2, .contentBox h3, .tabs td, .tabs th, .functnbar {
    145   background-image: url(../images/nw_maj_rond.gif);
    146   background-repeat: no-repeat;
    147 }
    148 
    149 .functnbar, .functnbar2 {
    150   background-color: #aaa;
    151 }
    152 
    153 .functnbar2, .functnbar3 {
    154   background-color: #aaa;
    155   background-image: url(../images/sw_maj_rond.gif);
    156   background-repeat: no-repeat;
    157   background-position: bottom left;
    158 }
    159 
    160 .functnbar3 {
    161   background-color: #ddd;
    162   background-image: url(../images/sw_med_rond.gif);
    163 }
    164 
    165 .functnbar, .functnbar2, .functnbar3 {
    166   color: #000;
    167 }
    168 
    169 .functnbar a, .functnbar2 a, .functnbar3 a {
    170   color: #000;
    171   text-decoration: underline;
    172 }
    173 
    174 #navcolumn .body div, body.docs #toc li li {
    175   background-image: url(../images/strich.gif);
    176   background-repeat: no-repeat;
    177   background-position: .5em .5em;
    178 }
    179 
    180 #searchbox .body div, #navcolumn .body .heading {
    181   background-image: none;
    182 }
    183 
    184 a:link.selfref, a:visited.selfref {
    185   text-decoration: none;
    186 }
    187 
    188 #leftColumn a, #breadcrumbs a {
    189   text-decoration: none;
    190 }
    191 
    192 /* Unsure of this. TODO */
    193 .contentBox h2 a:link, .contentBox h2 a:visited, .contentBox h3 a:link, .contentBox h3 a:visited {
    194   color: #fff !important;
    195   text-decoration: underline;
    196 }
    197 
    198 table, th, td {
    199   border: none;
    200 }
    201 
    202 div.colbar {
    203   background: #eee;
    204   border-color: #999 #EEE #EEE #999;
    205   border-width: 1px;
    206   border-style: solid;
    207 }
    208 
    209 .toolgroup {
    210   background: #efefef;
    211 }
    212 
    213 .toolgroup .label {
    214   border-bottom: 1px solid #666;
    215   border-right: 1px solid #666;
    216   background: #ddd;
    217   color: #555;
    218 }
    219 
    220 .toolgroup .body {
    221   border-right: 1px solid #aaa;
    222   border-bottom: 1px solid #aaa;
    223 }
    224 
    225 #main {
    226   border-top: 1px solid #999;
    227 }
    228 
    229 #rightcol div.www, #rightcol div.help {
    230   border: 1px solid #ddd;
    231 }
    232 
    233 body.docs div.docs {
    234   background-color: #fff;
    235   border-left: 1px solid #ddd;
    236   border-top: 1px solid #ddd;
    237 }
    238 
    239 #helptext .label {
    240   background-image: url(../images/icon_help_sml.gif);
    241   background-repeat: no-repeat;
    242   background-position: 97%;
    243 }
    244 
    245 body.docs {
    246   background: #eee url(../images/help_logo.gif) top right no-repeat !important;
    247 }
    248 
    249 .docs h2, .docs h3 {
    250   border-top: solid 1px #000;
    251 }
    252 
    253 #apphead h2 em {
    254   color: #777;
    255 }
    256 
    257 .tabs th {
    258   border-right: 1px solid #333;
    259   background-color: #ddd;
    260   color: #fff;
    261   border-left: 1px solid #fff;
    262 }
    263 
    264 .tabs td {
    265   background-color: #999;
    266   border-bottom: 1px solid #fff;
    267   border-right: 1px solid #fff;
    268   border-left: 1px solid #fff;
    269 }
    270 
    271 .tabs {
    272   border-bottom: 6px #ddd solid;
    273 }
    274 
    275 .tabs th, .tabs th a:link, .tabs th a:visited {
    276   color: #555;
    277 }
    278 
    279 .tabs td, .tabs td a:link, .tabs td a:visited {
    280   color: #fff;
    281 }
    282 
    283 .tabs a {
    284   text-decoration: none;
    285 }
    286 
    287 .axial th {
    288   background-color: #ddd;
    289   color: black;
    290 }
    291 
    292 .alert {
    293   background-color: #ff9;
    294 }
    295 
    296 .expandedwaste {
    297   background: url(../images/icon_arrowwaste2_sml.gif) no-repeat;
    298 }
    299 
    300 .collapsedwaste {
    301   background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;
    302 }
    303 
    304 .filebrowse .expanded, .filebrowse-alt .expanded {
    305   background-image: url(../images/icon_arrowfolderopen2_sml.gif);
    306   background-repeat: no-repeat;
    307 }
    308 
    309 .filebrowse .collapsed, .filebrowse-alt .collapsed {
    310   background-image: url(../images/icon_arrowfolderclosed1_sml.gif);
    311   background-repeat: no-repeat;
    312 }
    313 
    314 .filebrowse .leafnode, .filebrowse-alt .leafnode {
    315   background-image: url(../images/icon_folder_sml.gif);
    316   background-repeat: no-repeat;
    317 }
    318 
    319 .filebrowse .leaf, .filebrowse-alt .leaf {
    320   background-image: url(../images/icon_doc_sml.gif);
    321   background-repeat: no-repeat;
    322 }
    323 
    324 .sortup {
    325   background: url(../images/icon_sortup.gif) no-repeat;
    326 }
    327 
    328 .sortdown {
    329   background: url(../images/icon_sortdown.gif) no-repeat;
    330 }
    331 
    332 .collapsedwaste {
    333   background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;
    334 }
    335 
    336 body .grid td {
    337   border-top: 1px solid #ccc;
    338   border-left: 1px solid #ccc;
    339   background-color: transparent;
    340 }
    341 
    342 .confirm {
    343   color: #090;
    344 }
    345 
    346 .info {
    347   color: #069;
    348 }
    349 
    350 .errormessage, .warningmessage, .donemessage, .infomessage {
    351   border-top: 5px solid #900;
    352   border-left: 1px solid #900;
    353   background-image: url(../images/icon_error_lrg.gif);
    354   background-repeat: no-repeat;
    355   background-position: 5px 1.33em;
    356 }
    357 
    358 .warningmessage {
    359   background-image: url(../images/icon_warning_lrg.gif);
    360   border-color: #c60;
    361 }
    362 
    363 .donemessage {
    364   background-image: url(../images/icon_success_lrg.gif);
    365   border-color: #090;
    366 }
    367 
    368 .infomessage {
    369   background-image: url(../images/icon_info_lrg.gif);
    370   border-color: #069;
    371 }
    372 
    373 .docinfo {
    374   background: url(../images/icon_doc_lrg.gif) no-repeat;
    375 }
    376 
    377 .dirinfo {
    378   background: url(../images/icon_folder_lrg.gif) no-repeat;
    379 }
    380 
    381 .memberinfo {
    382   background: url(../images/icon_members_lrg.gif) no-repeat;
    383 }
    384 
    385 .usergroupinfo {
    386   background: url(../images/icon_usergroups_lrg.gif) no-repeat;
    387 }
    388 
    389 .errormark, .warningmark, .donemark, .infomark {
    390   background: url(../images/icon_error_sml.gif) no-repeat;
    391 }
    392 
    393 .warningmark {
    394   background-image: url(../images/icon_warning_sml.gif);
    395 }
    396 
    397 .donemark {
    398   background-image: url(../images/icon_success_sml.gif);
    399 }
    400 
    401 .infomark {
    402   background-image: url(../images/icon_info_sml.gif);
    403 }
    404 
    405 .cvsdiff, .cvsblame {
    406   background-color: #ccc;
    407 }
    408 
    409 .cvsdiffadd {
    410   background-color: #afa;
    411 }
    412 
    413 .cvsdiffremove {
    414   background-color: #faa;
    415 }
    416 
    417 .cvsdiffchanges1 {
    418   background-color: #ff7;
    419 }
    420 
    421 .cvsdiffchanges2 {
    422   background-color: #ff7;
    423 }
    424 
    425 li.selection ul a {
    426   background: #fff;
    427 }
    428 
    429 .band1 {
    430   color: #fff;
    431   background-color: #663;
    432 }
    433 
    434 .band2 {
    435   color: #fff;
    436   background-color: #66C;
    437 }
    438 
    439 .band3 {
    440   background-color: #C99;
    441 }
    442 
    443 .band4 {
    444   background-color: #CFF;
    445 }
    446 
    447 .band5 {
    448   color: #fff;
    449   background-color: #336;
    450 }
    451 
    452 .band6 {
    453   color: #fff;
    454   background-color: #966;
    455 }
    456 
    457 .band7 {
    458   background-color: #9CC;
    459 }
    460 
    461 .band8 {
    462   background-color: #FFC;
    463 }
    464 
    465 .band9 {
    466   color: #fff;
    467   background-color: #633;
    468 }
    469 
    470 .band10 {
    471   color: #fff;
    472   background-color: #699;
    473 }
    474 
    475 .band11 {
    476   background-color: #CC9;
    477 }
    478 
    479 .band12 {
    480   background-color: #CCF;
    481 }
    482 
    483 .band13 {
    484   color: #fff;
    485   background-color: #366;
    486 }
    487 
    488 .band14 {
    489   color: #fff;
    490   background-color: #996;
    491 }
    492 
    493 .band15 {
    494   background-color: #99C;
    495 }
    496 
    497 .band16 {
    498   background-color: #FCC;
    499 }
    500 
    501 .contentBox .helplink, #helptext .helplink {
    502   cursor: help;
    503 }
    504 
    505 .legend th, .bars th {
    506   background-color: #fff;
    507 }
    508 
    509 /* font and text properties, exclusive of link indication, alignment, text-indent */
    510 body, th, td, input, select {
    511   font-family: Verdana, Helvetica, Arial, sans-serif;
    512 }
    513 
    514 code, pre {
    515   font-family: 'Andale Mono', Courier, monospace;
    516 }
    517 
    518 body, .contentBox h2, .contentBox h3, #rightcol h2, pre, code, #apphead h2 small, h3, th, td {
    519   font-size: x-small;
    520   voice-family: "\"}\"";
    521   voice-family: inherit;
    522   font-size: small;
    523 }
    524 
    525 small, div#footer, div#login, div.tabs th, div.tabs td, input, select, .paginate, .functnbar, .functnbar2, .functnbar3, #breadcrumbs, .courtesylinks, #rightcol div.help, .colbar, .tasknav, body.docs div#toc, #leftColumn, .legend, .bars {
    526   font-size: xx-small;
    527   voice-family: "\"}\"";
    528   voice-family: inherit;
    529   font-size: x-small;
    530 }
    531 
    532 .tabs td, .tabs th, dt, .tasknav .selfref, #login .username, .selection {
    533   font-weight: bold;
    534 }
    535 
    536 li.selection ul {
    537   font-weight: normal;
    538 }
    539 
    540 #apphead h2 em {
    541   font-style: normal;
    542 }
    543 
    544 #banner h1 {
    545   font-size: 1.25em;
    546 }
    547 
    548 /* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
    549 #bodyColumn h2 {
    550   margin-top: .3em;
    551   margin-bottom: .5em;
    552 }
    553 
    554 p, ul, ol, dl, .bars table {
    555   margin-top: .67em;
    556   margin-bottom: .67em;
    557 }
    558 
    559 form {
    560   margin: 0;
    561 }
    562 
    563 #bodyColumn {
    564   padding-left: 12px;
    565   padding-right: 12px;
    566   width: 100%;
    567   voice-family: "\"}\"";
    568   voice-family: inherit;
    569   width: auto;
    570 }
    571 
    572 html>body #bodyColumn {
    573   width: auto;
    574 }
    575 
    576 .docs {
    577   line-height: 1.4;
    578 }
    579 
    580 ol ol {
    581   list-style-type: lower-alpha;
    582 }
    583 
    584 ol ol ol {
    585   list-style-type: lower-roman;
    586 }
    587 
    588 .contentBox h2, .contentBox h3 {
    589   padding: 5px;
    590   margin-right: 2px;
    591 }
    592 
    593 .contentBox td, .contentBox th {
    594   padding: 2px 3px;
    595 }
    596 
    597 .h2 p, .h3 p, .h2 dt, .h3 dt {
    598   margin-right: 7px;
    599   margin-left: 7px;
    600 }
    601 
    602 .tasknav {
    603   margin-bottom: 1.33em;
    604 }
    605 
    606 div.colbar {
    607   padding: 3px;
    608   margin: 2px 2px 0;
    609 }
    610 
    611 .tabs {
    612   margin-top: .67em;
    613   margin-right: 2px;
    614   margin-left: 2px;
    615   padding-left: 8px;
    616 }
    617 
    618 .tabs td, .tabs th {
    619   padding: 3px 9px;
    620 }
    621 
    622 #rightcol div.www, #rightcol div.help {
    623   padding: 0 .5em;
    624 }
    625 
    626 body.docs #toc {
    627   position: absolute;
    628   top: 15px;
    629   left: 0px;
    630   width: 120px;
    631   padding: 0 20px 0 0;
    632 }
    633 
    634 body.docs #toc ul, #toc ol {
    635   margin-left: 0;
    636   padding-left: 0;
    637 }
    638 
    639 body.docs #toc li {
    640   margin-top: 7px;
    641   padding-left: 10px;
    642   list-style-type: none;
    643 }
    644 
    645 body.docs div.docs {
    646   margin: 61px 0 0 150px;
    647   padding: 1em 2em 1em 1em !important;
    648 }
    649 
    650 .docs p+p {
    651   text-indent: 5%;
    652   margin-top: -.67em;
    653 }
    654 
    655 .docs h2, .docs h3 {
    656   margin-bottom: .1em;
    657   padding-top: .3em;
    658 }
    659 
    660 .functnbar, .functnbar2, .functnbar3 {
    661   padding: 5px;
    662   margin: .67em 2px;
    663 }
    664 
    665 .functnbar3 {
    666   margin-top: 0;
    667 }
    668 
    669 body {
    670   padding: 1em;
    671 }
    672 
    673 body.composite, body.docs {
    674   margin: 0;
    675   padding: 0;
    676 }
    677 
    678 th, td {
    679   text-align: left;
    680   vertical-align: top;
    681 }
    682 
    683 .right {
    684   text-align: right !important;
    685 }
    686 
    687 .center {
    688   text-align: center !important;
    689 }
    690 
    691 .axial th, .axial th .strut {
    692   text-align: right;
    693 }
    694 
    695 .contentBox .axial td th {
    696   text-align: left;
    697 }
    698 
    699 body .stb {
    700   margin-top: 1em;
    701   text-indent: 0;
    702 }
    703 
    704 body .mtb {
    705   margin-top: 2em;
    706   text-indent: 0;
    707 }
    708 
    709 .courtesylinks {
    710   margin-top: 1em;
    711   padding-top: 1em;
    712 }
    713 
    714 dd {
    715   margin-bottom: .67em;
    716 }
    717 
    718 .toolgroup {
    719   margin-bottom: 6px;
    720 }
    721 
    722 .toolgroup .body {
    723   padding: 4px 4px 4px 0;
    724 }
    725 
    726 .toolgroup .label {
    727   padding: 4px;
    728 }
    729 
    730 .toolgroup .body div {
    731   padding-bottom: .3em;
    732   padding-left: 1em;
    733 }
    734 
    735 .toolgroup .body div div {
    736   margin-top: .3em;
    737   padding-bottom: 0;
    738 }
    739 
    740 .tier1 {
    741   margin-left: 0;
    742 }
    743 
    744 .tier2 {
    745   margin-left: 1.5em;
    746 }
    747 
    748 .tier3 {
    749   margin-left: 3em;
    750 }
    751 
    752 .tier4 {
    753   margin-left: 4.5em;
    754 }
    755 
    756 .tier5 {
    757   margin-left: 6em;
    758 }
    759 
    760 .tier6 {
    761   margin-left: 7.5em;
    762 }
    763 
    764 .tier7 {
    765   margin-left: 9em;
    766 }
    767 
    768 .tier8 {
    769   margin-left: 10.5em;
    770 }
    771 
    772 .tier9 {
    773   margin-left: 12em;
    774 }
    775 
    776 .tier10 {
    777   margin-left: 13.5em;
    778 }
    779 
    780 .filebrowse .expanded, .filebrowse .collapsed {
    781   padding-left: 34px;
    782 }
    783 
    784 .filebrowse .leafnode, .filebrowse .leaf {
    785   padding-left: 20px;
    786 }
    787 
    788 .messagechild {
    789   padding-left: 34px;
    790 }
    791 
    792 .filebrowse-alt .expanded, .filebrowse-alt .collapsed, .filebrowse-alt .leaf, .filebrowse-alt .leafnode, .expandedwaste, .collapsedwaste, .sortup, .sortdown {
    793   /* hide from macie5\*/
    794   float: left;
    795   /* resume */
    796   display: inline-block;
    797   height: 15px;
    798   width: 34px;
    799   padding-left: 0 !important;
    800 }
    801 
    802 .filebrowse-alt .leaf, .filebrowse-alt .leafnode, .sortup, .sortdown {
    803   width: 20px;
    804 }
    805 
    806 .filebrowse ul, .filebrowse-alt ul {
    807   list-style-type: none;
    808   padding-left: 0;
    809   margin-left: 0;
    810 }
    811 
    812 .filebrowse ul ul, .filebrowse-alt ul ul {
    813   margin-left: 1.5em;
    814   margin-top: 0;
    815   padding-top: .67em;
    816 }
    817 
    818 .filebrowse li, .filebrowse-alt li {
    819   margin-bottom: .67em;
    820 }
    821 
    822 td.filebrowse h2 {
    823   margin-top: 0;
    824 }
    825 
    826 .errormessage, .warningmessage, .donemessage, .infomessage, .docinfo, .dirinfo, .memberinfo, .usergroupinfo {
    827   margin: .67em 0;
    828   padding: .33em 0 .67em 42px;
    829   min-height: 32px;
    830 }
    831 
    832 .errormark, .warningmark, .donemark, .infomark {
    833   padding-left: 20px;
    834   min-height: 15px;
    835 }
    836 
    837 .alt {
    838   display: none;
    839 }
    840 
    841 #banner h1 {
    842   margin: 0;
    843 }
    844 
    845 .axial th, .axial th .strut, #leftColumn .strut {
    846   width: 12em;
    847 }
    848 
    849 #breadcrumbs {
    850   padding: 2px 8px;
    851 }
    852 
    853 /* Bad for IE
    854 .contentBox h2, .contentBox h3, .bars {
    855   clear: both;
    856 }
    857 */
    858 
    859 .legend {
    860   float: right;
    861 }
    862 
    863 .legend th, .bars th {
    864   text-align: right;
    865   padding-left: 1em;
    866 }
    867 
    868 .bars table {
    869   table-layout: fixed;
    870 }
    871 
    872 .bars th {
    873   width: 12em;
    874 }
    875 
    876 #projectdocumentlist td.filebrowse-alt {
    877   padding-right: .75em;
    878 }
    879 #organizationLogo img, #projectLogo img, #projectLogo span{
    880   margin: 8px;
    881 }
    882