annotate static/js/tiny_mce/themes/advanced/skins/highcontrast/content.css @ 693:ad69236e8501

For issue #52, update many 3rd party Javascript libraries. Updated to jquery 1.10.2, jquery ui 1.10.3. This broke a lot of stuff. - Found a newer version of the jquery cycle all plugin (3.0.3). - Updated JPlayer to 2.4.0. - Updated to MarkItUp 1.1.14. This also required me to add multiline attributes set to true on various buttons in the markdown set. - As per a stackoverflow post, added some code to get multiline titles in a jQuery UI dialog. They removed that functionality but allow you to put it back. Tweaked the MarkItUp preview CSS to show blockquotes in italic. Did not update TinyMCE at this time. I'm not using the JQuery version and this version appears to work ok for now. What I should do is make a repo for MarkItUp and do a vendor branch thing so I don't have to futz around diffing directories to figure out if I'll lose changes when I update.
author Brian Neal <bgneal@gmail.com>
date Wed, 04 Sep 2013 19:55:20 -0500
parents 6c182ceb7147
children
rev   line source
bgneal@442 1 body, td, pre { margin:8px;}
bgneal@442 2 body.mceForceColors {background:#FFF; color:#000;}
bgneal@442 3 h1 {font-size: 2em}
bgneal@442 4 h2 {font-size: 1.5em}
bgneal@442 5 h3 {font-size: 1.17em}
bgneal@442 6 h4 {font-size: 1em}
bgneal@442 7 h5 {font-size: .83em}
bgneal@442 8 h6 {font-size: .75em}
bgneal@442 9 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
bgneal@442 10 a.mceItemAnchor {display:inline-block; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat 0 0;}
bgneal@442 11 span.mceItemNbsp {background: #DDD}
bgneal@442 12 td.mceSelected, th.mceSelected {background-color:#3399ff !important}
bgneal@442 13 img {border:0;}
bgneal@442 14 table {cursor:default}
bgneal@442 15 table td, table th {cursor:text}
bgneal@442 16 ins {border-bottom:1px solid green; text-decoration: none; color:green}
bgneal@442 17 del {color:red; text-decoration:line-through}
bgneal@442 18 cite {border-bottom:1px dashed blue}
bgneal@442 19 acronym {border-bottom:1px dotted #CCC; cursor:help}
bgneal@442 20 abbr {border-bottom:1px dashed #CCC; cursor:help}
bgneal@442 21
bgneal@442 22 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
bgneal@442 23 font[face=mceinline] {font-family:inherit !important}