Initial commit
[profile/ivi/saythis.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: 677px;
13     left: 1221px;
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 #000000;
21     opacity: 0.3;
22     color: black;
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(#f5f6de), to(#d3d0ac));
34     z-index: 99;
35 }
36
37 #licensetext {
38     width: 98.7%;
39     height: 88%;
40     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #b0b0ab));
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: auto;
48     cursor: move;
49     font: 60px/100% Arial, Helvetica, sans-serif;
50 }
51
52 .licensebtn {
53     position: absolute;
54     color: #d7d7d7;
55     border: solid 1px #333;
56     text-align: center;
57     text-decoration: none;
58     font: 40px/100% Arial, Helvetica, sans-serif;
59     text-shadow: 0 1px 1px rgba(0,0,0,.3);
60     -webkit-border-radius: 12px;
61     border-radius: 12px;
62     background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
63     height: 66px;
64     width: 52px;
65     line-height: 62px;
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 #licensebtnu {
80     left: 780px;
81     width: 100px;
82 }
83
84 #licensebtnd {
85     left: 400px;
86     width: 100px;
87 }
88
89 #licensebtnq {
90     left: 515px;
91     width: 250px;
92 }