Merge branch 'stardict' of ssh://drop.maemo.org/git/mdictionary into stardict
[mdictionary] / data / css_meego / style.css
1 body, html, body *, html * {
2         margin                  : 0px;
3         padding         : 0px;
4         color                   : #777185;
5         font-size               : 10pt;
6         font-family             : Tahoma, Helvetica, Arial, Arial, sans-serif;
7
8 body {
9         background-color        : #eeecec; 
10 }
11
12 img.icon {
13         vertical-align          : middle;
14         float                   : left;
15         height                  : 16px;
16         padding                 : 5px;
17 }
18
19
20 div.tab {
21         background-attachment: scroll; 
22         background-color        : transparent;
23         background-image        : url("images/people.png"); 
24         background-repeat       : no-repeat;
25         background-size : contain;
26         background-position     : right bottom; 
27         display         : block;
28         margin                  : 4px;
29         margin-top              : 8px;
30         padding         : 2px;
31         padding-bottom  : 0px;
32         padding-right   : 0px;
33         
34         -webkit-box-reflect     : below 5px -webkit-gradient(linear, 0% 0%, 0% 120%, from(transparent), color-stop(0.3, transparent), to(white));
35 }
36
37 div.dict {
38         margin                  : 0px 0px 5px 5px;
39         padding                 : 0px;
40         background-color        : transparent;
41
42         border                  : solid transparent;
43         border-width            : 13px 13px 13px 13px;
44         -webkit-border-image    : url("images/shadow-transparent-bg.png") 13 13 13 13;
45 }
46
47 div.info {
48         font-weight             : bold;
49         text-align              : center;
50         padding                 : 3px;
51         background-color        : transparent;
52         color                   : #000000;
53
54         border                  : solid transparent;
55         border-width            : 5px 5px 5px 5px;
56         -webkit-border-image    : url("images/header-border.png") 5 5 5 5;
57
58         background-image        : url("images/header-background.png");
59         background-repeat       : repeat-y;
60         background-position     : -3 0;
61 }
62
63
64 div.key {
65         text-align              : center;
66         font-weight             : bold;
67         color                   : #000000;
68
69         background-image        : url("images/key-background.png");
70         background-repeat       : no-repeat;
71         background-position     : center;
72
73         border                  : solid transparent;
74         border-radius           : 15px 15px 15px 15px;
75         border-width            : 1px 1px 1px 1px;
76         border-style            : solid;
77         border-color            : #777185;
78
79         margin-top              : 5px;
80 }
81
82 div.cell {
83         color                   : #3e3b46; 
84         padding         : 0px 0px 0px 10px;
85 }
86
87 span.i {
88         color                   : #3e3b46;
89         font-style              : italic;
90 }
91 span.b {
92         color                   : #3e3b46;
93         font-weight             : bold;
94 }
95 span.u {
96         color                   : #3e3b46;
97         text-decoration : underline;
98 }