comparison static/js/tiny_mce/themes/simple/skins/default/content.css @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents
children
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
1 body, td, pre {
2 font-family: Verdana, Arial, Helvetica, sans-serif;
3 font-size: 10px;
4 }
5
6 body {
7 background-color: #FFFFFF;
8 }
9
10 .mceVisualAid {
11 border: 1px dashed #BBBBBB;
12 }
13
14 /* MSIE specific */
15
16 * html body {
17 scrollbar-3dlight-color: #F0F0EE;
18 scrollbar-arrow-color: #676662;
19 scrollbar-base-color: #F0F0EE;
20 scrollbar-darkshadow-color: #DDDDDD;
21 scrollbar-face-color: #E0E0DD;
22 scrollbar-highlight-color: #F0F0EE;
23 scrollbar-shadow-color: #F0F0EE;
24 scrollbar-track-color: #F5F5F5;
25 }