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

来自太阳花Wiki
跳转至: 导航搜索
第24行: 第24行:
 
}
 
}
  
 +
#mw-panel #p-logo {
 +
    width: 176px;
 +
    height: 300px;
 +
    margin-left: -0.5em;
 +
}
  
 
/* 用户添加边框 */
 
/* 用户添加边框 */

2019年2月18日 (一) 13:54的版本

/* 这里放置的CSS将应用于所有皮肤 */

/* ========== 上栏相关 ========== */

/* 为vector皮肤添加上方背景 */
body.skin-vector {
    background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6;
}

/* 去除vector皮肤上方留白 */
div#mw-page-base {
    background: none;
    height: 100px;
}

/* 顶栏与边框适配位移 */
#left-navigation,
#right-navigation {
    margin-top: 60px;
}
div#mw-panel {
    top: 0;
    text-shadow: 1px 1px #f6f6f6;
}

#mw-panel #p-logo {
    width: 176px;
    height: 300px;
    margin-left: -0.5em;
}

/* 用户添加边框 */
div#p-personal {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px 5px 0;
    box-shadow: #666 0 1px 5px;
}