-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.css
More file actions
138 lines (134 loc) · 2.73 KB
/
map.css
File metadata and controls
138 lines (134 loc) · 2.73 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
#bar{background-color: #A4A4A4;
background-size: 100% 30px;
color: white;
font-size: 11px;text-align: right;
padding-right: 200px;
}
#bar>span{color: #D8D8D8;}
#search{padding:none; margin: none}
#language{border-left: 1px solid white; border-right: 1px solid white; color:white; padding-left: 10px; padding-right: 10px}
#logo{
float: left;
}
#middle ul{list-style-type: none;}
#middle li{
display: inline-block;
}
#middle li a{
list-style-type: none;
padding: 10px 5px 10px 0px;
text-decoration: none;
text-align: center;
font-size: 18px;
color: grey;
font-weight: 400;
}
#middle li a:hover{
color:firebrick;
border-bottom: 4px solid firebrick;
}
#notice{border-right: 1px solid silver; float: left; margin-left: 340px; padding-right: 40px;margin-right: 50px }
div p a{text-decoration: none;
color: black}
div p a:hover{text-decoration-line: underline;}
div p span{
color: silver;
font-size: 10px;
}
#menu ul li{
display: inline-block;
list-style-type: none;
padding: 20px 30px 30px;
}
#menu ul li a{
font-size: 18px;
color: grey;
text-decoration: none;
font-weight: 400;
}
#menu ul li a:hover{
font-weight: 900;
color: firebrick;
}
.sub li ul{
background: white;
display:none; /* 평상시에는 서브메뉴가 안보이게 하기 */
height:auto;
padding:0px;
margin:0px;
border:1px solid silver;
position:absolute;
width:150px;
font-size: 7px;
z-index:200;
}
.sub ul li:hover ul{
display: block;
}
.sub ul li ul: hover{
background: aliceblue;
}
.sub ul li ul li a:hover{
font-size: 7px;
color: firebrick;
border-left: 4px solid firebrick;
padding-left:10px;
text-align: left;
}
#map span {
display: inline-block;
padding: 50px;
font-style: bold;
}
section #swuname span {
display: inline;
padding: 50px;
font-style: bold;
}
.nav{
float: left; margin-left: 270px; width: 10%; height: 70%;
}
#leftmenu ul li{
font-size:17px;
list-style-type: none;
border-top: 1px solid whitesmoke;
border-bottom: 1px solid whitesmoke;
padding: 20px 20px 20px 20px;
}
.mapsec{ width: 70%; height: 70%; float: left;
}
.mapblock{
text-align: center;
background-color:#9E1A20;
color:white;
padding:20px 70px 20px 70px;
border:1px solid #CCCCCC;
cursor:pointer;
width:100%;
font-size:17px;
font-family:Nanum-Gothic;
}
.mapblock a{
text-decoration: none;
color: white;
}
#maplist > li {
list-style-type: none;
font-size: 25px;
}
#foot {
clear: both;
color: darkgray;
background-color: dimgray;
width: 100%;
height: 20%;
}
#foot div div {
display: inline-block;
padding: 0px 15px;
}
#foot div div ul li {
display: inline-block;
list-style-type: none;
padding: 0px 15px;
}