[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/libraries/ckeditor/_source/skins/kama/ -> reset.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  /**

   7   * Reset and Default Values

   8   */
   9  .cke_skin_kama *,
  10  .cke_skin_kama a:hover,
  11  .cke_skin_kama a:link,
  12  .cke_skin_kama a:visited,
  13  .cke_skin_kama a:active
  14  {
  15      margin: 0;
  16      padding: 0;
  17      border: 0;
  18      background: transparent;
  19      text-decoration: none;
  20      font: normal normal normal 100% Sans-Serif;
  21      width: auto;
  22      height: auto;
  23      border-collapse: collapse;
  24      text-align: left;
  25      vertical-align: baseline;
  26      white-space: nowrap;
  27      cursor: auto;
  28      color: #000;
  29  
  30      font-size: 12px;
  31      font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
  32  }
  33  
  34  .cke_skin_kama .cke_rtl *,
  35  .cke_skin_kama .cke_rtl a:hover,
  36  .cke_skin_kama .cke_rtl a:link,
  37  .cke_skin_kama .cke_rtl a:visited,
  38  .cke_skin_kama .cke_rtl a:active,
  39  .cke_rtl .cke_skin_kama *,
  40  .cke_rtl .cke_skin_kama a:hover,
  41  .cke_rtl .cke_skin_kama a:link,
  42  .cke_rtl .cke_skin_kama a:visited,
  43  .cke_rtl .cke_skin_kama a:active
  44  {
  45      text-align: right;
  46  }
  47  
  48  .cke_skin_kama iframe
  49  {
  50      vertical-align: inherit;    /** For IE */
  51  }
  52  
  53  .cke_skin_kama textarea
  54  {
  55      white-space: pre;
  56  }
  57  
  58  .cke_skin_kama .cke_browser_gecko textarea
  59  {
  60      cursor: text;
  61  }
  62  
  63  .cke_skin_kama .cke_browser_gecko textarea[disabled]
  64  {
  65      cursor: default;
  66  }
  67  
  68  .cke_skin_kama input[type="text"],
  69  .cke_skin_kama input[type="password"]
  70  {
  71      cursor: text;
  72  }
  73  
  74  .cke_skin_kama input[type="text"][disabled],
  75  .cke_skin_kama input[type="password"][disabled]
  76  {
  77      cursor: default;
  78  }
  79  
  80  .cke_skin_kama fieldset
  81  {
  82      padding: 10px;
  83      border: 2px groove #E0DFE3;
  84  }


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