传奇殿堂/styles.css:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第9行: 第9行:
}
}


 
h2 .mw-headline:hover:before {
  content: "→";
  position: relative;
  animation: headline-h2-before 0.5s forwards;
}
h2 .mw-headline:hover:after {
  content: "←";
  position: relative;
  animation: headline-h2-after 0.5s forwards;
}
h2 {
h2 {
overflow: visible;
overflow: visible;
第36行: 第24行:
h2 .mw-headline::after {
h2 .mw-headline::after {
content: '';
content: '';
display: inline-block;
display: block;
background: linear-gradient(66deg, #AAAAFF, #00E3E3);
background: linear-gradient(66deg, #AAAAFF, #00E3E3);
height: 0.7em;
height: 0.7em;
第44行: 第32行:
border-radius: 0.85em;
border-radius: 0.85em;
box-shadow: 0 0 1px 1px #fff;
box-shadow: 0 0 1px 1px #fff;
content: "→";
    position: relative;
    animation: headline-h2-before 0.5s forwards;
    content: "←";
    position: relative;
    animation: headline-h2-after 0.5s forwards;
}
}