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