source: contrib/MailArchiver/sources/src/VAADIN/widgetsets/serpro.mailarchiver.config.MailArchiverWidgetSet/console/styles.css @ 6785

Revision 6785, 3.2 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1.term {
2        background-color: #000;
3        color: #f0f0f0;
4        /* color: #33d011; */
5        padding: 1px;
6        padding-left: 2px;
7        padding-right: 2px;
8        font-family: monospace;;
9        font-size: 10pt;
10        overflow: scroll;
11        overflow-x: hidden;
12}
13
14.term-rev, .term input.term-rev  {
15        background-color: #f0f0f0;
16        color: #000;
17}
18
19.term .b {
20        margin: 0;
21        padding: 0;     
22}
23
24.term .pw {
25        margin: 0;
26        padding: 0;     
27}
28
29.term .pw .p {
30        border-collapse: collapse;
31        margin: 0;
32        padding: 0;
33        height: 1em;   
34}
35
36.term .pw .psw {
37        margin: 0;
38        padding: 0;     
39        width: auto;
40}
41
42.term .pw .iw {
43        margin: 0;
44        padding: 0;     
45        width: 100%;
46}
47
48.term .i {
49        border: none;
50        outline: none;
51        border-width: 0;
52        width: 100%;
53        height: 1em;
54        margin: 0;
55        padding: 0;     
56        font-family: monospace;;
57        font-size: 10pt;
58        word-wrap:break-word;
59        background-color: #000;
60        color: #f0f0f0;
61}
62
63
64/** Coloring sample
65.term, .term .i {
66    background-color: #F5F5F5 !important;
67    color: #222222 !important;
68}
69
70 **/
71 
72 /* Classes for ANSI Escape Sequences */
73
74.term-text-decoration-blink {
75        text-decoration: blink;
76}
77
78.term-text-decoration-line-through {
79        text-decoration: line-through;
80}
81
82.term-text-decoration-overline {
83        text-decoration: overline;
84}
85
86.term-text-decoration-underline {
87        text-decoration: underline;
88}
89
90.term-text-decoration-none {
91        text-decoration: none;
92}
93
94.term-font-style-normal {
95        font-style: normal;
96}
97
98.term-font-style-italic {
99        font-style: italic;
100}
101
102.term-font-style-oblique {
103        font-style: oblique;
104}
105
106.term-font-weight-normal {
107        font-weight: normal;
108}
109
110.term-font-weight-bold {
111        font-weight: bold;
112}
113
114.term-font-weight-bolder {
115        font-weight: bolder;
116}
117
118.term-font-weight-lighter {
119        font-weight: lighter;
120}
121
122.term-color-white {
123        color: white;
124}
125
126.term-color-silver {
127        color: silver;
128}
129
130.term-color-gray {
131        color: gray;
132}
133
134.term-color-black {
135        color: black;
136}
137
138.term-color-maroon {
139        color: maroon;
140}
141
142.term-color-red {
143        color: red;
144}
145
146.term-color-orange {
147        color: orange;
148}
149
150.term-color-yellow {
151        color: yellow;
152}
153
154.term-color-olive {
155        color: olive;
156}
157
158.term-color-lime {
159        color: lime;
160}
161
162.term-color-green {
163        color: green;
164}
165
166.term-color-aqua {
167        color: aqua;
168}
169
170.term-color-blue {
171        color: blue;
172}
173
174.term-color-navy {
175        color: navy;
176}
177
178.term-color-teal {
179        color: teal;
180}
181
182.term-color-fuchsia {
183        color: fuchsia;
184}
185
186.term-color-purple {
187        color: purple;
188}
189
190.term-background-color-white {
191        background-color: white;
192}
193
194.term-background-color-silver {
195        background-color: silver;
196}
197
198.term-background-color-gray {
199        background-color: gray;
200}
201
202.term-background-color-black {
203        background-color: black;
204}
205
206.term-background-color-maroon {
207        background-color: maroon;
208}
209
210.term-background-color-red {
211        background-color: red;
212}
213
214.term-background-color-orange {
215        background-color: orange;
216}
217
218.term-background-color-yellow {
219        background-color: yellow;
220}
221
222.term-background-color-olive {
223        background-color: olive;
224}
225
226.term-background-color-lime {
227        background-color: lime;
228}
229
230.term-background-color-green {
231        background-color: green;
232}
233
234.term-background-color-aqua {
235        background-color: aqua;
236}
237
238.term-background-color-blue {
239        background-color: blue;
240}
241
242.term-background-color-navy {
243        background-color: navy;
244}
245
246.term-background-color-teal {
247        background-color: teal;
248}
249
250.term-background-color-fuchsia {
251        background-color: fuchsia;
252}
253
254.term-background-color-purple {
255        background-color: purple;
256}
Note: See TracBrowser for help on using the repository browser.