Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
11
 * File Name: fck_universalkey.css
12
 * 	CSS styles for the Universal Keyboard.
13
 *
14
 * File Authors:
15
 * 		Michel Staelens (michel.staelens@wanadoo.fr)
16
 * 		Bernadette Cierzniak
17
 * 		Abdul-Aziz Al-Oraij (top7up@hotmail.com)
18
 */
19
 
20
BODY, TEXTAREA, INPUT, TD, SELECT
21
{
22
	font-family: Tahoma,verdana,arial,sans-serif;
23
}
24
DIV
25
{
26
	position: absolute;
27
}
28
.simple
29
{
30
	font-size: 11pt;
31
}
32
.double
33
{
34
	font-size: 9pt;
35
}
36
.simpledia
37
{
38
	color: red;
39
	font-size: 11pt;
40
}
41
.doubledia
42
{
43
	color: red;
44
	font-size: 9pt;
45
}
46
.action
47
{
48
	color: white;
49
	font-size: 7pt;
50
}
51
.clavier
52
{
53
	color: blue;
54
	font-size: 7pt;
55
}
56
.sign
57
{
58
	color: gray;
59
	font-size: 7pt;
60
}