Skip to content

Commit 0420a70

Browse files
Initial Commit
1 parent a44c8eb commit 0420a70

24 files changed

+670
-0
lines changed

css/lecturerooms.css

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@800&family=Poiret+One&display=swap');
2+
3+
* {
4+
box-sizing: border-box;
5+
border-radius: 5px;
6+
}
7+
8+
.title{
9+
margin-top: 150px;
10+
font-family: 'Abhaya Libre', serif; text-align: center;
11+
color: #fff;
12+
font-size: 50px;
13+
}
14+
15+
.intro {
16+
font-family: 'Noto Sans KR', sans-serif;
17+
}
18+
19+
body{
20+
margin: 0;
21+
background:#0C3C60 url('../sources/kmlaonlinebackground.png') no-repeat;
22+
background-size: cover;
23+
}
24+
25+
.regiform {
26+
width: 80%;
27+
height: 100%;
28+
background-color: rgba(255, 255, 255, 0.88);
29+
margin-right: auto;
30+
margin-left: auto;
31+
margin-top: 50px;
32+
padding: 20px;
33+
text-align: center;
34+
}
35+
36+
.text-field {
37+
font-family: 'Noto Sans KR', sans-serif;
38+
font-size: 14px;
39+
padding: 10px;
40+
border: none;
41+
width: 260px;
42+
margin-bottom: 10px;
43+
margin-left: 30%;
44+
}
45+
46+
.submit-btn {
47+
font-family: 'Noto Sans KR', sans-serif;
48+
font-size: 14px;
49+
border: none;
50+
padding: 10px;
51+
width: 260px;
52+
background-color: #0C3C60;
53+
margin-bottom: 10px;
54+
color: white;
55+
align-items: ;
56+
}
57+
58+
.text-field {
59+
width: 40%;
60+
height: 10px;
61+
}

css/login.css

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@800&family=Poiret+One&display=swap');
2+
3+
* {
4+
box-sizing: border-box;
5+
border-radius: 5px;
6+
}
7+
8+
.title{
9+
margin-top: 150px;
10+
font-family: 'Abhaya Libre', serif; text-align: center;
11+
color: #fff;
12+
font-size: 50px;
13+
}
14+
15+
.intro {
16+
font-family: 'Noto Sans KR', sans-serif;
17+
}
18+
19+
body{
20+
margin: 0;
21+
background:#0C3C60 url('../sources/kmlaonlinebackground.png') no-repeat;
22+
background-size: cover;
23+
}
24+
25+
.login-form {
26+
width: 300px;
27+
background-color: rgba(255, 255, 255, 0.88);
28+
margin-right: auto;
29+
margin-left: auto;
30+
margin-top: 50px;
31+
padding: 20px;
32+
text-align: center;
33+
border: none;
34+
}
35+
36+
.text-field {
37+
font-family: 'Noto Sans KR', sans-serif;
38+
font-size: 14px;
39+
padding: 10px;
40+
border: none;
41+
width: 260px;
42+
margin-bottom: 10px;
43+
}
44+
45+
.submit-btn {
46+
font-family: 'Noto Sans KR', sans-serif;
47+
font-size: 14px;
48+
border: none;
49+
padding: 10px;
50+
width: 260px;
51+
background-color: #0C3C60;
52+
margin-bottom: 10px;
53+
color: white;
54+
}
55+
56+
.register{
57+
font-family: 'Noto Sans KR', sans-serif;
58+
font-size: 14px;
59+
border: none;
60+
padding: 10px;
61+
width: 260px;
62+
background-color: #fff;
63+
margin-bottom: 20px;
64+
color: #0C3C60;
65+
}
66+
67+
.links {
68+
font-family: 'Noto Sans KR', sans-serif;
69+
text-align: center;
70+
}
71+
72+
.links a {
73+
font-family: 'Noto Sans KR', sans-serif;
74+
font-size: 12px;
75+
color: #9B9B9B;
76+
}
77+
78+
.wow{
79+
width: 460px;
80+
height: 70px;
81+
}
82+
83+
p{
84+
font-size: 18px;
85+
font-family:Verdana, Geneva, Tahoma, sans-serif;
86+
}

css/main.css

+136
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box;
5+
}
6+
7+
@font-face{
8+
font-family: "ridibatang";
9+
src: url("../sources/RIDIBatang.otf");
10+
}
11+
12+
body{
13+
margin-top: 0;
14+
background:#0C3C60 url('../sources/kmlaonlinebackground.png') no-repeat;
15+
background-size: cover;
16+
}
17+
18+
a {
19+
text-decoration: none;
20+
}
21+
22+
li {
23+
list-style: none;
24+
}
25+
26+
.nav-links{
27+
font-family: 'ridibatang', sans-serif;
28+
width: 400px;
29+
height: 50px;
30+
font-style: normal;
31+
font-weight: normal;
32+
display: flex;
33+
align-items: center;
34+
text-align: center;
35+
justify-content: space-between;
36+
background-color: transparent;
37+
color: #000;
38+
margin: 20px auto;
39+
padding: ;
40+
}
41+
42+
.flip li{
43+
display: block;
44+
height: 100%;
45+
font-size: 20px;
46+
position: relative;
47+
display: inline-flex;
48+
align-items: center;
49+
justify-content: center;
50+
color: #fff;
51+
text-align: center;
52+
padding: auto;
53+
width: auto;
54+
}
55+
56+
.nav-links div {
57+
color: #000;
58+
font-size: 24px;
59+
color: #fff;
60+
}
61+
62+
.flip {
63+
display: flex;
64+
gap: 20px;
65+
font-size: 15px;
66+
}
67+
68+
.kmlaonlinetitle {
69+
margin-top: 100px;
70+
margin-left: auto;
71+
width: auto;
72+
height: auto;
73+
text-align: center;
74+
top: 368px;
75+
font-family: Abhaya Libre ExtraBold;
76+
font-style: normal;
77+
font-weight: 800;
78+
font-size: 96px;
79+
line-height: 77px;
80+
color: #FFFFFF;
81+
}
82+
83+
.rectangle {
84+
width: 70%;
85+
margin: 10px auto;
86+
height: 2px;
87+
background: #fff;
88+
}
89+
90+
.profile {
91+
margin-left: 2%;
92+
margin-top: 2%;
93+
margin-right: 85%;
94+
width: 3%;
95+
height: 3%;
96+
}
97+
98+
.search {
99+
width: 2%;
100+
height: 2%;
101+
margin-right: 2%;
102+
}
103+
104+
.noti {
105+
width: 2%;
106+
height: 2%;
107+
margin-right: 2%;
108+
}
109+
110+
.buttons {
111+
display: flex;
112+
padding: 40px;
113+
width: 100%;
114+
align-items: center;
115+
align-content: center;
116+
text-align: center;
117+
justify-content: center;
118+
}
119+
120+
.buttons > div > a {
121+
font-family: 'ridibatang', sans-serif;
122+
padding: 20px 40px 20px 40px;
123+
font-size: 20px;
124+
text-decoration: none;
125+
color: #fff;
126+
border: 2.5px solid #fff;
127+
box-sizing: border-box;
128+
text-align: left;
129+
margin: 20px;
130+
}
131+
132+
.buttons > div > a:hover {
133+
color : #0C3C60;
134+
padding: 20px 40px 20px 40px;
135+
background-color: #fff;
136+
}

css/profile.css

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@800&family=Poiret+One&display=swap');
2+
3+
* {
4+
box-sizing: border-box;
5+
border-radius: 5px;
6+
}
7+
8+
.regi{
9+
font-family: 'Noto Sans KR', sans-serif;
10+
font-size: 40px;
11+
margin-top: 20px;
12+
margin-bottom: 20px;
13+
color: #0C3C60;
14+
}
15+
16+
body {
17+
margin: 0;
18+
background:#0C3C60 url('../sources/kmlaonlinebackground.png') no-repeat;
19+
background-size: cover;
20+
}
21+
22+
.profiletitle{
23+
text-align: center;
24+
}
25+
26+
.login-form {
27+
width: auto; 00px;
28+
background-color: rgba(255, 255, 255, 0.88);
29+
margin-top: 100px;
30+
padding: 20px;
31+
border: none;
32+
}
33+
34+
.text-field {
35+
font-family: 'Noto Sans KR', sans-serif;
36+
font-size: 14px;
37+
padding: 10px;
38+
border: none;
39+
width: 260px;
40+
margin-bottom: 10px;
41+
}
42+
43+
.submit-btn {
44+
font-family: 'Noto Sans KR', sans-serif;
45+
font-size: 14px;
46+
border: none;
47+
padding: 10px;
48+
width: 260px;
49+
background-color: #0C3C60;
50+
margin-bottom: 10px;
51+
color: white;
52+
}
53+
54+
.register{
55+
font-family: 'Noto Sans KR', sans-serif;
56+
font-size: 14px;
57+
border: none;
58+
padding: 10px;
59+
width: 260px;
60+
background-color: #fff;
61+
margin-bottom: 20px;
62+
color: #0C3C60;
63+
}
64+
65+
.links {
66+
font-family: 'Noto Sans KR', sans-serif;
67+
text-align: center;
68+
}
69+
70+
.links a {
71+
font-family: 'Noto Sans KR', sans-serif;
72+
font-size: 12px;
73+
color: #9B9B9B;
74+
}
75+
76+
.waver {
77+
font-family: 'Noto Sans KR', sans-serif;
78+
font-size: 14px;
79+
border: none;
80+
padding: 10px;
81+
width: 260px;
82+
background-color: #fff;
83+
margin-bottom: 20px;
84+
color: #0C3C60;
85+
}
86+
87+
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
88+
-webkit-appearance: none;
89+
}
90+
91+
.login-form .selectors{
92+
font-family: 'Noto Sans KR', sans-serif;
93+
font-size: 14px;
94+
padding: 10px;
95+
border: none;
96+
width: 260px;
97+
margin-bottom: 10px;
98+
}

0 commit comments

Comments
 (0)