Dotclear

source: admin/js/tiny_mce/themes/advanced/skins/dotclear/content.css @ 409:24005d101404

Revision 409:24005d101404, 2.8 KB checked in by Tomtom33 <tbouron@…>, 14 years ago (diff)

Added editor content CSS

Line 
1/* Default */
2html,body {
3     padding: 10px !important;
4     margin: 0 !important;
5     background: #fff !important;
6}
7body {
8     height: 94% !important;
9     padding: 0 !important;
10}
11body, td, pre {
12     color: #000;
13     font: 76%/1.5em Helvetica,Arial,sans-serif;
14     margin: 8px;
15}
16body.mceForceColors {
17     background: #fff;
18     color: #000;
19}
20* html body {
21     scrollbar-3dlight-color:#F0F0EE;
22     scrollbar-arrow-color:#676662;
23     scrollbar-base-color:#F0F0EE;
24     scrollbar-darkshadow-color:#DDD;
25     scrollbar-face-color:#E0E0DD;
26     scrollbar-highlight-color:#F0F0EE;
27     scrollbar-shadow-color:#F0F0EE;
28     scrollbar-track-color:#F5F5F5;
29}
30
31/* Elements */
32h1 { font-size: 3.5em; }
33h2 { font-size: 3em; }
34h3 { font-size: 2.5em; }
35h4 { font-size: 2em; }
36h5 { font-size: 1.5em; }
37h6 { font-size: 1.17em; }
38img { border: 0; }
39cite, { border-bottom: 1px dashed #bbb; }
40q:before, q:after { font-size: 1.2em; }
41q:before {
42     content: '\201C';
43     margin-right: 1px;
44}
45q:after {
46     content: '\201D';
47     margin-left: 3px;
48}
49a {
50     color: #2373A8;
51     border-bottom: 1px dotted #F90;
52     text-decoration: none;
53}
54a[hreflang]:before {
55     content: attr(hreflang);
56     background-color: whiteSmoke;
57     border: 1px solid #bbb;
58     margin-right: 0.3em;
59     padding: 0 3px 0 3px;
60     -moz-border-radius: 5px;
61     -webkit-border-radius: 5px;
62     -khtml-border-radius: 5px;
63     border-radius: 5px;
64}
65acronym {
66     border-bottom: 1px dotted #bbb;
67     cursor: help;
68}
69abbr {
70     border-bottom: 1px dashed #bbb;
71     cursor:help;
72}
73.mceItemAnchor:before {
74     content: attr(name);
75     background: whiteSmoke url(img/anchor.png) no-repeat 0 3px;
76     font-style: italic;
77     border: 1px solid #ccc;
78     -moz-border-radius: 5px;
79     -webkit-border-radius: 5px;
80     -khtml-border-radius: 5px;
81     border-radius: 5px;
82     margin: 0 3px 0 3px;
83     padding: 0 2px 0 12px;
84}
85span.mceItemNbsp {
86     background: whiteSmoke;
87     border-bottom: 1px dashed #ccc;
88}
89td.mceSelected, th.mceSelected { background-color: #3399ff !important; }
90
91/* Table */
92.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid { border: 1px dashed #ccc; }
93table { cursor: default; }
94table td, table th { cursor: text; }
95
96/* Media */
97div.media object, div.media iframe { display: block; }
98div.media {
99     display: block;
100}
101div.media object, div.media iframe {
102     border: 1px dotted #ccc;
103     background-color: whiteSmoke;
104     background-position: center;
105     background-repeat: no-repeat;
106}
107div.media-audio object, div.media-audio iframe { background-image: url(img/audio.png); }
108div.media-video object, div.media-video iframe { background-image: url(img/video.png); }
109div.media-rich object, div.media-rich iframe { background-image: url(img/rich.png); }
110
111/* Other */
112img:-moz-broken {
113     -moz-force-broken-image-icon: 1;
114     width: 24px;
115     height: 24px;
116}
117font[face=mceinline] { font-family: inherit !important; }
Note: See TracBrowser for help on using the repository browser.

Sites map