You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.2 KiB

  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. html, body
  6. {
  7. background-color: transparent;
  8. margin: 0px;
  9. padding: 0px;
  10. }
  11. body
  12. {
  13. padding: 10px;
  14. }
  15. body, td, input, select, textarea
  16. {
  17. font-size: 11px;
  18. font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
  19. }
  20. .midtext
  21. {
  22. padding:0px;
  23. margin:10px;
  24. }
  25. .midtext p
  26. {
  27. padding:0px;
  28. margin:10px;
  29. }
  30. .Button
  31. {
  32. border: #737357 1px solid;
  33. color: #3b3b1f;
  34. background-color: #c7c78f;
  35. }
  36. .PopupTabArea
  37. {
  38. color: #737357;
  39. background-color: #e3e3c7;
  40. }
  41. .PopupTitleBorder
  42. {
  43. border-bottom: #d5d59d 1px solid;
  44. }
  45. .PopupTabEmptyArea
  46. {
  47. padding-left: 10px;
  48. border-bottom: #d5d59d 1px solid;
  49. }
  50. .PopupTab, .PopupTabSelected
  51. {
  52. border-right: #d5d59d 1px solid;
  53. border-top: #d5d59d 1px solid;
  54. border-left: #d5d59d 1px solid;
  55. padding: 3px 5px 3px 5px;
  56. color: #737357;
  57. }
  58. .PopupTab
  59. {
  60. margin-top: 1px;
  61. border-bottom: #d5d59d 1px solid;
  62. cursor: pointer;
  63. }
  64. .PopupTabSelected
  65. {
  66. font-weight: bold;
  67. cursor: default;
  68. padding-top: 4px;
  69. border-bottom: #f1f1e3 1px solid;
  70. background-color: #f1f1e3;
  71. }