您似乎还未注册一个账号?我们强烈推荐您点击此处创建一个账户。|如果您在H萌娘上发现某些内容错误/空缺/不中立,请勇于按右上角编辑按钮!
Widget:背景图片:修订间差异
跳转到导航
跳转到搜索
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第41行: | 第41行: | ||
} | } | ||
} | } | ||
@keyframes show{ | |||
from{ | |||
opacity: 0; | |||
} | |||
} | } | ||
. | |||
@keyframes shrink{ | |||
from{ | |||
transform: scale(1.15); | |||
} | |||
} | |||
@keyframes clear{ | |||
from{ | |||
filter: blur(5px); | |||
} | |||
} | |||
@keyframes appear{ | |||
from{ | |||
opacity: 0; | |||
transform: scale(1.3); | |||
} | |||
} | |||
@keyframes look-top{ | |||
from{ | |||
width: 150%; | |||
height: 150%; | |||
object-position: center bottom; | |||
} | |||
50%{ | |||
object-position: center top; | |||
} | |||
} | |||
@keyframes look-bottom{ | |||
from{ | |||
width: 150%; | |||
height: 150%; | |||
object-position: center top; | |||
} | |||
50%{ | |||
object-position: center bottom; | |||
} | |||
} | |||
#content { | |||
position: relative; | |||
z-index: 7; | |||
background-color: rgb(256,256,256,.8); | |||
} | |||
#mw-navigation div.vectorMenu div.menu { | |||
z-index: 9; | |||
} | |||
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; | |||
background-color: rgba(251,251,251,0.7) ; | |||
overflow: hidden; | |||
} | |||
.infoBoxYellow { | |||
padding: 0.5em; | |||
background: rgba(255,255,245,0.7); | |||
} | |||
.infoBoxRed { | |||
padding: 0.5em; | |||
background: rgba(258,240,245,0.7); | |||
} | |||
.infoBoxBlue { | |||
padding: 0.4em; | |||
background: rgba(240,248,255,0.7); | |||
} | |||
.infoBoxPurple { | |||
padding: 0.4em; | |||
background: rgba(248,248,255,0.7); | |||
} | |||
.infoBoxGreen { | |||
padding: 0.5em; | |||
background: rgba(245,255,250,0.7); | |||
} | |||
.infoBoxOrange { | |||
padding: 0.5em; | |||
background: rgba(250,240,230,0.7); | |||
} | } | ||
.sideBarPic:not(.DeceasedPerson) .sidebar-character.active { | .sideBarPic:not(.DeceasedPerson) .sidebar-character.active { | ||
2021年3月11日 (四) 12:36的版本
用来给{{替换侧边栏底图}}和{{背景图片}}更好的体验效果的,作者User:AnnAngela,修订User:=海豚=。