切換選單
1
2
12
鑽石託管 | DiamondHost WIKI
切換偏好設定選單
切換個人選單
尚未登入
若您做出任何編輯,會公開您的 IP 位址。

MediaWiki:Common.css:修訂間差異

MediaWiki介面頁面
Admin留言 | 貢獻
無編輯摘要
Admin留言 | 貢獻
清空全部內容
標籤清空
 
第1行: 第1行:
/* --- 頂部草地與星空背景 --- */
body {
    background-color: #202124 !important; /* 深灰色背景 */
    background-image:
        url('https://minecraft.wiki/images/Site-background-light.png') !important; /* 模擬星空背景 */
    background-attachment: fixed;
    color: #f0f0f0 !important;
}


/* 模擬頂部那條草地與泥土的邊界 */
#mw-page-base {
    height: 120px !important;
    background-image: url('https://minecraft.wiki/images/Grass_Block_Side_Flat.png') !important; /* 你需要自己找草地平鋪圖 */
    background-repeat: repeat-x !important;
    background-size: 64px !important;
    border-bottom: 8px solid #5d3d2a; /* 泥土色邊框 */
}
/* --- 內容區域變透明/深色 --- */
#content {
    background-color: rgba(45, 45, 45, 0.95) !important;
    border: 1px solid #444 !important;
    color: #e0e0e0 !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.5) !important;
}
/* 側邊欄與標籤頁 --- */
.vector-menu-tabs li {
    background-image: linear-gradient(#444, #2d2d2d) !important;
    border: 1px solid #555 !important;
}
.vector-menu-tabs li a {
    color: #ddd !important;
}

2026年4月8日 (三) 19:53的最新修訂