fck_universalkey.css.svn-base

来自「本项目是基于展示新闻的一款产品。在本系统中用户可以自定义栏目及新闻分类 发布新」· SVN-BASE 代码 · 共 63 行

SVN-BASE
63
字号
/*
 * 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_universalkey.css
 * 	CSS styles for the Universal Keyboard.
 * 
 * File Authors:
 * 		Michel Staelens (michel.staelens@wanadoo.fr)
 * 		Bernadette Cierzniak
 * 		Abdul-Aziz Al-Oraij (top7up@hotmail.com)
 */

BODY, TEXTAREA, INPUT, TD, SELECT
{
	font-family: Tahoma,verdana,arial,sans-serif;
}
DIV
{
	position: absolute;
}
.simple
{
	font-size: 11pt;
}
.double
{
	font-size: 9pt;
}
.simpledia
{
	color: red;
	font-size: 11pt;
}
.doubledia
{
	color: red;
	font-size: 9pt;
}
.action
{
	color: white;
	font-size: 7pt;
}
.clavier
{
	color: blue;
	font-size: 7pt;
}
.sign
{
	color: gray;
	font-size: 7pt;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?