• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

MediaWiki:Gadget-wikiaupload.css

来自小鱼君和他的朋友们

注意:在保存以后,您必须绕过浏览器缓存才能看到所作出的改变。

  • 谷歌浏览器(Google Chrome)- Windows:按下“Ctrl”键然后按 F5。OS X系统:同时按⌘ Cmd⇧ Shift键之后按R键。
  • Safari - 按住⇧ Shift键然后点击工具栏中重新载入键。
  • 火狐(Firefox)- Windows:按住Ctrl键然后按F5。OS X系统:同时按⌘ Cmd⇧ Shift键之后按R键。
  • Internet Explorer:按住Ctrl键然后按F5(或者点击“刷新”按钮)。

#wikiaupload #filename-input {
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: 2px solid #ccc;
  transition: all 0.5s
}
#wikiaupload #filename-input:focus {
  margin: 8px 0 0 0;
  border-radius: 2px;
  border: 2px solid #888;
}
#wikiaupload #close-btn {
  font-size:12px;
  position: absolute;
  right: 34px;
}
#wikiaupload #preview-img {
  height:200px;
  width:auto;
  border-bottom: 4px solid #55a2ff;
  border-radius: 4px;
  transition: all 0.5s;
  margin: 8px;
  background: url(https://wjghj.cn/images/9/98/Windows-loading.gif) no-repeat 50%;
}
#wikiaupload #preview-img:hover {
  box-shadow: 0 0 6px gray;
  transform: scaleZ(1.2);
}
#wikiaupload #preview-filename {
  color:gray;
  font-size:12px;
}
#wikiaupload #preview-area #loading-icon,
#wikiaupload #preview-area #error-icon {
  height:12px;
  width:auto;
}