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

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的1个中间版本)
第30行: 第30行:
.comment-thread.comment-popular {
.comment-thread.comment-popular {
   background-color: rgba(68, 135, 223, 0.1) !important;
   background-color: rgba(68, 135, 223, 0.1) !important;
}
/* wikitable MD化 */
table.wikitable {
  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;
}
}
/* 表格宽度 */
/* 表格宽度 */
第46行: 第40行:
table.wikitable>*>tr>th {
table.wikitable>*>tr>th {
   background-color: rgba(213, 215, 219, .4);
   background-color: rgba(213, 215, 219, .4);
}
/* 信息框 */
.infobox {
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  color: black;
  margin-bottom: 0.5em;
  margin-left: 1em;
  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;
}
}

2020年3月21日 (六) 13:53的版本

/*懒加载渐入*/
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
/* 图片注释 */
.custom-img-comment {
  opacity: 0;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.custom-img-comment:hover {
  opacity: 1;
}
/*热门评论*/
.comment-container-top>div:not(.comment-thread) {
  background-color: rgba(68, 135, 223, 0.8) !important;
  color: white !important;
  font-weight: bolder !important;
}

.comment-thread.comment-popular {
  background-color: rgba(68, 135, 223, 0.1) !important;
}
/* 表格宽度 */
.wikitable {
  max-width: 100%;
  display: table;
}
/*表格半透明样式*/
table.wikitable>tr>th,
table.wikitable>*>tr>th {
  background-color: rgba(213, 215, 219, .4);
}
/* 信息框 */
.infobox {
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  color: black;
  margin-bottom: 0.5em;
  margin-left: 1em;
  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;
}