Subversion Repositories Applications.papyrus

Rev

Rev 521 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 521 Rev 875
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * 
4
 * 
5
 * Licensed under the terms of the GNU Lesser General Public License:
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
Line 20... Line 20...
20
 * 
20
 * 
21
 * File Authors:
21
 * File Authors:
22
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
22
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
23
 */
23
 */
Line -... Line 24...
-
 
24
 
-
 
25
/*
-
 
26
    The "body" styles should match your editor web site, mainly regarding
-
 
27
    background color and font family and size.
-
 
28
*/
24
 
29
 
25
body
30
body
26
{
-
 
27
	font-family: Arial, Verdana, Sans-Serif;
31
{
28
	font-size: 12px;
32
	background-color: #ffffff;
29
	padding: 5px 5px 5px 5px;
33
	padding: 5px 5px 5px 5px;
-
 
34
	margin: 0px;
-
 
35
}
30
	margin: 0px;
36
 
-
 
37
body, td
-
 
38
{
31
	border-style: none;
39
	font-family: Arial, Verdana, Sans-Serif;
-
 
40
	font-size: 12px;
-
 
41
}
-
 
42
 
-
 
43
a
-
 
44
{
32
	background-color: #ffffff;
45
	color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
Line 33... Line 46...
33
}
46
}
34
 
47
 
35
/* 
48
/* 
36
	Just uncomment the following block if you want to avoid spaces between 
49
	Just uncomment the following block if you want to avoid spaces between 
-
 
50
	paragraphs. Remember to apply the same style in your output front end page.
37
	paragraphs. Remember to apply the same style in your output front end page.
51
*/
38
*/
52
 
39
/*
53
/*
40
P, UL, LI
54
P, UL, LI
41
{
55
{
42
	margin-top: 0px;
56
	margin-top: 0px;
43
	margin-bottom: 0px;
57
	margin-bottom: 0px;
Line -... Line 58...
-
 
58
}
-
 
59
*/
-
 
60
 
-
 
61
/*
-
 
62
    The following are some sample styles used in the "Styles" toolbar command.
-
 
63
    You should instead remove them, and include the styles used by the site
44
}
64
    you are using the editor in.
45
*/
65
*/
46
 
66
 
47
.Bold
67
.Bold