[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/stylesheets/ -> treemenu.css (source)

   1  /* CONTENTSTRUCTURE TREE MENU STYLES */
   2  
   3  div#contentstructure
   4  {
   5      width: 100%;
   6      overflow: auto;
   7      overflow: -moz-scrollbars-horizontal;  /* hide vertical scrollbar in Mozilla */
   8      padding-top: 0.5em;
   9  }
  10  
  11  div#contentstructure ul#content_tree_menu
  12  {
  13      margin-top: 0;    
  14      margin-left: 0.25em;
  15      padding-left: 0.5em;
  16  }
  17  
  18  div#contentstructure ul#content_tree_menu ul
  19  {
  20      margin: 0;
  21      padding-top: 4px;
  22      padding-bottom: 0;
  23  }
  24  
  25  div#contentstructure ul#content_tree_menu ul ul
  26  {
  27      margin-left: 0;
  28  }
  29  
  30  div#contentstructure ul#content_tree_menu li
  31  {
  32      list-style-type: none;
  33      white-space: nowrap;
  34  }
  35  
  36  div#contentstructure ul#content_tree_menu ul li
  37  {
  38      margin: 0;
  39      padding-top: 0;
  40      padding-left: 20px;
  41      padding-bottom: 4px;
  42      background-image: url(../images/bg_content_tree_li.gif);
  43      background-repeat: no-repeat;
  44  }
  45  
  46  div#contentstructure ul#content_tree_menu ul li.lastli
  47  {
  48      background-image: url(../images/bg_content_tree_li_last.gif);
  49      padding-bottom: 2px;
  50  }
  51  
  52  div#contentstructure ul#content_tree_menu li img
  53  {
  54      vertical-align: middle;
  55  }
  56  
  57  div#contentstructure a.nodeicon
  58  {
  59      margin-left: 0;
  60      padding-left: 0;
  61  }
  62  
  63  div#contentstructure a.nodetext
  64  {
  65      color: #315578;
  66      text-decoration: none;
  67  }
  68  
  69  div#contentstructure a.nodetext:hover
  70  {
  71      color: #000000;
  72      text-decoration: underline;
  73  }
  74  
  75  div#contentstructure li.currentnode a.nodetext:hover
  76  {
  77      text-decoration: none;
  78  }
  79  
  80  div#contentstructure li.currentnode li a.nodetext:hover
  81  {
  82      color: #000000;
  83      text-decoration: underline;
  84  }
  85  
  86  div#contentstructure li span.node-name-normal
  87  {
  88      font-weight: normal;
  89  }
  90  
  91  div#contentstructure li.currentnode a.nodetext span.node-name-normal, div#contentstructure li.currentnode a.nodetext span.node-name-hidden, div#contentstructure li.currentnode a.nodetext span.node-name-hiddenbyparent /* Highlighting of current node */
  92  {
  93      font-weight: bold;
  94      color: #ffffff;
  95      background-color: #f08c00;
  96      padding: 0 0.25em 0 0.2em;
  97  }
  98  
  99  div#contentstructure li.currentnode li a.nodetext span.node-name-normal, div#contentstructure li.currentnode li a.nodetext span.node-name-hidden, div#contentstructure li.currentnode li a.nodetext span.node-name-hiddenbyparent
 100  {
 101      font-weight: normal;
 102      color: #315578;
 103      background-color: transparent;
 104      padding: 0;
 105  }
 106  
 107  div#contentstructure li a.nodetext span.node-name-hidden, div#contentstructure li.currentnode li a.nodetext span.node-name-hidden
 108  {
 109      font-weight: normal;
 110      font-style: normal;
 111      background-color: #e0e0c9;
 112      padding: 0 0.2em 0 0.2em;
 113  }
 114  
 115  div#contentstructure li a.nodetext span.node-name-hiddenbyparent, div#contentstructure li.currentnode li a.nodetext span.node-name-hiddenbyparent
 116  {
 117      font-weight: normal;
 118      font-style: normal;
 119      background-color: #eff0e4;
 120      padding: 0 0.2em 0 0.2em;
 121  }
 122  
 123  div#contentstructure span.node-hidden, div#contentstructure span.node-hiddenbyparent
 124  {
 125      display: none;
 126  }
 127  
 128  div#contentstructure a.openclose, span.openclose
 129  {
 130      text-decoration: none;
 131  }
 132  
 133  div#contentstructure a.openclose img, span.openclose img
 134  {
 135      margin: 0;
 136      cursor: default;
 137  }
 138  
 139  div#contentstructure a.openclose, div#contentstructure span.openclose
 140  {
 141      color: #315578;
 142  }
 143  
 144  div#contentstructure span.openclose
 145  {
 146      visibility: hidden;
 147  }


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7