-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (65 loc) · 1.34 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
@font-face { font-family: '양진체'; src: url('https://cdn.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff') format('woff'); font-weight: normal; font-style: normal; }
.navCon{
display:flex;
position: fixed;
width:100%;
color:white;
/*box-shadow: 10px 10px 50px #c0c0c0;*/
}
.navBar{
background-color:#333333;
border-radius:0 0px 20px 20px;
width:100%;
height:100px;
display: flex;
justify-content: center;
}
body{
margin:0px;
}
#jointable{
box-shadow: 20px 20px 60px;
border-radius: 10px;
background-color:#fefefe;
position:relative;
left:50%;
transform:translateX(-50%);
width:95%;
max-width: 400px;
}
#jointable:link{
color:black;
}
#jointable > a:hover{
color:black;
}
a:visited{
color:black;
}
#joinstdno{
border-width: 0 0 2px 0;
border-color: #ebebeb;
width:80%;
padding: 6px 7px 7px;
font-size: 16pt;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
/*border:0;*/
caret-color:red;
}
input:focus{
outline:none;
}
.joinInput{
font-size:16pt;
border-width: 0 0 2px 0;
border-color: #ebebeb;
width:200px;
padding: 6px 7px 7px;
font-size: 16pt;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
/*border:0;*/
caret-color:red;
text-rendering: auto;
}