summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-artwork/attachments/20110310/c0c36804/attachment.html
blob: 3329639a8c82667c3e0469980f990a2118b8af0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!--
Very rough HTML mockup of install graphics, with most basic elements so far.
It may not be exact, neither accurrate.
-->
<!DOCTYPE html>
<html>
<head>
    <style>
    html, body { background: #888; }
    #win { width: 800px; height: 800px; position: relative; background: #f0a0c0;  margin: 10px auto; }
    #left {
        position: absolute;
        top: 0; left: 0;
        z-index: 0;
        height: 600px;
        width: 196px;
        background: url(perl-install/install/pixmaps/left-background.png) no-repeat;
    }
    #right {
        position: absolute;
        top: 0;
        left: 196px;
        z-index: 0;
        height: 600px;
        width: 625px;
        /*
        perl-install/install/pixmaps/perl-install/install/pixmaps/cadre-blanc_600.png
        perl-install/install/pixmaps/perl-install/install/pixmaps/cadre-blanc_768.png
        perl-install/install/pixmaps/cadre-blanc_600.png
        perl-install/install/pixmaps/cadre-blanc_768.png
        */
        background: #fff url(perl-install/install/pixmaps/perl-install/install/pixmaps/cadre-blanc_600.png) no-repeat;
    }
    #win *:hover { outline: 2px solid #f00; }
    #right-left-border-top {
        position: absolute;
        top: 0;
        left: 0;
        height: 7px;
        width: 22px;
        background: #0f0;
        background: url(perl-install/install/pixmaps/left-top-corner.png) no-repeat;
        background: url(perl-install/pixmaps/right-white-background_left_part-1.png) no-repeat;
        z-index: 3;
    }
    #right-left-border {
        position: absolute;
        top: 7;
        left: 0;
        height: 586px;
        width: 22px;
        /*
        perl-install/install/pixmaps/right-white-background_left_part_600.png
        perl-install/install/pixmaps/right-white-background_left_part_768.png
        */
        background: url(perl-install/install/pixmaps/left-border.png) no-repeat;
        background: url(perl-install/pixmaps/right-white-background_left_part-2.png) no-repeat;
        z-index: 3;
    }
    #right-left-border-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 7px;
        width: 22px;
        background: url(perl-install/install/pixmaps/left-bottom-corner.png) no-repeat;
        background: url(perl-install/pixmaps/right-white-background_left_part-3.png) no-repeat;
        z-index: 3;
    }
    
    #right-right-border {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 650px;
        width: 30px;
        background: url(perl-install/pixmaps/right-white-background_right_part_600.png) no-repeat;
        /*
        perl-install/install/pixmaps/right-white-background_right_part_768.png
        */
        z-index: 4;
    }
    
    #leftm {
        color: #ddd;
        margin: 140px 0 0 0;
        padding: 0;
        text-align: right;
        font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
        font-size: 90%;
    }
    #leftm h3 { padding: 0 46px 0 0;  margin: 0 0 0.5em 0; color: #55f; font-weight: normal; text-transform: uppercase; }
    #leftm ul { margin: 0; padding: 0; }
    #leftm li {
        margin: 0;
        padding: 0 46px 0 0;
        list-style: none;
        height: 24px;
        display: block;
        vertical-align: middle;
        line-height: 24px;
        background: url(perl-install/pixmaps/steps_done.png) no-repeat 160px 9px;
    }
    #leftm li.off {
        background: url(perl-install/pixmaps/steps_off.png) no-repeat 160px 9px;
    }
    #leftm li.sel {
        z-index: 6;
        background: url(perl-install/pixmaps/rollover.png) no-repeat;
        display: block;
    }
    #leftm li.sel:after {
        content: " ";
        position: relative;
        top: -42px;
        left: 166px;
        display: block;
        width: 30px;
        height: 60px;
        z-index: 10;
        background: url(perl-install/pixmaps/steps_on.png) no-repeat top right;
    }
    </style>
</head>
<body>

    <div id="win">
        <div id="left" title="Left panel">
            <div id="leftm">
                <h3>Category</h3>
                <ul>
                    <li>Some</li>
                    <li>Menu</li>
                    <li>Items</li>
                    <li>Step done</li>
                    <li class="sel">Current step</li>
                    <li class="off">Next step</li>
                    <li class="off">Next step</li>
                </ul>
            </div>
        </div>
        <div id="right" title="Right panel">
        </div>
    </div>

</body>
</html>