]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/themes/simple/css/editor_popup.css
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / simple / css / editor_popup.css
1 body {
2         background-color: #F0F0EE;
3         font-family: Verdana, Arial, Helvetica, sans-serif;
4         font-size: 11px;
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: 11px;
18 }
19
20 input {
21         background: #FFFFFF;
22         border: 1px solid #cccccc;
23 }
24
25 td, input, select, textarea {
26         font-family: Verdana, Arial, Helvetica, sans-serif;
27         font-size: 10px;
28 }
29
30 input, select, textarea {
31         border: 1px solid #808080;
32 }
33
34 .input_noborder {
35         border: 0px solid #808080;
36 }
37
38 .title {
39         font-size: 12px;
40         font-weight: bold;
41 }