source: trunk/web/app/plugins/tinymce/jscripts/tiny_mce/themes/simple/skins/default/content.css @ 6

Last change on this file since 6 was 6, checked in by dj3c1t, 12 years ago

mise a jour du trunk

File size: 513 bytes
Line 
1body, td, pre {
2        font-family: Verdana, Arial, Helvetica, sans-serif;
3        font-size: 10px;
4}
5
6body {
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}
Note: See TracBrowser for help on using the repository browser.