| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- /* This file was automatically generated on Mar 20 2014 23:59:38 */
- /* AtD error styles */
- .hiddenSpellError
- {
- border-bottom: 2px solid red;
- cursor: default;
- }
- .hiddenGrammarError
- {
- border-bottom: 2px solid green;
- cursor: default;
- }
- .hiddenSuggestion
- {
- border-bottom: 2px solid blue;
- cursor: default;
- }
- /* Menu styles derived from:
- * jquery.spellchecker.js - a simple jQuery Spell Checker
- * Copyright (c) 2008 Richard Willis
- * MIT license : http://www.opensource.org/licenses/mit-license.php
- * Project : http://jquery-spellchecker.googlecode.com
- */
- #suggestmenu
- {
- min-width: 122px;
- background: #ebeaeb;
- position: absolute;
- display: none;
- z-index: 9999;
- overflow: none;
- margin-top: 1px;
- text-align: right;
- font-size: 11px;
- font-family: Tahoma, Verdana, Arial, Helvetica;
- }
- #suggestmenu strong
- {
- background: #cccccc;
- font-weight: bold;
- padding:3px 6px 3px 6px;
- display:block;
- border:1px solid #dddddd;
- border-bottom: 1px solid #aaaaaa;
- color: black;
- }
- #suggestmenu em
- {
- text-align:center;
- padding:3px 6px 3px 6px;
- display:block;
- border-top:1px solid #ccc;
- border-right:1px solid #ccc;
- }
- #suggestmenu a, #suggestmenu a:visited
- {
- background: #ebeaeb;
- border-right:1px solid #dddddd;
- border-left:1px solid #dddddd;
- padding:3px 6px 3px 6px;
- display:block;
- margin:0px;
- text-decoration:none;
- color: black;
- outline:none
- }
- #suggestmenu a.first, #suggestmenu a.first:visited
- {
- border-top:1px solid #dddddd;
- }
- .spell_sep_bottom
- {
- border-bottom: 1px solid #dddddd;
- }
- .spell_sep_top
- {
- border-top: 1px solid #aaaaaa;
- }
- #suggestmenu a:hover
- {
- color:#000;
- background: #f5f5f5;
- }
- #suggestmenu .foot
- {
- border-top:1px solid #aaaaaa;
- background:#fff
- }
- #suggestmenu .foot a, #suggestmenu .foot a:visited
- {
- outline:none
- }
- /* TinyMCE 4.0 */
- div.mce-atd-menu-title.mce-disabled {
- padding: 3px 12px 0;
- }
- div.mce-atd-menu-title.mce-disabled:hover,
- div.mce-atd-menu-title.mce-disabled:hover span.mce-text {
- background: none;
- color: #888;
- cursor: default;
- }
- div.mce-atd-menu-title.mce-disabled span.mce-text {
- font-weight: bold;
- color: #888;
- }
|