~ubuntu-start-page/ubuntu-start-page/trunk

« back to all changes in this revision

Viewing changes to www/14.10/index.html.ast

  • Committer: Martin Albisetti
  • Date: 2014-04-29 13:23:04 UTC
  • Revision ID: martin.albisetti@canonical.com-20140429132304-314bjecyfcqqp027
Add Kylin and update translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html lang="ast" dir="ltr">
 
3
<head>
 
4
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
 
5
<title>Páxina d'entamu d'Ubuntu</title>
 
6
<style type="text/css">
 
7
body {
 
8
    background: white;
 
9
    font-family: ubuntu, ubuntubeta, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
 
10
    font-size: 12px;
 
11
    line-height: 14px;
 
12
    margin: 0 auto;
 
13
}
 
14
button::-moz-focus-inner {
 
15
    /* fix buttons in FF */
 
16
    border: 0;
 
17
    padding: 0;
 
18
}
 
19
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
20
    /* Remove button margin in webkit */
 
21
    button{
 
22
        margin: 0;
 
23
    }
 
24
}   
 
25
.acchide {
 
26
    text-indent: -999em;
 
27
    display: block;
 
28
}
 
29
.search-box {
 
30
    width: 595px;
 
31
    margin: 0 auto;
 
32
    margin-top: 63px;
 
33
}
 
34
.ubuntu-branding {
 
35
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
36
    background-position: 0px -251px;
 
37
    background-color: #aea79f;
 
38
    height: 40px;
 
39
    border-radius: 5px 5px 0 0;
 
40
}
 
41
.wrapper {
 
42
    padding: 0;
 
43
    border: 1px solid #eee;
 
44
    border-top: 0;
 
45
    border-radius: 0 0 5px 5px;
 
46
    margin: 0 auto;
 
47
    text-align: center;
 
48
}
 
49
.wrapper h1 {
 
50
    margin: 0;
 
51
    padding: 0;
 
52
}
 
53
.logo a {
 
54
    font-size: 1px;
 
55
    display: block;
 
56
    text-indent: -9999px;
 
57
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
58
    background-position: -10px -310px;
 
59
    margin: 0;
 
60
    padding: 0;
 
61
    height: 38px;
 
62
    width: 109px;
 
63
    margin-bottom: 15px;
 
64
    position: relative;
 
65
}
 
66
.wrapper input {
 
67
    /* allows styling in webkit */
 
68
    -webkit-appearance: textfield;
 
69
    display: inline-block;
 
70
    vertical-align: top;
 
71
    width: 384px;
 
72
    height: 32px;
 
73
    font-size: 18px;
 
74
    padding-left: 5px;
 
75
    padding-right: 5px;
 
76
    -webkit-box-sizing: border-box;
 
77
    -moz-box-sizing: border-box;
 
78
    -ms-box-sizing: border-box;
 
79
    -o-box-sizing: border-box;
 
80
    box-sizing: border-box;
 
81
    border: 1px solid #AEA79F;
 
82
}
 
83
.inner {
 
84
    display: inline-block;
 
85
    margin: 65px auto 100px auto;
 
86
}
 
87
.inner form {
 
88
    height: 32px;
 
89
}
 
90
.external-links {
 
91
    text-align: center;
 
92
    padding-top: 20px;
 
93
    padding-left: 10px;
 
94
    padding-right: 10px;
 
95
}
 
96
.external-links li {
 
97
    height: 30px;
 
98
    display: inline-block;
 
99
    text-align: left;
 
100
    padding-top: 8px;
 
101
    margin: 0 10px;
 
102
}
 
103
.external-links a {
 
104
    text-decoration: none;
 
105
    color: gray;
 
106
    padding: 10px 0 10px 40px;
 
107
}
 
108
.external-links a::after {
 
109
    content: " ›";
 
110
    font-size: 16px;
 
111
}
 
112
.external-links a:hover {
 
113
    color: #e24912;
 
114
}
 
115
.help-link, 
 
116
.shop-link, 
 
117
.community-link {
 
118
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
119
}
 
120
.help-link {
 
121
    background-position: -10px -450px;
 
122
}
 
123
.help-link:hover {
 
124
    background-position: -10px -490px;
 
125
}
 
126
.shop-link {
 
127
    background-position: -10px -368px;
 
128
}
 
129
.shop-link:hover {
 
130
    background-position: -10px -410px;
 
131
}
 
132
.community-link {
 
133
    background-position: -10px -528px;
 
134
}
 
135
.community-link:hover {
 
136
    background-position: -10px -568px;
 
137
}
 
138
#sbtn {
 
139
    margin: 0 3px;
 
140
    display: inline-block;
 
141
    vertical-align: top;
 
142
    background-color: #4D90FE;
 
143
    background: #4d90fe; /* Old browsers */
 
144
    background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%); /* FF3.6+ */
 
145
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#4787ed)); /* Chrome,Safari4+ */
 
146
    background: -webkit-linear-gradient(top, #4d90fe 0%,#4787ed 100%); /* Chrome10+,Safari5.1+ */
 
147
    background: -o-linear-gradient(top, #4d90fe 0%,#4787ed 100%); /* Opera 11.10+ */
 
148
    background: -ms-linear-gradient(top, #4d90fe 0%,#4787ed 100%); /* IE10+ */
 
149
    background: linear-gradient(to bottom, #4d90fe 0%,#4787ed 100%); /* W3C */
 
150
    border: 1px solid #3079ED;
 
151
    border-radius: 2px;
 
152
    color: #FFFFFF;
 
153
    -moz-user-select: none;
 
154
    cursor: default;
 
155
    font-weight: bold;
 
156
    height: 32px;
 
157
    line-height: 32px;
 
158
    min-width: 54px;
 
159
    padding: 0 8px;
 
160
    text-align: center;
 
161
    text-decoration: none;
 
162
    -webkit-box-sizing: border-box;
 
163
    -moz-box-sizing: border-box;
 
164
    -ms-box-sizing: border-box;
 
165
    -o-box-sizing: border-box;
 
166
    box-sizing: border-box;
 
167
}
 
168
#sspan {
 
169
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
170
    background-position: -10px -692px;
 
171
    vertical-align: top;
 
172
    display: inline-block;
 
173
    height: 17px;
 
174
    margin: 5px 19px;
 
175
    width: 14px;
 
176
}
 
177
</style>
 
178
</head>
 
179
<body>
 
180
    <div class="search-box">
 
181
        <div class="ubuntu-branding"></div>
 
182
        <div class="wrapper">
 
183
            <div class="inner">
 
184
                <h1 class="logo"><a href="http://www.google.com">Google</a></h1>
 
185
                <form method="get" class="search-form" action="http://www.google.com/search" name="search">
 
186
                    <input type="search" name="q" value="" x-webkit-speech id="sbi" /><!-- eliminate whitespace
 
187
                    --><button id="sbtn" type="submit"><span id="sspan"></span><span class="acchide">Guetar</span></button>
 
188
                    <input type="hidden" name="ie" value="UTF-8" />
 
189
                    <input type="hidden" name="sa" value="Search" />
 
190
                    <input type="hidden" name="channel" value="fe">
 
191
                    <input type="hidden" name="client" value="browser-ubuntu">
 
192
                    <input title="search" type="hidden" name="hl" value="ast" />
 
193
                </form>
 
194
            </div>
 
195
        </div>
 
196
        <ul class="external-links">
 
197
            <li class="help-link"><a href="https://help.ubuntu.com">Aida d'Ubuntu</a></li>
 
198
            <li class="shop-link"><a href="http://shop.ubuntu.com">Tienda d'Ubuntu</a></li>
 
199
            <li class="community-link"><a href="http://www.ubuntu.com/community">Comunidá d'Ubuntu</a></li>
 
200
        </ul>
 
201
    </div><!-- close search-box -->
 
202
<script type="text/javascript">
 
203
//<![CDATA[
 
204
(function focus_search() {
 
205
    function search_select(e) {
 
206
        if(e.value.length > 0) {
 
207
            e.select();
 
208
        }
 
209
        e.select();
 
210
    }
 
211
 
 
212
    sbi = document.getElementById('sbi');
 
213
    sbi.focus();
 
214
    search_select(sbi);
 
215
})();
 
216
//]]>
 
217
</script>
 
218
</body>
 
219
</html>