Dotclear

Changeset 409:24005d101404 for admin/js


Ignore:
Timestamp:
06/23/11 12:59:51 (14 years ago)
Author:
Tomtom33 <tbouron@…>
Branch:
wysiwyg
Message:

Added editor content CSS

Location:
admin/js/tiny_mce/themes/advanced/skins/dotclear
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/tiny_mce/themes/advanced/skins/dotclear/content.css

    r382 r409  
    1 body, td, pre {color:#000; font: 12px/1.5em "Lucida Grande", Helvetica, Arial, sans-serif; margin:8px;} 
    2 html,body {padding: 0 !important; margin: 0 !important; background:#fff !important;} 
    3 body {height: 94% !important; padding: 0 !important;} 
    4 body.mceForceColors {background:#FFF; color:#000;} 
    5 h1 {font-size: 2em} 
    6 h2 {font-size: 1.5em} 
    7 h3 {font-size: 1.17em} 
    8 h4 {font-size: 1em} 
    9 h5 {font-size: .83em} 
    10 h6 {font-size: .75em} 
    11 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} 
    12 a.mceItemAnchor {display:inline-block; width:11px !important; height:11px  !important; background:url(img/items.gif) no-repeat 0 0;} 
    13 img.mceItemAnchor {width:11px; height:11px; background:url(img/items.gif) no-repeat;} 
    14 span.mceItemNbsp {background: #DDD} 
    15 td.mceSelected, th.mceSelected {background-color:#3399ff !important} 
    16 img {border:0;} 
    17 table {cursor:default} 
    18 table td, table th {cursor:text} 
    19 ins {border-bottom:1px solid green; text-decoration: none; color:green} 
    20 del {color:red; text-decoration:line-through} 
    21 cite {border-bottom:1px dashed blue} 
    22 acronym {border-bottom:1px dotted #CCC; cursor:help} 
    23 abbr {border-bottom:1px dashed #CCC; cursor:help} 
    24  
     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} 
    2520* html body { 
    26 scrollbar-3dlight-color:#F0F0EE; 
    27 scrollbar-arrow-color:#676662; 
    28 scrollbar-base-color:#F0F0EE; 
    29 scrollbar-darkshadow-color:#DDD; 
    30 scrollbar-face-color:#E0E0DD; 
    31 scrollbar-highlight-color:#F0F0EE; 
    32 scrollbar-shadow-color:#F0F0EE; 
    33 scrollbar-track-color:#F5F5F5; 
     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; 
    3429} 
    3530 
    36 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px} 
    37 font[face=mceinline] {font-family:inherit !important} 
     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; } 
    3890 
    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;} 
     91/* Table */ 
     92.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid { border: 1px dashed #ccc; } 
     93table { cursor: default; } 
     94table td, table th { cursor: text; } 
    4895 
     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 TracChangeset for help on using the changeset viewer.

Sites map