跳转到内容

MediaWiki:Extiw.css:修订间差异

维基百科,自由的百科全书
删除的内容 添加的内容
Liangent留言 | 贡献
建立内容为“a.extiw { border: 1px solid red; text-decoration: blink; -webkit-animation: blink 1s step-end infinite; -moz-animation: blink 1s step-end in...”的新页面
 
Liangent留言 | 贡献
无编辑摘要
 
第1行: 第1行:
a.extiw {
#mw-content-text a.extiw {
border: 1px solid red;
border: 1px solid red;
text-decoration: blink;
text-decoration: blink;
第8行: 第8行:
}
}


.ilh-link a.extiw {
#mw-content-text .ilh-link a.extiw {
border: none;
border: none;
text-decoration: none;
text-decoration: none;

2016年8月17日 (三) 19:46的最新版本

#mw-content-text a.extiw {
  border: 1px solid red;
  text-decoration: blink;
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

#mw-content-text .ilh-link a.extiw {
  border: none;
  text-decoration: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}