source: contrib/MailArchiver/sources/src/VAADIN/themes/console/styles.css @ 6785

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

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

Line 
1/* "console" theme inherits from reindeer theme */
2
3@import "../reindeer/styles.css";
4
5.v-app {
6    background: #d0e2ec;
7    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
8    color: #222;
9}
10
11.toolbar {
12    background: #ccc url(toolbar/img/gradient.png) repeat-x bottom left;
13}
14
15.toolbar .v-button {
16    display: block;
17    width: 70px;
18    height: 80px;
19    background: transparent;
20    border: none;
21    text-align: center;
22}
23
24.toolbar .v-button img {
25    display: block;
26    margin-left: auto;
27    margin-right: auto;
28    margin-bottom: 5px;
29}
30
31.toolbar .v-button span {
32    font-size: x-small;
33    text-shadow: #fafafa 1px 1px 0;
34}
35
36.toolbar .v-button .v-button-wrap,
37.toolbar .v-disabled.v-button .v-button-wrap {
38    background: transparent;
39    border: none;
40    -webkit-border-radius: 0;
41    -moz-border-radius: 0;
42    border-radius: 0;
43    -webkit-box-shadow: none;
44    -moz-box-shadow: none;
45    box-shadow: none;
46}
47
48.toolbar .v-button:active .v-button-wrap,
49.toolbar .v-button.v-pressed .v-button-wrap {
50    background: transparent;
51    -webkit-box-shadow: none;
52    -moz-box-shadow: none;
53    box-shadow: none;
54}
55
56.script-editor {
57    color: navy;
58    font-family: monospace;
59    font-size: 10pt;
60    font-weight: normal;
61}
62
63.script-editor-output {
64    color: blue;
65    font-family: monospace;
66    font-size: 9pt;
67    font-weight: normal;
68}
69
70.script-editor-output-error {
71    color: red;
72    font-family: monospace;
73    font-size: 9pt;
74    font-weight: normal;
75}
76
77.beanshell-terminal {
78    background: black;
79}
Note: See TracBrowser for help on using the repository browser.