rtl
10 years ago
tinymce
7 years ago
atd-autoproofread.js
10 years ago
atd-nonvis-editor-plugin.js
9 years ago
atd-rtl.css
9 years ago
atd-rtl.min.css
9 years ago
atd.core.js
9 years ago
atd.css
9 years ago
atd.min.css
9 years ago
button.gif
15 years ago
config-options.php
7 years ago
config-unignore.php
7 years ago
jquery.atd.js
7 years ago
proxy.php
7 years ago
atd-rtl.css
123 lines
| 1 | /* Do not modify this file directly. It is concatenated from individual module CSS files. */ |
| 2 | /* AtD error styles */ |
| 3 | |
| 4 | .hiddenSpellError |
| 5 | { |
| 6 | border-bottom: 2px solid red; |
| 7 | cursor: default; |
| 8 | } |
| 9 | |
| 10 | .hiddenGrammarError |
| 11 | { |
| 12 | border-bottom: 2px solid green; |
| 13 | cursor: default; |
| 14 | } |
| 15 | |
| 16 | .hiddenSuggestion |
| 17 | { |
| 18 | border-bottom: 2px solid blue; |
| 19 | cursor: default; |
| 20 | } |
| 21 | |
| 22 | /* Menu styles derived from: |
| 23 | * jquery.spellchecker.js - a simple jQuery Spell Checker |
| 24 | * Copyright (c) 2008 Richard Willis |
| 25 | * MIT license : http://www.opensource.org/licenses/mit-license.php |
| 26 | * Project : http://jquery-spellchecker.googlecode.com |
| 27 | */ |
| 28 | |
| 29 | #suggestmenu |
| 30 | { |
| 31 | min-width: 122px; |
| 32 | background: #ebeaeb; |
| 33 | position: absolute; |
| 34 | display: none; |
| 35 | z-index: 9999; |
| 36 | overflow: none; |
| 37 | margin-top: 1px; |
| 38 | text-align: right; |
| 39 | font-size: 11px; |
| 40 | } |
| 41 | |
| 42 | #suggestmenu strong |
| 43 | { |
| 44 | background: #cccccc; |
| 45 | font-weight: bold; |
| 46 | padding:3px 6px 3px 6px; |
| 47 | display:block; |
| 48 | border:1px solid #dddddd; |
| 49 | border-bottom: 1px solid #aaaaaa; |
| 50 | color: black; |
| 51 | } |
| 52 | |
| 53 | #suggestmenu em |
| 54 | { |
| 55 | text-align:center; |
| 56 | padding:3px 6px 3px 6px; |
| 57 | display:block; |
| 58 | border-top:1px solid #ccc; |
| 59 | border-right:1px solid #ccc; |
| 60 | } |
| 61 | |
| 62 | #suggestmenu a, #suggestmenu a:visited |
| 63 | { |
| 64 | background: #ebeaeb; |
| 65 | border-right:1px solid #dddddd; |
| 66 | border-left:1px solid #dddddd; |
| 67 | padding:3px 6px 3px 6px; |
| 68 | display:block; |
| 69 | margin:0px; |
| 70 | text-decoration:none; |
| 71 | color: black; |
| 72 | outline:none |
| 73 | } |
| 74 | |
| 75 | #suggestmenu a.first, #suggestmenu a.first:visited |
| 76 | { |
| 77 | border-top:1px solid #dddddd; |
| 78 | } |
| 79 | |
| 80 | .spell_sep_bottom |
| 81 | { |
| 82 | border-bottom: 1px solid #dddddd; |
| 83 | } |
| 84 | |
| 85 | .spell_sep_top |
| 86 | { |
| 87 | border-top: 1px solid #aaaaaa; |
| 88 | } |
| 89 | |
| 90 | #suggestmenu a:hover |
| 91 | { |
| 92 | color:#000; |
| 93 | background: #f5f5f5; |
| 94 | } |
| 95 | |
| 96 | #suggestmenu .foot |
| 97 | { |
| 98 | border-top:1px solid #aaaaaa; |
| 99 | background:#fff |
| 100 | } |
| 101 | |
| 102 | #suggestmenu .foot a, #suggestmenu .foot a:visited |
| 103 | { |
| 104 | outline:none |
| 105 | } |
| 106 | |
| 107 | /* TinyMCE 4.0 */ |
| 108 | div.mce-atd-menu-title.mce-disabled { |
| 109 | padding: 3px 12px 0; |
| 110 | } |
| 111 | |
| 112 | div.mce-atd-menu-title.mce-disabled:hover, |
| 113 | div.mce-atd-menu-title.mce-disabled:hover span.mce-text { |
| 114 | background: none; |
| 115 | color: #888; |
| 116 | cursor: default; |
| 117 | } |
| 118 | |
| 119 | div.mce-atd-menu-title.mce-disabled span.mce-text { |
| 120 | font-weight: bold; |
| 121 | color: #888; |
| 122 | } |
| 123 |