]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/googiespell.css
Imported Upstream version 0.1~rc2
[roundcube.git] / skins / default / googiespell.css
1 /***** modified styles for GoogieSpell *****/
2
3 .googie_window {
4   font-size: 11px;
5   width: 185px;
6   text-align: left;
7   border: 1px solid #666666;
8   background-color: #ffffff;
9   margin: 0;
10   padding: 0;
11   position: absolute;
12   visibility: hidden;
13 }
14
15 .googie_list {
16   width: 100%;
17   margin: 0;
18   padding: 0;
19 }
20
21 .googie_list td {
22   font-size: 11px;
23   padding-left: 10px;
24   padding-right: 10px;
25   padding-top: 2px;
26   padding-bottom: 2px;
27   cursor: pointer;
28   list-style-type: none;
29 }
30
31 .googie_list_onhover {
32   color: #FFFFFF;
33   background-color: #CC3333;
34 }
35
36 .googie_list_onout {
37   background-color: #F6F6F6;
38 }
39
40 .googie_list_selected {
41   background-color: #cccccc;
42   font-weight: bold;
43 }
44
45 .googie_list_close {
46   font-size: 11px;
47   color: #b91414;
48 }
49
50 .googie_list_onhover .googie_list_close {
51   color: #FFFFFF;
52 }
53
54 .googie_list_revert {
55   font-size: 11px;
56   color: #b91479;
57 }
58
59 .googie_link {
60   color: #b91414;
61   text-decoration: underline;
62   cursor: pointer;
63 }
64
65 .googie_check_spelling_link {  
66   color: #CC0000;
67   font-size: 11px;
68   text-decoration: none;
69   cursor: pointer;
70 }
71
72 .googie_check_spelling_link:hover {
73   text-decoration: underline;
74 }
75
76 .googie_no_style {
77   text-decoration: none;
78 }
79
80 .googie_check_spelling_ok {
81   color: green;
82   font-size: 11px;
83   text-decoration: underline;
84   cursor: pointer;
85 }
86
87 .googie_lang_3d_click img {
88   vertical-align: middle;
89   border-top: 1px solid #555;
90   border-left: 1px solid #555;
91   border-right: 1px solid #b1b1b1;
92   border-bottom: 1px solid #b1b1b1;
93 }
94
95 .googie_lang_3d_on img {
96   vertical-align: middle;
97   border-top: 1px solid #b1b1b1;
98   border-left: 1px solid #b1b1b1;
99   border-right: 1px solid #555;
100   border-bottom: 1px solid #555;
101 }