source: ether_statistics/web/resources/js/css-dock-menu/style.css @ 648

Last change on this file since 648 was 588, checked in by vmipsl, 12 years ago

interface _ cloud

File size: 1.2 KB
Line 
1body {
2        font: 11px Arial, Helvetica, sans-serif;
3        background: #ffffff url(images/main-bg.gif);
4        padding: 0;
5        margin: 0;
6}
7img {
8        border: none;
9}
10
11/* dock - top */
12.dock {
13        position: relative; 
14        height: 50px; 
15        text-align: center;
16}
17.dock-container {
18        position: absolute;
19        height: 50px;
20        background: url(images/dock-bg2.gif);
21        padding-left: 20px;
22}
23a.dock-item {
24        display: block;
25        width: 40px;
26        color: #000;
27        position: absolute;
28        top: 0px;
29        text-align: center;
30        text-decoration: none;
31        font: bold 12px Arial, Helvetica, sans-serif;
32}
33.dock-item img {
34        border: none; 
35        margin: 5px 10px 0px; 
36        width: 100%; 
37}
38.dock-item span {
39        display: none; 
40        padding-left: 20px;
41}
42
43/* dock2 - bottom */
44#dock2 {
45        width: 100%;
46        bottom: 0px;
47        position: absolute;
48        left: 0px;
49}
50.dock-container2 {
51        position: absolute;
52        height: 50px;
53        background: url(images/dock-bg.gif);
54        padding-left: 20px;
55}
56a.dock-item2 {
57        display: block; 
58        font: bold 12px Arial, Helvetica, sans-serif;
59        width: 40px; 
60        color: #000; 
61        bottom: 0px; 
62        position: absolute;
63        text-align: center;
64        text-decoration: none;
65}
66.dock-item2 span {
67        display: none;
68        padding-left: 20px;
69}
70.dock-item2 img {
71        border: none; 
72        margin: 5px 10px 0px; 
73        width: 100%; 
74}
Note: See TracBrowser for help on using the repository browser.