[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/themes/cornflower/ -> screen.css (source)

   1  /**
   2   * $Horde: horde/themes/cornflower/screen.css,v 1.8.6.4 2005/10/18 11:34:13 jan Exp $
   3   */
   4  
   5  body {
   6      background: #fff;
   7      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   8  }
   9  a {
  10      color: #339;
  11  }
  12  a.fixed {
  13      color: #339;
  14  }
  15  a.widget {
  16      color: #000;
  17  }
  18  input {
  19      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  20      background: #fff;
  21      border: 1px solid #666;
  22  }
  23  textarea {
  24      color: #333;
  25      background: #fff;
  26      border: 1px solid #666;
  27  }
  28  select,option {
  29      color: #000033;
  30      background: #fcfcfc;
  31  }
  32  
  33  /* Sidebar styles. */
  34  #sidebarPanel {
  35      border-right: 1px solid #006;
  36      border-bottom: 1px solid #006;
  37      background: #f3f7f8;
  38  }
  39  #sidebarPanel a {
  40      border: 1px solid #f3f7f8;
  41      padding-left: 1px;
  42      padding-bottom: 2px;
  43  }
  44  #sidebarPanel a:hover {
  45      background: #ccc;
  46      border: 1px solid #000;
  47      text-decoration: none;
  48  }
  49  #expandButton {
  50      margin-right: 1px;
  51  }
  52  
  53  /* Menu styles. */
  54  #menu {
  55      background: #cccce5;
  56      border-bottom: 2px solid #006;
  57      color: #000;
  58  }
  59  #menu a {
  60      color: #000;
  61      font-family: Verdana,Helvetica,sans-serif;
  62      font-size: 11px;
  63      font-weight: normal;
  64  }
  65  #menu a:hover {
  66      color: #fff;
  67      border: none;
  68      padding: 3px;
  69  }
  70  #menu a.current {
  71      background: #f3f7f8;
  72      border-bottom: 1px solid #ddd;
  73      border-right: 1px solid #ddd;
  74      border-left: 1px solid #000;
  75      border-top: 1px solid #000;
  76      padding: 2px;
  77  }
  78  #menu a.current:hover {
  79      color: #000;
  80      padding: 2px;
  81  }
  82  
  83  .header {
  84      color: #333;
  85      background: #cccce5;
  86      border-bottom: 1px solid #339;
  87  }
  88  a.header:hover {
  89      color: #03c;
  90      text-decoration: none;
  91  }
  92  a.header {
  93      border-bottom: none;
  94      background-image: none;
  95      background: transparent;
  96  }
  97  .light {
  98      color: #333;
  99  }
 100  .smallheader {
 101      background-image: none;
 102      background: transparent;
 103      color: #333;
 104      font-family: Verdana,Helvetica,sans-serif;
 105      font-size: 11px;
 106  }
 107  .smallheader a {
 108      color: #339;
 109  }
 110  a.smallheader:hover {
 111      color: #03c;
 112  }
 113  .control {
 114      background: #ddd;
 115  }
 116  .item {
 117      background: #e9e9e9;
 118  }
 119  /* Alternating styles. item0, item1 are deprecated. */
 120  .rowEven, .item0 {
 121      background: #eee;
 122  }
 123  .rowOdd, .item1 {
 124      background: #fff;
 125  }
 126  .button {
 127      color: #000;
 128      background: #ccc;
 129      border-bottom: 1px solid #333;
 130      border-right: 1px solid #000;
 131      border-left: 1px solid #c4c4b8;
 132      border-top: 1px solid #c4c4b8;
 133      -moz-border-radius: 5px;
 134  }
 135  .button:hover {
 136      background: #cdf;
 137  }
 138  .selected {
 139      background: #c6d3ff;
 140  }
 141  
 142  /* Tab styles. */
 143  .tabset {
 144      background: #fff url("graphics/tab_bottom.gif") repeat-x bottom;
 145      font-size: 11px;
 146  }
 147  .tabset li {
 148      margin: 0;
 149      background: url("graphics/tab_right.gif") no-repeat right top;
 150  }
 151  .tabset li a, .tabset li a:hover {
 152      background: url("graphics/tab_left.gif") no-repeat left top;
 153      margin: 0;
 154      padding: 3px 15px;
 155      color: #765;
 156      border: none;
 157      border-bottom: 1px solid #765;
 158  }
 159  .tabset li a:hover {
 160      color: #333;
 161      background: url("graphics/tab_left.gif") no-repeat left top;
 162  }
 163  .tabset li.activeTab {
 164      background: url("graphics/tab_right.gif") no-repeat right top;
 165  }
 166  .tabset li.activeTab a {
 167      color: #333;
 168      background: url("graphics/tab_left.gif") no-repeat left top;
 169      border-bottom: 1px solid #fff;
 170  }
 171  .tabset li.activeTab a:hover {
 172      color: #999;
 173      background: url("graphics/tab_left.gif") no-repeat left top;
 174      border-bottom: 1px solid #fff;
 175  }


Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7