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