“MediaWiki:Common.css”的版本间的差异
第4行: | 第4行: | ||
body.skin-vector { | body.skin-vector { | ||
background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6; | background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6; | ||
+ | } | ||
+ | |||
+ | div#p-personal { | ||
+ | background-color: rgba(255, 255, 255, 0.8); | ||
+ | padding: 5px 10px 5px 0; | ||
+ | box-shadow: #666 0 1px 5px; | ||
} | } |
2019年2月18日 (一) 13:34的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 上栏相关 */
body.skin-vector {
background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6;
}
div#p-personal {
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 10px 5px 0;
box-shadow: #666 0 1px 5px;
}