Tizen 2.0 Release
[samples/web/Go.git] / css / license.css
1 /*
2  * Copyright (c) 2012, Intel Corporation.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9
10 #licensebtnl {
11     position: absolute;
12     width: 20px;
13     height: 20px;
14     text-align: center;
15     line-height: 20px;
16     cursor: pointer;
17     -webkit-border-radius: 20px;
18     border: solid 1px #000000;
19     opacity: 0.3;
20     color: black;
21 }
22
23 #licensebtnl:hover {
24     opacity: 1.0;
25 }
26
27 #licensepage {
28     width: 100%;
29     height: 100%;
30     background: -webkit-gradient(linear, left top, right top, from(#d99f55), to(#9c7448));
31 }
32
33 #licensetext {
34     width: 99.8%;
35     height: 89%;
36     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #d99f55));
37     -webkit-border-radius: 12px;
38     border-radius: 12px;
39     box-shadow: inset 1px 1px 2px 1px black;
40     margin-bottom: 2px;
41     padding-left: 10px;
42     padding-bottom: 10px;
43     overflow: hidden;
44     cursor: move;
45 }
46
47 #licensescroll {
48     position: relative;
49     font: 25px/100% Arial, Helvetica, sans-serif;
50     text-align: center;
51 }
52
53 .licensebtn {
54     position: absolute;
55     color: #d7d7d7;
56     border: solid 1px #333;
57     text-align: center;
58     text-decoration: none;
59     font: 30px/100% Arial, Helvetica, sans-serif;
60     text-shadow: 0 1px 1px rgba(0,0,0,.3);
61     -webkit-border-radius: 12px;
62     border-radius: 12px;
63     background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
64     height: 52px;
65     line-height: 48px;
66     cursor: pointer;
67     box-shadow: 2px 2px 14px #000;
68 }
69
70 .licensebtn:hover {
71     background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
72 }
73
74 .licensebtn:active {
75     color: #666;
76     background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
77 }
78
79 #licensebtnq {
80     left: 412px;
81     width: 200px;
82 }