style.styl
1.65 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
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);
body
a
color: gray;
ul.sidenav
font-family: 'Jeju Myeongjo', serif;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
border-bottom: 1px solid #ddd;
ul.sidenav li
margin-left : 20%;
float: left;
color : black;
ul.sidenav li a
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
ul.sidenav li a:hover
background-color: #111;
color : white;
#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 : black;
font-size : 14pt;
.small
color : red;
font-size : 8pt;
font-family: 'Jeju Myeongjo', serif;
#maintitle
text-align : center;
background-color : black;
color : white;
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;