-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
136 lines (134 loc) · 2.33 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
*{
padding:0;
margin:0;
box-sizing:border-box;
}
body {
background: rgba(0,0,0,0.7);
}
.modal, .modal2,.modal-3{
background: rgba(0,0,0,0.7);
width: 100%;
z-index: 1;
height: 100vh;
overflow: auto;
position: fixed;
top: 0;
left: 0;
}
.modal-3{
display: none;
}
.modal-content,.modal-content2{
overflow: auto;
height: 80vh;
width: 40%;
background: white;
margin:100px auto 0px;
animation: drop 0.8s linear;
}
.pass{
height: 40vh;
width: 30%;
background: white;
margin:150px auto 0px;
text-align: center;
padding-top: 20px;
}
.modal-content h1, .modal-content2 h1{
text-align: center;
font-family: roboto5;
padding-top: 10px;
}
.signup-art, .signup-temp{
border: none;
width: 50%;
float: left;
background: none;
margin-top: 10px;
padding: 10px;
font-family: roboto3;
color: black;
font-family: 25px;
color: #333;
border-bottom: 1px solid #657b99;
}
.border{
border-bottom: 3px solid #657b99;
}
.name{
border: none;
border-bottom: 2px solid #657b99;
padding: 40px;
padding-bottom: 10px;
width: 90%;
outline: none;
font-family: roboto3;
font-size: 15px;
transform-origin: center center;
transition: all 0.2s linear;
}
.name:focus{
border-bottom: 2px solid #763626;
}
.signup-art::after, .signup-temp::after{
transform: border 0.1s linear;
}
.modal button{
outline: none;
}
.form1, .form2, .step-login{
padding-top: 50px;
text-align: center;
display: block;
}
.form2{
display:none;
}
.signup, .login, .change,.logout,.changep{
border: none;
width: 40%;
background: #657b99;
height: 50px;
margin-top: 20px;
color: white;
font-family: roboto3;
font-size: 20px;
outline: none;
}
.change{
float:right
}
.wrapper{
width:50%;
height:500px;
margin: 100px auto;
background:white;
}
.pro-picture{
height:250px;
width:250px;
display:block;
border-radius:50%;
background:url(user.jpg);
background-position:center;
background-size:cover;
position:absolute;
left:40%;
top:-10px;
margin: auto;
box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
.wrapper h2{
text-align:center;
padding-top:150px;
}
.information{
height:200px;
width: 80%;
background:#657b99;
margin: auto;
}
.pass{
/*display: none;*/
}