import torrus 1.0.9
[freeside.git] / httemplate / elements / fckeditor / editor / css / fck_showtableborders_gecko.css
1 /*\r
2  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
3  * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
4  *\r
5  * == BEGIN LICENSE ==\r
6  *\r
7  * Licensed under the terms of any of the following licenses at your\r
8  * choice:\r
9  *\r
10  *  - GNU General Public License Version 2 or later (the "GPL")\r
11  *    http://www.gnu.org/licenses/gpl.html\r
12  *\r
13  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
14  *    http://www.gnu.org/licenses/lgpl.html\r
15  *\r
16  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
17  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
18  *\r
19  * == END LICENSE ==\r
20  *\r
21  * This CSS Style Sheet defines the rules to show table borders on Gecko.\r
22  */\r
23 \r
24 /* #########\r
25  *  WARNING\r
26  * #########\r
27  * When changing this file, the minified version of it must be updated in the\r
28  * fckeditor.html file (see FCK_ShowTableBordersCSS).\r
29  */\r
30 \r
31 /* For tables with the "border" attribute set to "0" */\r
32 table[border="0"],\r
33 table[border="0"] > tr > td, table[border="0"] > tr > th,\r
34 table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,\r
35 table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,\r
36 table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th\r
37 {\r
38         border: #d3d3d3 1px dotted ;\r
39 }\r
40 \r
41 /* For tables with no "border" attribute set */\r
42 table:not([border]),\r
43 table:not([border]) > tr > td, table:not([border]) > tr > th,\r
44 table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,\r
45 table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,\r
46 table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th\r
47 {\r
48         border: #d3d3d3 1px dotted ;\r
49 }\r