User:Irukaza/common.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的39个中间版本)
第1行: 第1行:
 
/* info类模板 */
/* 主标题字型调整*/
.infobox {
#firstHeading {
  border: 1px solid #a2a9b1;
   font-weight: 600;
  background-color: #f8f9fa;
}
  color: black;
/* 副标题 */
  margin-bottom: 0.5em auto;
#siteSub {
  margin-left: 1em auto;
display: no
  padding: 0.2em;
font-size: 90%
  float: right;
font-weight: 50; /* 400 = normal */
  clear: right;
font-style: normal
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
text-align: right
  border-radius: 4px;
  overflow: hidden;
}
}

2020年3月21日 (六) 19:58的版本

/* info类模板 */
.infobox {
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  color: black;
  margin-bottom: 0.5em auto;
  margin-left: 1em auto;
  padding: 0.2em;
  float: right;
  clear: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  overflow: hidden;
}