[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_handlers/tiny_mce/themes/advanced/ -> editor_ui.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  .mceButtonSelected {
  36      border: 1px solid;
  37      border-color: #C0C0BB;
  38      cursor: arrow;
  39  }
  40  
  41  .mceButtonDisabled {
  42      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  43      -moz-opacity:0.3;
  44      opacity: 0.3;
  45      border-top: 1px solid;
  46      border-left: 1px solid;
  47      border-bottom: 1px solid;
  48      border-right: 1px solid;
  49      border-color: #F0F0EE;
  50      cursor: arrow;
  51  }
  52  
  53  .mceSeparator {
  54      border-top: 1px solid buttonhighlight;
  55      border-left: 1px solid buttonhighlight;
  56      border-bottom: 1px solid buttonshadow;
  57      border-right: 1px solid buttonshadow;
  58      margin-right: 2px;
  59      margin-left: 2px;
  60  }
  61  
  62  .mceSeparatorLine {
  63      margin:2px;
  64      margin-left: 4px;
  65      background-color: #F0F0EE;
  66      border-top: 1px solid buttonshadow;
  67      border-left: 1px solid buttonshadow;
  68      border-bottom: 1px solid buttonhighlight;
  69      border-right: 1px solid buttonhighlight;
  70      width: 0px;
  71      height: 15px;
  72  }
  73  
  74  .mceSelectList {
  75      font-family: "MS Sans Serif";
  76      font-size: 7pt;
  77      font-weight: normal;
  78      margin-top: 3px;
  79      padding: 0px;
  80      display: inline;
  81      vertical-align: top;
  82      background-color: #F0F0EE
  83  }
  84  
  85  .mceLabel, .mceLabelDisabled {
  86      font-family: "MS Sans Serif";
  87      font-size: 9pt;
  88  }
  89  
  90  .mceLabel {
  91      color: #000000;
  92  }
  93  
  94  .mceLabelDisabled {
  95      cursor: text;
  96      color: #999999;
  97  }
  98  
  99  .mceEditor {
 100      background: #F0F0EE;
 101      border: 1px solid #cccccc;
 102  }
 103  
 104  .mceEditorArea {
 105      font-family: "MS Sans Serif";
 106      background: #FFFFFF;
 107  }
 108  
 109  .mceToolbarTop, .mceToolbarBottom {
 110      background: #F0F0EE;
 111  }
 112  
 113  .mceToolbarTop {
 114      border-bottom: 1px solid #cccccc;
 115  }
 116  
 117  .mceToolbarBottom {
 118      border-top: 1px solid #cccccc;
 119  }
 120  
 121  .mcePathTop, .mcePathBottom, .mcePath {
 122      font-family: "MS Sans Serif";
 123      font-size: 9pt;
 124      padding: 2px;
 125      height: 20px;
 126  }
 127  
 128  .mcePathTop {
 129      border-bottom: 1px solid #cccccc;
 130  }
 131  
 132  .mcePathBottom {
 133      border-top: 1px solid #cccccc;
 134  }
 135  
 136  .mcePathItem, .mcePathItem:link, .mcePathItem:visited, .mcePathItem:hover {
 137      text-decoration: none;
 138      font-family: "MS Sans Serif";
 139      font-size: 9pt;
 140      color: #000000;
 141  }
 142  
 143  .mcePathItem:hover {
 144      text-decoration: underline;
 145  }
 146  
 147  .mcePath {
 148      border-bottom: 1px solid #cccccc;
 149  }
 150  
 151  .mceDialog {
 152      position: absolute;
 153      left: 100px;
 154      top: 100px;
 155      z-index: 1000;
 156  }
 157  
 158  .mceDialogHeader {
 159      background: #F0F0EE;
 160      width: 100%;
 161      height: 16px;
 162      margin: 0px;
 163      padding: 0px;
 164      border: 1px solid black;
 165      border-bottom: 0px;
 166  }
 167  
 168  .mceDialogTitle {
 169      float: left;
 170      font-family: "MS Sans Serif";
 171      font-size: 9pt;
 172      height: 14px;
 173  }
 174  
 175  .mceDialogClose {
 176      float: right;
 177      width: 16px;
 178      height: 16px;
 179      background-image: url('images/close.gif');
 180      background-repeat: no-repeat;
 181      background-position: 0px 1px;
 182      margin: 0px;
 183      padding: 0px;
 184  }
 185  
 186  .mceDialogClose a {
 187      width: 16px;
 188      height: 14px;
 189      display: block;
 190      font-family: "MS Sans Serif";
 191      font-size: 9pt;
 192      margin: 0px;
 193      padding: 0px;
 194  }
 195  
 196  .mceDialogIFrameWrapper {
 197      border: 1px solid black;
 198      clear: both;
 199  }


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7