-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
228 lines (198 loc) · 4.05 KB
/
style.css
File metadata and controls
228 lines (198 loc) · 4.05 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
html,
body {
width: 100%;
margin: 0;
height: 100vh;
font-family: 굴림;
}
.half {
display: grid;
grid-template-columns: 220px 1fr;
}
.left {
background-color: #977955;
height: 100vh;
display: grid;
grid-template-rows: 218px 1fr;
font-size: 13.4px;
letter-spacing: 0px;
color: white;
}
.right {
/*developer.html, index.html의 오른쪽 부분 구성*/
display: grid;
grid-template-rows: 1fr auto 1fr;
text-align: center;
}
.Course_Registeration_right {
/*Course_Registeration.html의 오른쪽 부분 구성*/
display: grid;
grid-template-rows: auto 0fr;
text-align: center;
}
.hufsBlue {
background-color: #1f326a;
padding-left: 10px;
}
#logo {
width: 85%;
}
h1 {
font-size: 13px;
margin-top: 5px;
margin-bottom: 22px;
}
p {
margin: 0;
margin-bottom: 12px;
}
.button {
width: 100%;
height: 35px;
padding-left: 10px;
text-align: left;
background-color: #977955;
color: white;
border-style: hidden;
font-family: 굴림;
cursor: pointer;
}
.button:hover {
background-color: #826648;
}
#noticeButton {
/*좌측 메뉴 Notice버튼*/
width: 100%;
height: 35px;
padding-left: 10px;
text-align: left;
background-color: #818181;
color: white;
border-style: hidden;
font-family: 굴림;
cursor: pointer;
}
#noticeButton:hover {
/*좌측 메뉴 Notice버튼 hover*/
background-color: #5d5d5d;
}
#notice-big {
/*index.html의 오른쪽 부분 폰트 크기 설정*/
font-size: 50px;
font-family: '외대굵';
}
#notice-small {
/*index.html의 오른쪽 부분 폰트 크기 설정*/
font-size: 20px;
font-family: '외대얇';
}
.menuContainer {
/*Course.Registeration.html 오른쪽 상단 메뉴 바*/
display: grid;
grid-template-columns: 1fr 40fr 1fr;
}
.menu {
/*Course.Registeration.html 오른쪽 상단 메뉴 값*/
text-align: center;
background-color: #eaedf4;
border-color: #003366;
border-style: solid;
border-left-style: none;
border-right-style: none;
border-width: 2px;
margin-top: -6px;
padding: 5px;
display: grid;
grid-template-columns: 1fr 295px 80px 150px 75px 1fr;
font-size: 13px;
font-weight: 800;
}
#Search {
/*Search 버튼*/
margin-left: 14px;
width: 80px;
background-color: #3f5a9d;
color: white;
height: 24px;
font-size: 12px;
border-style: hidden;
cursor: pointer;
}
#Search:hover {
/*Search 버튼*/
background-color: #1f326a;
}
#pyo {
/*Search 버튼 누르기 전 예비수강신청함 차트 가리기*/
margin-top: 65px;
height: 40vh;
visibility: hidden;
display: grid;
grid-template-columns: 1fr 40fr 1fr;
overflow: auto;
}
#pyopyo {
/*수강신청 및 수정/삭제 아래에 있는 차트*/
height: 30vh;
display: grid;
grid-template-columns: 1fr 40fr 1fr;
bottom: 0;
overflow: auto;
}
h2 {
font-size: 18px;
margin-bottom: 0;
color: #ab704f;
}
table {
border-collapse: collapse;
width: 100%;
}
td {
border: 0.1px solid #cccccc;
height: 26px;
}
th {
border-top: 2px solid #003366;
border-bottom: 2px solid #003366;
border-left: 0.1px solid #cccccc;
border-right: 0.1px solid #cccccc;
font-size: 13px;
height: 31px;
}
title {
display: grid;
grid-template-columns: 1fr 40fr 1fr;
}
.register {
/*Course_Registeration.html의 REGISTER 버튼*/
background-image: url('img/register.png');
background-repeat: no-repeat;
border-style: hidden;
width: 44px;
height: 16px;
cursor: pointer;
}
.delete {
/*DELETE 버튼*/
background-image: url('img/delete.png');
background-repeat: no-repeat;
background-size: cover;
border-style: hidden;
width: 45px;
height: 15px;
cursor: pointer;
}
.doneUp {
color: #ab704f;
text-align: left;
font-size: 13px;
}
@font-face {
font-family: '외대얇';
src: url(fonts/한국외대체M.ttf);
}
@font-face {
font-family: '외대굵';
src: url(fonts/한국외대체B.ttf);
}