home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / tab.webfx.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-24  |  1.5 KB  |  87 lines

  1. /*
  2.  
  3. bright: rgb(234,242,255);
  4. normal: rgb(120,172,255);
  5. dark:    rgb(0,66,174);
  6.  
  7. */
  8.  
  9.  
  10.  
  11.  
  12. .dynamic-tab-pane-control.tab-pane {
  13.     position:    relative;
  14.     width:        100%;
  15. }
  16.  
  17. .dynamic-tab-pane-control .tab-row .tab {
  18.     font-family:    Verdana, Helvetica, Arial;
  19.     font-size:        12px;
  20.     cursor:            Default;
  21.     display:        inline;
  22.     margin:            1px -5px 1px 5px;
  23.     float:            left;
  24.     padding:        3px 6px 3px 6px;
  25.     background:        rgb(234,242,255);
  26.     border:            1px solid;
  27.     border-color:    #006600;
  28.     border-left:    0;
  29.     border-bottom:    0;
  30.     border-top:        0;
  31.     
  32.     cursor:            hand;
  33.     cursor:            pointer;
  34.     
  35.     z-index:        1;
  36.     position:        relative;
  37.     top:            0;
  38. }
  39.  
  40. .dynamic-tab-pane-control .tab-row .tab.selected {
  41.     border:            1px solid #006600;
  42.     border-bottom:    0;
  43.     z-index:        3;
  44.     padding:        2px 6px 5px 6px;
  45.     margin:            1px -6px -2px 0px;
  46.     top:            -2px;
  47.     background:        white;
  48. }
  49.  
  50. .dynamic-tab-pane-control .tab-row .tab a {
  51.     font-family:        Verdana, Helvetica, Arial;
  52.     font-size:            13px;
  53.     color:                #006600;
  54.     text-decoration:    none;
  55.     cursor:            hand;
  56.     cursor:            pointer;    
  57. }
  58.  
  59. .dynamic-tab-pane-control .tab-row .hover a {
  60.     color:    #006600;
  61. }
  62.  
  63. .dynamic-tab-pane-control .tab-row .tab.selected a {
  64.     font-weight:    bold;
  65. }
  66.  
  67. .dynamic-tab-pane-control .tab-page {
  68.     clear:            both;
  69.     border:            1px solid #006600;
  70.     background:        White;
  71.     z-index:        2;
  72.     position:        relative;
  73.     top:            -2px;
  74.     color:            Black;
  75.     font-family:    Verdana, Helvetica, Arial;
  76.     font-size:        13px;
  77.     padding:        10px;
  78. }
  79.  
  80. .dynamic-tab-pane-control .tab-row {
  81.     z-index:        1;
  82.     white-space:    nowrap;
  83.     background:        rgb(234,242,255);
  84.     height:            1.85em;
  85.     width:            100%;
  86. }
  87.