Subversion Repositories Applications.papyrus

Rev

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

Rev 1688 Rev 1921
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * Licensed under the terms of any of the following licenses at your
-
 
8
 * choice:
-
 
9
 *
-
 
10
 *  - GNU General Public License Version 2 or later (the "GPL")
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
11
 *    http://www.gnu.org/licenses/gpl.html
7
 * 
12
 *
8
 * For further information visit:
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
9
 * 		http://www.fckeditor.net/
14
 *    http://www.gnu.org/licenses/lgpl.html
10
 * 
15
 *
11
 * "Support Open Source software. What about a donation today?"
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
-
 
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
12
 * 
18
 *
13
 * File Name: fck_showtableborders_gecko.css
19
 * == END LICENSE ==
-
 
20
 *
14
 * 	This CSS Style Sheet defines the rules to show table borders on Gecko.
21
 * This CSS Style Sheet defines the rules to show table borders on Gecko.
15
 * 
22
 */
-
 
23
 
-
 
24
/* #########
16
 * File Authors:
25
 *  WARNING
-
 
26
 * #########
-
 
27
 * When changing this file, the minified version of it must be updated in the
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
28
 * fckeditor.html file (see FCK_ShowTableBordersCSS).
18
 */
29
 */
Line 19... Line 30...
19
 
30
 
20
/* For tables with the "border" attribute set to "0" */
31
/* For tables with the "border" attribute set to "0" */
21
table[border="0"], 
32
table[border="0"],
22
table[border="0"] > tr > td, table[border="0"] > tr > th, 
33
table[border="0"] > tr > td, table[border="0"] > tr > th,
23
table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th, 
34
table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,
24
table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th, 
35
table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,
25
table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
36
table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
26
{
37
{
27
	border: #d3d3d3 1px dotted ;
38
	border: #d3d3d3 1px dotted ;
Line 28... Line 39...
28
}
39
}
29
 
40
 
30
/* For tables with no "border" attribute set */
41
/* For tables with no "border" attribute set */
31
table:not([border]), 
42
table:not([border]),
32
table:not([border]) > tr > td, table:not([border]) > tr > th,
43
table:not([border]) > tr > td, table:not([border]) > tr > th,
33
table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
44
table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
34
table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,
45
table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,