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.

googiespell.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /***** modified styles for GoogieSpell *****/
  2. .googie_window {
  3. font-size: 11px;
  4. width: 185px;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. .googie_edit_layer {
  9. background-color: #ffffff;
  10. padding: 1px 3px;
  11. font-size: 9pt;
  12. font-family: monospace;
  13. }
  14. .googie_edit_layer span {
  15. font-family: monospace;
  16. }
  17. .googie_list {
  18. width: 100%;
  19. margin: 0;
  20. padding: 0;
  21. }
  22. .googie_list td {
  23. font-size: 11px;
  24. padding-left: 10px;
  25. padding-right: 10px;
  26. padding-top: 2px;
  27. padding-bottom: 2px;
  28. cursor: pointer;
  29. list-style-type: none;
  30. }
  31. .googie_list_onhover {
  32. color: #FFFFFF;
  33. background-color: #CC3333;
  34. }
  35. .googie_list_onout {
  36. background-color: #fff;
  37. }
  38. .googie_list_selected {
  39. background-color: #cccccc;
  40. font-weight: bold;
  41. }
  42. .googie_list_close {
  43. font-size: 11px;
  44. color: #b91414;
  45. }
  46. .googie_list_onhover .googie_list_close {
  47. color: #FFFFFF;
  48. }
  49. .googie_list_revert {
  50. font-size: 11px;
  51. color: #b91414;
  52. }
  53. .googie_list_revert:hover {
  54. color: #fff;
  55. }
  56. .googie_link {
  57. color: #b91414;
  58. text-decoration: underline;
  59. cursor: pointer;
  60. font-size: 9pt;
  61. font-family: monospace;
  62. }
  63. .googie_check_spelling_link {
  64. color: #CC0000;
  65. font-size: 11px;
  66. text-decoration: none;
  67. cursor: pointer;
  68. }
  69. .googie_check_spelling_link:hover {
  70. text-decoration: underline;
  71. }
  72. .googie_no_style {
  73. text-decoration: none;
  74. }
  75. .googie_check_spelling_ok,
  76. .googie_resume_editing {
  77. color: green;
  78. font-size: 11px;
  79. cursor: pointer;
  80. }
  81. .googie_check_spelling_ok:hover,
  82. .googie_resume_editing:hover {
  83. text-decoration: underline;
  84. }
  85. .googie_lang_3d_click img {
  86. vertical-align: middle;
  87. border-top: 1px solid #555;
  88. border-left: 1px solid #555;
  89. border-right: 1px solid #b1b1b1;
  90. border-bottom: 1px solid #b1b1b1;
  91. }
  92. .googie_lang_3d_on img {
  93. vertical-align: middle;
  94. border-top: 1px solid #b1b1b1;
  95. border-left: 1px solid #b1b1b1;
  96. border-right: 1px solid #555;
  97. border-bottom: 1px solid #555;
  98. }