[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  /* Special Combo */

   2  
   3  .cke_skin_v2 .cke_rcombo
   4  {
   5      display: inline-block;
   6      margin-left: 2px;
   7      margin-right: 2px;
   8      margin-top: 2px;
   9      vertical-align: top;
  10      float: left;
  11  }
  12  
  13  .cke_skin_v2 .cke_browser_ie .cke_rcombo
  14  {
  15      #float: none;

  16      #display: inline;

  17  }
  18  
  19  .cke_skin_v2 .cke_rtl .cke_rcombo
  20  {
  21      float: right;
  22  }
  23  
  24  .cke_skin_v2 .cke_browser_ie .cke_rcombo
  25  {
  26      #float: none;

  27  }
  28  
  29  .cke_skin_v2 .cke_rcombopanel
  30  {
  31      border: 1px solid #316ac5;
  32      -moz-border-radius-topleft: 0;
  33      -webkit-border-top-left-radius: 0;
  34      border-top-left-radius: 0;
  35      /*margin-left: 1px;*/

  36      /*_margin-left: 0;*/

  37  }
  38  
  39  .cke_skin_v2 .cke_rcombo a
  40  {
  41      display: inline-block;
  42      float: left;
  43  
  44      filter: alpha(opacity=70); /* IE */
  45      opacity: 0.70; /* Safari, Opera and Mozilla */
  46  }
  47  
  48  .cke_skin_v2 .cke_rtl .cke_rcombo a
  49  {
  50      float: right;
  51  }
  52  
  53  .cke_skin_v2 .cke_hc .cke_rcombo a
  54  {
  55      filter: alpha(opacity=100); /* IE */
  56      opacity: 1.0; /* Safari, Opera and Mozilla */
  57  }
  58  
  59  .cke_skin_v2 .cke_rcombo .cke_label
  60  {
  61      display: inline-block;
  62      float: left;
  63  
  64      line-height: 24px;
  65      height: 22px;
  66      vertical-align: top;
  67      padding-left: 4px;
  68      padding-right: 5px;
  69      filter: alpha(opacity=70); /* IE */
  70      opacity: 0.70; /* Safari, Opera and Mozilla */
  71      background-color: #f1f1e3;    /* Because of IE6+ClearType */
  72      cursor: default;
  73  }
  74  
  75  .cke_skin_v2 .cke_rtl .cke_rcombo .cke_label
  76  {
  77      float: right;
  78      padding-right: 4px;
  79      padding-left: 5px;
  80  }
  81  
  82  .cke_skin_v2 .cke_hc .cke_rcombo .cke_label
  83  {
  84      filter: alpha(opacity=100);
  85      opacity: 1.0;
  86  }
  87  
  88  .cke_skin_v2 .cke_rcombo .cke_inline_label
  89  {
  90      color: #fff;
  91  }
  92  
  93  .cke_skin_v2 .cke_rcombo .cke_text
  94  {
  95      border: 1px solid #8f8f73;
  96      background-color: #fff;
  97      height: 12px;
  98      width:60px;
  99      padding-top: 4px;
 100      padding-bottom: 4px;
 101      padding-left: 5px;
 102      padding-right: 5px;
 103      text-overflow: ellipsis;
 104      overflow: hidden;
 105      display: inline-block;
 106      vertical-align: top;
 107      cursor: default;
 108  }
 109  
 110  .cke_skin_v2 .cke_ltr .cke_rcombo .cke_text
 111  {
 112      -moz-border-radius-topleft: 3px;
 113      -webkit-border-top-left-radius: 3px;
 114      border-top-left-radius: 3px;
 115      -moz-border-radius-bottomleft: 3px;
 116      -webkit-border-bottom-left-radius: 3px;
 117      border-bottom-left-radius: 3px;
 118  }
 119  
 120  .cke_skin_v2 .cke_rtl .cke_rcombo .cke_text
 121  {
 122      -moz-border-radius-topright: 3px;
 123      -webkit-border-top-right-radius: 3px;
 124      border-top-right-radius: 3px;
 125      -moz-border-radius-bottomright: 3px;
 126      -webkit-border-bottom-right-radius: 3px;
 127      border-bottom-right-radius: 3px;
 128  }
 129  
 130  /* Fix for IE height */

 131  .cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_text
 132  {
 133      height: 22px;
 134  }
 135  
 136  .cke_skin_v2 .cke_rcombo .cke_openbutton
 137  {
 138      display: inline-block;
 139  
 140      background-position: 5px -715px;
 141      background-image: url(images/sprites.png);
 142      _background-image: url(images/sprites_ie6.png);
 143      background-repeat: no-repeat;
 144  
 145      border-top: 1px solid #8f8f73;
 146      border-bottom: 1px solid #8f8f73;
 147      width: 14px;
 148      height: 20px;
 149  }
 150  
 151  .cke_skin_v2 .cke_rcombo .cke_openbutton span
 152  {
 153      display: none;
 154  }
 155  
 156  .cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span
 157  {
 158      display    : inline;
 159  }
 160  
 161  .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton
 162  {
 163      border-right: 1px solid #8f8f73;
 164      -moz-border-radius-topright: 3px;
 165      -webkit-border-top-right-radius: 3px;
 166      border-top-right-radius: 3px;
 167      -moz-border-radius-bottomright: 3px;
 168      -webkit-border-bottom-right-radius: 3px;
 169      border-bottom-right-radius: 3px;
 170  }
 171  
 172  .cke_skin_v2 .cke_rtl .cke_rcombo .cke_openbutton
 173  {
 174      border-left: 1px solid #8f8f73;
 175      -moz-border-radius-topleft: 3px;
 176      -webkit-border-top-left-radius: 3px;
 177      border-top-left-radius: 3px;
 178      -moz-border-radius-bottomleft: 3px;
 179      -webkit-border-bottom-left-radius: 3px;
 180      border-bottom-left-radius: 3px;
 181  }
 182  
 183  .cke_skin_v2 .cke_rcombo .cke_off a:hover,
 184  .cke_skin_v2 .cke_rcombo .cke_off a:focus,
 185  .cke_skin_v2 .cke_rcombo .cke_off a:active,
 186  .cke_skin_v2 .cke_rcombo .cke_on a
 187  {
 188      filter: alpha(opacity=100); /* IE */
 189      opacity: 1; /* Safari, Opera and Mozilla */
 190  }
 191  
 192  .cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_text,
 193  .cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_text,
 194  .cke_skin_v2 .cke_rcombo .cke_off a:active .cke_text,
 195  .cke_skin_v2 .cke_rcombo .cke_on .cke_text
 196  {
 197      border-color: #316ac5;
 198  }
 199  
 200  .cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_openbutton,
 201  .cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_openbutton,
 202  .cke_skin_v2 .cke_rcombo .cke_off a:active .cke_openbutton,
 203  .cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton
 204  {
 205      border-color: #316ac5;
 206      background-color: #dff1ff;
 207  }
 208  
 209  .cke_skin_v2 .cke_rcombo .cke_on .cke_text
 210  {
 211      -moz-border-radius-bottomleft: 0px;
 212      -webkit-border-bottom-left-radius: 0px;
 213      border-bottom-left-radius: 0px;
 214  }
 215  
 216  .cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton
 217  {
 218      -moz-border-radius-bottomright: 0px;
 219      -webkit-border-bottom-right-radius: 0px;
 220      border-bottom-right-radius: 0px;
 221  }
 222  
 223  .cke_skin_v2 .cke_rcombo .cke_disabled .cke_label
 224  {
 225      filter: alpha(opacity=30); /* IE */
 226      opacity: 0.3; /* Safari, Opera and Mozilla */
 227  }
 228  
 229  .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_label
 230  {
 231      filter: alpha(opacity=70);
 232      opacity: 0.7;
 233  }
 234  
 235  .cke_skin_v2 .cke_rcombo .cke_disabled .cke_text,
 236  .cke_skin_v2 .cke_rcombo .cke_disabled .cke_openbutton
 237  {
 238      filter: alpha(opacity=50); /* IE */
 239      opacity: 0.5; /* Safari, Opera and Mozilla */
 240  }
 241  
 242  .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_text,
 243  .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton
 244  {
 245      filter: alpha(opacity=80);
 246      opacity: 0.8;
 247  }
 248  
 249  .cke_skin_v2 .cke_rcombo .cke_disabled .cke_text
 250  {
 251      color: #fff;
 252  }
 253  
 254  /* Firefox 2 & WebKit Section */

 255  
 256  .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo,
 257  .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_label,
 258  .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_text,
 259  .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_openbutton,
 260  .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_label,
 261  .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_text,
 262  .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_openbutton
 263  {
 264      display: block;
 265      float: left;
 266  }
 267  
 268  .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo,
 269  .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_label,
 270  .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_text,
 271  .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_openbutton,
 272  .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label,
 273  .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text,
 274  .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton
 275  {
 276      float: right;
 277  }
 278  
 279  /*** IE ***/

 280  
 281  .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo,
 282  .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo a,
 283  .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo .cke_label
 284  {
 285      float: none;
 286  }
 287  
 288  .cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton
 289  {
 290      height: 22px;
 291  }


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