~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/skins/office2003/fck_contextmenu.css

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *              Frederico Caldeira Knabben (fredck@fckeditor.net)
18
18
 */
19
19
 
20
 
.CM_ContextMenu, .CM_ContextMenu *
 
20
.BaseFont, .ForceBaseFont *, .CM_ContextMenu, .CM_ContextMenu *
21
21
{
22
22
        font-size: 11px;
23
23
        font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
49
49
 
50
50
.CM_Option .CM_Icon IMG
51
51
{
52
 
        filter: alpha(opacity=70);
53
 
        -moz-opacity: 0.70;
 
52
        opacity: 0.70; /* Safari, Opera and Mozilla */
 
53
        filter: alpha(opacity=70); /* IE */
 
54
        /* -moz-opacity: 0.70; Mozilla (Old) */
54
55
}
55
56
 
56
57
.CM_Disabled 
60
61
 
61
62
.CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
62
63
{
63
 
        filter: gray() alpha(opacity=30);
64
 
        -moz-opacity: 0.30;
 
64
        opacity: 0.30; /* Safari, Opera and Mozilla */
 
65
        filter: gray() alpha(opacity=30); /* IE */
 
66
        /* -moz-opacity: 0.30; Mozilla (Old) */
65
67
}
66
68
 
67
69
.CM_Option .CM_Label, .CM_Over .CM_Label
80
82
        background-color: #466ca6;
81
83
}
82
84
 
83
 
.CM_Separator TD
 
85
.CM_Separator .CM_Label
84
86
{
85
87
        height: 3px;
86
88
}
87
89
 
88
 
.CM_Separator .CM_Label DIV
 
90
.CM_Separator_Line
89
91
{
90
92
        border-top: #b9b99d 1px solid;
91
93
        margin-left: 2px;
207
209
        overflow: visible;
208
210
        padding-right: 5px;
209
211
        padding-left: 5px;
210
 
        filter: alpha(opacity=70); 
211
 
        -moz-opacity:0.75;
 
212
        opacity: 0.75; /* Safari, Opera and Mozilla */
 
213
        filter: alpha(opacity=70); /* IE */
 
214
        /* -moz-opacity: 0.75; Mozilla (Old) */
212
215
        height: 23px;
213
216
        background-color: #f7f8fd;
214
217
}
235
238
 
236
239
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
237
240
{
238
 
        filter: gray() alpha(opacity=30); 
239
 
        -moz-opacity:0.30;
 
241
        opacity: 0.30; /* Safari, Opera and Mozilla */
 
242
        filter: gray() alpha(opacity=30); /* IE */
 
243
        /* -moz-opacity: 0.30; Mozilla (Old) */
240
244
}
241
245
 
242
246
.SC_FieldOver