forked from extern/egroupware
8a0f08b54f
* added function to add fckeditor instead of tinymce
46 lines
970 B
CSS
46 lines
970 B
CSS
/*
|
|
* 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: sample.css
|
|
* Styles used in the samples pages.
|
|
*
|
|
* File Authors:
|
|
* Frederico Caldeira Knabben (fredck@fckeditor.net)
|
|
*/
|
|
|
|
body, td, input, select, textarea
|
|
{
|
|
font-size: 12px;
|
|
font-family: Arial, Verdana, Sans-Serif;
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-weight: bold;
|
|
font-size: 180%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
form
|
|
{
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
}
|
|
|
|
pre
|
|
{
|
|
margin:0px;
|
|
padding:0px;
|
|
white-space: pre-wrap; /* css-3 */
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
} |