-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterest.css
129 lines (107 loc) · 2.21 KB
/
interest.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
@media screen and (min-width: 1200px){
/* #cont{
display: -webkit-flex;
display: -moz-flex;
display: flex;
width: 100%;
height: auto;}*/
#item1{
width: 60%;
background-color: #0c5eb5;
height: auto;
color: white;
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
border:5px solid white;}
#item2{
width: 60%;
background-color: #0c5eb5;
height: auto;
color: white;
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
border:5px solid white;
display:none;}
h1{
background-color: #0c5eb5;
text-align: center;
color: white;}
label{
font-size: 120%;
margin-left: 20px;}
input{
width: 80%;
height: 25px;
border-radius: 10px;
line-height: 25px;
font-size: 115%;
margin-left: 10px;
color: green;
border:2px solid #906000;}
span{
font-size: 160%;
margin-left: 6px;}
button{
text-align: center;
width: 150px;
height: 30px;
font-size: 115%;}
#temhd{
display: none;}
#detem{
font-size: 120%;
margin-left: 6px;}
#obal{
font-size: 120%;
text-align: center;}
#paytem{
display: none;
font-size: 120%;
text-align: center;}
}
@media screen and (max-width: 1200px){
#item1{
background-color: #0c5eb5;
height: auto;
color: white;
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
outline: 2px inset;
border:5px solid white;}
#item2{
background-color: #0c5eb5;
height: auto;
color: white;
margin-top: 17px;
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
outline: 2px outset;
border:5px solid white;
display:none;}
h1{
background-color: #0c5eb5;
text-align: center;
color: white;}
label{
font-size: 120%;}
input{
width: 70%;
height: 25px;
border-radius: 10px;
line-height: 25px;
font-size: 115%;
color: green;
border:2px solid #906000;}
span{font-size: 160%;}
button{
max-width: 200px;
margin:10px auto 0;
height: 30px;
font-size: 115%;}
#temhd{
display: none;}
#detem{ font-size: 120%;}
#obal{
font-size: 120%;
text-align: center;}
#paytem{
display: none;
font-size: 120%;
text-align: center;}
}