style.css 1.56 KB
@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;
}