[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/include/fckeditor/editor/css/ -> fck_internal.css (source)

   1  /*
   2   * FCKeditor - The text editor for internet
   3   * Copyright (C) 2003-2005 Frederico Caldeira Knabben
   4   * 
   5   * Licensed under the terms of the GNU Lesser General Public License:
   6   *         http://www.opensource.org/licenses/lgpl-license.php
   7   * 
   8   * For further information visit:
   9   *         http://www.fckeditor.net/
  10   * 
  11   * "Support Open Source software. What about a donation today?"
  12   * 
  13   * File Name: fck_internal.css
  14   *     This CSS Style Sheet defines rules used by the editor for its internal use.
  15   * 
  16   * File Authors:
  17   *         Frederico Caldeira Knabben (fredck@fckeditor.net)
  18   */
  19  
  20  TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD, TABLE.FCK__ShowTableBorders TH
  21  {
  22      border: #d3d3d3 1px solid;
  23  }
  24  
  25  FORM
  26  {
  27      border: 1px dotted #FF0000;
  28      padding: 2px;
  29  }
  30  
  31  .FCK__Flash
  32  {
  33      border: darkgray 1px solid;
  34      background-position: center center;
  35      background-image: url(images/fck_flashlogo.gif);
  36      background-repeat: no-repeat;
  37      width: 80px;
  38      height: 80px;
  39  }
  40  
  41  .FCK__Anchor
  42  {
  43      background-position: center center;
  44      background-image: url(images/fck_anchor.gif);
  45      background-repeat: no-repeat;
  46      width: 16px;
  47      height: 15px;
  48  }
  49  
  50  .FCK__PageBreak
  51  {
  52      background-position: center center;
  53      background-image: url(images/fck_pagebreak.gif);
  54      background-repeat: no-repeat;
  55      clear: both;
  56      display: block;
  57      float: none;
  58      width: 100%;
  59      border-top: #999999 1px dotted;
  60      border-bottom: #999999 1px dotted;
  61      border-right: 0px;
  62      border-left: 0px;
  63      height: 5px;
  64  }
  65  
  66  input[type="hidden"]
  67  {
  68      display: inline;
  69      width:20px;
  70      height:20px;
  71      border:1px dotted #FF0000 ;
  72      background-image: url(behaviors/hiddenfield.gif);
  73      background-repeat: no-repeat;
  74  }
  75  
  76  input[type="hidden"]:after
  77  {
  78      padding-left: 20px;
  79      content: "" ;
  80  }


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7