[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/mambots/editors/mostlyce/jscripts/tiny_mce/filemanager/ -> browser.css (source)

   1  /*
   2   * FCKeditor - The text editor for internet

   3   * Copyright (C) 2003-2005 Frederico Caldeira Knabben

   4   * 

   5   * Licensed under the terms of the GNU Lesser General Public License:

   6   *         http://www.opensource.org/licenses/lgpl-license.php

   7   * 

   8   * For further information visit:

   9   *         http://www.fckeditor.net/

  10   * 

  11   * File Name: browser.css

  12   *     CSS styles used by all pages that compose the File Browser.

  13   * 

  14   * File Authors:

  15   *         Frederico Caldeira Knabben (fredck@fckeditor.net)
  16   */
  17  
  18  body
  19  {
  20      background-color: #e3e9f1;
  21  }
  22  
  23  form
  24  {
  25      margin: 0px 0px 0px 0px ;
  26      padding: 0px 0px 0px 0px ;
  27  }
  28  
  29  a, :link, :active, :visited {
  30      color: #000000;
  31      text-decoration: none;
  32  }
  33  
  34  :hover {
  35      color: #0000fa;
  36  }    
  37  
  38  a img {
  39      border-width: 0px;
  40      border-style: none;
  41  }
  42  
  43  frame
  44  {
  45  background-color: #e3e9f1;
  46  border-color: #000000;
  47  border-collapse: collapse;
  48  }
  49  
  50  frameset
  51  {
  52  background-color: #e3e9f1;
  53  border-color: #000000;
  54  border-collapse: collapse;
  55  }
  56  
  57  .progress_hollow
  58  {
  59      background-color: transparent;
  60  }
  61  
  62  .progress_filled
  63  {
  64      background-color: #8fa7c7;
  65  }
  66  
  67  .progress_bar
  68  {
  69      background-color: #F0F7FF;
  70      border-width: 1px;
  71      border-color: #000000;
  72      border-style: solid;
  73  }
  74  
  75  .Frame_none
  76  {
  77      border-width: 0px;
  78      border-style: none;
  79  }
  80  
  81  .Frame_t
  82  {
  83      border-right: 0px none;
  84      border-top: 1px solid;
  85      border-left: 0px none;
  86      border-bottom: 0px none;
  87  }
  88  
  89  .Frame_tr
  90  {
  91      border-right: 1px solid;
  92      border-top: 1px solid;
  93      border-left: 0px none;
  94      border-bottom: 0px none;
  95  }
  96  
  97  .Frame_tl
  98  {
  99      border-right: 0px none;
 100      border-top: 1px solid;
 101      border-left: 1px solid;
 102      border-bottom: 0px none;
 103  }
 104  
 105  .Frame_r
 106  {
 107      border-right: 1px solid;
 108      border-top: 0px none;
 109      border-left: 0px none;
 110      border-bottom: 0px none;
 111  }
 112  
 113  .Frame_l
 114  {
 115      border-right: 0px none;
 116      border-top: 0px none;
 117      border-left: 1px solid;
 118      border-bottom: 0px none;
 119  }
 120  
 121  .Frame_rl
 122  {
 123      border-right: 1px solid;
 124      border-top: 0px none;
 125      border-left: 1px solid;
 126      border-bottom: 0px none;
 127  }
 128  
 129  .Frame_b
 130  {
 131      border-right: 0px none;
 132      border-top: 0px none;
 133      border-left: 0px none;
 134      border-bottom: 1px solid;
 135  }
 136  
 137  .Frame_br
 138  {
 139      border-right: 1px solid;
 140      border-top: 0px none;
 141      border-left: 0px none;
 142      border-bottom: 1px solid;
 143  }
 144  
 145  .Frame_bl
 146  {
 147      border-right: 0px none;
 148      border-top: 0px none;
 149      border-left: 1px solid;
 150      border-bottom: 1px solid;
 151  }
 152  
 153  .Frame_tb
 154  {
 155      border-right: 0px none;
 156      border-top: 1px solid;
 157      border-left: 0px none;
 158      border-bottom: 1px solid;
 159  }
 160  
 161  .Frame_all
 162  {
 163      border-right: 1px solid;
 164      border-top: 1px solid;
 165      border-left: 1px solid;
 166      border-bottom: 1px solid;
 167  }
 168  
 169  body.FileArea
 170  {
 171  
 172      background-color: #ffffff;
 173  }
 174  
 175  body, td, input, select
 176  {
 177      font-size: 11px;
 178      font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
 179  }
 180  
 181  .ActualFolder
 182  {
 183      font-weight: bold;
 184      font-size: 14px;
 185  }
 186  
 187  .PopupButtons
 188  {
 189      border-top: #8fa7c7 1px solid;
 190      background-color: #ffffff;
 191      padding: 7px 10px 7px 10px;
 192  }
 193  
 194  .Button, button
 195  {
 196      border-right: #737357 1px solid;
 197      border-top: #737357 1px solid;
 198      border-left: #737357 1px solid;
 199      color: #ffffff;
 200      border-bottom: #737357 1px solid;
 201      background-color: #8fa7c7;
 202  }
 203  
 204  .FolderListCurrentFolder img
 205  {
 206      background-image: url(images/FolderOpened.gif);
 207  }
 208  
 209  .FolderListFolder img
 210  {
 211      background-image: url(images/Folder.gif);
 212  }