source: companies/serpro/expressoMail1_2/js/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css @ 903

Revision 903, 992 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1/*
2 * FCKeditor - The text editor for internet
3 * Copyright (C) 2003-2006 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 * "Support Open Source software. What about a donation today?"
12 *
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
22BODY, TEXTAREA, INPUT, TD, SELECT
23{
24        font-family: Tahoma,verdana,arial,sans-serif;
25}
26DIV
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}
Note: See TracBrowser for help on using the repository browser.