annotate static/js/tiny_mce/themes/advanced/skins/highcontrast/content.css @ 629:f4c043cf55ac

Wiki integration. Requests don't always have sessions. In particular this occurs when a request is made without a trailing slash. The Common middleware redirects when this happens, and the middleware process_request() processing stops before a session can get added. So just set an attribute on the request object for each operation. This seemed weird to me at first, but there are plenty of examples of this in the Django code base already.
author Brian Neal <bgneal@gmail.com>
date Tue, 13 Nov 2012 13:50:06 -0600
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}