atd-rtl.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* This file was automatically generated on Mar 20 2014 23:59:38 */
  2. /* AtD error styles */
  3. .hiddenSpellError
  4. {
  5. border-bottom: 2px solid red;
  6. cursor: default;
  7. }
  8. .hiddenGrammarError
  9. {
  10. border-bottom: 2px solid green;
  11. cursor: default;
  12. }
  13. .hiddenSuggestion
  14. {
  15. border-bottom: 2px solid blue;
  16. cursor: default;
  17. }
  18. /* Menu styles derived from:
  19. * jquery.spellchecker.js - a simple jQuery Spell Checker
  20. * Copyright (c) 2008 Richard Willis
  21. * MIT license : http://www.opensource.org/licenses/mit-license.php
  22. * Project : http://jquery-spellchecker.googlecode.com
  23. */
  24. #suggestmenu
  25. {
  26. min-width: 122px;
  27. background: #ebeaeb;
  28. position: absolute;
  29. display: none;
  30. z-index: 9999;
  31. overflow: none;
  32. margin-top: 1px;
  33. text-align: right;
  34. font-size: 11px;
  35. font-family: Tahoma, Verdana, Arial, Helvetica;
  36. }
  37. #suggestmenu strong
  38. {
  39. background: #cccccc;
  40. font-weight: bold;
  41. padding:3px 6px 3px 6px;
  42. display:block;
  43. border:1px solid #dddddd;
  44. border-bottom: 1px solid #aaaaaa;
  45. color: black;
  46. }
  47. #suggestmenu em
  48. {
  49. text-align:center;
  50. padding:3px 6px 3px 6px;
  51. display:block;
  52. border-top:1px solid #ccc;
  53. border-right:1px solid #ccc;
  54. }
  55. #suggestmenu a, #suggestmenu a:visited
  56. {
  57. background: #ebeaeb;
  58. border-right:1px solid #dddddd;
  59. border-left:1px solid #dddddd;
  60. padding:3px 6px 3px 6px;
  61. display:block;
  62. margin:0px;
  63. text-decoration:none;
  64. color: black;
  65. outline:none
  66. }
  67. #suggestmenu a.first, #suggestmenu a.first:visited
  68. {
  69. border-top:1px solid #dddddd;
  70. }
  71. .spell_sep_bottom
  72. {
  73. border-bottom: 1px solid #dddddd;
  74. }
  75. .spell_sep_top
  76. {
  77. border-top: 1px solid #aaaaaa;
  78. }
  79. #suggestmenu a:hover
  80. {
  81. color:#000;
  82. background: #f5f5f5;
  83. }
  84. #suggestmenu .foot
  85. {
  86. border-top:1px solid #aaaaaa;
  87. background:#fff
  88. }
  89. #suggestmenu .foot a, #suggestmenu .foot a:visited
  90. {
  91. outline:none
  92. }
  93. /* TinyMCE 4.0 */
  94. div.mce-atd-menu-title.mce-disabled {
  95. padding: 3px 12px 0;
  96. }
  97. div.mce-atd-menu-title.mce-disabled:hover,
  98. div.mce-atd-menu-title.mce-disabled:hover span.mce-text {
  99. background: none;
  100. color: #888;
  101. cursor: default;
  102. }
  103. div.mce-atd-menu-title.mce-disabled span.mce-text {
  104. font-weight: bold;
  105. color: #888;
  106. }