[ Index ]
 

Code source de PHP NUKE 7.9

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

title

Body

[fermer]

/themes/DeepBlue/style/ -> editor.css (source)

   1  .mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected {
   2      margin-top: 1px;
   3      margin-left: 1px;
   4  }
   5  
   6  .mceButtonNormal {
   7      border-top: 1px solid;
   8      border-left: 1px solid;
   9      border-bottom: 1px solid;
  10      border-right: 1px solid;
  11      border-color: #F0F0EE;
  12      cursor: arrow;
  13  }
  14  
  15  .mceButtonOver {
  16  /*    border-top: 1px solid buttonhighlight;

  17      border-left: 1px solid buttonhighlight;

  18      border-bottom: 1px solid buttonshadow;

  19      border-right: 1px solid buttonshadow;*/
  20      border: 1px solid #0A246A;
  21      cursor: arrow;
  22      background-color: #B6BDD2;
  23  }
  24  
  25  .mceButtonDown {
  26  /*    border-bottom: 1px solid buttonhighlight;

  27      border-right: 1px solid buttonhighlight;

  28      border-top: 1px solid buttonshadow;

  29      border-left: 1px solid buttonshadow;*/
  30      cursor: arrow;
  31      border: 1px solid #0A246A;
  32      background-color: #8592B5;
  33  }
  34  
  35  .mceButtonDisabled {
  36      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  37      border-top: 1px solid;
  38      border-left: 1px solid;
  39      border-bottom: 1px solid;
  40      border-right: 1px solid;
  41      border-color: #F0F0EE;
  42      cursor: arrow;
  43  }
  44  
  45  .mceSeparator {
  46      border-top: 1px solid buttonhighlight;
  47      border-left: 1px solid buttonhighlight;
  48      border-bottom: 1px solid buttonshadow;
  49      border-right: 1px solid buttonshadow;
  50      margin-right: 2px;
  51      margin-left: 2px;
  52  }
  53  
  54  .mceSeparatorLine {
  55      margin:2px;
  56      margin-left: 4px;
  57      background-color: #F0F0EE;
  58      border-top: 1px solid buttonshadow;
  59      border-left: 1px solid buttonshadow;
  60      border-bottom: 1px solid buttonhighlight;
  61      border-right: 1px solid buttonhighlight;
  62      width: 0px;
  63      height: 15px;
  64  }
  65  
  66  .mceSelectList {
  67      font-family: "MS Sans Serif";
  68      font-size: 7pt;
  69      font-weight: normal;
  70      margin-top: 2px;
  71  }
  72  
  73  .mceLabel, .mceLabelDisabled {
  74      font-family: "MS Sans Serif";
  75      font-size: 9pt;
  76  }
  77  
  78  .mceLabel {
  79      color: #000000;
  80  }
  81  
  82  .mceLabelDisabled {
  83      cursor: text;
  84      color: #999999;
  85  }
  86  
  87  .mceEditor {
  88      background: #F0F0EE;
  89      border: 1px solid #cccccc;
  90  }
  91  
  92  .mceEditorArea {
  93      font-family: "MS Sans Serif";
  94      background: #FFFFFF;
  95  }
  96  
  97  .mceToolbar {
  98      background: #F0F0EE;
  99      border-top: 1px solid #cccccc;
 100  }


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7