source: contrib/MailArchiver/sources/src/VAADIN/widgetsets/serpro.mailarchiver.config.MailArchiverWidgetSet/contexthelp.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.v-helprouter-bubble {
2        margin: 0 0 0 0;
3        padding: 0 0 0 0;
4
5        font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
6        font-size: 12px;
7        line-height: normal;
8}
9
10.v-helprouter-bubble .popupContent {
11        background-repeat: no-repeat;
12        max-width: 400px;
13}
14.v-helprouter-bubble.right .popupContent {
15        background-image: url(images/desc-arrow-left.png);
16        background-position: 0px 50%;
17        padding-left: 5px;
18}
19.v-helprouter-bubble.left .popupContent {
20        background-image: url(images/desc-arrow-right.png);
21        background-position: 100% 50%;
22        padding-right: 5px;
23}
24.v-helprouter-bubble.above .popupContent {
25        background-image: url(images/desc-arrow-down.png);
26        background-position: 50% 100%;
27        padding-bottom: 5px;
28}
29.v-helprouter-bubble.below .popupContent {
30        background-image: url(images/desc-arrow-up.png);
31        background-position: 50% 0px;
32        padding-top: 5px;
33}
34
35.v-helprouter-bubble .popupContent .helpText {
36        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
37        background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
38        background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox     */
39        border: 5px solid #292929;
40        -moz-border-radius: 10px;
41        -webkit-border-radius: 10px;
42        border-radius: 10px;
43        -moz-box-shadow: 8px 8px 15px #999;
44        -webkit-box-shadow: 8px 8px 15px #999;
45        box-shadow: 8px 8px 15px #999;
46        padding: 2em;
47        text-shadow: #FFF 0px 1px 0px;
48        font-size: 11pt;
49}
50
51.v-button-context-help {
52        padding-left: 0.5em;
53}
Note: See TracBrowser for help on using the repository browser.