HtmlFeedEntryEditor.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .feedEntryEditor {
  2. color:#000000;
  3. background: #FFFFFF;
  4. }
  5. .feedEntryEditorMenuTable {
  6. background: #C0C0C0;
  7. border:2px solid;
  8. border-top-color: lightgrey;
  9. border-left-color: lightgrey;
  10. border-right-color: darkgray;
  11. border-bottom-color: darkgray;
  12. }
  13. .feedEntryEditorMenu {
  14. cursor: pointer;
  15. color:#0000FF;
  16. text-align: left;
  17. font-size: small;
  18. }
  19. .feedEntryEditorDisplayCheckbox {
  20. font-size: small;
  21. text-align: left;
  22. }
  23. .feedEntryEditorMenu:hover {
  24. text-decoration: underline;
  25. }
  26. .feedEntryEditorTitle {
  27. color:#000000;
  28. background: #FFFFFF;
  29. text-align: left;
  30. #padding-left: 10px;
  31. font-size: 125%;
  32. font-weight: bold;
  33. }
  34. .feedEntryEditorAuthor {
  35. color:#000000;
  36. background: #FFFFFF;
  37. }
  38. .feedEntryEditorAuthorNames {
  39. color:#000000;
  40. background: #FFFFFF;
  41. text-align: left;
  42. #padding-left: 10px;
  43. font-size: 110%;
  44. font-style: italic;
  45. font-weight: normal;
  46. }
  47. .feedEntryEditorSummary {
  48. color:#000000;
  49. background: #FFFFFF;
  50. }
  51. .feedEntryEditorUpdated {
  52. color:#000000;
  53. background: #FFFFFF;
  54. }
  55. .feedEntryEditorUpdatedText {
  56. color:#000000;
  57. background: #FFFFFF;
  58. font-size: 110%;
  59. font-style: italic;
  60. font-weight: normal;
  61. }
  62. .feedEntryEditorId {
  63. color:#000000;
  64. background: #FFFFFF;
  65. }
  66. .feedEntryEditorIdText {
  67. color:#000000;
  68. background: #FFFFFF;
  69. font-style: italic;
  70. font-size: 110%;
  71. font-weight: normal;
  72. }
  73. .feedEntryEditorContent {
  74. color:#000000;
  75. background: #FFFFFF;
  76. }
  77. .feedEntryEditorContributorNames {
  78. color:#000000;
  79. text-align: left;
  80. #padding-left: 10px;
  81. font-size: 125%;
  82. font-style: italic;
  83. font-weight: normal;
  84. }