[ Index ]
 

Code source de FCKeditor 2.4

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

title

Body

[fermer]

/editor/css/ -> fck_editorarea.css (source)

   1  /*
   2   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
   3   * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   4   * 
   5   * == BEGIN LICENSE ==
   6   * 
   7   * Licensed under the terms of any of the following licenses at your
   8   * choice:
   9   * 
  10   *  - GNU General Public License Version 2 or later (the "GPL")
  11   *    http://www.gnu.org/licenses/gpl.html
  12   * 
  13   *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  14   *    http://www.gnu.org/licenses/lgpl.html
  15   * 
  16   *  - Mozilla Public License Version 1.1 or later (the "MPL")
  17   *    http://www.mozilla.org/MPL/MPL-1.1.html
  18   * 
  19   * == END LICENSE ==
  20   * 
  21   * File Name: fck_editorarea.css
  22   *     This is the default CSS file used by the editor area. It defines the
  23   *     initial font of the editor and background color.
  24   * 
  25   *     A user can configure the editor to use another CSS file. Just change
  26   *     the value of the FCKConfig.EditorAreaCSS key in the configuration
  27   *     file.
  28   * 
  29   * File Authors:
  30   *         Frederico Caldeira Knabben (www.fckeditor.net)
  31   *         Alfonso Martinez de Lizarrondo - Uritec (alfonso at uritec dot net)
  32   */
  33  
  34  /*
  35      The "body" styles should match your editor web site, mainly regarding
  36      background color and font family and size.
  37  */
  38  
  39  body
  40  {
  41      background-color: #ffffff;
  42      padding: 5px 5px 5px 5px;
  43      margin: 0px;
  44  }
  45  
  46  body, td
  47  {
  48      font-family: Arial, Verdana, Sans-Serif;
  49      font-size: 12px;
  50  }
  51  
  52  a[href]
  53  {
  54      color: #0000FF !important;    /* For Firefox... mark as important, otherwise it becomes black */
  55  }
  56  
  57  /* 
  58      Just uncomment the following block if you want to avoid spaces between 
  59      paragraphs. Remember to apply the same style in your output front end page.
  60  */
  61  
  62  /*
  63  p, ul, li
  64  {
  65      margin-top: 0px;
  66      margin-bottom: 0px;
  67  }
  68  */
  69  
  70  /*
  71      The following are some sample styles used in the "Styles" toolbar command.
  72      You should instead remove them, and include the styles used by the site
  73      you are using the editor in.
  74  */
  75  
  76  .Bold
  77  {
  78      font-weight: bold;
  79  }
  80  
  81  .Title
  82  {
  83      font-weight: bold;
  84      font-size: 18px;
  85      color: #cc3300;
  86  }
  87  
  88  .Code
  89  {
  90      border: #8b4513 1px solid;
  91      padding-right: 5px;
  92      padding-left: 5px;
  93      color: #000066;
  94      font-family: 'Courier New' , Monospace;
  95      background-color: #ff9933;
  96  }


Généré le : Sun Feb 25 15:28:05 2007 par Balluche grâce à PHPXref 0.7