~muffinresearch/ubuntu-start-page/add-rtl-script

« back to all changes in this revision

Viewing changes to www/11.10/Baidu/index.html.eo

  • Committer: Martin Albisetti
  • Date: 2012-04-23 21:59:26 UTC
  • Revision ID: martin.albisetti@canonical.com-20120423215926-ihlsz1segaicopmz
Update all previous release start pages to link to 12.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html lang="eo" dir="ltr">
3
 
<head>
4
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
5
 
<title>Komenca paĝo de Ubuntu</title>
6
 
<script type="text/javascript">
7
 
//<![CDATA[
8
 
function focus_search() {
9
 
    sbi = document.getElementById('kw');
10
 
    sbi.focus();
11
 
    search_select(sbi);
12
 
}
13
 
function search_select(e) {
14
 
    if(e.value.length > 0) {
15
 
        e.select();
16
 
    }
17
 
    e.select();
18
 
}
19
 
//]]>
20
 
</script>
21
 
<style type="text/css">
22
 
body {
23
 
    background: white;
24
 
    font-family: ubuntu, ubuntubeta, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
25
 
    font-size: 12px;
26
 
    line-height: 14px;
27
 
    margin: 0 auto;
28
 
    }
29
 
 
30
 
ul#top-nav {
31
 
    margin-top: 5px;
32
 
    padding-bottom: 5px;
33
 
    border-bottom: 1px solid #eaeaea;
34
 
    }
35
 
 
36
 
ul#top-nav li {
37
 
    display: inline;
38
 
    font-weight: bold;
39
 
    margin-right: 5px;
40
 
    }
41
 
 
42
 
ul#top-nav li a {
43
 
    font-weight: normal;
44
 
    }
45
 
 
46
 
#search-box {
47
 
    width: 595px;
48
 
    margin: 0 auto;
49
 
    margin-top: 63px;
50
 
    }
51
 
#search-box #ubuntu-branding {
52
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
53
 
    background-position: 0px -251px;
54
 
    background-color: #aea79f;
55
 
    height: 40px;
56
 
    -moz-border-radius: 0 0 5px 5px;
57
 
    -webkit-border-radius: 0 0 5px 5px;
58
 
}
59
 
#search-box .top {
60
 
    width: 593px;
61
 
    height: 25px;
62
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
63
 
    background-position: -10px -10px;
64
 
    margin: 0;
65
 
    padding: 0;
66
 
    }
67
 
 
68
 
#search-box .center {
69
 
    width: 595px;
70
 
    margin: 0;
71
 
    padding: 0;
72
 
    margin-right: -2px;
73
 
    background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
74
 
    }
75
 
 
76
 
#search-box .center h1 {
77
 
    margin: 0;
78
 
    padding: 0;
79
 
    }
80
 
 
81
 
#search-box .center .padding {
82
 
    padding-right: 44px;
83
 
    padding-left: 44px;
84
 
    }
85
 
 
86
 
#search-box .center h1.logo a {
87
 
    font-size: 1px;
88
 
    display: block;
89
 
    text-indent: -9999px;
90
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
91
 
    background-position: -10px -605px;
92
 
    margin: 0;
93
 
    padding: 0;
94
 
    height: 75px;
95
 
    width: 180px;
96
 
    margin-bottom: 15px;
97
 
    position: relative;
98
 
    }
99
 
 
100
 
#search-box .center input {
101
 
    width: 384px;
102
 
    height: 25px;
103
 
    font-size: 18px;
104
 
    padding-left: 5px;
105
 
    padding-right: 5px;
106
 
    }
107
 
 
108
 
#search-box .center button {
109
 
    font-size: 18px;
110
 
    padding: 2px;
111
 
    }
112
 
 
113
 
#search-box .bottom {
114
 
    width: 593px;
115
 
    height: 98px;
116
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
117
 
    background-position: -10px -133px;
118
 
    }
119
 
#external-links {
120
 
    overflow: auto;
121
 
    width: 605px;
122
 
    text-align: center;
123
 
    padding-top: 20px;
124
 
    padding-left: 10px;
125
 
    padding-right: 10px;
126
 
}
127
 
.bottom-links {
128
 
    height: 30px;
129
 
    text-align: left;
130
 
    padding-top: 8px;
131
 
    display: inline-block;
132
 
    background: blue;
133
 
    margin-right: 20px;
134
 
}
135
 
.bottom-links a {
136
 
    text-decoration: none;
137
 
    color: gray;
138
 
    padding: 10px 0 10px 40px;
139
 
}
140
 
.bottom-links a:hover {
141
 
    color: #e24912;
142
 
}
143
 
#help-link {
144
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
145
 
    background-position: -10px -450px;
146
 
}
147
 
#help-link:hover {
148
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
149
 
    background-position: -10px -490px;
150
 
}
151
 
#shop-link {
152
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
153
 
    background-position: -10px -365px;
154
 
}
155
 
#shop-link:hover {
156
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
157
 
    background-position: -10px -407px;
158
 
}
159
 
#community-link {
160
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
161
 
    background-position: -10px -530px;
162
 
}
163
 
#community-link:hover {
164
 
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
165
 
    background-position: -10px -570px;
166
 
}
167
 
</style>
168
 
</head>
169
 
<body>
170
 
    <div id="search-box">
171
 
        <div id="ubuntu-branding"></div>
172
 
        <div class="top"></div>
173
 
        <div class="center">
174
 
            <div class="padding">
175
 
                <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
176
 
                <form method="get" action="http://baidu.com/s" name="f">
177
 
                <input type="hidden" name="cl" value="3" />
178
 
                <input type="hidden" name="tn" value="ubuntuu_cb" />
179
 
                <input name="wd" value="" id="kw" />
180
 
                <button>Serĉi</button>
181
 
                </form>
182
 
            </div>
183
 
        </div>
184
 
        <div class="bottom"></div>
185
 
        <div id="external-links">
186
 
            <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Helpo de Ubuntu &gt;</a></div>
187
 
            <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Retaĉetejo de Ubuntu &gt;</a></div>
188
 
            <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Komunumo de Ubuntu &gt;</a></div>
189
 
        </div>
190
 
    </div><!-- close search-box -->
191
 
<script type="text/javascript">
192
 
//<![CDATA[
193
 
focus_search();
194
 
//]]>
195
 
</script>
196
 
</body>
197
 
</html>