[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/default/treeview/ -> tree.css (source)

   1  #expandcontractdiv {
   2      font-size: xx-small;
   3      text-align: center;
   4      margin: 0px auto 5px auto;
   5  }
   6  
   7  #serendipityAdminBodyImageSelectorTree {
   8      background-color: #EEE;
   9      background-image: none;
  10      border-right: 1px dotted black;
  11      height: 100%;
  12  }
  13  
  14  #media_frame_tree {
  15      background-color: #EEE;
  16  }
  17  
  18  #footerContainer {
  19      text-align: center;
  20      margin: 0px auto 0px auto;
  21      white-space: nowrap;
  22  }
  23  
  24  
  25  #serendipityAdminBodyImageSelectorTree .serendipityAdminContent {
  26      padding: 0px;
  27  }
  28  
  29  /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
  30  
  31  /* first or middle sibling, no children */
  32  .ygtvtn {
  33      width:16px; height:22px;
  34      background: url(tn.gif) 0 0 no-repeat;
  35  }
  36  
  37  /* first or middle sibling, collapsable */
  38  .ygtvtm {
  39      width:16px; height:22px;
  40      cursor:pointer ;
  41      background: url(tm.gif) 0 0 no-repeat;
  42  }
  43  
  44  /* first or middle sibling, collapsable, hover */
  45  .ygtvtmh {
  46      width:16px; height:22px;
  47      cursor:pointer ;
  48      background: url(tmh.gif) 0 0 no-repeat;
  49  }
  50  
  51  /* first or middle sibling, expandable */
  52  .ygtvtp {
  53      width:16px; height:22px;
  54      cursor:pointer ;
  55      background: url(tp.gif) 0 0 no-repeat;
  56  }
  57  
  58  /* first or middle sibling, expandable, hover */
  59  .ygtvtph {
  60      width:16px; height:22px;
  61      cursor:pointer ;
  62      background: url(tph.gif) 0 0 no-repeat;
  63  }
  64  
  65  /* last sibling, no children */
  66  .ygtvln {
  67      width:16px; height:22px;
  68      background: url(ln.gif) 0 0 no-repeat;
  69  }
  70  
  71  /* Last sibling, collapsable */
  72  .ygtvlm {
  73      width:16px; height:22px;
  74      cursor:pointer ;
  75      background: url(lm.gif) 0 0 no-repeat;
  76  }
  77  
  78  /* Last sibling, collapsable, hover */
  79  .ygtvlmh {
  80      width:16px; height:22px;
  81      cursor:pointer ;
  82      background: url(lmh.gif) 0 0 no-repeat;
  83  }
  84  
  85  /* Last sibling, expandable */
  86  .ygtvlp {
  87      width:16px; height:22px;
  88      cursor:pointer ;
  89      background: url(lp.gif) 0 0 no-repeat;
  90  }
  91  
  92  /* Last sibling, expandable, hover */
  93  .ygtvlph {
  94      width:17px; height:22px; cursor:pointer ;
  95      background: url(lph.gif) 0 0 no-repeat;
  96  }
  97  
  98  /* Loading icon */
  99  .ygtvloading {
 100      width:16px; height:22px;
 101      background: url(loading.gif) 0 0 no-repeat;
 102  }
 103  
 104  /* the style for the empty cells that are used for rendering the depth
 105   * of the node */
 106  .ygtvdepthcell {
 107      width:16px; height:22px;
 108      background: url(vline.gif) 0 0 no-repeat;
 109  }
 110  
 111  .ygtvblankdepthcell { width:16px; height:22px; }
 112  
 113  /* the style of the div around each node */
 114  .ygtvitem { }
 115  
 116  /* the style of the div around each node's collection of children */
 117  .ygtvchildren { }
 118  * html .ygtvchildren { height:2%; }
 119  
 120  /* the style of the text label in ygTextNode */
 121  .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
 122      margin-left:2px;
 123      text-decoration: none;
 124  }
 125  


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics