commit | author | age
|
74d4c7
|
1 |
/***** modified styles for GoogieSpell *****/ |
T |
2 |
|
|
3 |
.googie_window { |
|
4 |
font-size: 11px; |
|
5 |
width: 185px; |
|
6 |
margin: 0; |
|
7 |
padding: 0; |
|
8 |
} |
|
9 |
|
|
10 |
.googie_edit_layer { |
ff4c18
|
11 |
position: relative; |
T |
12 |
top: 1px; |
|
13 |
left: 1px; |
74d4c7
|
14 |
padding: 8px; |
T |
15 |
font-size: 9pt; |
|
16 |
font-family: monospace; |
|
17 |
background-color: #fff; |
|
18 |
border: 0; |
|
19 |
} |
|
20 |
|
|
21 |
.googie_edit_layer span { |
|
22 |
font-family: monospace; |
|
23 |
} |
|
24 |
|
|
25 |
.googie_list { |
|
26 |
width: 100%; |
|
27 |
margin: 0; |
|
28 |
padding: 0; |
|
29 |
border-spacing: 0; |
|
30 |
} |
|
31 |
|
|
32 |
.googie_list td { |
|
33 |
min-width: 80px; |
|
34 |
width: auto; |
|
35 |
} |
|
36 |
|
|
37 |
.googie_list td.googie_list_selected { |
|
38 |
background: #4db0d2; |
|
39 |
} |
|
40 |
|
|
41 |
.googie_list_close { |
|
42 |
font-size: 11px; |
|
43 |
color: #b91414; |
|
44 |
} |
|
45 |
|
|
46 |
.googie_list_onhover .googie_list_close { |
|
47 |
color: #fff; |
|
48 |
} |
|
49 |
|
|
50 |
.googie_list_revert { |
|
51 |
font-size: 11px; |
|
52 |
color: #b91414; |
|
53 |
} |
|
54 |
|
|
55 |
.googie_list_revert:hover { |
|
56 |
color: #fff; |
|
57 |
} |
|
58 |
|
|
59 |
.googie_link { |
|
60 |
color: #b91414; |
|
61 |
text-decoration: underline; |
|
62 |
cursor: pointer; |
|
63 |
font-size: 9pt; |
|
64 |
font-family: monospace; |
|
65 |
} |
|
66 |
|
|
67 |
.googie_check_spelling_link { |
|
68 |
color: #0069A6; |
|
69 |
font-size: 11px; |
|
70 |
text-decoration: underline; |
|
71 |
cursor: pointer; |
|
72 |
} |
|
73 |
|
|
74 |
.googie_no_style { |
|
75 |
text-decoration: none; |
|
76 |
} |
|
77 |
|
|
78 |
.googie_check_spelling_ok, |
|
79 |
.googie_resume_editing { |
|
80 |
color: green; |
|
81 |
font-size: 11px; |
|
82 |
cursor: pointer; |
|
83 |
text-decoration: underline; |
|
84 |
} |
|
85 |
|
|
86 |
.googie_check_spelling_ok:hover, |
|
87 |
.googie_resume_editing:hover { |
|
88 |
text-decoration: underline; |
|
89 |
} |
|
90 |
|
|
91 |
.googie_lang_3d_click img, |
|
92 |
.googie_lang_3d_on img { |
|
93 |
vertical-align: middle; |
|
94 |
cursor: pointer; |
|
95 |
border: 0; |
|
96 |
} |
|
97 |
|