[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

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

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


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