-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
126 lines (110 loc) · 1.83 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
body {
font-family: sans-serif;
color: #5C6272;
}
.container {
background-color: white;
width: 400px;
height: 430px;
border-radius: 7px;
position: absolute;
top: 50%;
left: 50%;
margin: -250px 0 0 -200px;
}
#signin, #signup, .manage{
position: relative;
left:40px;
}
h1 {
color: #CFD2CD;
letter-spacing: 1px;
position: relative;
left: 30px;
font-weight: 200;
font-size: 50px;
}
h2 {
font-weight: 200;
}
span {
color: #A6A2A2
}
input{
width: 300px;
height: 30px;
font-size: 18px;
color: #5C6272;
outline-color: #FFEAD3;
margin-bottom: -1px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #E5E6E4;
font-family: sans-serif;
font-weight: 200;
}
::-moz-placeholder { /* Firefox 19+ */
color: #E5E6E4;
font-family: sans-serif;
font-weight: 200;
}
:-ms-input-placeholder { /* IE 10+ */
color: #E5E6E4;
font-family: sans-serif;
font-weight: 200;
}
:-moz-placeholder { /* Firefox 18- */
color: #E5E6E4;
font-family: sans-serif;
font-weight: 200;
}
button{
margin-top: 10px;
margin-bottom: 15px;
width: 305px;
height: 40px;
font-size: 20px;
background-color: #E7B9AA;
color: #FBFBF2;
border: none;
}
a {
color: #753D3E;
}
.main {
position: absolute;
width: 720px;
background-color: white;
left: 50%;
margin-left: -360px;
margin-top: 30px;
margin-bottom: 40px;
border-radius: 3px;
padding-left: 20px;
padding-right: 10px;
}
.item {
position: relative;
width: 170px;
display: inline-block;
margin-bottom: 40px;
margin-right: 10px;
}
h4 {
color: #5f5f6b;
letter-spacing: 1px;
position: relative;
font-weight: 200;
font-size: 50px;
}
.title {
font-size: 12px;
text-decoration: none;
}
.brand {
border-bottom: #5f5f6b solid 1px;
height: 70px;
margin-top: -40px;
margin-bottom: 60px;
margin-right: 10px;
}