Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
521 ddelon 11
 * "Support Open Source software. What about a donation today?"
12
 *
431 ddelon 13
 * File Name: fck_internal.css
14
 * 	This CSS Style Sheet defines rules used by the editor for its internal use.
15
 *
16
 * File Authors:
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
18
 */
19
 
20
TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD
21
{
22
	border: #d3d3d3 1px solid ;
23
}
24
 
25
FORM
26
{
27
	border: 1px dotted #FF0000;
28
	padding: 2px ;
29
}
30
 
31
.FCK__Flash
32
{
33
	border: darkgray 1px solid;
34
	background-position: center center;
35
	background-image: url(images/fck_flashlogo.gif);
36
	background-repeat: no-repeat;
37
	width: 80px ;
38
	height: 80px ;
39
}
40
 
41
.FCK__Anchor
42
{
43
	background-position: center center;
44
	background-image: url(images/fck_anchor.gif);
45
	background-repeat: no-repeat;
46
	width: 16px ;
47
	height: 15px ;
48
}