initial import
[roojs1] / css / inline-editor.css
1 /*
2 .yinline-editor {\r
3         border: 1px solid #a3bac9;\r
4         font: normal 11px arial,helvetica,sans-serif;\r
5         left: 0;\r
6         overflow: hidden;\r
7         padding: 1px 0 0 1px;\r
8         position: absolute;\r
9         top: 0;\r
10 }\r
11 .yinline-editor-multiline {\r
12         overflow: hidden;\r
13         padding: 0;\r
14         white-space: nowrap;\r
15 }\r
16 .yinline-editor-sizer {\r
17         font: normal 11px arial,helvetica,sans-serif;\r
18         left: -1000px;\r
19         padding: 3px;\r
20         padding-right: 6px;\r
21         position: absolute;\r
22         top: -1000px;\r
23         visibility: hidden;\r
24         white-space: nowrap;\r
25 }\r
26 .yinline-editor-wrap {\r
27         color: white;\r
28         overflow: auto;\r
29         position: absolute;\r
30         top: 0;\r
31         visibility: hidden;\r
32         z-index: 15002;\r
33 }\r
34
35 */
36 .x-html-editor-wrap
37 {
38     background-color:#000;
39     border:1px solid #a3bac9;
40 }
41
42 /*-------- all the buttons -------*/
43
44 .x-html-editor-tb .x-btn-text {
45     background:transparent url(../images/default/form/htmleditor.gif) no-repeat scroll 0% 0%;
46 }
47 .x-html-editor-tb  .x-btn-text { width: 18px; }
48 /* all the rest are done with background offsets ( -16 height each one ) */
49
50
51 .x-html-editor-tb .x-edit-bold .x-btn-text              { background-position: 0 0px; }
52 .x-html-editor-tb .x-edit-italic .x-btn-text            { background-position: 0 -16px; } 
53 .x-html-editor-tb .x-edit-underline .x-btn-text         { background-position: 0 -32px; } 
54 .x-html-editor-tb .x-edit-increasefontsize .x-btn-text  { background-position: 0 -48px; } 
55 .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text  { background-position: 0 -64px; } 
56 .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text { background-position: 0 -80px; } 
57 .x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text { background-position: 0 -96px; } 
58 .x-html-editor-tb .x-edit-justifyleft .x-btn-text       { background-position: 0 -112px; } 
59 .x-html-editor-tb .x-edit-justifycenter .x-btn-text     { background-position: 0 -128px; } 
60 .x-html-editor-tb .x-edit-justifyright .x-btn-text      { background-position: 0 -144px; } 
61
62 .x-html-editor-tb .x-edit-forecolor .x-btn-text         { background-position: 0 -160px; } 
63 .x-html-editor-tb .x-edit-backcolor .x-btn-text         { background-position: 0 -176px; } 
64 .x-html-editor-tb .x-edit-sourceedit .x-btn-text        { background-position: 0 -192px; } 
65 .x-html-editor-tb .x-edit-createlink .x-btn-text        { background-position: 0 -208px; } 
66
67
68 .x-html-editor-tb .x-toolbar .x-btn {
69     margin-left:0px;
70     margin-right:0px;
71 }
72