[ Index ]
 

Code source de Kupu-1.3.5

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

title

Body

[fermer]

/common/ -> kupudrawerstyles.css (source)

   1  /*****************************************************************************
   2   *
   3   * Kupu drawer styles
   4   *
   5   * Copyright (c) 2003-2005 Kupu Contributors. See CREDITS.txt
   6   *
   7   * Instead of customizing this file, it is recommended to add your own
   8   * CSS file.  Feel free to use whole or parts of this for your own
   9   * designs, but give credit where credit is due.
  10   *
  11   *****************************************************************************/
  12  
  13  /* $Id: kupudrawerstyles.css 21177 2005-12-15 14:39:58Z duncan $ */
  14  
  15  .kupu-drawer {
  16    position: absolute;
  17    display: none;
  18    border: solid 1px gray;
  19    border-top: solid 10px #c0c0c0;
  20    background-color: ButtonFace;
  21    padding: 0 8px 8px 8px;
  22    height: auto;
  23    width: 640px;
  24    z-index: 2;
  25    color: black;
  26  }
  27  
  28  .kupu-tabledrawer {
  29    width: 408px;
  30    left: 320px;
  31  }
  32  .kupu-tabledrawer .kupu-panels,
  33  .kupu-tabledrawer .kupu-panels table,
  34  .kupu-tabledrawer div.kupu-dialogbuttons {
  35    width: 400px;
  36  }
  37  
  38  .kupu-drawer h1 {
  39     height: auto; width: auto;
  40  }
  41  
  42  input#kupu-searchbox-input {
  43    width: 8em;
  44    margin-bottom: 6px;
  45    margin-top: 12px;
  46    padding: 2px;
  47  }
  48  
  49  div.kupu-linkdrawer-addlink td {
  50    border: 0;
  51  }
  52  input.kupu-linkdrawer-input {
  53     width: 500px;
  54  }
  55  iframe.kupu-linkdrawer-preview {
  56     width: 100%;
  57  }
  58  
  59  div#kupu-librarydrawer h1, div.kupu-drawer h1 {
  60    margin-top: 12px;
  61  }
  62  
  63  div.kupu-dialogbuttons {
  64    text-align: right;
  65    margin-top: 6px;
  66    margin-bottom: 6px;
  67    width: 640px; /* Mozilla bug */
  68  }
  69  
  70  div.kupu-drawer button {
  71    margin-right: 0.3em;
  72  }
  73  
  74  div.kupu-panels {
  75    width: 100%;
  76    background-color: ButtonFace;
  77    clear:both;
  78  }
  79  
  80  div.kupu-panels td {
  81  /*  font-size: 12px;*/
  82    background-color: white;
  83    vertical-align: top;
  84  }
  85  
  86  div.kupu-panels td.kupu-preview-button {
  87    vertical-align: bottom;
  88  }
  89  
  90  div.kupu-panels table {
  91   width: 100%;
  92   margin: 0; 
  93   padding: 0; 
  94   border: 0;
  95  }
  96  
  97  td.panel {
  98    height: 260px;
  99  }
 100  
 101  td#kupu-librariespanel {
 102    overflow: auto;
 103    width: 105px;
 104  }
 105  
 106  div#kupu-librariesitems {
 107    width: 105px;
 108    white-space: pre;
 109    height: 100%;
 110  }
 111  
 112  td#kupu-resourcespanel {
 113    overflow: auto;
 114    width: 185px;
 115  }
 116  
 117  div#kupu-resourceitems {
 118    white-space: pre;
 119    width: 200px;
 120    height: 100%;
 121  }
 122  
 123  div#kupu-properties {
 124    height: 100%;
 125  }
 126  
 127  div#kupu-librariesitems, div#kupu-resourceitems, div#kupu-properties {
 128    padding: 6px;
 129  }
 130  
 131  .overflow {
 132    overflow: auto;
 133    height: 100%;
 134  }
 135  
 136  div.response, div.collection {
 137    background-repeat: no-repeat;
 138    padding-left: 20px;
 139    height: 15px;
 140    margin-top: 0.1em;
 141    overflow: hidden;
 142    padding-top: 4px;
 143  }
 144  
 145  div.kupu-libsource, div.kupu-libsource-selected,
 146  div.kupu-resource, div.kupu-collection, div.kupu-upload {
 147    cursor: pointer;
 148    margin-bottom: 2px;
 149    vertical-align: text-bottom;
 150    white-space: pre;
 151  }
 152  div.kupu-upload {
 153     text-align: right; font-style: italic;
 154  }
 155  
 156  /*div.kupu-libsource-selected {
 157    background-repeat: no-repeat;
 158  }*/
 159  
 160  /*div.kupu-libsource-selected span,
 161   div.kupu-libsource span{
 162    margin-top: 3px;
 163    display: inline;
 164  }*/
 165  
 166  div.kupu-libsource-selected span {
 167    background-color: ButtonFace;  
 168  }
 169  
 170  #kupu-tabledrawer-edittable {
 171    display: none;
 172  }
 173  
 174  img.library-icon-collection, img.library-icon-resource {
 175    margin-right: 5px;
 176    height: 16px;
 177    width: 16px;
 178  }
 179  
 180  span.drawer-item-title {
 181    padding-left: 2px;
 182    padding-right: 2px;
 183    padding-top: 2px;
 184  }
 185  
 186  span.drawer-item-title.selected-item {
 187    background-color:#C0C0C0;
 188  }
 189  
 190  /* Local image upload form */
 191  
 192  #kupu-upload-file, #kupu-upload-title {
 193    margin-top: 0.1em;
 194    margin-bottom: 0.5em;
 195    width: 95%;
 196    clear:both;
 197  }
 198  
 199  #kupu-upload-instructions {
 200    margin-top: 0.5em;
 201    margin-bottom: 1em;
 202    clear:both;
 203    line-height: normal;
 204  }
 205  
 206  th.kupu-toolbox-label {
 207     text-align:right;
 208     width: 5%;
 209     white-space: nowrap;
 210  }


Généré le : Sun Feb 25 15:30:41 2007 par Balluche grâce à PHPXref 0.7