[ Index ]
 

Code source de FCKeditor 2.4

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

title

Body

[fermer]

/editor/skins/silver/ -> 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      background-color: #f7f7f7;
  33  }
  34  
  35  body, td, input, select, textarea
  36  {
  37      font-size: 11px;
  38      font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
  39  }
  40  
  41  body, .BackColor
  42  {
  43      background-color: #f7f7f7;
  44  }
  45  
  46  .PopupBody
  47  {
  48      margin: 0px;
  49      padding: 0px;
  50  }
  51  
  52  .PopupTitle
  53  {
  54      padding-right: 10px;
  55      padding-left: 10px;
  56      font-weight: bold;
  57      font-size: 14pt;
  58      padding-bottom: 3px;
  59      color: #504845;
  60      padding-top: 3px;
  61      background-color: #dedede;
  62  }
  63  
  64  .PopupButtons
  65  {
  66      border-top: #cec6b5 1px solid;
  67      background-color: #DEDEDE;
  68      padding: 7px 10px 7px 10px;
  69  }
  70  
  71  .Button
  72  {
  73      border: #7a7261 1px solid;
  74      color: #504845;
  75      background-color: #cec6b5;
  76  }
  77  
  78  .DarkBackground
  79  {
  80      background-color: #d7d79f;
  81  }
  82  
  83  .LightBackground
  84  {
  85      background-color: #ffffbe;
  86  }
  87  
  88  .PopupTitleBorder
  89  {
  90      border-bottom: #cec6b5 1px solid;
  91  }
  92  
  93  .PopupTabArea
  94  {
  95      color: #504845;
  96      background-color: #DEDEDE;
  97  }
  98  
  99  .PopupTabEmptyArea
 100  {
 101      padding-left: 10px ;
 102      border-bottom: #cec6b5 1px solid;
 103  }
 104  
 105  .PopupTab, .PopupTabSelected
 106  {
 107      border-right: #cec6b5 1px solid;
 108      border-top: #cec6b5 1px solid;
 109      border-left: #cec6b5 1px solid;
 110      padding-right: 5px;
 111      padding-left: 5px;
 112      padding-bottom: 3px;
 113      padding-top: 3px;
 114      color: #504845;
 115  }
 116  
 117  .PopupTab
 118  {
 119      margin-top: 1px;
 120      border-bottom: #cec6b5 1px solid;
 121      cursor: pointer;
 122      cursor: hand;
 123  }
 124  
 125  .PopupTabSelected
 126  {
 127      font-weight:bold;
 128      cursor: default;
 129      padding-top: 4px;
 130      border-bottom: #f1f1e3 1px solid;
 131      background-color: #f7f7f7;
 132  }
 133  
 134  .PopupSelectionBox
 135  {
 136      border: #a9a9a9 1px solid !important;
 137      background-color: #dcdcdc !important;
 138      cursor: pointer;
 139      cursor: hand;
 140  }


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