Subversion Repositories Applications.papyrus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1371 → Rev 1977

/tags/v2.0-narmer/api/fckeditor/editor/css/fck_showtableborders_gecko.css
New file
0,0 → 1,38
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
* File Name: fck_showtableborders_gecko.css
* This CSS Style Sheet defines the rules to show table borders on Gecko.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
/* For tables with the "border" attribute set to "0" */
table[border="0"],
table[border="0"] > tr > td, table[border="0"] > tr > th,
table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,
table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,
table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
{
border: #d3d3d3 1px dotted ;
}
 
/* For tables with no "border" attribute set */
table:not([border]),
table:not([border]) > tr > td, table:not([border]) > tr > th,
table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,
table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th
{
border: #d3d3d3 1px dotted ;
}
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/hiddenfield.htc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/hiddenfield.htc
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/disablehandles.htc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/disablehandles.htc
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/hiddenfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/hiddenfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/showtableborders.htc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/behaviors/showtableborders.htc
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/images/fck_anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/images/fck_anchor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/images/fck_flashlogo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/images/fck_flashlogo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/images/fck_pagebreak.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v2.0-narmer/api/fckeditor/editor/css/images/fck_pagebreak.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v2.0-narmer/api/fckeditor/editor/css/fck_internal.css
New file
0,0 → 1,88
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
* File Name: fck_internal.css
* This CSS Style Sheet defines rules used by the editor for its internal use.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
/* Fix to allow putting the caret at the end of the
content in Firefox if clicking below the content */
html
{
min-height:100%;
}
 
 
table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
{
border: #d3d3d3 1px solid;
}
 
form
{
border: 1px dotted #FF0000;
padding: 2px;
}
 
.FCK__Flash
{
border: darkgray 1px solid;
background-position: center center;
background-image: url(images/fck_flashlogo.gif);
background-repeat: no-repeat;
width: 80px;
height: 80px;
}
 
.FCK__Anchor
{
background-position: center center;
background-image: url(images/fck_anchor.gif);
background-repeat: no-repeat;
width: 16px;
height: 15px;
}
 
.FCK__PageBreak
{
background-position: center center;
background-image: url(images/fck_pagebreak.gif);
background-repeat: no-repeat;
clear: both;
display: block;
float: none;
width: 100%;
border-top: #999999 1px dotted;
border-bottom: #999999 1px dotted;
border-right: 0px;
border-left: 0px;
height: 5px;
}
 
input[type="hidden"]
{
display: inline;
width:20px;
height:20px;
border:1px dotted #FF0000 ;
background-image: url(behaviors/hiddenfield.gif);
background-repeat: no-repeat;
}
 
input[type="hidden"]:after
{
padding-left: 20px;
content: "" ;
}
/tags/v2.0-narmer/api/fckeditor/editor/css/fck_editorarea.css
New file
0,0 → 1,92
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
* File Name: fck_editorarea.css
* This is the default CSS file used by the editor area. It defines the
* initial font of the editor and background color.
*
* A user can configure the editor to use another CSS file. Just change
* the value of the FCKConfig.EditorAreaCSS key in the configuration
* file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
/*
The "body" styles should match your editor web site, mainly regarding
background color and font family and size.
*/
 
body
{
background-color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 0px;
}
 
body, td
{
font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
}
 
a
{
color: #0000FF !important; /* For Firefox... mark as important, otherwise it becomes black */
}
 
h3
{
color: #000080;
}
 
/*
Just uncomment the following block if you want to avoid spaces between
paragraphs. Remember to apply the same style in your output front end page.
*/
 
/*
P, UL, LI
{
margin-top: 0px;
margin-bottom: 0px;
}
*/
 
/*
The following are some sample styles used in the "Styles" toolbar command.
You should instead remove them, and include the styles used by the site
you are using the editor in.
*/
 
.Bold
{
font-weight: bold;
}
 
.Title
{
font-weight: bold;
font-size: 18px;
color: #cc3300;
}
 
.Code
{
border: #8b4513 1px solid;
padding-right: 5px;
padding-left: 5px;
color: #000066;
font-family: 'Courier New' , Monospace;
background-color: #ff9933;
}