/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

  1. /*
  2. * FCKeditor - The text editor for internet
  3. * Copyright (C) 2003-2006 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. * "Support Open Source software. What about a donation today?"
  12. *
  13. * File Name: browser.css
  14. * CSS styles used by all pages that compose the File Browser.
  15. *
  16. * File Authors:
  17. * Frederico Caldeira Knabben (fredck@fckeditor.net)
  18. */
  19. body
  20. {
  21. background-color: #f1f1e3;
  22. }
  23. form
  24. {
  25. margin: 0px 0px 0px 0px ;
  26. padding: 0px 0px 0px 0px ;
  27. }
  28. img{border:none;}
  29. .Frame
  30. {
  31. background-color: #f1f1e3;
  32. border-color: #f1f1e3;
  33. border-right: thin inset;
  34. border-top: thin inset;
  35. border-left: thin inset;
  36. border-bottom: thin inset;
  37. }
  38. body.FileArea
  39. {
  40. background-color: #ffffff;
  41. }
  42. body, td, input, select
  43. {
  44. font-size: 11px;
  45. font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
  46. }
  47. .ActualFolder
  48. {
  49. font-weight: bold;
  50. font-size: 14px;
  51. }
  52. .PopupButtons
  53. {
  54. border-top: #d5d59d 1px solid;
  55. background-color: #e3e3c7;
  56. padding: 7px 10px 7px 10px;
  57. }
  58. .Button, button
  59. {
  60. border-right: #737357 1px solid;
  61. border-top: #737357 1px solid;
  62. border-left: #737357 1px solid;
  63. color: #3b3b1f;
  64. border-bottom: #737357 1px solid;
  65. background-color: #c7c78f;
  66. }
  67. .FolderListCurrentFolder img
  68. {
  69. background-image: url(images/FolderOpened.gif);
  70. }
  71. .FolderListFolder img
  72. {
  73. background-image: url(images/Folder.gif);
  74. }
  75. ul.Img{list-style:none; margin:0px; padding:0px;}
  76. ul.Img li{float:left;width:120px; height:120px; text-align:center;word-break:break-all; overflow:hidden; margin:5px;}
  77. ul.Img li a.pic{ display:block;border:solid 1px #CCCCCC; width:100px; height:100px; margin:auto; text-align:center; margin-bottom:3px;}
  78. ul.Img li a.pic:hover{border-color:#333333;}
  79. ul.Img a{text-decoration:none; color:#000000;}