IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippMonitor/raw/ipp.css

    r18193 r28794  
    55 */
    66
    7 body  { bgcolor: #a0d0e0; background-color: #a0d0e0; padding: 5px; margin: 5px }
    8 
    9 a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #ff0000 }
    10 
    11 a.button      { text-decoration: none; font-weight: bold;   color: #000000; background: #0080c0}
    12 a.menutop     { text-decoration: none; font-weight: bold;   color: #ffffff}
    13 a.menutops    { text-decoration: none; font-weight: bold;   color: #80f0ff}
    14 a.menuext     { text-decoration: none; font-weight: bold;   color: #ffffff}
    15 a.menulink    { text-decoration: none; font-weight: normal; color: #000000}
    16 a.menuselect  { text-decoration: none; font-weight: normal; color: #0000ff}
    17 a.piclink     { text-decoration: none; font-weight: normal; color: #0080c0}
    18 
    19 td.menutop    { text-align: left; background: #0080c0; font-size: small; color: #ffffff; padding: 2px; }
    20 td.menutops   { text-align: left; background: #0080c0; font-size: small; color: #000000; padding: 2px; }
    21 td.menuext    { text-align: left; background: #303070; font-size: small; color: #ffffff; padding: 2px; }
    22 td.menulink   { text-align: left; background: #d0d0ff; font-size: small; color: #000000; padding: 2px; font-weight: normal; text-indent: 0px; }
    23 td.menuselect { text-align: left; background: #d0d0ff; font-size: small; color: #ff0000; padding: 2px; font-weight: normal; text-indent: 0px; }
    24 td.menuline   { text-align: left; background: #d0d0ff; font-size: small; color: #000000; padding: 2px; font-weight: normal; text-indent: 0px; }
    25 
    26 td.picture    { text-align: left; background: #00ffff; font-size: small; color: #ff0000; padding: 0px; text-indent: 2px; font-weight: normal; }
    27 td.piclink    { text-align: left; background: #0080c0; font-size: small; color: #ff0000; padding: 0px; text-indent: 0px; font-weight: normal; }
    28 
    29 table.page { border: 0px solid #0080c0; background: #a0d0e0; padding: 0px}
    30 
    31 td.title { background-color: #ff0000; padding: 5px; font-size: x-large; text-align: left; vertical-align: top}
     7body  {
     8    background-color: #a0d0e0;
     9    padding: 5px;
     10    margin: 5px
     11}
     12
     13div.debug {
     14    height: 15%;
     15    background-color: #ffffaa;
     16    overflow: auto;
     17}
     18
     19a:link, a:visited, a:active {
     20    text-decoration: underline;
     21    font-weight: bold;
     22    color: #ff0000
     23}
     24
     25a.button      {
     26    text-decoration: none;
     27    font-weight: bold;   
     28    color: #000000;
     29    background: #0080c0
     30}
     31a.menutop     {
     32    text-decoration: none;
     33    font-weight: bold;   
     34    color: #ffffff
     35}
     36a.menutops    {
     37    text-decoration: none;
     38    font-weight: bold;   
     39    color: #80f0ff
     40}
     41a.menuext     {
     42    text-decoration: none;
     43    font-weight: bold;   
     44    color: #ffffff
     45}
     46a.menulink    {
     47    text-decoration: none;
     48    font-weight: normal;
     49    color: #000000
     50}
     51a.menuselect  {
     52    text-decoration: none;
     53    font-weight: normal;
     54    color: #0000ff
     55}
     56a.piclink     {
     57    text-decoration: none;
     58    font-weight: normal;
     59    color: #0080c0
     60}
     61
     62td.menutop    {
     63    text-align: left;
     64    background: #0080c0;
     65    font-size: small;
     66    color: #ffffff;
     67    padding: 2px;
     68}
     69td.menutops   {
     70    text-align: left;
     71    background: #0080c0;
     72    font-size: small;
     73    color: #000000;
     74    padding: 2px;
     75}
     76td.menuext    {
     77    text-align: left;
     78    background: #303070;
     79    font-size: small;
     80    color: #ffffff;
     81    padding: 2px;
     82}
     83td.menulink   {
     84    text-align: left;
     85    background: #d0d0ff;
     86    font-size: small;
     87    color: #000000;
     88    padding: 2px;
     89    font-weight: normal;
     90    text-indent: 0px;
     91}
     92td.menuselect {
     93    text-align: left;
     94    background: #d0d0ff;
     95    font-size: small;
     96    color: #ff0000;
     97    padding: 2px;
     98    font-weight: normal;
     99    text-indent: 0px;
     100}
     101td.menuline   {
     102    text-align: left;
     103    background: #d0d0ff;
     104    font-size: small;
     105    color: #000000;
     106    padding: 2px;
     107    font-weight: normal;
     108    text-indent: 0px;
     109}
     110
     111td.picture    {
     112    text-align: left;
     113    background: #00ffff;
     114    font-size: small;
     115    color: #ff0000;
     116    padding: 0px;
     117    text-indent: 2px;
     118    font-weight: normal;
     119}
     120td.piclink    {
     121    text-align: left;
     122    background: #0080c0;
     123    font-size: small;
     124    color: #ff0000;
     125    padding: 0px;
     126    text-indent: 0px;
     127    font-weight: normal;
     128}
     129
     130table.page {
     131    border: 0px solid #0080c0;
     132    background: #a0d0e0;
     133    padding: 0px
     134}
     135
     136td.title {
     137    background-color: #ff0000;
     138    padding: 5px;
     139    font-size: x-large;
     140    text-align: left;
     141    vertical-align: top
     142}
    32143
    33144td.body  {
    34145           text-align: left;
    35            font-size: normal; 
     146           font-size: small; 
    36147           font-weight: normal; 
    37148           vertical-align: top;
     
    42153}
    43154
    44 table.menu { text-align: left;
    45              font-size: small;
    46              font-weight: normal;
    47              background: #ff0000;
    48              border: 3px solid #0080c0;
    49              padding: 0px;
    50 }
    51 
    52 table.select { text-align: left;
    53              font-size: small;
    54              font-weight: normal;
    55              background: #0080c0;
    56              border: 1px solid #0080c0;
    57              padding: 0px;
     155table.menu {
     156    text-align: left;
     157    font-size: small;
     158    font-weight: normal;
     159    background: #ff0000;
     160    border: 3px solid #0080c0;
     161    padding: 0px;
     162}
     163
     164table.select {
     165    text-align: left;
     166    font-size: small;
     167    font-weight: normal;
     168    background: #0080c0;
     169    border: 1px solid #0080c0;
     170    padding: 0px;
    58171}
    59172
    60173td.select  {
    61            text-align: left;
    62            font-size: normal; 
    63            font-weight: bold; 
    64            vertical-align: top;
    65            color: #ffffff;
    66            background: #0080c0;
    67            background-color: #0080c0;
    68            border: 2px solid #0080c0;
    69            padding: 2px;
     174    text-align: left;
     175    font-size: small; 
     176    font-weight: bold; 
     177    vertical-align: top;
     178    color: #ffffff;
     179    background: #0080c0;
     180    background-color: #0080c0;
     181    border: 2px solid #0080c0;
     182    padding: 2px;
    70183}
    71184
    72185th.select  {
    73186           text-align: left;
    74            font-size: normal; 
     187           font-size: small; 
    75188           font-weight: bold; 
    76189           vertical-align: top;
     
    92205td.list  {
    93206           text-align: left;
    94            font-size: normal; 
     207           font-size: small; 
    95208           font-weight: normal; 
    96209           vertical-align: top;
     
    103216td.list_off  {
    104217           text-align: left;
    105            font-size: normal; 
     218           font-size: small; 
    106219           font-weight: normal; 
    107220           vertical-align: top;
     
    114227td.list_drop  {
    115228           text-align: left;
    116            font-size: normal; 
     229           font-size: small; 
    117230           font-weight: normal; 
    118231           vertical-align: top;
     
    125238td.list_run  {
    126239           text-align: left;
    127            font-size: normal; 
     240           font-size: small; 
    128241           font-weight: normal; 
    129242           vertical-align: top;
     
    136249td.det_off  {
    137250           text-align: left;
    138            font-size: normal; 
     251           font-size: small; 
    139252           font-weight: normal; 
    140253           vertical-align: top;
     
    147260td.det_drop  {
    148261           text-align: left;
    149            font-size: normal; 
     262           font-size: small; 
    150263           font-weight: normal; 
    151264           vertical-align: top;
     
    158271td.det_add  {
    159272           text-align: left;
    160            font-size: normal; 
     273           font-size: small; 
    161274           font-weight: normal; 
    162275           vertical-align: top;
     
    169282th.list  {
    170283           text-align: left;
    171            font-size: normal; 
     284           font-size: small; 
    172285           font-weight: bold; 
    173286           vertical-align: top;
     
    178291}
    179292
     293td.ul3x2    {
     294    text-align: right;
     295    vertical-align: bottom;
     296    padding: 0px;
     297    text-indent: 0px;
     298}
     299td.uc3x2    {
     300    text-align: center;
     301    vertical-align: bottom;
     302    padding: 0px;
     303    text-indent: 0px;
     304}
     305td.ur3x2    {
     306    text-align: left;
     307    vertical-align: bottom;
     308    padding: 0px;
     309    text-indent: 0px;
     310}
     311td.ll3x2    {
     312    text-align: right;
     313    vertical-align: top;
     314    padding: 0px;
     315    text-indent: 0px;
     316}
     317td.lc3x2    {
     318    text-align: center;
     319    vertical-align: top;
     320    padding: 0px;
     321    text-indent: 0px;
     322}
     323td.lr3x2    {
     324    text-align: left;
     325    vertical-align: top;
     326    padding: 0px;
     327    text-indent: 0px;
     328}
Note: See TracChangeset for help on using the changeset viewer.