Project

General

Profile

1 528 doc
/*
2
 #########################################################################################
3
 # Configure FCKEditor according your needs
4
 # ---------------------------------------------------------------------------------------
5
 #  Copy all CSS definitions of your Website Baker template here enables FCKEditor to
6
 #  display the contents in the textarea field as shown in the frontend of Website Baker
7
 #
8
 #  Note: The "body" styles should match your editor web site, mainly regarding
9
 #  background color and font family and size.
10
 #
11
 #########################################################################################
12
*/
13
14
body {
15
  font-family:Verdana,Helvetica, Arial, sans-serif;
16
  font-size:small;
17 570 doc
  background-color: #FFF;
18 528 doc
  padding: 5px 5px 5px 5px;
19
  margin: 0px;
20
}
21
22
a[href] {
23
  color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
24
}
25
26
/*
27
  Just uncomment the following block if you want to avoid spaces between
28
  paragraphs. Remember to apply the same style in your output front end page.
29
*/
30
31
/*
32
p, ul, li {
33
  margin-top: 0px;
34
  margin-bottom: 0px;
35
}
36
*/