~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to examples/webkit/webkit-guide/css3_gradientButton.htm

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
 
 
3
This file is part of QtWebKit
 
4
 
 
5
Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
 
6
Contact: http://www.qt-project.org/legal
 
7
 
 
8
You may use this file under the terms of the BSD license as follows:
 
9
 
 
10
"Redistribution and use in source and binary forms, with or without
 
11
modification, are permitted provided that the following conditions are
 
12
met:
 
13
 
 
14
o Redistributions of source code must retain the above copyright
 
15
  notice, this list of conditions and the following disclaimer.
 
16
 
 
17
o Redistributions in binary form must reproduce the above copyright
 
18
  notice, this list of conditions and the following disclaimer in the
 
19
  documentation and/or other materials provided with the distribution.
 
20
 
 
21
o Neither the name of Digia Plc and its Subsidiary(-ies) nor
 
22
  the names of its contributors may be used to endorse or promote
 
23
  products derived from this software without specific prior written
 
24
  permission.
 
25
 
 
26
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
27
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
28
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
29
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
30
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
31
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
32
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
33
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
34
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
35
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
36
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
 
37
 
 
38
-->
 
39
 
 
40
<!DOCTYPE html>
 
41
<html>
 
42
<head>
 
43
<meta name='viewport' content='width=device-width' />
 
44
<title>Beveled Buttons</title>
 
45
<link href='css/css3_gradientButton.css' type='text/css' rel='stylesheet'/>
 
46
</head>
 
47
<body>
 
48
<article>
 
49
<h3>Beveled Buttons</h3>
 
50
<ul>
 
51
<li><a href="#">Option 1</a></li>
 
52
<li><a href="#">Option 2</a></li>
 
53
<li><a href="#">Option 3</a></li>
 
54
<li><a href="#">Option 4</a></li>
 
55
<li><a href="#">Option 5</a></li>
 
56
<li><a href="#">Option 6</a></li>
 
57
<li><a href="#">Option 7</a></li>
 
58
<li><a href="#">Option 8</a></li>
 
59
<li><a href="#">Option 9</a></li>
 
60
</ul>
 
61
<p>&nbsp;</p>
 
62
 
 
63
</article>
 
64
<script src="js/mobile.js"></script>
 
65
</body>
 
66
</html>