Template:Forumlink.css

来自SMBX 中文百科
跳转到导航 跳转到搜索
/* 该模板为用于[[Template:Forumlink]]的样式表 */
.link-button{
  display:inline-block;
  margin-bottom:0;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  white-space:nowrap;
  line-height:20px;
  padding:8px 13px;
  border:1px white solid;
  user-select:none;
  background:#07b;
  font-weight:bold;
  padding-left:20px;
  padding-right:20px;
}
.link-button:hover{
  background:#005788;
}
.link-button a, .link-button a:visited{
  color:white;
  Text-decoration:none;
  display: block;
}