[ Index ]
 

Code source de FCKeditor 2.4

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

title

Body

[fermer]

/editor/skins/default/ -> fck_dialog.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_dialog.css
  22   *     Styles used by the dialog boxes.
  23   * 
  24   * File Authors:
  25   *         Frederico Caldeira Knabben (www.fckeditor.net)
  26   */
  27  
  28  body
  29  {
  30      margin: 0px;
  31      padding: 10px;
  32  }
  33  
  34  body, td, input, select, textarea
  35  {
  36      font-size: 11px;
  37      font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
  38  }
  39  
  40  body, .BackColor
  41  {
  42      background-color: #f1f1e3;
  43  }
  44  
  45  .PopupBody
  46  {
  47      margin: 0px;
  48      padding: 0px;
  49  }
  50  
  51  .PopupTitle
  52  {
  53      font-weight: bold;
  54      font-size: 14pt;
  55      color: #737357;
  56      background-color: #e3e3c7;
  57      padding: 3px 10px 3px 10px;
  58  }
  59  
  60  .PopupButtons
  61  {
  62      border-top: #d5d59d 1px solid;
  63      background-color: #e3e3c7;
  64      padding: 7px 10px 7px 10px;
  65  }
  66  
  67  .Button
  68  {
  69      border-right: #737357 1px solid;
  70      border-top: #737357 1px solid;
  71      border-left: #737357 1px solid;
  72      color: #3b3b1f;
  73      border-bottom: #737357 1px solid;
  74      background-color: #c7c78f;
  75  }
  76  
  77  .DarkBackground
  78  {
  79      background-color: #d7d79f;
  80  }
  81  
  82  .LightBackground
  83  {
  84      background-color: #ffffbe;
  85  }
  86  
  87  .PopupTitleBorder
  88  {
  89      border-bottom: #d5d59d 1px solid;
  90  }
  91  
  92  .PopupTabArea
  93  {
  94      color: #737357;
  95      background-color: #e3e3c7;
  96  }
  97  
  98  .PopupTabEmptyArea
  99  {
 100      padding-left: 10px ;
 101      border-bottom: #d5d59d 1px solid;
 102  }
 103  
 104  .PopupTab, .PopupTabSelected
 105  {
 106      border-right: #d5d59d 1px solid;
 107      border-top: #d5d59d 1px solid;
 108      border-left: #d5d59d 1px solid;
 109      padding-right: 5px;
 110      padding-left: 5px;
 111      padding-bottom: 3px;
 112      padding-top: 3px;
 113      color: #737357;
 114  }
 115  
 116  .PopupTab
 117  {
 118      margin-top: 1px;
 119      border-bottom: #d5d59d 1px solid;
 120      cursor: pointer;
 121      cursor: hand;
 122  }
 123  
 124  .PopupTabSelected
 125  {
 126      font-weight:bold;
 127      cursor: default;
 128      padding-top: 4px;
 129      border-bottom: #f1f1e3 1px solid;
 130      background-color: #f1f1e3;
 131  }
 132  
 133  .PopupSelectionBox
 134  {
 135      border: #ff9933 1px solid !important;
 136      background-color: #fffacd !important;
 137      cursor: pointer;
 138      cursor: hand;
 139  }


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