/pigeoncms/Plugins/fckeditor/editor/dialog/common/fck_dialog_common.css

http://pigeoncms.googlecode.com/ · CSS · 85 lines · 49 code · 7 blank · 29 comment · 0 complexity · debcfe9c7f96af9ac812a00dfbc5393f MD5 · raw file

  1. /*
  2. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  3. * Copyright (C) 2003-2009 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. * This is the CSS file used for interface details in some dialog
  22. * windows.
  23. */
  24. /* #########
  25. * WARNING
  26. * #########
  27. * When changing this file, the minified version of it must be updated in the
  28. * fck_dialog_common.js file (see GetCommonDialogCss).
  29. */
  30. .ImagePreviewArea
  31. {
  32. border: #000000 1px solid;
  33. overflow: auto;
  34. width: 100%;
  35. height: 170px;
  36. background-color: #ffffff;
  37. }
  38. .FlashPreviewArea
  39. {
  40. border: #000000 1px solid;
  41. padding: 5px;
  42. overflow: auto;
  43. width: 100%;
  44. height: 170px;
  45. background-color: #ffffff;
  46. }
  47. .BtnReset
  48. {
  49. float: left;
  50. background-position: center center;
  51. background-image: url(images/reset.gif);
  52. width: 16px;
  53. height: 16px;
  54. background-repeat: no-repeat;
  55. border: 1px none;
  56. font-size: 1px ;
  57. }
  58. .BtnLocked, .BtnUnlocked
  59. {
  60. float: left;
  61. background-position: center center;
  62. background-image: url(images/locked.gif);
  63. width: 16px;
  64. height: 16px;
  65. background-repeat: no-repeat;
  66. border: none 1px;
  67. font-size: 1px ;
  68. }
  69. .BtnUnlocked
  70. {
  71. background-image: url(images/unlocked.gif);
  72. }
  73. .BtnOver
  74. {
  75. border: outset 1px;
  76. cursor: pointer;
  77. cursor: hand;
  78. }