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