「模板:首頁.css」:修訂間差異

註解 background-image
Chunghwamc已移動頁面模板:Home banner.css模板:首頁.css,不留重新導向
 
(未顯示同一使用者於中間所作的 3 次修訂)
第320行: 第320行:
     height: 119px;
     height: 119px;
     margin-bottom: 1px;
     margin-bottom: 1px;
#    background-image: url("//chunghwamc.com/img/cm.jpg");
     background-position: -118px 8px;
     background-position: -118px 8px;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
第340行: 第339行:
     width: 245px;
     width: 245px;
     text-align: right;
     text-align: right;
}
@keyframes glow-animation
{
  0%
  {
      filter:hue-rotate(-360deg)
  }
  100%
  {
      filter:hue-rotate(360deg)
  }
}
}
}
}