@import url("block.css");

body {
  padding-top: 0px;
  margin-bottom: 0; /* 防止底部出現雙重邊距 */
}

p {
  line-height: 180%;
}

.navbar {
  margin-bottom: 0px;
}

/* 用來製作網頁背景效果，僅html模式有效果 */
#xoops_theme_container {
  margin: 0 auto;
}

/* 頁首 */
#xoops_theme_header {}

/* 內容區（包含各區域） */
#xoops_theme_content_zone {}

/* 左區域 */
#xoops_theme_left_zone {}

/* 主頁面區 */
#xoops_theme_center {}

/*主內容區*/
#xoops_contents {
  padding-top: 1rem;
}

/* 右區域 */
#xoops_theme_right_zone {}

/* 頁尾 */
#xoops_theme_footer {
  background-position: center center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.block_config {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 10px;
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url(../img/block_config.png);
}

a.block_config:hover {
  background-image: url(../img/block_config_hover.png);
}

.xoops_content_shadow {
  box-shadow: 6px 0px 5px -2px rgba(0, 0, 0, 0.4),
    -6px 0px 5px -2px rgba(0, 0, 0, 0.4),
    0px -6px 5px -2px rgba(0, 0, 0, 0.4),
    0px 6px 5px -2px rgba(0, 0, 0, 0.4);
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 0.35rem 0.3rem;
  font-size: 0.725rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

blockquote {
  position: relative;
  text-align: left;
  padding: 1.2em 0 2em 1.2em;
  border: none;
  margin: 20px auto 20px;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-family: 'HanWangWeBe';
}

blockquote:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  color: #e0f0e0;
  top: 0;
  background: -moz-linear-gradient(top, #e0f0e0 0%, #e0f0e0 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #e0f0e0 0%, #e0f0e0 60%, rgba(255, 255, 255, 0) 100%);
  /* background: linear-gradient(to bottom,#e0f0e0 0%,#e0f0e0 60%,rgba(255,255,255,0) 100%); */
}

blockquote>cite,
blockquote>p>cite {
  display: block;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.1em;
  letter-spacing: 0;
  font-style: italic;
}

a.si, a.sidark, a.silight {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.1rem;
  margin: 3px 5px 6px;
  color: #fff;
}

a.si{
    background: rgba(255, 255, 255, 0.4);
}

a.si:hover {
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.4);
}

a.sidark{
    background: rgba(0, 0, 0, 0.4);
}

a.sidark:hover {
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.4);
}

a.silight{
    background: rgba(255, 255, 255, 0.4);
}

a.silight:hover {
  background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

ul#head_menu {
  margin-top: 15px;
}

ul#head_menu li {
  /* display: inline; */
  float: left;
  list-style: none;
}

ul#head_menu li a {
  color: #000000;
  padding: 6px 20px;
}

ul#head_menu li a:hover,
.active {
  text-decoration: none;
  border-radius: 5px;
}
