]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/themes/simple/css/editor_content.css
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / simple / css / editor_content.css
1 body {
2         background-color: #FFFFFF;
3         font-family: Verdana, Arial, Helvetica, sans-serif;
4         font-size: 10px;
5         scrollbar-3dlight-color: #F0F0EE;
6         scrollbar-arrow-color: #676662;
7         scrollbar-base-color: #F0F0EE;
8         scrollbar-darkshadow-color: #DDDDDD;
9         scrollbar-face-color: #E0E0DD;
10         scrollbar-highlight-color: #F0F0EE;
11         scrollbar-shadow-color: #F0F0EE;
12         scrollbar-track-color: #F5F5F5;
13 }
14
15 td {
16         font-family: Verdana, Arial, Helvetica, sans-serif;
17         font-size: 10px;
18 }
19
20 pre {
21         font-family: Verdana, Arial, Helvetica, sans-serif;
22         font-size: 10px;
23 }
24
25 .mceVisualAid {
26         border: 1px dashed #BBBBBB;
27 }