[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/libraries/ckeditor/_source/skins/v2/ -> menu.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  .cke_skin_v2 .cke_contextmenu
   7  {
   8      padding: 2px;
   9  }
  10  
  11  .cke_skin_v2 .cke_menuitem a
  12  {
  13      display:block;
  14  }
  15  
  16  .cke_skin_v2 .cke_menuitem span
  17  {
  18      cursor: default;
  19  }
  20  
  21  .cke_skin_v2 .cke_menuitem a:hover,
  22  .cke_skin_v2 .cke_menuitem a:focus,
  23  .cke_skin_v2 .cke_menuitem a:active
  24  {
  25      background-color: #8f8f73;
  26      display:block;
  27  }
  28  .cke_hc .cke_menuitem a:hover,
  29  .cke_hc .cke_menuitem a:focus,
  30  .cke_hc .cke_menuitem a:active
  31  {
  32      border: 2px solid;
  33  }
  34  
  35  .cke_skin_v2 .cke_menuitem .cke_icon
  36  {
  37      background-image: url(icons.png);
  38      background-position: 100px;
  39      background-repeat:no-repeat;
  40      background-color: transparent;
  41      width: 16px;
  42      height: 16px;
  43      float: left;
  44  }
  45  
  46  .cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon
  47  {
  48      filter: alpha(opacity=70); /* IE */
  49      opacity: 0.70; /* Safari, Opera and Mozilla */
  50  }
  51  
  52  .cke_skin_v2 .cke_menuitem .cke_icon_wrapper
  53  {
  54      background-color: #e3e3c7;
  55      border: solid 4px #e3e3c7;
  56      width: 16px;
  57      height: 16px;
  58      float: left;
  59      filter: alpha(opacity=70); /* IE */
  60      opacity: 0.70; /* Safari, Opera and Mozilla */
  61      clear: both;
  62  }
  63  
  64  .cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon_wrapper
  65  {
  66      float: right;
  67  }
  68  
  69  .cke_skin_v2 .cke_menuitem a:hover .cke_icon_wrapper,
  70  .cke_skin_v2 .cke_menuitem a:focus .cke_icon_wrapper,
  71  .cke_skin_v2 .cke_menuitem a:active .cke_icon_wrapper
  72  {
  73      background-color: #9d9d9d;
  74      border: solid 4px #9d9d9d;
  75      filter: alpha(opacity=70); /* IE */
  76      opacity: 0.70; /* Safari, Opera and Mozilla */
  77  }
  78  
  79  .cke_skin_v2 .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper,
  80  .cke_skin_v2 .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper,
  81  .cke_skin_v2 .cke_menuitem a:active.cke_disabled .cke_icon_wrapper
  82  {
  83      background-color: #e3e3c7;
  84      border: solid 4px #e3e3c7;
  85  }
  86  
  87  .cke_skin_v2 .cke_menuitem .cke_label
  88  {
  89      display:block;
  90      padding-right: 3px;
  91      padding-top: 5px;
  92      padding-left: 4px;
  93      height:19px;
  94      margin-left: 24px;
  95      background-color: #fff;
  96  }
  97  /* Set these after the document has been loaded and we know the dimensions*/

  98  .cke_skin_v2 .cke_frameLoaded .cke_menuitem .cke_label
  99  {
 100      filter: alpha(opacity=70); /* IE */
 101      opacity: 0.70; /* Safari, Opera and Mozilla */
 102  }
 103  
 104  .cke_rtl .cke_skin_v2 .cke_menuitem .cke_label
 105  {
 106      padding-right: 0;
 107      margin-left: 0;
 108      padding-left: 3px;
 109      margin-right: 28px;
 110  }
 111  
 112  .cke_skin_v2 .cke_menuitem a.cke_disabled .cke_label
 113  {
 114      filter: alpha(opacity=30); /* IE */
 115      opacity: 0.30; /* Safari, Opera and Mozilla */
 116  }
 117  
 118  .cke_skin_v2 .cke_menuitem a:hover .cke_label,
 119  .cke_skin_v2 .cke_menuitem a:focus .cke_label,
 120  .cke_skin_v2 .cke_menuitem a:active .cke_label
 121  {
 122      background-color: #8f8f73;
 123      color: white;
 124  }
 125  
 126  .cke_skin_v2 .cke_menuitem a.cke_disabled:hover .cke_label,
 127  .cke_skin_v2 .cke_menuitem a.cke_disabled:focus .cke_label,
 128  .cke_skin_v2 .cke_menuitem a.cke_disabled:active .cke_label
 129  {
 130      background-color: transparent;
 131      color: black;
 132  }
 133  
 134  .cke_skin_v2 .cke_menuseparator
 135  {
 136      background-color: #e3e3c7;
 137      height: 2px;
 138      filter: alpha(opacity=70); /* IE */
 139      opacity: 0.70; /* Safari, Opera and Mozilla */
 140  
 141      _font-size: 0;
 142  }
 143  
 144  .cke_skin_v2 .cke_menuarrow
 145  {
 146      /* arrowright.gif*/

 147      background-image: url(images/sprites.png);
 148      _background-image: url(images/sprites_ie6.png);
 149      background-position: 0 -784px;
 150      background-repeat: no-repeat;
 151      height: 5px;
 152      width: 3px;
 153      float: right;
 154      margin-right: 2px;
 155      margin-top: 3px;
 156  }
 157  
 158  /* Never applied */

 159  .cke_rtl .cke_skin_v2 .cke_menuarrow
 160  {
 161      float: left;
 162      margin-right: 0;
 163      margin-left: 2px;
 164      /* arrowleft.gif*/

 165      background-position: 0 -763px;
 166  }
 167  
 168  .cke_skin_v2 .cke_menuarrow span
 169  {
 170      display: none;
 171  }
 172  
 173  .cke_hc .cke_skin_v2 .cke_menuarrow
 174  {
 175      width: auto;
 176      margin-top: 0;
 177  }
 178  
 179  .cke_hc .cke_skin_v2 .cke_menuarrow span
 180  {
 181      display: inline;
 182  }
 183  
 184  /* #3766 In the context menu, long labels with second level menu get wrapped */

 185  .cke_browser_ie.cke_ltr .cke_skin_v2 .cke_menuarrow
 186  {
 187      position: absolute;
 188      right: 2px;
 189  }
 190  
 191  .cke_browser_ie.cke_rtl .cke_skin_v2 .cke_menuarrow
 192  {
 193      position: absolute;
 194      left: 2px;
 195  }
 196  /* END #3766 */



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