Dotclear

source: admin/style/jsToolBar/jsToolBar.css @ 951:6eac89a5f2a5

Revision 951:6eac89a5f2a5, 3.2 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

some border-radius with vendor prefix missing

Line 
1.jstEditor {
2     border-width : 0 1px 1px 1px;
3     border-style : solid;
4     border-color : #000 #ccc #ccc #000;
5     padding-left: 5px;
6     background : #f9f9f9;
7}
8.jstEditor textarea, .jstEditor iframe {
9  margin: 0;
10  border: 0;
11}
12
13.jstHandle {
14     height: 8px;
15     background: #ccc url(resize.png) no-repeat center center;
16     font-size: 0.1em;
17     cursor: s-resize;
18     border-color: #ccc #ccc #ccc #000;
19     border-width: 0 1px 1px 1px;
20     border-style: solid;
21}
22
23.jstElements {
24     padding: 3px 3px;
25     border-width: 1px 1px 0 1px;
26     border-style: solid;
27     border-color: #000 #ccc #ccc #000;
28     background: #dfdfdf;
29}
30
31.jstElements select, .jstElements button {
32     vertical-align: middle;
33}
34.jstElements select {
35     width: 12em;
36}
37.jstElements button {
38     margin-right : 2px;
39     width : 20px;
40     height: 20px;
41     padding: 0;
42     border-style: solid;
43     border-width: 1px;
44     border-color: #dfdfdf;
45     background-color : transparent;
46     background-position : 50% 50%;
47     background-repeat: no-repeat;
48}
49.jstElements button:hover {
50     border-color : #ccc;
51     background-color: #fff;
52}
53.jstElements button span {
54     display : none;     
55}
56.jstElements span {
57     display : inline;
58}
59
60.jstSpacer {
61     width : 0px;
62     font-size: 1px;
63     margin-right: 4px;
64}
65
66.jstSwitcher {
67     display: block;
68     list-style: none;
69     margin: 0 0 0 -5px;
70     padding: 0 0 5px 0;
71     background: #dfdfdf;
72     border-top: 1px solid #999;
73     font-size: 90%;
74     font-weight: bold;
75}
76.jstSwitcher li {
77     display: inline;
78     margin: 0 0 0 5px;
79     padding: 2px 4px;
80}
81.jstSwitcher li.jstSwitcherCurrent {
82     color: #fff;
83     background: #999;
84     -o-border-radius: 0 0 2px 2px;
85     -moz-border-radius: 0 0 2px 2px;
86     -webkit-border-radius: 0 0 2px 2px;
87     border-radius: 0 0 2px 2px;
88}
89.jstSwitcher a {
90     font-weight: normal;
91     border-bottom: none !important;
92}
93
94/* Buttons
95-------------------------------------------------------- */
96.jstb_strong {
97     background-image: url(bt_strong.png);
98}
99.jstb_em {
100     background-image: url(bt_em.png);
101}
102.jstb_ins {
103     background-image: url(bt_ins.png);
104}
105.jstb_del {
106     background-image: url(bt_del.png);
107}
108.jstb_quote {
109     background-image: url(bt_quote.png);
110}
111.jstb_code {
112     background-image: url(bt_code.png);
113}
114.jstb_paragraph {
115     background-image: url(bt_paragraph.png);
116}
117.jstb_br {
118     background-image: url(bt_br.png);
119}
120.jstb_blockquote {
121     background-image: url(bt_bquote.png);
122}
123.jstb_pre {
124     background-image: url(bt_pre.png);
125}
126.jstb_ul {
127     background-image: url(bt_ul.png);
128}
129.jstb_ol {
130     background-image: url(bt_ol.png);
131}
132.jstb_link {
133     background-image: url(bt_link.png);
134}
135.jstb_img {
136     background-image: url(bt_img.png);
137}
138.jstb_img_select {
139     background-image: url(bt_img_select.png);
140}
141.jstb_post_link {
142     background-image: url(bt_post.png);
143}
144.jstb_removeFormat {
145     background-image: url(bt_clean.png);
146}
147
148
149/* WYSIWYG Iframe */
150.wysiwygIframe {
151     border-width : 1px;
152     border-style : solid;
153     border-color : #000 #ccc #ccc #000;
154     width : 100%;
155}
156
157/* WYSIWYG Document */
158body.wysiwygDoc {
159     font: 12px "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
160     color : #000;
161     background: #f9f9f9;
162     margin: 0;
163     padding : 2px;
164     border: none;
165}
166.wysiwygDoc pre, .wysiwygDoc code, .wysiwygDoc kbd, .wysiwygDoc samp {
167     font-family:"Courier New",Courier,monospace;
168     font-size : 1.1em;
169}
170.wysiwygDoc code {
171     color : #666;
172     font-weight : bold;
173}
174body.wysiwygDoc  > p:first-child {
175     margin-top: 0;
176}
Note: See TracBrowser for help on using the repository browser.

Sites map