[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/ -> screen.css (source)

   1  /**
   2   * $Horde: imp/themes/screen.css,v 1.2.2.15 2006/07/13 11:55:49 jan Exp $
   3   */
   4  
   5  /* Align styles, added for BC. */
   6  .leftAlign {
   7     text-align: left;
   8  }
   9  .rightAlign {
  10     text-align: right;
  11  }
  12  .leftFloat {
  13     float: left;
  14  }
  15  .rightFloat {
  16     float: right;
  17  }
  18  
  19  /* Menu bottom margin, added for BC. */
  20  #menu {
  21      margin-bottom: 8px;
  22  }
  23  
  24  /* Message list table styles. */
  25  .messageList {
  26      table-layout: fixed;
  27      width: 100%;
  28  }
  29  .messageList tr {
  30      height: 20px;
  31  }
  32  .messageList th {
  33      text-align: left;
  34      cursor: pointer;
  35      white-space: nowrap;
  36  }
  37  .messageList td {
  38      white-space: nowrap;
  39      overflow: hidden;
  40      text-overflow: ellipsis;
  41  }
  42  .messageList img {
  43      vertical-align: middle;
  44  }
  45  
  46  /* Style for div that fixes KHTML browsers. */
  47  .ohide {
  48      overflow: hidden;
  49  }
  50  
  51  /* Based on the Mozilla default defintions */
  52  #html-message td {
  53      padding: 0;
  54  }
  55  #html-message ul {
  56      display: block;
  57      list-style-type: disc;
  58      margin: 1em 0;
  59      -moz-padding-start: 40px;
  60  }
  61  #html-message ol {
  62      display: block;
  63      list-style-type: decimal;
  64      margin: 1em 0;
  65      -moz-padding-start: 40px;
  66  }
  67  #html-message li {
  68      display: list-item;
  69  }
  70  #html-message p {
  71      display: block;
  72      margin: 1em 0;
  73  }
  74  #html-message blockquote {
  75      margin: 1em 40px;
  76  }
  77  #html-message blockquote[type="cite"] {
  78      margin-left: 0;
  79      margin-right: 0;
  80      padding-left: 1em;
  81  }
  82  
  83  /* Legend styles. */
  84  .mailboxLegend {
  85      padding: 5px;
  86  }
  87  .mailboxLegend li {
  88      color: #000;
  89      font-family: Geneva,Arial,Helvetica,sans-serif;
  90      font-size: 11px;
  91      list-style: none;
  92      display: inline;
  93  }
  94  .mailboxLegend li div {
  95      float: left;
  96      margin-right: 1em;
  97  }
  98  .mailboxLegend li div div {
  99      padding: 2px;
 100      border: 1px solid #666;
 101      margin-right: .3em;
 102  }
 103  
 104  .composebody {
 105      font-family: monospace,fixed;
 106      font-size: 12px;
 107  }
 108  .folders {
 109      font-size: 12px;
 110  }
 111  .folderselect {
 112      padding-top: 5px;
 113  }
 114  .seen {
 115      background: #fff;
 116  }
 117  .seen:hover, .seen-over {
 118      background: #f3f3f3;
 119  }
 120  .deleted {
 121      background: #999;
 122  }
 123  tr.deleted:hover, tr.deleted-over {
 124      background: #777;
 125  }
 126  .important {
 127      background: #fcc;
 128  }
 129  tr.important:hover, tr.important-over {
 130      background: #faa;
 131  }
 132  .unseen {
 133      background: #eef;
 134  }
 135  tr.unseen:hover, tr.unseen-over {
 136      background: #ccf;
 137  }
 138  .answered {
 139      background: #cfc;
 140  }
 141  tr.answered:hover, tr.answered-over {
 142      background: #9e9;
 143  }
 144  .folderunsub {
 145      font-style: italic;
 146  }
 147  .quotawarn {
 148      color: #000;
 149      background: yellow;
 150  }
 151  .quotaalert {
 152      color: #fff;
 153      background: #f00;
 154  }
 155  
 156  /* Pad the addressbook icon in header compose links. */
 157  .msgheader img {
 158      vertical-align: middle;
 159      padding: 1px;
 160  }


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics