source: trunk/spip/esqueleto-redcta/plugins/crayons/crayons.css @ 357

Last change on this file since 357 was 69, checked in by guille, 16 years ago

Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione

File size: 1.5 KB
Line 
1em.crayon-img-changed {
2        display: none;
3}
4.crayon-changed em.crayon-img-changed {
5        display: block;
6}
7.crayon-changed em.crayon-crayon {
8        display: none;
9}
10em.crayon-edit, em.crayon-crayon {
11        display: none;
12}
13.crayon-boutons, .crayon-searching {
14        float: right;
15}
16.crayon-boutons {
17        width: 40px;
18}
19.crayon-boutons a {
20        cursor: pointer;
21}
22.crayon-icones {
23        float: right;
24        width: 20px;
25        text-align: right;
26        position: relative;
27        top:0; left:0;
28        z-index:4999;
29}
30.crayon-icones span,.crayon-icones em {
31        position:absolute;
32        left:0px;
33}
34em.crayon-edit, em.crayon-crayon, em.crayon-img-changed {
35        cursor: pointer;
36        border:0;
37} 
38
39/* definition des icones */
40.crayon-icones em.crayon-crayon {
41        background: url(images/crayon20.png) no-repeat;
42        height: 20px;
43        width: 20px;
44}
45.crayon-icones em.crayon-searching {
46        background: url(images/searching.gif) no-repeat;
47        height: 13px;
48        width: 13px;
49}
50.crayon-icones em.crayon-edit {
51        background: url(images/edit.png) no-repeat;
52        height: 20px;
53        width: 20px;
54}
55.crayon-icones em.crayon-img-changed {
56        background: url(images/changed.png) no-repeat;
57        height: 20px;
58        width: 20px;
59}
60
61
62.formulaire_crayon .crayon-active {
63        padding: 1px;
64        border: 1px inset;
65        font: inherit;
66}
67.crayon-html .formulaire_crayon {
68        max-width: 703px;
69}
70.crayon-html textarea {
71        overflow: auto;
72        font: inherit;
73}
74.crayon-html {
75        z-index:5000;
76}
77.crayon-html .crayon-boutons {
78        position:absolute;
79        right:0px;
80}
81
82/* resizer */
83.resizehandle {
84        background:transparent url("images/resizer.png") no-repeat scroll 45%;
85        cursor:s-resize;
86        font-size:0.1em;
87}
Note: See TracBrowser for help on using the repository browser.