“MediaWiki:Monobook.css”的版本间的差异

来自Whiteverse Library
跳到导航跳到搜索
第54行: 第54行:
.oo-ui-progressBarWidget-bar {
.oo-ui-progressBarWidget-bar {
   background-color: #c7c7c7;
   background-color: #c7c7c7;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #ac3939));
  background-image: -webkit-linear-gradient(top, #eaf4fa 0, #ac3939 100%);
  background-image: -moz-linear-gradient(top, #eaf4fa 0, #ac3939 100%);
  background-image: linear-gradient(to bottom, #eaf4fa 0, #ac3939 100%);
}
.ve-init-mw-progressBarWidget-bar {
  border-right: 1px solid #ccc;
  background: #ac3939;
   background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #ac3939));
   background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #ac3939));
   background-image: -webkit-linear-gradient(top, #eaf4fa 0, #ac3939 100%);
   background-image: -webkit-linear-gradient(top, #eaf4fa 0, #ac3939 100%);