/source/Plug-in/fck/editor/skins/default/fck_dialog.css

http://prosporous.googlecode.com/ · CSS · 140 lines · 100 code · 18 blank · 22 comment · 0 complexity · 51571e9fca1becc13cc93b032c999428 MD5 · raw file

  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. * Styles used by the dialog boxes.
  22. */
  23. body
  24. {
  25. margin: 0px;
  26. padding: 10px;
  27. background-color: #f7f8fd;
  28. }
  29. body, td, input, select, textarea
  30. {
  31. font-size: 11px;
  32. font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
  33. }
  34. body, .BackColor
  35. {
  36. background-color: #f7f8fd;
  37. }
  38. .PopupBody
  39. {
  40. margin: 0px;
  41. padding: 0px;
  42. }
  43. .PopupTitle
  44. {
  45. font-weight: bold;
  46. font-size: 14pt;
  47. color: #0e3460;
  48. background-color: #8cb2fd;
  49. padding: 3px 10px 3px 10px;
  50. }
  51. .PopupButtons
  52. {
  53. border-top: #466ca6 1px solid;
  54. background-color: #8cb2fd;
  55. padding: 7px 10px 7px 10px;
  56. }
  57. .Button
  58. {
  59. border: #1c3460 1px solid;
  60. color: #000a28;
  61. background-color: #7096d3;
  62. }
  63. #btnOk
  64. {
  65. width: 100px;
  66. }
  67. .DarkBackground
  68. {
  69. background-color: #d7d79f;
  70. }
  71. .LightBackground
  72. {
  73. background-color: #ffffbe;
  74. }
  75. .PopupTitleBorder
  76. {
  77. border-bottom: #d5d59d 1px solid;
  78. }
  79. .PopupTabArea
  80. {
  81. color: #0e3460;
  82. background-color: #8cb2fd;
  83. }
  84. .PopupTabEmptyArea
  85. {
  86. padding-left: 10px ;
  87. border-bottom: #466ca6 1px solid;
  88. }
  89. .PopupTab, .PopupTabSelected
  90. {
  91. border-right: #466ca6 1px solid;
  92. border-top: #466ca6 1px solid;
  93. border-left: #466ca6 1px solid;
  94. padding: 3px 5px 3px 5px;
  95. color: #0e3460;
  96. }
  97. .PopupTab
  98. {
  99. margin-top: 1px;
  100. border-bottom: #466ca6 1px solid;
  101. cursor: pointer;
  102. cursor: hand;
  103. }
  104. .PopupTabSelected
  105. {
  106. font-weight:bold;
  107. cursor: default;
  108. padding-top: 4px;
  109. border-bottom: #f7f8fd 1px solid;
  110. background-color: #f7f8fd;
  111. }
  112. .PopupSelectionBox
  113. {
  114. border: #1e90ff 1px solid !important;
  115. background-color: #add8e6 !important;
  116. cursor: pointer;
  117. cursor: hand;
  118. }
  119. #tdBrowse
  120. {
  121. vertical-align: bottom;
  122. }