Subversion Repositories Applications.papyrus

Rev

Rev 521 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
875 ddelon 3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
431 ddelon 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
 *
521 ddelon 11
 * "Support Open Source software. What about a donation today?"
12
 *
431 ddelon 13
 * File Name: fck_universalkey.css
14
 * 	CSS styles for the Universal Keyboard.
15
 *
16
 * File Authors:
17
 * 		Michel Staelens (michel.staelens@wanadoo.fr)
18
 * 		Bernadette Cierzniak
19
 * 		Abdul-Aziz Al-Oraij (top7up@hotmail.com)
20
 */
21
 
22
BODY, TEXTAREA, INPUT, TD, SELECT
23
{
24
	font-family: Tahoma,verdana,arial,sans-serif;
25
}
26
DIV
27
{
28
	position: absolute;
29
}
30
.simple
31
{
32
	font-size: 11pt;
33
}
34
.double
35
{
36
	font-size: 9pt;
37
}
38
.simpledia
39
{
40
	color: red;
41
	font-size: 11pt;
42
}
43
.doubledia
44
{
45
	color: red;
46
	font-size: 9pt;
47
}
48
.action
49
{
50
	color: white;
51
	font-size: 7pt;
52
}
53
.clavier
54
{
55
	color: blue;
56
	font-size: 7pt;
57
}
58
.sign
59
{
60
	color: gray;
61
	font-size: 7pt;
62
}