d162f74f6877ea7bd9fb159aa7c13341cf19e0b2
[gamestick-pjgsapi.git] / www / css / css.css
1 .error {
2     color: red;
3 }
4 input[type="radio"]:checked+label {
5     display:none;
6 }
7
8 body {
9     font-size: 12px;
10     color: #fff;
11     background: url(/img/web_background_24.png) no-repeat rgb(146,155,155);
12     background-size: 100%;
13     overflow: auto;
14     font-family: Avenir, Arial, sans-serif;
15 }
16 .register_bar {
17     width: 100%;
18     margin-bottom: 5%;
19 }
20 .prawy {
21     width: 48%;
22     float: right;
23 }
24 #avatary{
25     width: 100%;
26     display: flex;
27     flex-wrap: wrap;
28 }
29
30 .succes {
31     clear:left;
32     display: flex;
33     align-content: center;
34     flex-wrap: wrap;
35     align-items: center;
36     justify-content: center;
37 }
38 .button {
39     color: white;
40     font-size: 16px;
41     width: 200px;
42     background-color: grey;
43     height: 40px;
44     position: absolute;
45     right: 0;
46     margin-top:20px;
47 }
48 .button:hover {
49     background-color: #f652c3;
50 }
51 .page h2 {
52     margin-bottom: 5px;
53     font-size: 24px;
54     font-weight: normal;
55 }
56 #gs {
57     margin: auto;
58     width: 75%;
59     padding: 10px;
60     margin-top: 10%;
61     /* font-size:16px; */
62 }
63 #page_1 p {
64     margin: 30px 0;
65     font-size: 18px;
66     text-align: left;
67     line-height: 40px;
68 }
69 #logo a {
70     width: 137px;
71     height: 67px;
72     background: url(/web/20150908165227im_/https://www.gamestick.tv/img/logo.png) no-repeat 0 0;
73     position: absolute;
74     top: 52px;
75     left: 21px;
76     display: block;
77     text-indent: -9999em;
78 }
79 #logo_small a {
80     width: 176px;
81     height: 24px;
82     background: url(/img/logo_2.png) no-repeat 0 0;
83     position: absolute;
84     top: 45px;
85     left: 21px;
86     display: block;
87     text-indent: -9999em;
88 }
89
90
91 #code_form{
92     text-align: center;
93     background: #f652c3;
94     height: 66px;
95     margin: auto;
96     width: 80%;
97     padding: 10px;
98     margin-top: 10%;
99 }
100
101 #code_form input {
102     width: 90%;
103     height: 36px;
104
105     padding: 4px 4px;
106     margin-top: 10%;
107     margin: 9px;
108     font-size: 34px;
109     border: 2px solid #787e7d;
110 }
111 .page h2 {
112     margin-bottom: 5px;
113     font-size: 24px;
114     font-weight: normal;
115 }