~vcs-imports/almidon/trunk

« back to all changes in this revision

Viewing changes to core/pub2/js/tiny_mce/themes/simple/skins/o2k7/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 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
2
 
 
3
 
body {background: #FFF;}
4
 
.mceVisualAid {border: 1px dashed #BBB;}
5
 
 
6
 
/* IE */
7
 
 
8
 
* html body {
9
 
scrollbar-3dlight-color: #F0F0EE;
10
 
scrollbar-arrow-color: #676662;
11
 
scrollbar-base-color: #F0F0EE;
12
 
scrollbar-darkshadow-color: #DDDDDD;
13
 
scrollbar-face-color: #E0E0DD;
14
 
scrollbar-highlight-color: #F0F0EE;
15
 
scrollbar-shadow-color: #F0F0EE;
16
 
scrollbar-track-color: #F5F5F5; 
17
 
}