Tizen 2.0 Release
[samples/web/Sweetspot.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     position: absolute;
29     width: 100%;
30     height: 100%;
31     background: -webkit-gradient(linear, left top, right top, from(#f5f6de), to(#d3d0ac));
32     z-index: 99;
33 }
34
35 #licensetext {
36     width: 99%;
37     height: 88%;
38     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #b0b0ab));
39     -webkit-border-radius: 12px;
40     border-radius: 12px;
41     box-shadow: inset 1px 1px 2px 1px black;
42     margin-bottom: 2px;
43     padding-left: 10px;
44     padding-bottom: 10px;
45     overflow: hidden;
46     cursor: move;
47 }
48
49 #licensescroll {
50     position: relative;
51     font: 25px/100% Arial, Helvetica, sans-serif;
52     text-align: center;
53 }
54
55 .licensebtn {
56     position: absolute;
57     color: #d7d7d7;
58     border: solid 1px #333;
59     text-align: center;
60     text-decoration: none;
61     font: 30px/100% Arial, Helvetica, sans-serif;
62     text-shadow: 0 1px 1px rgba(0,0,0,.3);
63     -webkit-border-radius: 12px;
64     border-radius: 12px;
65     background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
66     height: 52px;
67     width: 52px;
68     line-height: 48px;
69     cursor: pointer;
70     box-shadow: 2px 2px 14px #000;
71 }
72
73 .licensebtn:hover {
74     background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
75 }
76
77 .licensebtn:active {
78     color: #666;
79     background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
80 }
81
82 #licensebtnq {
83     left: 412px;
84     width: 200px;
85 }