1 body {
2 background: url("chrome://fireinput/skin/editor-background.jpg") repeat-x #9FA9B3;
3 margin: 0;
4 padding: 0;
5 border: 0;
6 min-width: 770px;
7 font-family: Arial, Tahoma, Helvetica, sans-serif;
8 font-size: 11px;
9 color: #454545;
10 }
11
12
13 .localEditor {
14 position: relative;
15 margin: 35px auto;
16 padding: 0px;
17 width: 753px;
18 background-color: #FFFFFF;
19 }
20
21 .editorHead {
22 height: 28px;
23 font-weight: bold;
24 font-size: 17px;
25 color: white;
26 text-align: center;
27 background-color: #6DA0D1;
28 padding: 0;
29 margin: 0;
30 background: url("chrome://fireinput/skin/title-background.gif") repeat-x #75A2CE;
31 }
32
33 .helpHead {
34 height: 25px;
35 display: block;
36 padding: 0;
37 margin: 0;
38 background-color: #75A2CE;
39 }
40
41
42 .helpMenu {
43 height: 20px;
44 float: right;
45 z-index: 100;
46 padding: 0;
47 margin: 0 2px 0 0;
48 font-weight: bold;
49 font-size: 14px;
50 color: white;
51 }
52
53 .helpMenu:hover, .helpMenu:hover:active
54 {
55 color: #F0F4CF;
56 cursor: pointer;
57 text-decoration: underline;
58 }
59
60 .editorContext {
61 width: 748px;
62 height: 450px;
63 border: 2px solid #CFD9F4;
64 margin: 0;
65 background-color: #FFFFFF;
66 color: black;
67 font-size: 15px;
68 }
69
70 .editorAction {
71 margin: 0;
72 padding: 5px 0;
73 background-color: #9FA9B3;
74 text-align: center;
75 }
76
77 .helpContext
78 {
79 position: absolute;
80 display: none;
81 width: 220px;
82 height: 430px;
83 padding: 0;
84 margin: 0 2px 0 0;
85 font-size: 14px;
86 color: black;
87 border: 1px solid black;
88 background-color: #CFD9F4;
89 z-index: 999;
90 }
91
92 .helpContextItem
93 {
94 width: 220px;
95 display: block;
96 }
97 .helpContextKey
98 {
99 width: 90px;
100 font-weight: bold;
101 text-align: left;
102 }
103
104 .helpContextKeyValue
105 {
106 position: absolute;
107 width: auto;
108 left: 120px;
109 text-align: left;
110 }
111 /***********************************************************/
112 #main {
113 position: relative;
114 margin: 50px auto;
115 padding: 0px;
116 width: 735px;
117 background-color: #FFFFF0;
118 }
119
120 .docSection {
121 margin: 0;
122 padding: 0;
123 background-color: #DDEAFF;
124 }
125
126 .keyHead {
127 padding: 16px 0 4px 2px;
128 border-bottom: 1px solid #CCCCCC;
129 font-size: 18px;
130 font-weight: bold;
131 width: auto;
132 }
133
134 .keyType {
135 font-size: 15px;
136 font-weight: bold;
137 width: 200px;
138 }
139
140 .keyCode {
141 position: absolute;
142 font-size: 15px;
143 font-weight: bold;
144 color: #555555;
145 width: auto;
146 left: 200px;
147 text-align: left;
148 }
syntax highlighted by Code2HTML, v. 0.9.1