“MediaWiki:Gadget-wikiaupload.css”的版本间的差异
来自小鱼君和他的朋友们
(创建页面,内容为“#wikiaupload #filename-input { margin: 8px 0 0 0; border-radius: 4px; border: 2px solid #ccc; transition: all 0.5s } #wikiaupload #filename-input:focus { m…”) |
小 ([InPageEdit]) |
||
(未显示同一用户的1个中间版本) | |||
第22行: | 第22行: | ||
transition: all 0.5s; | transition: all 0.5s; | ||
margin: 8px; | margin: 8px; | ||
− | background: url(https://wjghj.cn/images/ | + | background: url(https://wjghj.cn/images/9/98/Windows-loading.gif) no-repeat 50%; |
} | } | ||
#wikiaupload #preview-img:hover { | #wikiaupload #preview-img:hover { | ||
第31行: | 第31行: | ||
color:gray; | color:gray; | ||
font-size:12px; | font-size:12px; | ||
+ | } | ||
+ | #wikiaupload #preview-area #loading-icon, | ||
+ | #wikiaupload #preview-area #error-icon { | ||
+ | height:12px; | ||
+ | width:auto; | ||
} | } |
2019年9月25日 (三) 23:21的最新版本
#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; }