[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/libraries/ckeditor/_source/skins/kama/ -> richcombo.css (source)

   1  /*

   2  Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.

   3  For licensing, see LICENSE.html or http://ckeditor.com/license

   4  */
   5  
   6  /* Special Combo */

   7  
   8  .cke_skin_kama .cke_rcombo
   9  {
  10      display: inline;
  11  }
  12  
  13  .cke_skin_kama .cke_rtl .cke_rcombo
  14  {
  15  }
  16  
  17  .cke_skin_kama .cke_rcombopanel
  18  {
  19      border: 1px solid #8F8F73;
  20      -moz-border-radius-topleft: 0;
  21      -webkit-border-top-left-radius: 0;
  22      border-top-left-radius: 0;
  23      height: auto;
  24      _height: 100px;
  25  }
  26  
  27  /* IE6 workaround, shouldn't be here */

  28  .cke_skin_kama .cke_browser_iequirks .cke_rcombopanel,
  29  .cke_skin_kama .cke_browser_ie6 .cke_rcombopanel
  30  {
  31  /*    width: 150px;*/

  32  }
  33  
  34  .cke_skin_kama .cke_rcombo a,
  35  .cke_skin_kama .cke_rcombo a:active,
  36  .cke_skin_kama .cke_rcombo a:hover
  37  {
  38      -moz-border-radius: 5px;
  39      -webkit-border-radius: 5px;
  40      border-radius: 5px;
  41      background-image: url(images/sprites.png);
  42      _background-image: url(images/sprites_ie6.png);
  43      background-repeat: repeat-x;
  44      background-position: 0 -100px;
  45      border-bottom:1px solid #DAD9D9;
  46      border-right:1px solid #DAD9D9;
  47      float:left;
  48      padding: 2px;
  49      height: 21px;
  50      margin-right: 6px;
  51  }
  52  
  53  .cke_skin_kama .cke_rtl .cke_rcombo a,
  54  .cke_skin_kama .cke_rtl .cke_rcombo a:active,
  55  .cke_skin_kama .cke_rtl .cke_rcombo a:hover
  56  {
  57      float:right;
  58      margin-right: 0;
  59      margin-left: 6px;
  60  }
  61  
  62  .cke_skin_kama .cke_hc .cke_rcombo a
  63  {
  64      filter: alpha(opacity=100); /* IE */
  65      opacity: 1.0; /* Safari, Opera and Mozilla */
  66  }
  67  
  68  .cke_skin_kama .cke_rcombo .cke_label
  69  {
  70      display: none;
  71      line-height: 26px;
  72      vertical-align: top;
  73      margin-right: 5px;
  74      filter: alpha(opacity=70); /* IE */
  75      opacity: 0.70; /* Safari, Opera and Mozilla */
  76      /* background-color: #f1f1e3;    Because of IE6+ClearType */

  77  }
  78  
  79  .cke_skin_kama .cke_rtl .cke_rcombo .cke_label
  80  {
  81      margin-right: 0;
  82      margin-left: 5px;
  83  }
  84  
  85  .cke_skin_kama .cke_rcombo .cke_inline_label
  86  {
  87      line-height: 21px;
  88      font-style: italic;
  89      color: #666666;
  90  }
  91  
  92  .cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton
  93  {
  94      vertical-align: top;
  95  }
  96  
  97  .cke_skin_kama .cke_hc .cke_rcombo .cke_label
  98  {
  99      filter: alpha(opacity=100);
 100      opacity: 1.0;
 101  }
 102  
 103  .cke_skin_kama .cke_rcombo .cke_text
 104  {
 105      filter: alpha(opacity=70); /* IE */
 106      opacity: 0.70; /* Safari, Opera and Mozilla */
 107  
 108      height: 21px;
 109      line-height: 21px;
 110      width:60px;
 111      text-overflow: ellipsis;
 112      overflow: hidden;
 113      display: inline-block;
 114      margin: 0 2px 0 4px;
 115      cursor: default;
 116  }
 117  
 118  .cke_skin_kama .cke_rtl .cke_rcombo .cke_text
 119  {
 120      margin: 0 4px 0 2px;
 121  }
 122  
 123  .cke_skin_kama .cke_rcombo .cke_openbutton
 124  {
 125      background-image: url(images/sprites.png);
 126      _background-image: url(images/sprites_ie6.png);
 127      background-position: 0 -68px;
 128      background-repeat: no-repeat;
 129      display: inline-block;
 130      width: 17px;
 131      height: 19px;
 132      margin: 1px 2px;
 133      background-repeat: no-repeat;
 134  }
 135  
 136  .cke_skin_kama .cke_rcombo .cke_openbutton span
 137  {
 138      display: none;
 139  }
 140  
 141  .cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton span
 142  {
 143      display    : inline;
 144  }
 145  
 146  .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton
 147  {
 148      margin-bottom: 0;
 149  }
 150  
 151  .cke_skin_kama .cke_rcombo .cke_off a:hover .cke_text,
 152  .cke_skin_kama .cke_rcombo .cke_off a:focus .cke_text,
 153  .cke_skin_kama .cke_rcombo .cke_off a:active .cke_text,
 154  .cke_skin_kama .cke_rcombo .cke_on .cke_text
 155  {
 156      border-color: #316ac5;
 157      filter: alpha(opacity=100); /* IE */
 158      opacity: 1; /* Safari, Opera and Mozilla */
 159  }
 160  
 161  .cke_skin_kama .cke_rcombo .cke_off a:hover .cke_openbutton,
 162  .cke_skin_kama .cke_rcombo .cke_off a:focus .cke_openbutton,
 163  .cke_skin_kama .cke_rcombo .cke_off a:active .cke_openbutton,
 164  .cke_skin_kama .cke_rcombo .cke_on .cke_openbutton
 165  {
 166      border-color: #316ac5;
 167      background-color: #dff1ff;
 168  }
 169  
 170  .cke_skin_kama .cke_rcombo .cke_on .cke_text
 171  {
 172      -moz-border-radius-bottomleft: 0px;
 173      -webkit-border-bottom-left-radius: 0px;
 174      border-bottom-left-radius: 0px;
 175  }
 176  
 177  .cke_skin_kama .cke_rcombo .cke_on .cke_openbutton
 178  {
 179      -moz-border-radius-bottomright: 0px;
 180      -webkit-border-bottom-right-radius: 0px;
 181      border-bottom-right-radius: 0px;
 182  }
 183  
 184  .cke_skin_kama .cke_rcombo .cke_disabled .cke_label
 185  {
 186      filter: alpha(opacity=30); /* IE */
 187      opacity: 0.3; /* Safari, Opera and Mozilla */
 188  }
 189  
 190  .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_label
 191  {
 192      filter: alpha(opacity=70);
 193      opacity: 0.7;
 194  }
 195  
 196  .cke_skin_kama .cke_rcombo .cke_disabled .cke_text,
 197  .cke_skin_kama .cke_rcombo .cke_disabled .cke_openbutton
 198  {
 199      filter: alpha(opacity=50); /* IE */
 200      opacity: 0.5; /* Safari, Opera and Mozilla */
 201  }
 202  
 203  .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_text,
 204  .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_openbutton
 205  {
 206      filter: alpha(opacity=80);
 207      opacity: 0.8;
 208  }
 209  
 210  .cke_skin_kama .cke_rcombo .cke_disabled .cke_text
 211  {
 212      color: #fff;
 213  }
 214  
 215  /* RTL */

 216  
 217  .cke_skin_kama .cke_rtl .cke_rcombo span
 218  {
 219  /*    _zoom: 1;*/

 220  }
 221  
 222  .cke_skin_kama .cke_rtl .cke_rcombo .cke_text
 223  {
 224  /*    _float: left;*/

 225  }
 226  
 227  /* Firefox 2 & WebKit Section */

 228  
 229  .cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_text,
 230  .cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_openbutton,
 231  .cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_text,
 232  .cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_openbutton
 233  {
 234      display: block;
 235      float: left;
 236  }
 237  
 238  .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_text,
 239  .cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text
 240  {
 241  /*    float: right;*/

 242  }
 243  
 244  .cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_label,
 245  .cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_label
 246  {
 247      /*display: block;*/

 248      float: left;
 249  }
 250  
 251  .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_label,
 252  .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_text,
 253  .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_rcombo .cke_openbutton,
 254  .cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label,
 255  .cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text,
 256  .cke_skin_kama .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton
 257  {
 258      float: right;
 259  }
 260  
 261  .cke_skin_kama .cke_browser_ie7 .cke_rcombo .cke_text
 262  {
 263      line-height: 18px;
 264  }
 265  
 266  .cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_text,
 267  .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_text
 268  {
 269      height: auto;
 270      line-height: 17px;
 271  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7