style.css
1.56 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
@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/hanna.css");
body,
a {
color: #808080;
}
ul.sidenav {
font-family: 'Jeju Myeongjo', serif;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #fff;
border-bottom: 1px solid #ddd;
}
ul.sidenav li {
margin-left: 20%;
float: left;
color: #000;
}
ul.sidenav li a {
display: block;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
ul.sidenav li a:hover {
background-color: #111;
color: #fff;
}
#title {
font-family: 'Jeju Myeongjo', serif;
text-align: center;
width: 100%;
font-size: 20px;
padding-bottom: 30px;
}
#content {
padding: 10px 16px;
height: 100%;
background-color: f5f5f5;
text-align: center;
}
table {
font-family: 'Hanna';
border-collapse: collapse;
text-align: center;
vertical-align: middle;
margin: 0 auto 0 auto;
}
td {
vertical-align: middle;
text-align: center;
border: 1px solid #ddd;
width: 200px;
height: 200px;
background-image: url("/images/stamp.jpg");
background-repeat: no-repeat;
background-position: center top;
}
.bold {
color: #000;
font-size: 14pt;
}
.small {
color: #f00;
font-size: 8pt;
font-family: 'Jeju Myeongjo', serif;
}
#maintitle {
text-align: center;
background-color: #000;
color: #fff;
padding: 8px 16px;
}
#map {
height: 400px;
width: 60%;
margin: 0 auto 0 auto;
}
h1 {
font-family: 'Jeju Myeongjo', serif;
}
p.homesmall {
font-family: 'Jeju Myeongjo', serif;
}