MediaWiki:Vector.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的1个中间版本) | |||
第8行: | 第8行: | ||
} | } | ||
/* | /* 顶部padding */ | ||
body .mw-body { | body .mw-body { | ||
margin-top: | margin-top: 100px; | ||
} | |||
.skin-vector .mw-body { | |||
/* 内容页 padding */ | |||
padding: 1.25em 1.5em 1.5em 1.5em !important; | |||
/* 内容页背景 */ | |||
background: rgba(248,248,248,0.8); | |||
background-clip: border-box; | |||
} | } | ||
第17行: | 第26行: | ||
} | } | ||
/* 背景,半透明 */ | |||
#mw-page-base{ | #mw-page-base{ | ||
background-color: transparent; | background-color: transparent; | ||
background-image: none; | background-image: none; | ||
} | |||
/********************************************************************************/ | |||
/* 导航栏 */ | |||
body #mw-navigation #mw-panel { | |||
top: 48px; | |||
} | |||
/* 内容页 左侧目录*/ | |||
#left-navigation{ | |||
margin-top: 161px!important; | |||
} | |||
/* 内容页 右侧目录*/ | |||
#right-navigation{ | |||
margin-top: 161px!important; | |||
} | } |
2024年1月23日 (二) 05:18的最新版本
/* 此处所有CSS将为使用Vector皮肤的用户加载 */ /* 背景 */ body { margin-top:20px; background: url("/images/2/28/Tevi_bg_blur5.webp") no-repeat #fefefe; background-size:100%; } /* 顶部padding */ body .mw-body { margin-top: 100px; } .skin-vector .mw-body { /* 内容页 padding */ padding: 1.25em 1.5em 1.5em 1.5em !important; /* 内容页背景 */ background: rgba(248,248,248,0.8); background-clip: border-box; } #mw-head{ } /* 背景,半透明 */ #mw-page-base{ background-color: transparent; background-image: none; } /********************************************************************************/ /* 导航栏 */ body #mw-navigation #mw-panel { top: 48px; } /* 内容页 左侧目录*/ #left-navigation{ margin-top: 161px!important; } /* 内容页 右侧目录*/ #right-navigation{ margin-top: 161px!important; }