-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrew-search.css
More file actions
198 lines (170 loc) · 3.33 KB
/
Copy pathcrew-search.css
File metadata and controls
198 lines (170 loc) · 3.33 KB
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
188
189
190
191
192
193
194
195
196
197
198
/* 크루 찾기 섹션 스타일링 */
section .crew-search {
border: 2px solid #000928;
border-radius: 10px;
padding: 10px;
display: flex;
justify-content: flex-start;
}
/* 크루 카테고리 목록 스타일링 */
.crew-categories {
list-style: none;
padding: 0;
display: flex;
}
.crew-categories li {
padding: 15px 30px;
margin-right: 10px;
border-radius: 20px;
cursor: pointer;
}
/* 선택된 카테고리 스타일링 */
.crew-categories li.selected {
background-color: #000928;
color: #fff;
}
/* 크루 찾기 섹션 스타일링 */
section .crew-search {
border: 2px solid #000928;
border-radius: 10px;
padding: 10px;
display: flex;
justify-content: flex-start;
}
.crew-categories {
list-style: none;
padding: 0;
display: flex;
}
.crew-categories li {
cursor: pointer;
padding: 10px 20px;
}
.selected {
background-color: #007bff;
color: #fff;
}
/* 크루 검색 스타일링 */
.search-bar {
display: flex;
align-items: center;
}
.search-bar input {
flex: 1;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
width: 100%;
}
.search-bar button {
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
margin-left: 10px;
cursor: pointer;
}
/* 크루 찾기 섹션 스타일링 */
section .crew-search {
border: 2px solid #000928;
border-radius: 10px;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
/* 크루 검색창 스타일링 */
.recruitment-status ul {
list-style: none;
padding: 0;
display: flex;
margin-right: 10px;
}
.recruitment-status li {
cursor: pointer;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 5px;
}
.recruitment-status {
float: left;
margin-right: 10px;
}
.recruitment-status li.selected {
background-color: #000928;
color: #fff;
}
/* 크루 만들기 버튼 스타일링 */
.create-crew-button {
background-color: #000928;
color: #fff;
border: none;
border-radius: 20px;
padding: 10px 20px;
cursor: pointer;
float: right;
margin-top: 10px;
}
.create-crew-button:hover {
background-color: #007bff;
}
/* 크루 검색창 스타일링 */
.recruitment {
padding: 20px;
padding-top: 20px;
}
.Posting{
padding: 20px;
display:flex;
align-items: center;
border-top: 1px solid #000;
}
.Posting-On{
background-color: #000928;
font-weight: bold;
color: white;
padding: 5px 10px;
border-radius: 10px;
margin-right: 10px;
}
.Posting-Off{
background-color: #ADADAD;
font-weight: bold;
color: white;
padding: 5px 10px;
border-radius: 10px;
margin-right: 10px;
}
.Posting-crew-name{
font-weight: bold;
margin-left: 30px;
}
.Posting-people{
margin-left: 30px;
}
.Posting-Title {
margin-top: 0;
}
.Posting-Title h1 {
margin: 0;
margin-left: 40px;
color: rgb(77, 77, 77);
cursor: pointer;
}
.Posting-Title h1:hover {
color: rgb(0, 0, 61);
}
.Posting-writer-date{
display: flex;
justify-content: flex-end;
border-bottom: 2px solid #000 ;
}
.Posting-writer, .Posting-date{
color: black;
margin-right: 10px;
}
.Posting-zone{
margin-top: 60px;
}