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

« back to all changes in this revision

Viewing changes to www/14.10/Yahoo/index.html.en-gb

  • 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="en_GB" dir="ltr">
 
3
<head>
 
4
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
 
5
<title>Ubuntu Start Page</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
.search-box {
 
26
    width: 595px;
 
27
    margin: 0 auto;
 
28
    margin-top: 63px;
 
29
}
 
30
.ubuntu-branding {
 
31
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
32
    background-position: 0 -251px;
 
33
    background-color: #aea79f;
 
34
    height: 40px;
 
35
    border-radius: 5px 5px 0 0;
 
36
}
 
37
.wrapper {
 
38
    padding: 0;
 
39
    border: 1px solid #eee;
 
40
    border-top: 0;
 
41
    border-radius: 0 0 5px 5px;
 
42
    margin: 0 auto;
 
43
    text-align: center;
 
44
}
 
45
.wrapper h1 {
 
46
    margin: 0;
 
47
    padding: 0;
 
48
}
 
49
.logo a {
 
50
    font-size: 1px;
 
51
    display: block;
 
52
    text-indent: -9999px;
 
53
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
54
    background-position: -10px -95px;
 
55
    margin: 0;
 
56
    padding: 0;
 
57
    height: 18px;
 
58
    width: 167px;
 
59
    margin-bottom: 15px;
 
60
    position: relative;
 
61
}
 
62
.wrapper input {
 
63
    /* allows styling in webkit */
 
64
    -webkit-appearance: textfield;
 
65
    display: inline-block;
 
66
    vertical-align: top;
 
67
    width: 384px;
 
68
    height: 32px;
 
69
    font-size: 18px;
 
70
    padding-left: 5px;
 
71
    padding-right: 5px;
 
72
    -webkit-box-sizing: border-box;
 
73
    -moz-box-sizing: border-box;
 
74
    -ms-box-sizing: border-box;
 
75
    -o-box-sizing: border-box;
 
76
    box-sizing: border-box;
 
77
    border: 1px solid #AEA79F;
 
78
}
 
79
.inner {
 
80
    display: inline-block;
 
81
    margin: 65px auto 100px auto;
 
82
}
 
83
.inner form {
 
84
    height: 32px;
 
85
}
 
86
.external-links {
 
87
    text-align: center;
 
88
    padding-top: 20px;
 
89
    padding-left: 10px;
 
90
    padding-right: 10px;
 
91
}
 
92
.external-links li {
 
93
    height: 30px;
 
94
    display: inline-block;
 
95
    text-align: left;
 
96
    padding-top: 8px;
 
97
    margin: 0 10px;
 
98
}
 
99
.external-links a {
 
100
    text-decoration: none;
 
101
    color: gray;
 
102
    padding: 10px 0 10px 40px;
 
103
}
 
104
.external-links a::after {
 
105
    content: " ›";
 
106
    font-size: 16px;
 
107
}
 
108
.external-links a:hover {
 
109
    color: #e24912;
 
110
}
 
111
.help-link, 
 
112
.shop-link, 
 
113
.community-link {
 
114
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
115
}
 
116
.help-link {
 
117
    background-position: -10px -450px;
 
118
}
 
119
.help-link:hover {
 
120
    background-position: -10px -490px;
 
121
}
 
122
.shop-link {
 
123
    background-position: -10px -368px;
 
124
}
 
125
.shop-link:hover {
 
126
    background-position: -10px -410px;
 
127
}
 
128
.community-link {
 
129
    background-position: -10px -528px;
 
130
}
 
131
.community-link:hover {
 
132
    background-position: -10px -568px;
 
133
}
 
134
button {
 
135
    margin: 0 3px;
 
136
    display: inline-block;
 
137
    vertical-align: top;
 
138
    cursor: default;
 
139
    height: 32px;
 
140
    padding: 0 8px;
 
141
    text-align: center;
 
142
    text-decoration: none;
 
143
    -webkit-box-sizing: border-box;
 
144
    -moz-box-sizing: border-box;
 
145
    -ms-box-sizing: border-box;
 
146
    -o-box-sizing: border-box;
 
147
    box-sizing: border-box;
 
148
}
 
149
</style>
 
150
</head>
 
151
<body>
 
152
    <div class="search-box">
 
153
        <div class="ubuntu-branding"></div>
 
154
        <div class="wrapper">
 
155
            <div class="inner">
 
156
                <h1 class="logo"><a href="http://www.yahoo.com">Yahoo! Search</a></h1>
 
157
                <form method="get" action="http://search.yahoo.com/search" name="search">
 
158
                    <input type="hidden" name="fr" value="ubuntu" />
 
159
                    <input type="hidden" name="ei" value="UTF-8" />
 
160
                    <input type="search" x-webkit-speech name="p" value="" id="sbi"/><!-- Eliminate whitespace
 
161
                    --><button type="submit">Search</button>
 
162
                </form>
 
163
            </div>
 
164
        </div>
 
165
        <ul class="external-links">
 
166
            <li class="help-link"><a href="https://help.ubuntu.com">Ubuntu help</a></li>
 
167
            <li class="shop-link"><a href="http://shop.ubuntu.com">Ubuntu shop</a></li>
 
168
            <li class="community-link"><a href="http://www.ubuntu.com/community">Ubuntu community</a></li>
 
169
        </ul>
 
170
    </div><!-- close search-box -->
 
171
<script type="text/javascript">
 
172
//<![CDATA[
 
173
(function focus_search() {
 
174
    function search_select(e) {
 
175
        if(e.value.length > 0) {
 
176
            e.select();
 
177
        }
 
178
        e.select();
 
179
    }
 
180
    sbi = document.getElementById('sbi');
 
181
    sbi.focus();
 
182
    search_select(sbi);
 
183
})();
 
184
//]]>
 
185
</script>
 
186
</body>
 
187
</html>