﻿/*
	guiedit - PukiWiki Plugin

	License:
	  GNU General Public License Version 2 or later (GPL)
	  http://www.gnu.org/licenses/gpl.html

	Copyright (C) 2006-2007 garand
	PukiWiki : Copyright (C) 2001-2006 PukiWiki Developers Team
	FCKeditor : Copyright (C) 2003-2007 Frederico Caldeira Knabben


	File:
	  guiedit.css
	  プラグインで使用する CSS
*/


/* FCKeditor を表示する領域 */
iframe#msg___Frame {
	width: 98%;
	height: 400px;
}

/* プレビューの領域 */
div#preview_area {
	overflow: auto;
	border: 1px solid black;
	width: 90%;
	height: 400px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 90%;
}

/* プレビューの状態を表示する領域 */
div#preview_indicator {
	font-size: 70%;
	margin-top: 20px;
	margin-bottom: 1px;
}
