MediaWiki:Common.css:修訂間差異
MediaWiki介面頁面
更多操作
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
/* | /* --- 頂部草地與星空背景 --- */ | ||
body { | |||
background-color: # | 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 { | ||
background- | height: 120px !important; | ||
background-image: url('https://minecraft.wiki/images/Grass_Block_Side_Flat.png') !important; /* 你需要自己找草地平鋪圖 */ | |||
border: | 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; | |||
color: # | |||
} | } | ||
2026年4月8日 (三) 19:52的版本
/* --- 頂部草地與星空背景 --- */
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;
}