3,479
个编辑
第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, # | background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ac3939), color-stop(100%, #ac3939)); | ||
background-image: -webkit-linear-gradient(top, # | background-image: -webkit-linear-gradient(top, #ac3939 0, #ac3939 100%); | ||
background-image: -moz-linear-gradient(top, # | background-image: -moz-linear-gradient(top, #ac3939 0, #ac3939 100%); | ||
background-image: linear-gradient(to bottom, # | background-image: linear-gradient(to bottom, #ac3939 0, #ac3939 100%); | ||
} | } | ||
.ve-init-mw-progressBarWidget-bar { | .ve-init-mw-progressBarWidget-bar { | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
background: #ac3939; | background: #ac3939; | ||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, # | background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ac3939), color-stop(100%, #ac3939)); | ||
background-image: -webkit-linear-gradient(top, # | background-image: -webkit-linear-gradient(top, #ac3939 0, #ac3939 100%); | ||
background-image: -moz-linear-gradient(top, # | background-image: -moz-linear-gradient(top, #ac3939 0, #ac3939 100%); | ||
background-image: linear-gradient(to bottom, # | background-image: linear-gradient(to bottom, #ac3939 0, #ac3939 100%); | ||
} | } | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { |