Layout for activation HTML templates
[gamestick-pjgsapi.git] / www / css / css.css
1  .error {
2   color: red;
3 }
4 input[type="radio"]:checked+label { display:none; }
5
6   body {font-size:12px;
7  color:#fff;
8  background:url(/img/web_background_24.png) no-repeat rgb(146,155,155); background-size:100%; 
9  overflow:auto; 
10  font-family:Avenir,Arial,sans-serif;}
11  .register_bar{width:100%; margin-bottom:5%; }
12  .prawy{
13   width: 48%;float:right;
14 }
15 #avatary{width:100%;display:flex;flex-wrap: wrap; }
16
17
18 #content{}
19 .succes{
20   clear:left;display: flex; align-content: center;flex-wrap: wrap;
21   align-items: center; 
22   justify-content: center;
23 }
24 .button{
25   color: white;
26   font-size: 16px;
27   width: 200px;
28   background-color: grey;
29   height: 40px;
30   position: absolute;
31   right: 0;
32   margin-top:20px;
33 }
34 .button:hover{
35  background-color: #f652c3;
36 }
37 .page h2{margin-bottom:5px; font-size:24px; font-weight:normal;}
38 #gs{  margin: auto;
39   width: 75%;
40 padding: 10px;margin-top:10%;/* font-size:16px; */}
41 #page_1 p{margin:30px 0;font-size:18px;text-align:left;line-height:40px;}
42 #logo a{width:137px; height:67px; background:url(/web/20150908165227im_/https://www.gamestick.tv/img/logo.png) no-repeat 0 0; position:absolute; top:52px; left:21px; display:block; text-indent:-9999em;}
43 #logo_small a{width:176px; height:24px; background:url(/img/logo_2.png) no-repeat 0 0; position:absolute; top:45px; left:21px; display:block; text-indent:-9999em;}
44
45
46
47
48 #code_form{text-align:center;background:#f652c3;height:66px;margin: auto;
49   width: 80%;
50
51   padding: 10px;margin-top:10%;}
52   #code_form input{margin: auto;
53     width: 90%;
54
55     padding: 10px;margin-top:10%; height:36px; padding:4px 4px; margin:9px; font-size:34px; border:2px solid #787e7d;}
56     .page h2{margin-bottom:5px; font-size:24px; font-weight:normal;}