~vcs-imports/almidon/trunk

« back to all changes in this revision

Viewing changes to core/pub2/js/tiny_mce/themes/simple/skins/default/content.css

  • Committer: christian
  • Date: 2010-09-11 20:55:52 UTC
  • Revision ID: svn-v4:924a4236-293c-0410-b38f-c0813de1d4fd:trunk:381
Change name to pub directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
}