Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | 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
 *
11
 * File Name: fck_internal.css
12
 * 	This CSS Style Sheet defines rules used by the editor for its internal use.
13
 *
14
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
16
 */
17
 
18
TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD
19
{
20
	border: #d3d3d3 1px solid ;
21
}
22
 
23
FORM
24
{
25
	border: 1px dotted #FF0000;
26
	padding: 2px ;
27
}
28
 
29
.FCK__Flash
30
{
31
	border: darkgray 1px solid;
32
	background-position: center center;
33
	background-image: url(images/fck_flashlogo.gif);
34
	background-repeat: no-repeat;
35
	width: 80px ;
36
	height: 80px ;
37
}
38
 
39
.FCK__Anchor
40
{
41
	background-position: center center;
42
	background-image: url(images/fck_anchor.gif);
43
	background-repeat: no-repeat;
44
	width: 16px ;
45
	height: 15px ;
46
}