~canonical-losas/ubuntu-start-page/u-s-p-content

130 by Martin Albisetti
Add 12.04
1
<!DOCTYPE html>
2
<html lang="id" dir="ltr">
3
<head>
145.1.3 by jonas-drange
translating yahoo and baidu
4
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
5
 <meta name="viewport" content="width=device-width">
130 by Martin Albisetti
Add 12.04
6
<title>Halaman Depan Ubuntu</title>
145.1.2 by jonas-drange
changes to all three index.html.en
7
130 by Martin Albisetti
Add 12.04
8
<style type="text/css">
145.1.2 by jonas-drange
changes to all three index.html.en
9
html {
145.1.3 by jonas-drange
translating yahoo and baidu
10
    font: normal 300 16px/25px "Ubuntu", Arial, "libra sans", sans-serif;
11
    color: #333;
145.1.2 by jonas-drange
changes to all three index.html.en
12
}
130 by Martin Albisetti
Add 12.04
13
body {
14
    background: white;
15
    margin: 0 auto;
138.1.8 by Stuart Colville
regenerate for 12.10
16
}
145.1.3 by jonas-drange
translating yahoo and baidu
17
button::-moz-focus-inner {
18
    /* fix buttons in FF */
19
    border: 0;
20
    padding: 0;
21
}
22
@media screen and (-webkit-min-device-pixel-ratio:0) {
23
    /* Remove button margin in webkit */
24
    button{
25
        margin: 0;
26
    }
27
}
138.1.8 by Stuart Colville
regenerate for 12.10
28
.acchide {
29
    text-indent: -999em;
30
    display: block;
31
}
145.1.2 by jonas-drange
changes to all three index.html.en
32
/* one-form */
33
input[type="search"] {
34
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
35
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36
  border-radius: 2px;
37
  width: 100%;
38
  padding: 0.5em 0.6em;
39
  margin: 0 0 0.5em 0;
40
  display: block;
41
  border: 1px solid #ccc;
42
  font-weight: inherit;
43
  -webkit-transition: 0.3s linear border;
44
  -moz-transition: 0.3s linear border;
45
  -ms-transition: 0.3s linear border;
46
  -o-transition: 0.3s linear border;
47
  transition: 0.3s linear border;
48
}
49
input[type="search"]:focus {
50
  outline: 0;
51
  outline: thin dotted \9;
52
  /* IE6-9 */
53
  border-color: #129FEA;
54
}
55
/* end one-form */
56
57
/* one-list */
58
ul, ol {
59
  margin: 0.5em 0;
60
  padding: 0;
61
}
62
ul li {
63
  list-style: none;
64
}
65
.one-list-inline {
66
  display: inline;
67
  overflow: hidden;
68
  margin: 0 0 0 0.3em;
69
  padding: 0;
70
}
71
.one-list-inline li {
72
  list-style: none;
73
  display: inline-block;
74
}
75
.one-list-inline li:after {
76
  margin: 0 0.15em;
77
}
78
.one-list-inline li:last-child:after {
79
  content: '';
80
}
81
/* end one-list */
82
83
/* one-box */
84
.one-box {
85
  padding: 20px;
86
  margin: 0 0 2em 0;
87
  -webkit-border-radius: 5px;
88
  border-radius: 5px;
89
  padding: 20px;
90
}
91
.one-box-bordered {
92
  border: 1px solid #ccc;
93
}
145.1.3 by jonas-drange
translating yahoo and baidu
94
/* end one-box */
145.1.2 by jonas-drange
changes to all three index.html.en
95
138.1.8 by Stuart Colville
regenerate for 12.10
96
.search-box {
145.1.2 by jonas-drange
changes to all three index.html.en
97
    margin: 1em;
98
    border-color: #eee;
99
145.1.3 by jonas-drange
translating yahoo and baidu
100
    -webkit-transition: margin 200ms ease, padding 200ms ease;
101
    -moz-transition: margin 200ms ease, padding 200ms ease;
102
    transition: margin 200ms ease, padding 200ms ease;
103
}
138.1.8 by Stuart Colville
regenerate for 12.10
104
.ubuntu-branding {
133 by Martin Albisetti
Apply the change to all languages
105
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
130 by Martin Albisetti
Add 12.04
106
    background-position: 0px -251px;
107
    background-color: #aea79f;
108
    height: 40px;
138.1.8 by Stuart Colville
regenerate for 12.10
109
    border-radius: 5px 5px 0 0;
145.1.2 by jonas-drange
changes to all three index.html.en
110
    margin: -21px;
111
    margin-bottom: 20px;
112
}
113
.logo {
114
    margin: 0 0 15px 0;
115
}
138.1.8 by Stuart Colville
regenerate for 12.10
116
.logo a {
130 by Martin Albisetti
Add 12.04
117
    font-size: 1px;
118
    display: block;
119
    text-indent: -9999px;
133 by Martin Albisetti
Apply the change to all languages
120
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
130 by Martin Albisetti
Add 12.04
121
    background-position: -10px -310px;
122
    padding: 0;
133 by Martin Albisetti
Apply the change to all languages
123
    height: 38px;
124
    width: 109px;
145.1.2 by jonas-drange
changes to all three index.html.en
125
    position: relative;
145.1.3 by jonas-drange
translating yahoo and baidu
126
    -webkit-transition: margin 200ms ease;
127
    -moz-transition: margin 200ms ease;
128
    transition: margin 200ms ease;
145.1.2 by jonas-drange
changes to all three index.html.en
129
}
130
.logo,
145.1.3 by jonas-drange
translating yahoo and baidu
131
.search-form {
145.1.2 by jonas-drange
changes to all three index.html.en
132
    max-width: 460px;
133
    margin-left: auto;
134
    margin-right: auto;
135
}
136
@media screen and (min-width: 665px) {
137
    .wrapper {
138
        max-width: 665px;
139
        margin: 0 auto;
140
    }
145.1.3 by jonas-drange
translating yahoo and baidu
141
    .search-box {
142
        padding-bottom: 100px;
143
        margin-top: 65px;
144
    }
145
    .logo a {
146
        margin-top: 65px;
147
    }
148
    .search-form {
145.1.2 by jonas-drange
changes to all three index.html.en
149
        text-align: center;
150
    }
151
}
152
.search-form {
153
    padding-right: 75px;
154
    position: relative;
155
    -moz-box-sizing: border-box;
156
    -webkit-box-sizing: border-box;
157
    box-sizing: border-box;
158
}
145.1.3 by jonas-drange
translating yahoo and baidu
159
.search-input {
145.1.2 by jonas-drange
changes to all three index.html.en
160
    -moz-box-sizing: border-box;
161
    -webkit-box-sizing: border-box;
162
    box-sizing: border-box;
163
    font-size: inherit;
164
}
165
.search-button {
166
    position: absolute;
167
    top: 0;
168
    right: 0;
145.1.3 by jonas-drange
translating yahoo and baidu
169
    background: #4d90fe;
170
    background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
171
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#4787ed));
172
    background: -webkit-linear-gradient(top, #4d90fe 0%,#4787ed 100%);
173
    background: linear-gradient(to bottom, #4d90fe 0%,#4787ed 100%);
133 by Martin Albisetti
Apply the change to all languages
174
    border: 1px solid #3079ED;
138.1.8 by Stuart Colville
regenerate for 12.10
175
    border-radius: 2px;
133 by Martin Albisetti
Apply the change to all languages
176
    color: #FFFFFF;
177
    cursor: default;
178
    font-weight: bold;
145.1.2 by jonas-drange
changes to all three index.html.en
179
    height: 37px;
180
    line-height: 37px;
181
    width: 70px;
182
    margin-left: 0.5em;
133 by Martin Albisetti
Apply the change to all languages
183
    text-align: center;
184
    text-decoration: none;
145.1.3 by jonas-drange
translating yahoo and baidu
185
    -moz-user-select: none;
138.1.8 by Stuart Colville
regenerate for 12.10
186
    -webkit-box-sizing: border-box;
187
    -moz-box-sizing: border-box;
188
    box-sizing: border-box;
133 by Martin Albisetti
Apply the change to all languages
189
}
190
#sspan {
191
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
138.1.8 by Stuart Colville
regenerate for 12.10
192
    background-position: -10px -692px;
145.1.2 by jonas-drange
changes to all three index.html.en
193
    display: block;
138.1.8 by Stuart Colville
regenerate for 12.10
194
    height: 17px;
133 by Martin Albisetti
Apply the change to all languages
195
    width: 14px;
145.1.2 by jonas-drange
changes to all three index.html.en
196
    margin: auto;
197
    position: relative;
198
    top: 8px;
199
}
200
.external-links {
201
    margin: 1em;
202
}
203
.external-links li {
204
    text-align: left;
205
    display: block;
206
    margin: 0 1em 1em 1em;
207
    padding-bottom: 1em;
208
    border-bottom: 1px solid #ccc;
209
}
145.1.3 by jonas-drange
translating yahoo and baidu
210
.external-links li:after {
211
    margin: 0;
145.1.2 by jonas-drange
changes to all three index.html.en
212
}
213
.external-links a {
145.1.3 by jonas-drange
translating yahoo and baidu
214
    display: block;
145.1.2 by jonas-drange
changes to all three index.html.en
215
    text-decoration: none;
216
    color: gray;
217
    height: 30px;
218
    line-height: 30px;
219
    padding-left: 35px;
220
}
221
.external-links a::after {
222
    content: " ›";
223
}
224
.external-links a:hover {
225
    color: #e24912;
226
}
145.1.3 by jonas-drange
translating yahoo and baidu
227
@media screen and (min-width: 665px) {
228
    .external-links {
229
        width: 595px;
230
        margin: auto;
231
        display: block;
232
        text-align: center;
233
    }
234
    .external-links li {
235
        display: inline-block;
236
        margin: 0 1em 0 0;
237
        padding: 0;
238
        border: none;
239
    }
240
    .external-links li:last-child {
241
        margin-right: 0;
242
        margin-bottom: 0;
243
    }
244
    .external-links li a {
245
        display: inline-block;
246
    }
247
}
145.1.2 by jonas-drange
changes to all three index.html.en
248
.help-link a,
249
.shop-link a,
250
.community-link a {
251
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
252
}
253
.help-link a {
254
    background-position: -10px -450px;
255
}
256
.help-link:hover a {
257
    background-position: -10px -490px;
258
}
259
.shop-link a {
260
    background-position: -10px -368px;
261
}
262
.shop-link:hover a {
263
    background-position: -10px -410px;
264
}
265
.community-link a {
266
    background-position: -10px -528px;
267
}
268
.community-link:hover a {
269
    background-position: -10px -568px;
270
}
130 by Martin Albisetti
Add 12.04
271
</style>
272
</head>
273
<body>
145.1.2 by jonas-drange
changes to all three index.html.en
274
275
    <div class="wrapper">
276
277
        <div class="search-box one-box one-box-bordered">
278
279
            <div class="ubuntu-branding"></div>
280
281
            <h1 class="logo"><a href="http://www.google.com">Google</a></h1>
282
283
            <form method="get" class="search-form" action="http://www.google.com/search" name="search">
284
                <input type="search" class="search-input" name="q" value="" x-webkit-speech id="sbi" /><!-- eliminate whitespace
285
                --><button id="sbtn" class="search-button" type="submit"><span id="sspan"></span><span class="acchide">Cari</span></button>
286
                <input type="hidden" name="ie" value="UTF-8" />
287
                <input type="hidden" name="sa" value="Search" />
288
                <input type="hidden" name="channel" value="fe">
289
                <input type="hidden" name="client" value="browser-ubuntu">
290
                <input title="search" type="hidden" name="hl" value="id" />
291
            </form>
292
293
        </div><!-- close search-box -->
294
295
    </div><!-- close wrapper -->
296
297
    <ul class="external-links one-list-inline">
298
        <li class="help-link"><a href="https://help.ubuntu.com">Bantuan Ubuntu</a></li>
299
        <li class="shop-link"><a href="http://shop.ubuntu.com">Toko Ubuntu</a></li>
300
        <li class="community-link"><a href="http://www.ubuntu.com/community">Komunitas Ubuntu</a></li>
301
    </ul>
302
130 by Martin Albisetti
Add 12.04
303
<script type="text/javascript">
304
//<![CDATA[
138.1.8 by Stuart Colville
regenerate for 12.10
305
(function focus_search() {
306
    function search_select(e) {
307
        if(e.value.length > 0) {
308
            e.select();
309
        }
310
        e.select();
311
    }
312
313
    sbi = document.getElementById('sbi');
314
    sbi.focus();
315
    search_select(sbi);
316
})();
130 by Martin Albisetti
Add 12.04
317
//]]>
318
</script>
319
</body>
320
</html>