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