[ Index ] |
|
Code source de FCKeditor 2.4 |
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: browser.css 22 * CSS styles used by all pages that compose the File Browser. 23 * 24 * File Authors: 25 * Frederico Caldeira Knabben (www.fckeditor.net) 26 */ 27 28 body 29 { 30 background-color: #f1f1e3; 31 } 32 33 form 34 { 35 margin: 0px 0px 0px 0px ; 36 padding: 0px 0px 0px 0px ; 37 } 38 39 .Frame 40 { 41 background-color: #f1f1e3; 42 border-color: #f1f1e3; 43 border-right: thin inset; 44 border-top: thin inset; 45 border-left: thin inset; 46 border-bottom: thin inset; 47 } 48 49 body.FileArea 50 { 51 52 background-color: #ffffff; 53 } 54 55 body, td, input, select 56 { 57 font-size: 11px; 58 font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; 59 } 60 61 .ActualFolder 62 { 63 font-weight: bold; 64 font-size: 14px; 65 } 66 67 .PopupButtons 68 { 69 border-top: #d5d59d 1px solid; 70 background-color: #e3e3c7; 71 padding: 7px 10px 7px 10px; 72 } 73 74 .Button, button 75 { 76 border-right: #737357 1px solid; 77 border-top: #737357 1px solid; 78 border-left: #737357 1px solid; 79 color: #3b3b1f; 80 border-bottom: #737357 1px solid; 81 background-color: #c7c78f; 82 } 83 84 .FolderListCurrentFolder img 85 { 86 background-image: url(images/FolderOpened.gif); 87 } 88 89 .FolderListFolder img 90 { 91 background-image: url(images/Folder.gif); 92 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 15:28:05 2007 | par Balluche grâce à PHPXref 0.7 |