Dotclear

source: admin/style/jsToolBar/jsToolBar.css @ 1810:1cad42f451bc

Revision 1810:1cad42f451bc, 3.5 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Bug fix. Correction de la disparition des images des boutons au survol.

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

Sites map