summaryrefslogtreecommitdiff
path: root/skins/default/googiespell.css
blob: 02314f355fd8b385f6c8bc293787f4e749ead769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/***** modified styles for GoogieSpell *****/

.googie_window {
  font-size: 11px;
  width: 185px;
  text-align: left;
  border: 1px solid #666666;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
}

.googie_edit_layer {
  border: 1px solid #666666;
  background-color: #ffffff;
  padding: 1px 4px;
  margin: 1px 0px;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}

.googie_edit_layer span {
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}

.googie_list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.googie_list td {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  list-style-type: none;
}

.googie_list_onhover {
  color: #FFFFFF;
  background-color: #CC3333;
}

.googie_list_onout {
  background-color: #F6F6F6;
}

.googie_list_selected {
  background-color: #cccccc;
  font-weight: bold;
}

.googie_list_close {
  font-size: 11px;
  color: #b91414;
}

.googie_list_onhover .googie_list_close {
  color: #FFFFFF;
}

.googie_list_revert {
  font-size: 11px;
  color: #b91479;
}

.googie_link {
  color: #b91414;
  text-decoration: underline;
  cursor: pointer;
}

.googie_check_spelling_link {  
  color: #CC0000;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}

.googie_check_spelling_link:hover {
  text-decoration: underline;
}

.googie_no_style {
  text-decoration: none;
}

.googie_check_spelling_ok, 
.googie_resume_editing {
  color: green;
  font-size: 11px;
  cursor: pointer;
}

.googie_check_spelling_ok:hover,
.googie_resume_editing:hover {
  text-decoration: underline;
}

.googie_lang_3d_click img {
  vertical-align: middle;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

.googie_lang_3d_on img {
  vertical-align: middle;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}