]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/googiespell.css
Imported Upstream version 0.5.4+dfsg
[roundcube.git] / skins / default / googiespell.css
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: 0 4px;
13   font-size: 9pt;
14   font-family: monospace;
15   border: 1px solid #999;
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 }
27
28 .googie_list td {
29   font-size: 11px;
30   padding-left: 10px;
31   padding-right: 10px;
32   padding-top: 2px;
33   padding-bottom: 2px;
34   cursor: pointer;
35   list-style-type: none;
36 }
37
38 .googie_list_onhover {
39   color: #FFFFFF;
40   background-color: #CC3333;
41 }
42
43 .googie_list_onout {
44   background-color: #fff;
45 }
46
47 .googie_list_selected {
48   background-color: #cccccc;
49   font-weight: bold;
50 }
51
52 .googie_list_close {
53   font-size: 11px;
54   color: #b91414;
55 }
56
57 .googie_list_onhover .googie_list_close {
58   color: #FFFFFF;
59 }
60
61 .googie_list_revert {
62   font-size: 11px;
63   color: #b91414;
64 }
65
66 .googie_list_revert:hover {
67   color: #fff;
68 }
69
70 .googie_link {
71   color: #b91414;
72   text-decoration: underline;
73   cursor: pointer;
74   font-size: 9pt;
75   font-family: monospace;
76 }
77
78 .googie_check_spelling_link {
79   color: #CC0000;
80   font-size: 11px;
81   text-decoration: none;
82   cursor: pointer;
83 }
84
85 .googie_check_spelling_link:hover {
86   text-decoration: underline;
87 }
88
89 .googie_no_style {
90   text-decoration: none;
91 }
92
93 .googie_check_spelling_ok,
94 .googie_resume_editing {
95   color: green;
96   font-size: 11px;
97   cursor: pointer;
98 }
99
100 .googie_check_spelling_ok:hover,
101 .googie_resume_editing:hover {
102   text-decoration: underline;
103 }
104
105 .googie_lang_3d_click img {
106   vertical-align: middle;
107   border-top: 1px solid #555;
108   border-left: 1px solid #555;
109   border-right: 1px solid #b1b1b1;
110   border-bottom: 1px solid #b1b1b1;
111 }
112
113 .googie_lang_3d_on img {
114   vertical-align: middle;
115   border-top: 1px solid #b1b1b1;
116   border-left: 1px solid #b1b1b1;
117   border-right: 1px solid #555;
118   border-bottom: 1px solid #555;
119 }