-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_signup.css
132 lines (108 loc) · 2.37 KB
/
style_signup.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
@import url(https://cdn.jsdelivr.net/gh/moonspam/[email protected]/nanumsquare.css);
.nanumsquare {
font-family: 'NanumSquare', sans-serif !important;
}
@font-face {
font-family: 'paybooc-ExtraBold';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/paybooc-ExtraBold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'paybooc-Bold';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/paybooc-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'paybooc-Medium';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/paybooc-Medium.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'paybooc-Light';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/paybooc-Light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* 네비바 */
body {
margin: 0px;
background-color: rgb(245, 245, 245, 0.5);
}
#header {
width: 1440px;
height: 72px;
background-color: white;
}
#logo {
float: left;
margin-top: 20px;
margin-left:20px;
}
#nav {
width: 1130px;
height: 72px;
margin : 0 125px 0 125px;
}
#menu {
list-style: none;
float: right;
line-height: 72px;
margin: 0px;
padding-left: 0px;
}
#menu li{
float:left;
position: relative;
padding-right: 15px;
font-size: 14px;
font-family: 'NanumSquare';
font-weight: normal;
}
#menu a{
list-style: none;
float: left;
display: block;
text-decoration: none;
color: #404041;
}
#menu a:hover{
color: blue;
font-weight: bold;
}
.one {
color: #d8d8d8;
opacity: 70%;
margin: 0px;
width: 1440px;
}
/* 회원가입 */
#all {
width: 100%;
}
#main_content {
width: 360px;
height: 320px;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
margin-left: -200px;
margin-top: -140px;
text-align: center;
box-shadow: 0px 0px 5px #d8d8d8;
border-radius: 14px;
}
h1 {
margin-top: 0;
margin-bottom: 32px;
font-family: 'NanumSquare';
font-size: 20px;
font-weight:normal;
padding-top: 48px;
padding-left: 54px;
padding-right: 54px;
color: #828282;
}