~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/dialog/fck_universalkey/fck_universalkey.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 * "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
 
 
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
}