-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
187 lines (184 loc) · 3.8 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
.love {
background: url("image/love.png") repeat scroll 0 0 #d9dada;
border: 2px solid #9a9999;
border-radius: 10px;
color: #757575 ;
font: 20px/36px Tahoma;
margin: 20px auto;
text-align: center;
width: 95%;
}
.y_name {
background: repeat scroll 0 0 #b8b8b8;
border-radius: 6px;
margin: 0 auto;
padding: 10px;
width: 95%;
color:black;
}
.y_name .txt {
background: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0px, rgba(249, 249, 249, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #f2f2f2 ;
float: right;
height: 38px;
width: 75% !important;
}
.p_name .txt {
background: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0px, rgba(249, 249, 249, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #f2f2f2 ;
/*float: right;*/
height: 38px;
width: 100% !important;
}
.p_name {
background: repeat scroll 0 0 #b8b8b8;
border-radius: 6px;
margin-left: 2%;
text-align: left;
width: 47%;
margin: 0 auto;
padding: 10px;
}
.but_por {
background: none repeat scroll 0 0 #cecece;
padding: 2%;
width: 96%;
border-radius:5px;
}
.but_por input[type="button"], .but_por input[type="reset"] {
background: repeat scroll 0 0 #828282 ;
border: 1px solid #f2f2f2 ;
border-radius: 7px;
color: #f5f5f5 ;
font-size: 1em;
padding: 0 30px;
height:9%;
font-weight:bold;
}
.but_por .buttonMini {
width: 30% !important;
}
.but_por input[type="button"]:focus, .but_por input[type="reset"]:focus {
border-top: #f2f2f2 ;
}
.love_result {
float: left;
margin-right: 10px;
margin-left: 7px;
}
.love_result span {
font-weight: 700;
}
.love .group {
display: table;
width: 95%;
}
.group::after, .group::before {
content: "";
display: table;
}
.group::after {
clear: both;
}
.group {
}
#ageImg img {
height: auto;
max-width: 100%;
width: auto;
}
.love_result {
float: left;
margin-right: 10px;
}
.love_result span {
font-weight: 700;
}
.love .group {
display: table;
}
.group span {
box-sizing: border-box;
display: table-cell;
font-family: Calibri,Arial,sans-serif;
padding-left: 5px;
padding-right: 2px;
}
.group label {
display: block;
font-family: Calibri,Arial,sans-serif;
padding-left: 4px;
}
.love input:hover
{
box-shadow:#dae1e5 0px 0px 5px;
-moz-box-shadow:#dae1e5 0px 0px 5px;
-webkit-box-shadow:#dae1e5 0px 0px 5px;
-o-box-shadow:#dae1e5 0px 0px 5px;
}
.love input:focus
{
-webkit-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
-moz-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
border:#9d9983 1px solid;
}
.resp_code
{
margin:5px 10px 10px 300px;
padding:10px 20px 10px 20px;
font:normal 1em/1.3em Tahoma, Geneva, sans-serif;
color:#333;
background:#f8f8f8;
overflow:auto;width:50%;
}
h2 {
border-bottom: 1px solid #ebebeb;
color: #474747;
font-size: 1.6em;
font-weight: normal;
line-height: 130%;
}
@media screen and (max-width: 480px)
{
.resp_code
{width:auto !important;margin:0px !important;
}
.but_por input[type="button"], .but_por input[type="reset"] {
font-size:0.7em;
}
.y_name .txt {
float:none;
}
.love {
font: 16px/26px Tahoma;
}
}
@media screen and (max-width: 480px)
{
.but_por input[type="button"], .but_por input[type="reset"] {
font-size:0.7em;
}
.y_name .txt {
float:none;
}
.love {
font: 16px/26px Tahoma;
}
.resp_code
{width:auto !important;margin:0px !important;
}
.but_por input[type="button"], .but_por input[type="reset"] {
font-size:0.7em;
}
.y_name .txt {
float:none;
}
.love {
font: 16px/26px Tahoma;
}
.love .group {
display: table;
width: 90%;
}
}