/source/Plug-in/fck/editor/filemanager/browser/default/browser.css
http://prosporous.googlecode.com/ · CSS · 90 lines · 61 code · 11 blank · 18 comment · 0 complexity · 0d5e130de4fbf95428c9711ec1338105 MD5 · raw file
- /*
- * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2006 Frederico Caldeira Knabben
- *
- * Licensed under the terms of the GNU Lesser General Public License:
- * http://www.opensource.org/licenses/lgpl-license.php
- *
- * For further information visit:
- * http://www.fckeditor.net/
- *
- * "Support Open Source software. What about a donation today?"
- *
- * File Name: browser.css
- * CSS styles used by all pages that compose the File Browser.
- *
- * File Authors:
- * Frederico Caldeira Knabben (fredck@fckeditor.net)
- */
-
- body
- {
- background-color: #f1f1e3;
- }
-
- form
- {
- margin: 0px 0px 0px 0px ;
- padding: 0px 0px 0px 0px ;
- }
- img{border:none;}
- .Frame
- {
- background-color: #f1f1e3;
- border-color: #f1f1e3;
- border-right: thin inset;
- border-top: thin inset;
- border-left: thin inset;
- border-bottom: thin inset;
- }
-
- body.FileArea
- {
-
- background-color: #ffffff;
- }
-
- body, td, input, select
- {
- font-size: 11px;
- font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
- }
-
- .ActualFolder
- {
- font-weight: bold;
- font-size: 14px;
- }
-
- .PopupButtons
- {
- border-top: #d5d59d 1px solid;
- background-color: #e3e3c7;
- padding: 7px 10px 7px 10px;
- }
-
- .Button, button
- {
- border-right: #737357 1px solid;
- border-top: #737357 1px solid;
- border-left: #737357 1px solid;
- color: #3b3b1f;
- border-bottom: #737357 1px solid;
- background-color: #c7c78f;
- }
-
- .FolderListCurrentFolder img
- {
- background-image: url(images/FolderOpened.gif);
- }
-
- .FolderListFolder img
- {
- background-image: url(images/Folder.gif);
- }
-
- ul.Img{list-style:none; margin:0px; padding:0px;}
- ul.Img li{float:left;width:120px; height:120px; text-align:center;word-break:break-all; overflow:hidden; margin:5px;}
- ul.Img li a.pic{ display:block;border:solid 1px #CCCCCC; width:100px; height:100px; margin:auto; text-align:center; margin-bottom:3px;}
- ul.Img li a.pic:hover{border-color:#333333;}
- ul.Img a{text-decoration:none; color:#000000;}