열차 목업의 내부 확인용 프로젝트
smchoi
2024-07-24 ec231f4110c782d44ea2820a1eaaa7a5711c6f16
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
body,html{
    padding:0px;
    margin:0px;
    font-family : "Segoe UI";
    width:100%;
    height:100%;
    
}
.indent{
text-indent:1em;
}
.navIF{
    
    width:85%;
    height:94%;
    background-color:#FBFBFB;
    
}
.navDisplay a{
   
    display:block;
    margin:0px auto;
    width:90%;
     margin-top:2px;
    background-color:#CCCCCC;
    text-decoration:none;
    color:#000000;
    padding:3px;
    transition:0.4s;
}
 
.navDisplay a:hover{
   
    background-color:#111111;
    color:#FFFFFF;
}
 
.navDisplay a:active{
   
    background-color:#222211;
    color:#BBBBDD;
}
 
.navDisplay{
    margin-left:-1px;
    border-right:1px solid rgba(0,0,0,0.25);
    background-color:#EEEEEE;
    float:left;
    width:15%;
    overflow:auto;
    height:94%
}
.header span{
font-size:10pt;
}
.header{
    width:100%;
    height:40px;
    font-size: 14pt;
    line-height:40px;
    text-indent:1em;
    background-color:#000000;
    color:#FFFFFF;
}