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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. padding: 4px;
  10. font-size: 9pt;
  11. font-family: monospace;
  12. background-color: #fff;
  13. border: 0;
  14. }
  15. .googie_edit_layer span {
  16. font-family: monospace;
  17. }
  18. .googie_list {
  19. width: 100%;
  20. margin: 0;
  21. padding: 0;
  22. border-spacing: 0;
  23. }
  24. .googie_list td {
  25. min-width: 80px;
  26. width: auto;
  27. }
  28. .googie_list td.googie_list_selected {
  29. background: #4db0d2;
  30. }
  31. .googie_list_close {
  32. font-size: 11px;
  33. color: #b91414;
  34. }
  35. .googie_list_onhover .googie_list_close {
  36. color: #fff;
  37. }
  38. .googie_list_revert {
  39. font-size: 11px;
  40. color: #b91414;
  41. }
  42. .googie_list_revert:hover {
  43. color: #fff;
  44. }
  45. .googie_link {
  46. color: #b91414;
  47. text-decoration: underline;
  48. cursor: pointer;
  49. font-size: 9pt;
  50. font-family: monospace;
  51. }
  52. .googie_check_spelling_link {
  53. color: #0069A6;
  54. font-size: 11px;
  55. text-decoration: underline;
  56. cursor: pointer;
  57. }
  58. .googie_no_style {
  59. text-decoration: none;
  60. }
  61. .googie_check_spelling_ok,
  62. .googie_resume_editing {
  63. color: green;
  64. font-size: 11px;
  65. cursor: pointer;
  66. text-decoration: underline;
  67. }
  68. .googie_check_spelling_ok:hover,
  69. .googie_resume_editing:hover {
  70. text-decoration: underline;
  71. }
  72. .googie_lang_3d_click img,
  73. .googie_lang_3d_on img {
  74. vertical-align: middle;
  75. cursor: pointer;
  76. border: 0;
  77. }