|
|
| 第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;
| |
| }
| |