comparison static/js/tiny_mce/themes/advanced/skins/default/content.css @ 442:6c182ceb7147

Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 May 2011 00:43:49 +0000
parents 88b2b9cb8c1f
children
comparison
equal deleted inserted replaced
441:33d0c55e57a9 442:6c182ceb7147
1 body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;} 1 body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
2 body {background:#FFF;} 2 body {background:#FFF;}
3 body.mceForceColors {background:#FFF; color:#000;} 3 body.mceForceColors {background:#FFF; color:#000;}
4 body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;}
4 h1 {font-size: 2em} 5 h1 {font-size: 2em}
5 h2 {font-size: 1.5em} 6 h2 {font-size: 1.5em}
6 h3 {font-size: 1.17em} 7 h3 {font-size: 1.17em}
7 h4 {font-size: 1em} 8 h4 {font-size: 1em}
8 h5 {font-size: .83em} 9 h5 {font-size: .83em}
32 scrollbar-track-color:#F5F5F5; 33 scrollbar-track-color:#F5F5F5;
33 } 34 }
34 35
35 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px} 36 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
36 font[face=mceinline] {font-family:inherit !important} 37 font[face=mceinline] {font-family:inherit !important}
38
39 .mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
40 .mceItemShockWave {background-image:url(../../img/shockwave.gif)}
41 .mceItemFlash {background-image:url(../../img/flash.gif)}
42 .mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
43 .mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
44 .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
45 .mceItemVideo {background-image:url(../../img/video.gif)}
46 .mceItemIframe {background-image:url(../../img/iframe.gif)}
47 .mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}